/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
toy-jit.cpp | 59 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]* 270 /// ::= identifier 271 /// ::= identifier '(' expression* ')' 275 getNextToken(); // eat identifier. 348 /// forexpr ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression 353 return Error("expected identifier after for"); 356 getNextToken(); // eat identifier. 390 /// varexpr ::= 'var' identifier ('=' expression)? 391 // (',' identifier ('=' expression)?)* 'in' expression 399 return Error("expected identifier after var") [all...] |
toy.cpp | 59 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]* 270 /// ::= identifier 271 /// ::= identifier '(' expression* ')' 275 getNextToken(); // eat identifier. 348 /// forexpr ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression 353 return Error("expected identifier after for"); 356 getNextToken(); // eat identifier. 390 /// varexpr ::= 'var' identifier ('=' expression)? 391 // (',' identifier ('=' expression)?)* 'in' expression 399 return Error("expected identifier after var") [all...] |
/frameworks/base/include/androidfw/ |
ResourceTypes.h | 162 // Type identifier for this chunk. The meaning of this value depends 239 // The 'data' holds an attribute resource identifier. 788 // resource identifier). 0 means this is not a base package. [all...] |
/external/chromium_org/chrome/browser/content_settings/ |
tab_specific_content_settings.cc | 287 // identifier. 290 std::string identifier; local 293 identifier = resource_identifier; 295 if (!identifier.empty()) 296 AddBlockedResource(type, identifier);
|
/frameworks/base/docs/html/tools/support-library/ |
features.jd | 144 <p>The Gradle build script dependency identifier for this library is as follows:</p> 195 <p>The Gradle build script dependency identifier for this library is as follows:</p> 216 <p>The Gradle build script dependency identifier for this library is as follows:</p> 252 script dependency identifier <code>com.android.support:support-v7-mediarouter:<revision></code>, 301 <p>The Gradle build script dependency identifier for this library is as follows:</p>
|
/libcore/luni/src/main/java/javax/xml/transform/dom/ |
DOMResult.java | 89 * @param systemId The system identifier which may be used in association with this node. 168 * @param systemId The system identifier which may be used in association with this node. 309 * @param systemId The system identifier as a URI string. 316 * <p>Get the System Identifier.</p> 324 * @return The system identifier.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 84 tree identifier; 132 class-key identifier; 135 class-key identifier { ... }; */ 148 tree identifier; 370 /* True is the binding of IDENTIFIER at global scope names a type. */ 83 tree identifier; member in struct:cxx_saved_binding 146 tree identifier; member in struct:cp_class_binding
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 84 tree identifier; 132 class-key identifier; 135 class-key identifier { ... }; */ 148 tree identifier; 370 /* True is the binding of IDENTIFIER at global scope names a type. */ 83 tree identifier; member in struct:cxx_saved_binding 146 tree identifier; member in struct:cp_class_binding
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 84 tree identifier; 132 class-key identifier; 135 class-key identifier { ... }; */ 148 tree identifier; 370 /* True is the binding of IDENTIFIER at global scope names a type. */ 83 tree identifier; member in struct:cxx_saved_binding 146 tree identifier; member in struct:cp_class_binding
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/ |
name-lookup.h | 84 tree identifier; 132 class-key identifier; 135 class-key identifier { ... }; */ 148 tree identifier; 370 /* True is the binding of IDENTIFIER at global scope names a type. */ 83 tree identifier; member in struct:cxx_saved_binding 146 tree identifier; member in struct:cp_class_binding
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerHandlerImpl.java | 236 * @param publicId The entity's public identifier, or null. 237 * @param systemId The entity's system identifier. 270 * @param publicId The notation's public identifier, or null. 271 * @param systemId The notation's system identifier, or null. 290 * @param publicId The entity's public identifier, or null. 291 * @param systemId The entity's system identifier, or null. 759 * @param publicId The declared public identifier for the 761 * @param systemId The declared system identifier for the 1017 * @param publicId The declared public identifier of the entity, or 1019 * @param systemId The declared system identifier of the entity [all...] |
/external/bluetooth/bluedroid/stack/gatt/ |
gatt_api.c | 587 ** Parameter conn_id: connection identifier. 658 ** Parameter conn_id: connection identifier. 704 ** Parameter conn_id: connection identifier. 760 ** Parameters conn_id: connection identifier. 809 ** Parameters conn_id: connection identifier. 878 ** Parameters conn_id: connection identifier. [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginObject.cpp | 432 NPIdentifier identifier = browser->getstringidentifier(utf8String); local 434 return identifier; 468 NPIdentifier identifier = variantToIdentifier(args[0]); 469 if (!identifier) 471 NPUTF8* utf8String = browser->utf8fromidentifier(identifier); 482 NPIdentifier identifier = variantToIdentifier(args[0]); 483 if (!identifier) 485 int32_t integer = browser->intfromidentifier(identifier); 677 NPIdentifier identifier = browser->getintidentifier((int)NPVARIANT_TO_DOUBLE(args[0])); 678 INT32_TO_NPVARIANT((int32_t)(long long)identifier, *result) [all...] |
/external/chromium_org/v8/src/ |
scanner.cc | 814 // not be an identifier start or a decimal digit; see ECMA-262 913 return Token::IDENTIFIER; 942 return Token::IDENTIFIER; 949 // Scan identifier start character. 952 // Only allow legal identifier start characters. 966 // Scan the rest of the identifier characters. 988 return Token::IDENTIFIER; 993 // Scan the rest of the identifier characters. 997 // Only allow legal identifier part characters. 1011 return Token::IDENTIFIER; [all...] |
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 563 * before every lhs identifier. 597 /* get the LHS identifier, append to dst, and store temporarily 609 /* prepend every occurrence of the LHS identifier with 'ruleName.'*/ 621 /* prepend the rule name to the identifier */ 633 * new LHS identifier 882 * before every lhs identifier. [all...] |
/external/v8/src/ |
scanner.cc | 792 // not be an identifier start or a decimal digit; see ECMA-262 891 return Token::IDENTIFIER; 920 return Token::IDENTIFIER; 927 // Scan identifier start character. 930 // Only allow legal identifier start characters. 944 // Scan the rest of the identifier characters. 966 return Token::IDENTIFIER; 971 // Scan the rest of the identifier characters. 975 // Only allow legal identifier part characters. 989 return Token::IDENTIFIER; [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cpplib.h | 201 /* An identifier in the cpp_token union. */ 203 /* The canonical (UTF-8) spelling of the identifier. */ 220 /* An identifier. */ 236 /* Caller-supplied identifier for a CPP_PRAGMA. */ 272 the identifier invalid. */ 566 identifier that behaves like an operator such as "xor". 574 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */ 632 /* The common part of an identifier node shared amongst all 3 C front [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cpplib.h | 201 /* An identifier in the cpp_token union. */ 203 /* The canonical (UTF-8) spelling of the identifier. */ 220 /* An identifier. */ 236 /* Caller-supplied identifier for a CPP_PRAGMA. */ 272 the identifier invalid. */ 566 identifier that behaves like an operator such as "xor". 574 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */ 632 /* The common part of an identifier node shared amongst all 3 C front [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cpplib.h | 201 /* An identifier in the cpp_token union. */ 203 /* The canonical (UTF-8) spelling of the identifier. */ 220 /* An identifier. */ 236 /* Caller-supplied identifier for a CPP_PRAGMA. */ 272 the identifier invalid. */ 566 identifier that behaves like an operator such as "xor". 574 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */ 632 /* The common part of an identifier node shared amongst all 3 C front [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cpplib.h | 201 /* An identifier in the cpp_token union. */ 203 /* The canonical (UTF-8) spelling of the identifier. */ 220 /* An identifier. */ 236 /* Caller-supplied identifier for a CPP_PRAGMA. */ 272 the identifier invalid. */ 566 identifier that behaves like an operator such as "xor". 574 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */ 632 /* The common part of an identifier node shared amongst all 3 C front [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | 431 /// IdentifierInfo for the identifier with ID=I+1 that has already 438 /// \brief Mapping from global identifier IDs to the module in which the 439 /// identifier resides along with the offset that should be added to the 440 /// global identifier ID to produce a local ID. 447 /// MacroInfo for the identifier with ID=I+1 that has already 657 /// \brief A snapshot of Sema's weak undeclared identifier tracking, for 772 /// \brief The number of lookups into identifier tables. 775 /// \brief The number of lookups into identifier tables that succeed. 827 /// The declarations on the identifier chain for these identifiers will be 832 /// \brief The generation number of each identifier, which keeps track o [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
DOMHelper.java | 158 * identifier string for any given DOM Node. 167 * you may need to find another way to assign a unique identifier. 177 * @param node whose identifier you want to obtain [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | 228 USHORT format; /* Format identifier--format = 1 */ 257 USHORT format; /* Format identifier--format = 2 */ 285 USHORT format; /* Format identifier--format = 3 */ 327 USHORT format; /* Format identifier */ 458 USHORT format; /* Format identifier--format = 1 */ 506 USHORT format; /* Format identifier--format = 2 */ 544 USHORT format; /* Format identifier */ 689 USHORT format; /* Format identifier--format = 1 */ 781 USHORT format; /* Format identifier--format = 2 */ 835 USHORT format; /* Format identifier */ [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
Expression.java | 508 * Return the public identifier for the current document event. 510 * <p>The return value is the public identifier of the document 514 * @return A string containing the public identifier, or 526 * Return the system identifier for the current document event. 528 * <p>The return value is the system identifier of the document 532 * <p>If the system identifier is a URL, the parser must resolve it 535 * @return A string containing the system identifier, or null
|
/external/chromium_org/third_party/icu/source/common/ |
uchar.c | 313 /* Checks if the Unicode character can start a Unicode identifier.*/ 322 /* Checks if the Unicode character can be a Unicode identifier part other than starting the 323 identifier.*/ 337 /*Checks if the Unicode character can be ignorable in a Java or Unicode identifier.*/ 349 /*Checks if the Unicode character can start a Java identifier.*/ 357 /*Checks if the Unicode character can be a Java identifier part other than starting the 358 * identifier.
|