The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
30 views

what is the values() that I have seen in various CDI qualifiers in java?

good day. I have seen various references to values() inside @qualifier definitions. I understand @Qualifier to be a tagging system, yet you define them as an interface. An interface can allow enums, ...
2
votes
2answers
89 views

Type traits wich is true for all const/volatile/signed/unsigned version of a fundamental type

Consider the following tests: std::is_same<T, bool>::value std::is_same<T, char>::value std::is_same<T, short int>::value std::is_same<T, int>::value std::is_same<T, long ...
0
votes
2answers
51 views

What's wrong in these 5 myriad ways of declaring/initializing constant-qualified pointers?(Taken from a dubious but popular book)

My bad!!I had assumed that the following excerpt from a notorious yet wildly popular book is totally valid C.But only today I was pointed out that it's ridden with UB (though I am yet to find how come ...
0
votes
1answer
38 views

Import comma delimted with comma space qualifier

How can I import a comma delimited text file with the following example record: abc, def and ghi,jkl such that I get the output as column1: abc, def and ghi column2: jkl There is no text qualifier ...
1
vote
1answer
44 views

Create interceptor qualifier thats ignore annotation value()

Is there a way to create a interceptor qualifier annotation that ignores the annotation string value for qualifying? for example: Log.java @Inherited @InterceptorBinding ...
0
votes
1answer
55 views

How to share global memory within multiple kernels and multiple GPUs

----------------a.c--------------------- variable *XX; func1(){ for(...){ for(i = 0; i < 4; i++) cutStartThread(func2,args) } } ---------------b.cu------------------- func2(args){ ...
0
votes
0answers
31 views

Repeated inheritance. Ambiguous

Lets suppose situation. struct Top { int x; }; struct Left : public Top {}; struct Right : public Top {}; struct Bottom : public Left, public Right { void foo() { Left::x; // Normal ...
0
votes
0answers
114 views

lose some const-volatile qualifiers in order to call [closed]

I am writing the following code to test bind1st. I recived the following error error C3848: expression having type 'const Multiply' would lose some const-volatile qualifiers in order to call 'int ...
2
votes
2answers
97 views

C++98/03 reference collapsing and cv qualifiers

The code below compiles (gcc 4.7.2 or icc 13) and produces "1 2" output. Which means that const qualifier is dropped, i. e., f<int&> has the parameter type int&. Why does it happen? As ...
1
vote
1answer
69 views

ARC property qualifier

I'm relatively new to ARC. I'm making an UIView subclass, that will have two labels (title and subtitle). I don't want to publicly expose the labels as properties, only their text. I'm currently ...
0
votes
0answers
115 views

Apply multiple filters on same column qualifier

In my project,i have a condition where i have to apply two SingleColumnValue filters on same column qualifier. The two filters are to check if the column qualifier contains the value 'A' or the value ...
-1
votes
1answer
27 views

How to determinate the build of app (x86 or x64) without using SDK/libs etc

I want to determinate the build of the program. It can be running or not. Also I EXACLTY want to determinate such thing in my code without using any SDK or some-ready stuff from .net fw etc... How to ...
0
votes
2answers
112 views

Can't use @Qualifier along with @Inject and autowire=“byType”

I have the bean config: <bean id="PostLoginUpdater" class="xyz.auth.PostLoginUpdater" autowire="byType" /> and public class PostLoginUpdater implements PostLoginStatePersonalizer { ...
1
vote
1answer
45 views

Tool to test alternative resources selection with qualifiers in Android [closed]

I'm having hard time testing different layouts based on qualifiers in Android. I was wondering if anyone knows about some tool to verify what resources are picked up based on some device configuration ...
0
votes
1answer
325 views

How to properly use @Alternative for client implementations

EDIT: I changed the CDI injections points from using @EJB to using @Inject as indicated in my below comments. Just an FYI. I have two EAR projects, both basically the same. The only difference ...
0
votes
1answer
264 views

Android resource size qualifier

I unable to get the values from "values-sw480dp" nor on my sony Xperia device which is 480 x 854 neither on Samsung galaxy tab which is 600 x 1024. But able to get on Motorola Xoom which is 1280 x ...
1
vote
1answer
100 views

perl — sorting a comma-separated source that has “qualifiers”

I'm a weak perl user (and manipulator of arrays), and this problem is stumping me. Hope someone can help! I have a source file with the following type of data (greatly simplified): URL: 22489196 ...
2
votes
2answers
387 views

Using Smallest Width configuration qualifier

Is it valid to use drawable-swdp- like drawable-sw720dp-xhdpi? Below is my scenario: My Acer iconia tab A501 (10") has a resolution of 1280x800 and density mdpi(160dp). It is expected to take the ...
0
votes
0answers
65 views

How to make an Answer Key XML for a multi-answer checkbox QuestionSpec?

I'm making a Qualification Test with a multi-answer checkbox question. <AnswerSpecification> <SelectionAnswer> <StyleSuggestion>checkbox</StyleSuggestion> ...
0
votes
1answer
71 views

Android, How to set qualifiers in order to support 4.7" devices?

I have designed different UIs based on different qualifiers like drawable-hdpi and drawable-mdpi. As you can see in following image when I'm testing on 4.3" size mobile sets like SG2, UI is match with ...
2
votes
1answer
224 views

Passing const CName as this argument discards qualifiers

I'm having trouble with passing a constant class through a function. // test the constructors auto CName nameOne("Robert", "Bresson"); const CName nameTwo = nameOne; ...
0
votes
1answer
1k views

How to assign a text qualifier in a flat file destination?

We have an SSIS package which reads from a DB, creates a flat file from that info, and drops it to a file server. I recently made an update to the package's query which is used against the DB, ...
2
votes
2answers
135 views

@Inject + @Qualifier vs @Inject implementation

What's the different between using a qualifier and just specifying the exact implementation class you want? This question is copied from: ...
2
votes
0answers
47 views

const correctness for execv's argv parameter [duplicate]

Possible Duplicate: Double pointer const-correctness warnings in C Look at the table here: http://pubs.opengroup.org/onlinepubs/009695399/functions/exec.html We see that the following is ...
1
vote
2answers
162 views

Android XML: Why can't we type @drawable-mdpi, and instead, we must type @drawable?

I see the folders: drawable-hdpi drawable-mdpi drawable-ldpi I have seen countless threads of "Type @drawable/some_image.png" and "Create a drawable folder in res." But never did I see a question ...
0
votes
1answer
404 views

What is the purpose of a UML Qualifier?

I can't understand what a qualifier is in UML. For example, in the scanned page, there's a qualifier named "SharedRegister" that has "state" and "plateNumber" in it. Why not just used a class called ...
0
votes
1answer
1k views

Android multiple-screen qualifiers definitions

O.K., people I wanna create a layout compatible with a very large number of devices and screens. As I have been researching I found out that the most common screen resolutions are 249x320, 480x800, ...
-4
votes
2answers
2k views

Error Passing `const` as `this` argument of `const double` discards qualifiers

I have to work within some libraries and no matter what i do i keep getting the following error with this code. passing `const amko::problem::launch' as 'this'argument of 'const double ...
0
votes
1answer
130 views

error C2663: 'std::_Hash<_Traits>::insert' : 3 overloads have no legal conversion for 'this' pointer

Consider the following code: #include <unordered_map> struct A {}; struct T { std::unordered_map<std::string, A> _map; }; struct L { std::shared_ptr<const T> _c; }; ...
0
votes
2answers
213 views

C++: const volatile methods

I'm having a brain cramp: struct MyStruct { int x; ... inline int getX1() const { return x; } inline int getX2() const volatile { return x; } }; volatile MyStruct myStruct; I ...
10
votes
1answer
401 views

C++11: Abstracting over const, volatile, lvalue reference, and rvalue reference qualified member function pointers?

C++03 lets you qualify function parameters as being const, volatile, and/or lvalue references (&). C++11 adds one more: rvalue references (&&). Furthermore, C++ lets you overload ...
1
vote
1answer
120 views

Nexus One and Droid Razr have Same Qualifiers

I'm developing an app right now and I'm having trouble with two formats for my main menu. I'm trying to make my app work with as many phones as possible, yet the Nexus One and Droid Razr, as far as I ...
70
votes
3answers
3k views

What is “rvalue reference for *this”?

Came across a proposal called "rvalue reference for *this" in clang's C++11 status page. I've read quite a bit about rvalue references and understood them, but I don't think I know about this. I also ...
1
vote
2answers
93 views

Const Discards Qualifers: C++

I'm using OpenGL to render camera perspectives, and a one point in my code I'm trying to take the direction of the light (shown here as type "Vector4") and multiply it by a matrix of type "Matrix4x4" ...
1
vote
3answers
396 views

Android Layout qualifiers don't work?

I am developing an android using the API Google Tv Addon, i wanna use the screen qualifiers no touch, i created a folder under /res/ called layout-notouch, i named my layout test.xml, in my activity ...
0
votes
0answers
277 views

GLSL tessellation control shader unknown qualifiers

when i load my tessellation control shader it ouputs: 0(7) : error C3008: unknown layout specifier 'vertices' 0(15) : error C7565: assignment to varying in gl_TessLevelOuterIn 0(16) : error C7565: ...
2
votes
3answers
694 views

Android HDPI devices with irregular layouts

I am encounter more and more android devices with irregular layouts, especially in the HDPI section. The problem is that my more complex layouts do not scale correctly even though I only use DIP ...
2
votes
3answers
120 views

const qualification conversion

From (4.4/1 ) It reads An rvalue of type “pointer to cv1 T” can be converted to an rvalue of type “pointer to cv2 T” if “cv2 T” is more cv-qualified than “cv1 T.” I don't know where the ...
0
votes
1answer
205 views

Spring - Qualify injection candidates by designated environment

Edit: Perhaps a more concise way to ask this question is: Does Spring provide a way for me to resolve ambiguous candidates at injection time by providing my own listener/factory/decision logic? In ...
1
vote
1answer
504 views

Weld CDI: how to make one bean class satisfy any of multiple qualifiers?

From reading the Weld docs I don't think this can be done, but I could really do with it, so thought I'd ask - if there's not a way with CDI, maybe there's a pattern workaround... I've created a ...
0
votes
2answers
339 views

Android: Milestone and Galaxy have same resolution / dpi qualifiers for drawable, how to differentiate?

I'm developing an application that I'm testing on both the Motorola Milestone and the Galaxy Tab 10.1. My issue is that I'm trying to get my icons to scale properly by attaching qualifiers after the ...
0
votes
1answer
954 views

RTL Languages support in android and resource qualifiers

I read this sentence " Android 2.3 added support for right-to-left (RTL) languages" and now I want to add RTL support to my app. But I do not know what is qualifiers to add to my layouts. About ...
4
votes
1answer
157 views

Would (or should) CDI provide package qualifiers?

Studying Seam 3, I discovered that Seam Solder allows the @Named annotation to be applied to packages - in that case, all beans in this package will be automatically named, as if they were qualified ...
3
votes
1answer
627 views

Can maven handle custom qualifiers?

I'm trying to figure out if what Maven's policy is on custom qualifiers. I know that there exists specific qualifiers in Version strings that maven checks for, such as: 1.0.0-SNAPSHOT 5.3.0-beta-5 ...
8
votes
5answers
1k views

Should ALL global variables be volatile-qualified?

In this example, does correctness require global_value to be declared volatile? int global_value = 0; void foo () { ++ global_value; } void bar () { some_function (++global_value); foo ...
1
vote
3answers
414 views

Android Qualifiers Not Working for the Notion Ink Adam

I'm making an app and I'm nearing completion, now I'm trying to optimize it for different screen sizes and pixel densities. One of the devices (using an emulator) is really frustrating me. I can't ...
7
votes
5answers
302 views

C++ type qualifier problem

As part of my Computer Software Development degree, one of my labs consists of creating a calculator class template and a fraction class. The problem is with my fraction class. My task is now to ...
3
votes
1answer
858 views

Does spring-context support JSR-330 Qualifier on bean instances?

Spring has its own Qualifier annotation, I think it's equivalent to the javax.inject.Named annotation, which in turn is a concrete qualifier in JSR-330. So, I'm wondering which version of Spring, if ...
4
votes
1answer
2k views

Multiple icon images in Honeycomb

I'm trying to change my app icon to make it match the blue of Honeycomb but maintain the green icons for previous Android versions. I've come across a problem where if I put the blue 72x72 icon in ...
2
votes
5answers
4k views

What is Qualifiers in C language?

I am reading some text at this url: https://cs.senecac.on.ca/~btp100/pages/content/varia_p.html In the section: Qualifiers, they say: "We can qualify the int type to be sure that it contains a ...

1 2