Searched
full:identifier (Results
1001 -
1025 of
5406) sorted by null
<<41424344454647484950>>
/external/chromium_org/third_party/closure_linter/closure_linter/ |
javascripttokens.py | 59 IDENTIFIER = 'identifier' 87 EXPRESSION_ENDER_TYPES = [tokens.TokenType.NORMAL, IDENTIFIER, NUMBER,
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
generators-parsing.js | 66 // in strict-mode, "yield" is an invalid identifier. 71 // In classic mode, yield is a normal identifier, outside of generators. 92 // Yield in a generator is not an identifier.
|
/external/chromium_org/v8/test/mjsunit/ |
keywords-and-reserved_words.js | 72 return "identifier"; 111 "identifier", "use", 123 assertEquals ("identifier", classifyIdentifier(identifiers[i]));
|
/external/clang/include/clang/Basic/ |
TokenKinds.h | 66 /// \brief Return true if this is a raw identifier or an identifier kind. 68 return (K == tok::identifier) || (K == tok::raw_identifier);
|
/external/clang/test/FixIt/ |
typo.m | 50 herivar = a; // expected-error{{use of undeclared identifier 'herivar'; did you mean 'her_ivar'?}} 51 hisivar = a; // expected-error{{use of undeclared identifier 'hisivar'; did you mean 'his_ivar'?}} 163 int x = super; // expected-error{{use of undeclared identifier 'super'}}
|
/external/clang/test/Index/ |
complete-super.m | 49 // Check "super" completion at the first identifier 59 // Check "super" completion at the second identifier 66 // Check "super" completion at the third identifier
|
/external/clang/test/Sema/ |
warn-type-safety.c | 10 __attribute__(( pointer_with_type_tag )); // expected-error {{attribute requires parameter 1 to be an identifier}} 42 __attribute__(( type_tag_for_datatype )); // expected-error {{attribute requires parameter 1 to be an identifier}} 51 __attribute__(( type_tag_for_datatype(mpi,int,int) )); // expected-error {{expected identifier}}
|
/external/clang/test/SemaTemplate/ |
alias-templates.cpp | 131 void f1(Y<T> a) { h(g(a)); } // expected-error {{undeclared identifier 'g'}} 132 void f2(Y<Ts>...as) { h(g(as)...); } // expected-error {{undeclared identifier 'g'}} 134 void f4(Ts ...ts) { h(g(sizeof(ts))...); } // expected-error {{undeclared identifier 'g'}}
|
/external/easymock/src/org/easymock/ |
EasyMockSupport.java | 59 * if the name is not a valid Java identifier.
94 * if the name is not a valid Java identifier.
131 * if the name is not a valid Java identifier.
|
/external/harfbuzz/src/ |
harfbuzz-open.h | 61 HB_UInt LangSysTag; /* LangSysTag identifier */ 79 HB_UInt ScriptTag; /* ScriptTag identifier */ 109 HB_UInt FeatureTag; /* FeatureTag identifier */
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-open.h | 61 HB_UInt LangSysTag; /* LangSysTag identifier */ 79 HB_UInt ScriptTag; /* ScriptTag identifier */ 109 HB_UInt FeatureTag; /* FeatureTag identifier */
|
/external/iproute2/doc/ |
nstat.sgml | 24 <tt/PATTERN/ is shell style pattern, selecting identifier 78 <p> The first line of output is <tt/#/ followed by identifier 84 SNMP MIB identifier,
|
/external/llvm/docs/ |
MarkedUpDisassembly.rst | 56 tag-name: identifier 57 tag-modifier-list: comma delimited identifier list 59 The tag-name is an identifier which gives the type of the annotation. For the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
parser.ml | 13 * ::= identifier 24 * ::= identifier 25 * ::= identifier '(' argumentexpr ')' *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
parser.ml | 13 * ::= identifier 24 * ::= identifier 25 * ::= identifier '(' argumentexpr ')' *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
parser.ml | 13 * ::= identifier 24 * ::= identifier 25 * ::= identifier '(' argumentexpr ')' *)
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 144 /// parseIdentifier - Parse an identifier or string (as a quoted identifier) 145 /// and set \p Res to the identifier contents.
|
/external/v8/test/mjsunit/ |
keywords-and-reserved_words.js | 72 return "identifier"; 111 "identifier", "use", 123 assertEquals ("identifier", classifyIdentifier(identifiers[i]));
|
/frameworks/base/core/java/android/content/ |
DialogInterface.java | 26 * The identifier for the positive button. 31 * The identifier for the negative button. 36 * The identifier for the neutral button.
|
/frameworks/base/core/java/android/content/pm/ |
ComponentInfo.java | 46 * A string resource identifier (in the package's resources) containing 110 * Return the icon resource identifier to use for this component. If 121 * Return the logo resource identifier to use for this component. If
|
/frameworks/base/core/java/android/widget/ |
ResourceCursorAdapter.java | 46 * @param layout resource identifier of a layout file that defines the views 65 * @param layout resource identifier of a layout file that defines the views 83 * @param layout Resource identifier of a layout file that defines the views
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
VerifierDeviceIdentityTest.java | 192 fail("Parsing should fail when device identifier is too short"); 201 fail("Parsing should fail when device identifier is too short"); 210 fail("Parsing should fail when device identifier is too long");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneSubInfo.java | 91 * Retrieves the Group Identifier Level1 for GSM phones. 117 * Retrieves the alpha identifier for line 1. 160 * Retrieves the alpha identifier associated with the voice mail number.
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ResourceCursorAdapter.java | 48 * @param layout resource identifier of a layout file that defines the views 67 * @param layout resource identifier of a layout file that defines the views 85 * @param layout Resource identifier of a layout file that defines the views
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
service_delegation_protocol.h | 39 /** Service Identifier: {71139E60-ECAE-11DF-98CF-0800200C9A66} */ 49 * Command identifier : get instruction 58 /* Partition-specific instruction codes (high-nibble encodes the partition identifier) */
|
Completed in 558 milliseconds
<<41424344454647484950>>