/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/ |
dwarfwin64_testhd.errwarn | 1 -:2: warning: Unrecognized qualifier `progbits' 2 -:4: warning: Unrecognized qualifier `progbits' 3 -:6: warning: Unrecognized qualifier `progbits' 6 -:10: warning: Unrecognized qualifier `progbits' 9 -:153: warning: Unrecognized qualifier `progbits' 10 -:190: warning: Unrecognized qualifier `progbits' 11 -:232: warning: Unrecognized qualifier `progbits' 12 -:1000: warning: Unrecognized qualifier `progbits' 13 -:1008: warning: Unrecognized qualifier `progbits' 16 -:1020: warning: Unrecognized qualifier `progbits [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdfsect-err.errwarn | 2 -:2: warning: Unrecognized qualifier `use16' 3 -:3: warning: Unrecognized qualifier `use32' 4 -:4: warning: Unrecognized qualifier `use64' 5 -:5: warning: Unrecognized qualifier `bss' 6 -:6: warning: Unrecognized qualifier `flat' 7 -:7: warning: Unrecognized qualifier `foo' 8 -:8: warning: Unrecognized qualifier `foo' 13 -:11: warning: Unrecognized qualifier `absolute' 16 -:14: warning: Unrecognized qualifier `virtual' 19 -:17: warning: Unrecognized qualifier `align [all...] |
/external/clang/test/CXX/special/class.ctor/ |
p4-0x.cpp | 3 // A constructor shall not be declared with a ref-qualifier. 5 X() &; // expected-error{{ref-qualifier '&' is not allowed on a constructor}} 6 X(int) &&; // expected-error{{ref-qualifier '&&' is not allowed on a constructor}}
|
/external/clang/test/CXX/special/class.dtor/ |
p2-0x.cpp | 3 // A destructor shall not be declared with a ref-qualifier. 5 ~X() &; // expected-error{{ref-qualifier '&' is not allowed on a destructor}} 9 ~Y() &&; // expected-error{{ref-qualifier '&&' is not allowed on a destructor}}
|
/sdk/eclipse/artifacts/p2repo/ |
category.xml | 6 <feature url="features/com.android.ide.eclipse.ddms_23.0.2.qualifier.jar" id="com.android.ide.eclipse.ddms.feature" version="23.0.2.qualifier"> 9 <feature url="features/com.android.ide.eclipse.hierarchyviewer_23.0.2.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer.feature" version="23.0.2.qualifier"> 12 <feature url="features/com.android.ide.eclipse.traceview_23.0.2.qualifier.jar" id="com.android.ide.eclipse.traceview.feature" version="23.0.2.qualifier"> 15 <feature url="features/com.android.ide.eclipse.gldebugger_23.0.2.qualifier.jar" id="com.android.ide.eclipse.gldebugger.feature" version="23.0.2.qualifier"> 18 <feature url="features/com.android.ide.eclipse.adt_23.0.2.qualifier.jar" id="com.android.ide.eclipse.adt.feature" version="23.0.2.qualifier"> [all...] |
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p6.cpp | 5 void f() const; // expected-error {{non-member function cannot have 'const' qualifier}} 6 F g; // expected-error {{non-member function of type 'F' (aka 'void () const') cannot have 'const' qualifier}} 10 friend void g() const; // expected-error {{non-member function cannot have 'const' qualifier}} 11 static void h() const; // expected-error {{static member function cannot have 'const' qualifier}} 13 friend F j; // expected-error {{non-member function of type 'F' (aka 'void () const') cannot have 'const' qualifier}} 14 static F k; // expected-error {{static member function of type 'F' (aka 'void () const') cannot have 'const' qualifier}} 19 friend void ::f() const; // expected-error {{non-member function cannot have 'const' qualifier}} 24 typedef T *P; // expected-error {{pointer to function type 'void () const' cannot have 'const' qualifier}} 25 typedef T &R; // expected-error {{reference to function type 'void () const' cannot have 'const' qualifier}}
|
p6-0x.cpp | 3 void f0() &; // expected-error {{non-member function cannot have '&' qualifier}} 4 void f1() &&; // expected-error {{non-member function cannot have '&&' qualifier}} 5 void f2() const volatile &&; // expected-error {{non-member function cannot have 'const volatile &&' qualifier}} 10 static void f2() &; // expected-error{{static member function cannot have '&' qualifier}} 11 static void f3() &&; // expected-error{{static member function cannot have '&&' qualifier}} 17 typedef func_type_lvalue *func_type_lvalue_ptr; // expected-error{{pointer to function type 'func_type_lvalue' (aka 'void () &') cannot have '&' qualifier}} 18 typedef func_type_rvalue *func_type_rvalue_ptr; // expected-error{{pointer to function type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}} 20 typedef func_type_lvalue &func_type_lvalue_ref; // expected-error{{reference to function type 'func_type_lvalue' (aka 'void () &') cannot have '&' qualifier}} 21 typedef func_type_rvalue &func_type_rvalue_ref; // expected-error{{reference to function type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}} 25 typedef T *ptr; // expected-error-re 2{{pointer to function type '{{.*}}' cannot have '{{&|&&}}' qualifier}} [all...] |
/external/jsr305/ri/src/main/java/javax/annotation/meta/ |
TypeQualifierValidator.java | 9 * Given a type qualifier, check to see if a known specific constant value 10 * is an instance of the set of values denoted by the qualifier. 13 * the type qualifier 17 * values denoted by the type qualifier
|
TypeQualifier.java | 10 * This qualifier is applied to an annotation to denote that the annotation 11 * should be treated as a type qualifier. 20 * Describes the kinds of values the qualifier can be applied to. If a
|
TypeQualifierDefault.java | 10 * This qualifier is applied to an annotation to denote that the annotation 11 * defines a default type qualifier that is visible within the scope of the
|
/sdk/eclipse/artifacts/bundles/ |
category.xml | 6 <feature url="features/com.android.ide.eclipse.ddms_23.0.2.qualifier.jar" id="com.android.ide.eclipse.ddms.feature" version="23.0.2.qualifier"> 9 <feature url="features/com.android.ide.eclipse.hierarchyviewer_23.0.2.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer.feature" version="23.0.2.qualifier"> 12 <feature url="features/com.android.ide.eclipse.traceview_23.0.2.qualifier.jar" id="com.android.ide.eclipse.traceview.feature" version="23.0.2.qualifier"> 15 <feature url="features/com.android.ide.eclipse.gldebugger_23.0.2.qualifier.jar" id="com.android.ide.eclipse.gldebugger.feature" version="23.0.2.qualifier"> 18 <feature url="features/com.android.ide.eclipse.adt_23.0.2.qualifier.jar" id="com.android.ide.eclipse.adt.feature" version="23.0.2.qualifier"> [all...] |
/external/clang/test/Parser/ |
cxx-reference.cpp | 13 void g(const A aref) { // expected-warning {{'const' qualifier on reference type 'A' (aka 'int &') has no effect}} 16 int & const X = val; // expected-error {{'const' qualifier may not be applied to a reference}} 17 int & volatile Y = val; // expected-error {{'volatile' qualifier may not be applied to a reference}} 18 int & const volatile Z = val; /* expected-error {{'const' qualifier may not be applied}} \ 19 expected-error {{'volatile' qualifier may not be applied}} */
|
/external/clang/test/CXX/over/over.load/ |
p2-0x.cpp | 7 // them, but not all, have a ref-qualifier (8.3.5). 14 void i() const; // expected-error{{cannot overload a member function without a ref-qualifier with a member function with ref-qualifier '&'}} 20 template<typename T> void g(T*); // expected-error{{cannot overload a member function without a ref-qualifier with a member function with ref-qualifier '&'}} 23 void k() &&; // expected-error{{cannot overload a member function with ref-qualifier '&&' with a member function without a ref-qualifier}}
|
/external/clang/test/SemaCXX/ |
function-type-qual.cpp | 3 void f() const; // expected-error {{non-member function cannot have 'const' qualifier}} 4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} 5 extern void (&rf)() const; // expected-error {{reference to function type cannot have 'const' qualifier}} 8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 13 static void f3() const; // expected-error {{static member function cannot have 'const' qualifier}} 14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 31 void (PR14171)() const; // expected-error {{non-member function cannot have 'const' qualifier}}
|
return.cpp | 26 const int scalar_c(); // expected-warning{{'const' type qualifier on return type has no effect}} 27 int const scalar_c2(); // expected-warning{{'const' type qualifier on return type has no effect}} 31 const // expected-warning{{'const' type qualifier on return type has no effect}} 36 const // expected-warning{{'const' type qualifier on return type has no effect}} 39 char* const h(); // expected-warning{{'const' type qualifier on return type has no effect}} 40 char* volatile i(); // expected-warning{{'volatile' type qualifier on return type has no effect}} 53 mixed_ret(); // expected-warning {{'volatile' type qualifier on return type has no effect}} 60 _Atomic // expected-warning {{'_Atomic' type qualifier on return type has no effect}} 65 trailing_return_type() -> // expected-warning {{'const' type qualifier on return type has no effect}} 75 const PCHAR GetName() { return 0; } // expected-warning{{'const' type qualifier on return type has no effect} [all...] |
/sdk/eclipse/sites/external/ |
site.xml | 6 <feature url="features/com.android.ide.eclipse.adt_23.0.2.qualifier.jar" id="com.android.ide.eclipse.adt" version="23.0.2.qualifier"> 9 <feature url="features/com.android.ide.eclipse.ddms_23.0.2.qualifier.jar" id="com.android.ide.eclipse.ddms" version="23.0.2.qualifier"> 12 <feature url="features/com.android.ide.eclipse.hierarchyviewer_23.0.2.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer" version="23.0.2.qualifier"> 15 <feature url="features/com.android.ide.eclipse.traceview_23.0.2.qualifier.jar" id="com.android.ide.eclipse.traceview" version="23.0.2.qualifier"> 18 <feature url="features/com.android.ide.eclipse.gldebugger_23.0.2.qualifier.jar" id="com.android.ide.eclipse.gldebugger" version="23.0.2.qualifier"> [all...] |
/prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/ |
javax.inject-1-sources.jar | |
/sdk/eclipse/scripts/ |
build_ide.sh | 4 # $2 = ide qualifier 5 # $3 = zip qualifier 25 if [[ -z "$IDE_QUALIFIER" ]]; then die "## Error: Missing ide qualifier"; fi 26 if [[ -z "$ZIP_QUALIFIER" ]]; then die "## Error: Missing zip qualifier"; fi
|
/sdk/eclipse/sites/internal/ |
site.xml | 6 <feature url="features/com.android.ide.eclipse.adt_23.0.2.qualifier.jar" id="com.android.ide.eclipse.adt" version="23.0.2.qualifier"> 9 <feature url="features/com.android.ide.eclipse.ddms_23.0.2.qualifier.jar" id="com.android.ide.eclipse.ddms" version="23.0.2.qualifier"> 13 <feature url="features/com.android.ide.eclipse.hierarchyviewer_23.0.2.qualifier.jar" id="com.android.ide.eclipse.hierarchyviewer" version="23.0.2.qualifier"> 17 <feature url="features/com.android.ide.eclipse.tests_23.0.2.qualifier.jar" id="com.android.ide.eclipse.tests" version="23.0.2.qualifier"> 20 <feature url="features/com.android.ide.eclipse.pdt_23.0.2.qualifier.jar" id="com.android.ide.eclipse.pdt" version="23.0.2.qualifier"> [all...] |
/sdk/ |
release.md | 4 To run a release build that remove the SNAPSHOT qualifier, run:
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
QualifierAlive.cpp | 11 TAliveTraverser(TQualifier q) : TIntermTraverser(true, false, false, true), found(false), qualifier(q) 19 TQualifier qualifier; member in class:TAliveTraverser 26 // Report whether or not a variable of the given qualifier type 33 bool QualifierWritten(TIntermNode* node, TQualifier qualifier) 35 TAliveTraverser it(qualifier); 48 if (node->getQualifier() == qualifier)
|
/libcore/luni/src/main/java/java/security/cert/ |
PolicyQualifierInfo.java | 26 * This class implements a policy qualifier as defined by the ASN.1 32 // This PolicyQualifierInfo policy qualifier id - 36 // DER encoding of the policy qualifier - part of encoded 44 * the DER encoded policy qualifier. 46 * the policy qualifier cannot be decoded. 66 * Returns a ASN.1 DER encoded copy of policy qualifier info. 68 * @return a ASN.1 DER encoded copy of policy qualifier info. 77 * Returns the identifier (an OID) of this policy qualifier info. 79 * @return the identifier of this policy qualifier info. 86 * Returns a ASN.1 DER encoded copy of the qualifier of this polic [all...] |
/external/clang/test/CXX/expr/expr.mptr.oper/ |
p5.cpp | 27 (pc->*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}}' drops 'const' qualifier}} 29 (pc->*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}} 32 (pv->*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}}' drops 'volatile' qualifier}} 33 (pv->*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} const' drops 'volatile' qualifier}} 38 (pcv->*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} const' drops 'volatile' qualifier}} 39 (pcv->*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}} 47 (oc.*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}}' drops 'const' qualifier}} 49 (oc.*pmv)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} volatile' drops 'const' qualifier}} 52 (ov.*pm)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}}' drops 'volatile' qualifier}} 53 (ov.*pmc)(); // expected-error-re{{call to pointer to member function of type 'void (){{( __attribute__\(\(thiscall\)\))?}} const' drops 'volatile' qualifier}} [all...] |
/external/clang/test/Index/ |
print-type-cxx11.cpp | 7 // CHECK: CXXMethod=f:2:8 (Definition) [type=void () {{.*}}&] [typekind=FunctionProto] lvalue-ref-qualifier [resulttype=void] [resulttypekind=Void] [isPOD=0] 8 // CHECK: CXXMethod=f:3:8 (Definition) [type=void () {{.*}}&&] [typekind=FunctionProto] rvalue-ref-qualifier [resulttype=void] [resulttypekind=Void] [isPOD=0]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ConfigurationSelector.java | 193 * Implementation of {@link VerifyListener} for the Density qualifier. 198 * Implementation of {@link VerifyListener} for the Screen Dimension qualifier. 219 /** mode forcing the qualifier values to be valid on a device. 220 * For instance {@link Density#NODPI} is a valid qualifier for a resource configuration but 224 * which non-empty qualifier to select. */ 234 * Returns true of the qualifier is accepted. 236 boolean accept(ResourceQualifier qualifier); 321 ResourceQualifier qualifier = (ResourceQualifier)first; 323 mBaseConfiguration.removeQualifier(qualifier); 324 mSelectedConfiguration.addQualifier(qualifier); 768 CountryCodeQualifier qualifier = CountryCodeQualifier.getQualifier( local 834 NetworkCodeQualifier qualifier = NetworkCodeQualifier.getQualifier( local 923 LanguageQualifier qualifier = null; local 994 RegionQualifier qualifier = null; local 1124 SmallestScreenWidthQualifier qualifier = SmallestScreenWidthQualifier.getQualifier( local 1191 ScreenWidthQualifier qualifier = ScreenWidthQualifier.getQualifier(size); local 1257 ScreenHeightQualifier qualifier = ScreenHeightQualifier.getQualifier(size); local 1967 ScreenDimensionQualifier qualifier = ScreenDimensionQualifier.getQualifier(size1, local 2032 VersionQualifier qualifier = VersionQualifier.getQualifier( local [all...] |