/external/clang/lib/Parse/ |
ParsePragma.cpp | 589 PP.Lex(Tok); // Identifier 638 PP.Lex(Tok); // identifier 785 // It is possible that the loop hint has no option identifier, such as 787 IdentifierInfo *OptionInfo = Info->Option.is(tok::identifier) [all...] |
ParseDeclCXX.cpp | 48 /// 'inline'[opt] 'namespace' identifier attributes[opt] 56 /// 'namespace' identifier '=' qualified-namespace-specifier ';' 87 if (Tok.is(tok::identifier)) { 89 IdentLoc = ConsumeToken(); // eat the identifier. 90 while (Tok.is(tok::coloncolon) && NextToken().is(tok::identifier)) { 109 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok 128 Diag(Tok, diag::err_expected_either) << tok::identifier << tok::l_brace; 272 if (SS.isInvalid() || Tok.isNot(tok::identifier)) { 279 // Parse identifier. 451 if (SS.isInvalid() || Tok.isNot(tok::identifier)) { 1361 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok 3766 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok [all...] |
Parser.cpp | 878 // C99 6.7.2.3p6: Handle "struct-or-union identifier;", "enum { X };" [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
__init__.py | 111 :param instance_id: DB Instance identifier. If supplied, only 181 :param id: Unique identifier for the new instance. 468 :param id: Unique identifier for the new instance. 474 :param source_id: Unique identifier for the DB Instance for which this 536 :param id: Unique identifier for the new instance. 580 :param id: Unique identifier for the new instance. 711 :param id: Unique identifier for the new instance. 722 is the identifier used for that snapshot. [all...] |
/external/google-breakpad/src/common/ |
module.h | 283 string identifier() const { return id_; } function in class:google_breakpad::Module
|
/external/jetty/src/java/org/eclipse/jetty/server/session/ |
JDBCSessionIdManager.java | 135 * Convert a camel case identifier into either upper or lower 138 * @param identifier 139 * @return the converted identifier 141 public String convertIdentifier (String identifier) 144 return identifier.toLowerCase(Locale.ENGLISH); 146 return identifier.toUpperCase(Locale.ENGLISH); 148 return identifier; 426 * Get the session id without any node identifier suffix. [all...] |
/external/llvm/lib/MC/MCParser/ |
COFFAsmParser.cpp | 263 /// ::= { ".weak", ... } [ identifier ( , identifier )* ] 274 return TokError("expected identifier in directive"); 315 if (!getLexer().is(AsmToken::Identifier)) 323 // .section name [, "flags"] [, identifier [ identifier ], identifier] 341 return TokError("expected identifier in directive"); 368 if (!getLexer().is(AsmToken::Identifier)) 380 return TokError("expected identifier in directive") 734 StringRef identifier; local [all...] |
/external/v8/test/mjsunit/strong/ |
undefined.js | 8 // behaviour of 'undefined' as an identifier in strong mode. 43 // Function identifier is 'undefined'
|
/frameworks/compile/slang/ |
slang_rs_pragma_handler.cpp | 78 // Identifier { . Identifier } 80 // Identifier: 81 // IDENTIFIER 160 while (PragmaToken.is(clang::tok::identifier)) { 275 // The current token must be an identifier in KeywordValueMap 277 if (PragmaToken.isNot(clang::tok::identifier) || 314 // The current token must be an identifier (a name) 315 if (PragmaToken.isNot(clang::tok::identifier)) { 447 if (PragmaToken.is(clang::tok::identifier)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
ApplicationPackageNameRefactoring.java | 565 String identifier = qualifiedImportName.getName().getIdentifier(); local 566 if (identifier.equals(FN_RESOURCE_BASE)) { 569 } else if (identifier.equals(FN_BUILD_CONFIG_BASE) 575 } else if (identifier.equals(FN_MANIFEST_BASE)
|
/art/runtime/native/ |
java_lang_System.cc | 38 static void ThrowArrayStoreException_NotAnArray(const char* identifier, mirror::Object* array) 43 "%s of type %s is not an array", identifier, actualType.c_str());
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/route53/ |
test_health_check.py | 121 change = records.add_change('CREATE', 'unittest.%s.' % self.base_domain, 'A', ttl=30, identifier='test', 127 deleted = records.add_change('DELETE', "unittest.%s." % self.base_domain, "A", ttl=30, identifier='test',
|
/external/libxml2/ |
xmlcatalog.c | 291 printf("\tpublic PublicID: make a PUBLIC identifier lookup\n"); 292 printf("\tsystem SystemID: make a SYSTEM identifier lookup\n");
|
/external/v8/test/mjsunit/es6/regress/ |
regress-crbug-248025.js | 32 // keyword as part if a 'for' statement is not and identifier.
|
/external/wpa_supplicant_8/src/radius/ |
radius_das.c | 170 RADIUS_CODE_DISCONNECT_ACK, hdr->identifier); 272 hdr->identifier);
|
radius_client.c | 152 * calls to other functions as an identifier for the RADIUS client instance. 226 * next_radius_identifier - Next RADIUS message identifier to use 432 * Need to assign a new identifier since attribute contents 436 hdr->identifier = radius_client_get_id(radius); 455 radius_msg_get_hdr(entry->msg)->identifier); 865 radius_msg_get_hdr(req->msg)->identifier == 866 hdr->identifier) 878 msg_type, hdr->identifier); 927 msg_type, hdr->code, hdr->identifier, 938 * radius_client_get_id - Get an identifier for a new RADIUS messag [all...] |
/system/connectivity/shill/test-scripts/ |
test-flimflam | 134 identifier = object_path[object_path.rfind("/") + 1:] 146 print "%s %-26s { %s }" % (favorite, name, identifier)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/ |
layer1.py | 222 :param snapshot_identifier: The identifier of the snapshot the account 226 :param snapshot_cluster_identifier: The identifier of the cluster the 232 :param account_with_restore_access: The identifier of the AWS customer 268 The identifier for the source snapshot. 273 + Must be the identifier for a valid automated snapshot whose state is 278 The identifier of the cluster the source snapshot was created from. 286 + Must be the identifier for a valid cluster. 290 The identifier given to the new manual snapshot. 359 :param cluster_identifier: A unique identifier for the cluster. You use 360 this identifier to refer to the cluster for any subsequent cluste [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/ |
layer1.py | 141 Adds a source identifier to an existing RDS event notification 146 subscription you want to add a source identifier to. 150 The identifier of the event source to be added. An identifier must 278 :param source_db_snapshot_identifier: The identifier for the source DB 283 + Must be the identifier for a valid system snapshot in the "available" 290 :param target_db_snapshot_identifier: The identifier for the copied 374 :param db_instance_identifier: The DB instance identifier. This 732 :param db_instance_identifier: The DB instance identifier of the read 737 :param source_db_instance_identifier: The identifier of the DB instanc [all...] |
/external/google-breakpad/src/common/linux/ |
dump_symbols.cc | 773 // Return the breakpad symbol file identifier for the architecture of 794 // Format the Elf file identifier in IDENTIFIER as a UUID with the 796 string FormatIdentifier(unsigned char identifier[16]) { 799 identifier, 807 // number appended to the end of the file identifier; this isn't 865 unsigned char identifier[16]; local 867 identifier)) { 868 fprintf(stderr, "%s: unable to generate file identifier\n", 887 string id = FormatIdentifier(identifier); [all...] |
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
xfa_expression.cpp | 71 CFX_WideStringC identifier = 0;
local 73 identifier = m_pArguments->GetAt(index);
74 if (identifier.GetAt(0) == L'!') {
76 EXCLAMATION_IN_IDENTIFIER + identifier.Mid(1);
79 javascript << identifier;
local
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_tls_common.c | 20 u8 code, u8 identifier) 25 code, identifier); 29 code, identifier); 31 identifier); 540 * @id: EAP identifier for the response 620 * @id: EAP identifier for the response 722 * @id: EAP identifier for the response 968 * @id: EAP identifier for the response [all...] |
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
closurizednamespacesinfo_test.py | 70 for identifier, expected_namespace in self._test_cases.items(): 71 actual_namespace = namespaces_info.GetClosurizedNamespace(identifier) 76 '" for identifier "' + str(identifier) + '" but was "' + 153 token = tokenutil.Search(token.next, TokenType.IDENTIFIER) 420 """Tests that created namespaces do not satisfy usage of an identifier.""" 438 """Tests that created identifiers satisfy usage of the identifier.""" 449 """Tests that a parametrized type requires the correct identifier.""" 522 """Tests that created identifiers satisfy usage of the identifier.""" 526 ' identifier;' [all...] |
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer_unittest.cc | 415 uint8_t identifier[sizeof(MDGUID)]; local 416 EXPECT_TRUE(fileid.ElfFileIdentifier(identifier)); 418 FileID::ConvertIdentifierToString(identifier,
|
/external/google-breakpad/src/common/solaris/ |
dump_symbols.cc | 495 unsigned char identifier[16]; local 497 if (file_id.ElfFileIdentifier(identifier)) { 499 file_id.ConvertIdentifierToString(identifier,
|