/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t040bug80.g | 8 | {false}? Identifier 9 | Identifier 13 Identifier: 'a'..'z'+ ; // with just 'a', output compiles
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t040bug80.g | 8 | {False}? Identifier 9 | Identifier 13 Identifier: 'a'..'z'+ ; // with just 'a', output compiles
|
/external/clang/test/Misc/ |
diag-verify.cpp | 4 // "use of undeclared identifier 'y'" error message. 9 x = y; // expected-error{{use of undeclared identifier 'y'}} 10 x = y; // expected-error{{use of undeclared identifier}} 11 x = y; // expected-error{{undeclared identifier 'y'}} 13 x = y; // expected-error{{undeclared identifier}} 17 x = y; // expected-error{{use of undeclared identifier 'y' is fine}} 18 x = y; // expected-error{{abuse of undeclared identifier 'y'}} 19 x = y; // expected-error{{good use of undeclared identifier 'y' in code}} 20 x = y; // expected-error{{ use of undeclared identifier 'y' }} 21 x = y; // expected-error{{use of undeclared identifier 'y' is disallowed} [all...] |
/external/llvm/ |
.clang-tidy | 1 Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,readability-identifier-naming' 3 - key: readability-identifier-naming.ClassCase 5 - key: readability-identifier-naming.EnumCase 7 - key: readability-identifier-naming.FunctionCase 9 - key: readability-identifier-naming.UnionCase 11 - key: readability-identifier-naming.VariableCase
|
/external/v8/test/message/ |
nf-yield-in-generator.out | 1 *%(basename)s:6: SyntaxError: Unexpected identifier 4 SyntaxError: Unexpected identifier
|
nfe-yield-generator.out | 1 *%(basename)s:5: SyntaxError: Unexpected identifier 4 SyntaxError: Unexpected identifier
|
try-catch-lexical-conflict.out | 1 *%(basename)s:10: SyntaxError: Identifier 'x' has already been declared 4 SyntaxError: Identifier 'x' has already been declared
|
try-catch-variable-conflict.out | 1 *%(basename)s:9: SyntaxError: Identifier 'x' has already been declared 4 SyntaxError: Identifier 'x' has already been declared
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetObjectLabel.java | 1 // C function void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) 3 public static native String glGetObjectLabel(int identifier, int name);
|
glGetObjectLabelKHR.java | 1 // C function void glGetObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) 3 public static native String glGetObjectLabelKHR(int identifier, int name);
|
glGetObjectLabel.cpp | 1 /* void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */ 3 android_glGetObjectLabel(JNIEnv *_env, jobject _this, jint identifier, jint name) {
|
glGetObjectLabelKHR.cpp | 1 /* void glGetObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */ 3 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) {
|
/external/clang/test/Modules/Inputs/ |
lookup_left.hpp | 3 #pragma weak weak_identifier // expected-warning{{weak identifier 'weak_identifier' never declared}}
|
/external/mesa3d/src/glsl/glcpp/tests/ |
059-token-pasting-integer.c | 4 paste(identifier,2)
|
102-garbage-after-endif.c.expected | 1 0:2(8): preprocessor error: syntax error, unexpected IDENTIFIER, expecting NEWLINE
|
/frameworks/base/docs/html/sdk/api_diff/20/ |
user_comments_for_19_to_20.xml | 17 <!-- The id attribute in an identifier element identifies the change as noted in the report. 19 text. A comment element can have multiple identifier elements, which will will cause the same 31 <identifier id="android"/> 37 <identifier id="android.Manifest.permission"/> 43 <identifier id="android.Manifest.permission.BODY_SENSORS"/> 49 <identifier id="android.R.attr"/> 55 <identifier id="android.R.attr.allowEmbedded"/> 61 <identifier id="android.R.attr.windowSwipeToDismiss"/> 67 <identifier id="android.app"/> 73 <identifier id="android.app.Notification"/ [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
DERObjectIdentifier.java | 10 public DERObjectIdentifier(String identifier) 12 super(identifier);
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
DigestAlgorithmIdentifierFinder.java | 8 * Find the digest algorithm identifier that matches with 9 * the passed in signature algorithm identifier. 12 * @return an algorithm identifier for the corresponding digest. 17 * Find the algorithm identifier that matches with 21 * @return an algorithm identifier for the digest signature.
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
user_comments_for_20_to_21.xml | 17 <!-- The id attribute in an identifier element identifies the change as noted in the report. 19 text. A comment element can have multiple identifier elements, which will will cause the same 31 <identifier id="android"/> 37 <identifier id="android.Manifest.permission"/> 43 <identifier id="android.Manifest.permission.BIND_DREAM_SERVICE"/> 49 <identifier id="android.Manifest.permission.BIND_TV_INPUT"/> 55 <identifier id="android.Manifest.permission.BIND_VOICE_INTERACTION"/> 61 <identifier id="android.Manifest.permission.GET_TASKS"/> 67 <identifier id="android.Manifest.permission.READ_SOCIAL_STREAM"/> 73 <identifier id="android.Manifest.permission.READ_VOICEMAIL"/ [all...] |
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Structure/ |
PolicySubsystem.xml | 16 <ComponentType Name="Strategies" Description="Identifier must match the enum value to make 18 <Component Name="media" Type="StrategyConfig" Mapping="Amend1:Media,Identifier:0"/> 19 <Component Name="phone" Type="StrategyConfig" Mapping="Amend1:Phone,Identifier:1"/> 21 Mapping="Amend1:Sonification,Identifier:2"/> 23 Mapping="Amend1:SonificationRespectful,Identifier:3"/> 24 <Component Name="dtmf" Type="StrategyConfig" Mapping="Amend1:Dtmf,Identifier:4"/> 26 Mapping="Amend1:EnforcedAudible,Identifier:5"/> 28 Mapping="Amend1:TransmittedThroughSpeaker,Identifier:6"/> 30 Mapping="Amend1:Accessibility,Identifier:7"/> 32 Mapping="Amend1:Rerouting,Identifier:8"/ [all...] |
/external/avahi/avahi-gobject/ |
AvahiCore-0.6.gir | 13 c:identifier="AVAHI_PROTO_INET"/> 16 c:identifier="AVAHI_PROTO_INET6"/> 19 c:identifier="AVAHI_PROTO_UNSPEC"/> 24 c:identifier="AVAHI_PUBLISH_UNIQUE"/> 27 c:identifier="AVAHI_PUBLISH_NO_PROBE"/> 30 c:identifier="AVAHI_PUBLISH_NO_ANNOUNCE"/> 33 c:identifier="AVAHI_PUBLISH_ALLOW_MULTIPLE"/> 36 c:identifier="AVAHI_PUBLISH_NO_reverse"/> 39 c:identifier="AVAHI_PUBLISH_NO_cookie"/> 42 c:identifier="AVAHI_PUBLISH_UPDATE"/ [all...] |
/external/v8/test/webkit/ |
keywords-and-reserved_words.js | 63 return "identifier"; 67 shouldBe('classifyIdentifier("x")', '"identifier"'); 68 shouldBe('classifyIdentifier("id")', '"identifier"'); 69 shouldBe('classifyIdentifier("identifier")', '"identifier"'); 70 shouldBe('classifyIdentifier("keyword")', '"identifier"'); 71 shouldBe('classifyIdentifier("strict")', '"identifier"'); 72 shouldBe('classifyIdentifier("use")', '"identifier"'); 74 shouldBe('classifyIdentifier("abstract")', '"identifier"'); 75 shouldBe('classifyIdentifier("boolean")', '"identifier"'); [all...] |
/external/clang/test/Parser/ |
parenthesis-balance.cpp | 4 if (int foo = f(bar)) {} // expected-error{{use of undeclared identifier 'bar'}} 5 while (int foo = f(bar)) {} // expected-error{{use of undeclared identifier 'bar'}} 6 for (int foo = f(bar);;) {} // expected-error{{use of undeclared identifier 'bar'}}
|
CompoundStmtScope.c | 7 X Y; // expected-error {{use of undeclared identifier}}
|
/external/clang/test/Sema/ |
typo-correction.c | 6 __typeof__(struct F*) var[invalid]; // expected-error-re {{use of undeclared identifier 'invalid'{{$}}}} 10 x = (float)arst; // expected-error-re {{use of undeclared identifier 'arst'{{$}}}} 14 // expected-error {{use of undeclared identifier 'b'}} 18 // expected-error {{use of undeclared identifier 'goobar'; did you mean 'foobar'?}} \ 27 case SOME_ENUM_: // expected-error {{use of undeclared identifier 'SOME_ENUM_'; did you mean 'SOME_ENUM'}} 34 _Generic(hello, int : banana)(); // expected-error-re {{use of undeclared identifier 'hello'{{$}}}} 35 _Generic(arg, int : bandana)(); // expected-error {{use of undeclared identifier 'bandana'; did you mean 'banana'?}} 41 // expected-error {{use of undeclared identifier '__v2di'}} 45 __atomic_or_fetch(a, b, c); // expected-error {{use of undeclared identifier 'c'}} 50 cabs(errij); // expected-error {{use of undeclared identifier 'errij'} [all...] |