/cts/tools/signature-tools/src/signature/converter/dex/ |
GenericSignatureParser.java | 99 // identifier. 100 private String identifier; field in class:GenericSignatureParser 303 String name = identifier.intern(); 383 qualIdent.append(identifier).append("/"); 387 qualIdent.append(this.identifier); 415 qualIdent.append("$").append(identifier); 491 if (!factory.containsTypeVariableDefinition(identifier, declaration)) { 496 declaration = getDeclarationOfTypeVariable(identifier, 499 declaration = getDeclarationOfTypeVariable(identifier, 503 factory.getTypeVariable(identifier, declaration) [all...] |
/external/chromium_org/v8/src/ |
preparser.cc | 118 case i::Token::IDENTIFIER: 302 // 'function' Identifier '(' FormalParameterListopt ')' '{' FunctionBody '}' 304 // 'function' '*' Identifier '(' FormalParameterListopt ')' 309 Identifier identifier = ParseIdentifier(CHECK_OK); local 315 !identifier.IsValidStrictVariable()) { 319 if (identifier.IsFutureStrictReserved() || identifier.IsYield()) { 375 // ('var' | 'const') (Identifier ('=' AssignmentExpression)?)+[','] 382 // Identifier '=' AssignmentExpressio 459 Identifier identifier = ParseIdentifier(CHECK_OK); local 1079 Identifier identifier = Identifier::Default(); local [all...] |
/external/clang/lib/AST/ |
NestedNameSpecifier.cpp | 48 assert(II && "Identifier cannot be NULL"); 102 assert(II && "Identifier cannot be NULL"); 125 return Identifier; 164 case Identifier: 165 // Identifier specifiers always represent dependent types 185 case Identifier: 186 // Identifier specifiers always represent dependent types 204 case Identifier: 229 case Identifier: 302 case NestedNameSpecifier::Identifier [all...] |
/external/libselinux/include/selinux/ |
avc.h | 82 * avc_get_initial_sid - get SID for an initial kernel security identifier 83 * @name: input name of initial kernel security identifier 86 * Get the context for an initial kernel security identifier specified by 237 * @ssid: source security identifier 238 * @tsid: target security identifier 264 * @ssid: source security identifier 265 * @tsid: target security identifier 286 * @ssid: source security identifier 287 * @tsid: target security identifier 309 * @ssid: source security identifier [all...] |
/external/clang/lib/Parse/ |
ParsePragma.cpp | 246 // pack '(' ('push' | 'pop') [',' identifier] [, integer] ')' 275 } else if (Tok.is(tok::identifier)) { 298 } else if (Tok.is(tok::identifier)) { 370 if (Tok.isNot(tok::identifier)) { 413 if (Tok.isNot(tok::identifier) || 428 if (Tok.isNot(tok::identifier)) { 486 // #pragma unused(identifier) 510 if (Tok.is(tok::identifier)) { 548 // For each identifier token, insert into the token stream a 549 // annot_pragma_unused token followed by the identifier token [all...] |
/external/clang/include/clang/Lex/ |
Token.h | 53 /// This is an IdentifierInfo*, which contains the uniqued identifier 76 DisableExpand = 0x04, // This identifier may never be macro expanded. 80 HasUCN = 0x40, // This identifier contains a UCN. 92 /// \brief Return true if this is a raw identifier (when lexing 93 /// in raw mode) or a non-keyword identifier (when lexing in non-raw mode). 109 /// \brief Return a source location identifier for the specified 171 /// getRawIdentifierData - For a raw identifier token (i.e., an identifier 238 /// \brief Return true if this identifier token should never 244 /// \brief Return true if we have an ObjC keyword identifier [all...] |
/frameworks/base/core/java/android/view/ |
Menu.java | 77 * Value to use for group and item identifier integers when you don't care 83 * First value for group and item identifier integers. 148 * @param titleRes Resource identifier of title string. 157 * @param groupId The group identifier that this item should be part of. 172 * string resource identifier instead of the string itself. 174 * @param groupId The group identifier that this item should be part of. 182 * @param titleRes Resource identifier of title string. 202 * @param titleRes Resource identifier of title string. 216 * @param groupId The group identifier that this item should be part of. 231 * a string resource identifier for the title instead of the string itself [all...] |
/external/clang/include/clang/AST/ |
NestedNameSpecifier.h | 39 /// specifiers, each of which can be a namespace, type, identifier 62 /// can be an identifier, a declaration, or a type. 74 /// \brief An identifier, stored as an IdentifierInfo*. 75 Identifier, 108 /// \brief Builds a specifier combining a prefix and an identifier. 111 /// referencing an identifier are only permitted when the identifier 132 /// \brief Builds a specifier that consists of just an identifier. 157 /// \brief Retrieve the identifier stored in this nested name 377 /// nested-name-specifier component of the form 'identifier::' [all...] |
TemplateName.h | 451 /// \brief The identifier template name. 454 const IdentifierInfo *Identifier; 473 const IdentifierInfo *Identifier) 474 : Qualifier(Qualifier, false), Identifier(Identifier), 478 const IdentifierInfo *Identifier, 480 : Qualifier(Qualifier, false), Identifier(Identifier), 498 /// \brief Determine whether this template name refers to an identifier. 501 /// \brief Returns the identifier to which this template name refers [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
KeySetManager.java | 157 * Fetches the stable identifier associated with the given KeySet. Returns 177 * Fetches the KeySet corresponding to the given stable identifier. 179 * Returns {@link #KEYSET_NOT_FOUND} if the identifier doesn't 282 // return the stable identifier 287 * Finds the stable identifier for a KeySet based on a set of PublicKey stable IDs. 302 * Finds the stable identifier for a PublicKey or PUBLIC_KEY_NOT_FOUND. 317 * Gets an unused stable identifier for a KeySet. 488 serializer.attribute(null, "identifier", Long.toString(id)); 501 serializer.attribute(null, "identifier", Long.toString(id)); 504 serializer.attribute(null, "identifier", Long.toString(keyId)) 579 long identifier = Long.parseLong(encodedID); local [all...] |
/external/chromium/chrome/browser/content_settings/ |
host_content_settings_map.h | 59 // require an resource identifier to be specified, the |resource_identifier| 71 // resource identifier to be specified, the |resource_identifier| must be 81 // setting types that require an additional resource identifier, the default 88 // content setting types that require an additional resource identifier, 98 // the main map. For ContentSettingsTypes that require an resource identifier 116 // ContentSettingsTypes that require an resource identifier to be specified, 127 // require an resource identifier to be specified, the |resource_identifier|
|
/external/chromium_org/chrome/common/extensions/api/ |
networking_private.json | 66 "description": "The unique identifier of the network to get properties from." 88 "description": "The unique identifier of the network to get properties from." 110 "description": "The unique identifier of the network to set properties on." 132 "description": "The unique identifier of the network to set properties on." 182 "description": "The unique identifier of the network to connect to." 200 "description": "The unique identifier of the network to disconnect from." 245 "description": "A string containing the unique identifier of the network to get credentials for."
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Web_Browser_Suite.py | 16 """Activate: Activate Internet Explorer and optionally select window designated by Window Identifier. 17 Required argument: Window Identifier 19 Returns: Window Identifier of window to activate 62 """CloseWindow: Close the window specified by either Window Identifier or Title. If no parameter is specified, close the top window. 85 Required argument: Window Identifier of the window 190 """ShowFile: FileSpec containing data of specified MIME type to be rendered in window specified by Window Identifier. 193 Keyword argument Window_Identifier: Identifier of the target window for the URL. (Can use -1 for top window)
|
/external/v8/src/ |
preparser.cc | 113 case i::Token::IDENTIFIER: 296 // 'function' Identifier '(' FormalParameterListopt ')' '{' FunctionBody '}' 299 Identifier identifier = ParseIdentifier(CHECK_OK); local 305 !identifier.IsValidStrictVariable()) { 309 if (identifier.IsFutureStrictReserved()) { 365 // ('var' | 'const') (Identifier ('=' AssignmentExpression)?)+[','] 372 // Identifier '=' AssignmentExpression 449 Identifier identifier = ParseIdentifier(CHECK_OK) local 1036 Identifier identifier = Identifier::Default(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorTimelineAgent.cpp | 504 void InspectorTimelineAgent::willSendRequest(unsigned long identifier, DocumentLoader* loader, const ResourceRequest& request, const ResourceResponse&, const FetchInitiatorInfo&) 506 String requestId = IdentifiersFactory::requestId(identifier); 510 bool InspectorTimelineAgent::willReceiveResourceData(Frame* frame, unsigned long identifier, int length) 512 String requestId = IdentifiersFactory::requestId(identifier); 522 bool InspectorTimelineAgent::willReceiveResourceResponse(Frame* frame, unsigned long identifier, const ResourceResponse& response) 524 String requestId = IdentifiersFactory::requestId(identifier); 529 void InspectorTimelineAgent::didReceiveResourceResponse(unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader) 534 void InspectorTimelineAgent::didFinishLoadingResource(unsigned long identifier, bool didFail, double finishTime, Frame* frame) 536 appendRecord(TimelineRecordFactory::createResourceFinishData(IdentifiersFactory::requestId(identifier), didFail, finishTime * 1000), TimelineRecordType::ResourceFinish, false, frame); 539 void InspectorTimelineAgent::didFinishLoading(unsigned long identifier, DocumentLoader* loader, double monotonicFinishTime [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 319 // identifier. 351 DO(ConsumeString(&syntax, "Expected syntax identifier.")); 358 "Unrecognized syntax identifier \"" + syntax + "\". This parser " 536 DO(ConsumeIdentifier(default_value, "Expected identifier.")); 625 DO(ConsumeIdentifier(default_value, "Expected identifier.")); 639 string identifier; // We parse identifiers into this string. local 645 DO(ConsumeIdentifier(&identifier, "Expected identifier.")); 646 name->mutable_name_part()->append(identifier); 651 DO(ConsumeIdentifier(&identifier, "Expected identifier.")) 1040 string identifier; local 1069 string identifier; local [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-parse.output | 27 14 | HASH_UNDEF IDENTIFIER NEWLINE 31 18 | HASH_IFDEF IDENTIFIER junk NEWLINE 32 19 | HASH_IFNDEF IDENTIFIER junk NEWLINE 50 31 | IDENTIFIER 75 55 identifier_list: IDENTIFIER 76 56 | identifier_list ',' IDENTIFIER 89 64 conditional_token: DEFINED IDENTIFIER 90 65 | DEFINED '(' IDENTIFIER ')' 99 71 preprocessing_token: IDENTIFIER 180 IDENTIFIER (274) 14 18 19 31 55 56 64 65 7 [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
valparam.h | 44 YASM_PARAM_ID, /**< Identifier */ 51 /*@owned@*/ char *id; /**< Identifier */ 56 /** Prefix character that indicates a raw identifier. When 59 * identifier begins with this character, this character is stripped 110 /** Create a new valparam with identifier parameter. 113 * \param id_prefix identifier prefix for raw identifiers 137 /** Get a valparam parameter as an expr. If the parameter is an identifier, 149 /** Get a valparam parameter as a string. If the parameter is an identifier, 158 /** Get a valparam parameter as an identifier. 160 * \return Identifier (string), or NULL if vp is NULL or the parameter is no [all...] |
/external/smack/src/org/jivesoftware/smack/packet/ |
PrivacyItem.java | 39 * identifier to apply the action.
194 * Sets the element identifier to apply the action.
202 * @param value is the identifier to apply the action.
225 * Returns the element identifier to apply the action.
233 * @return the identifier to apply the action.
310 * identifier to apply the action.
320 * The value hold the element identifier to apply the action.
370 * Returns the element identifier to apply the action.
378 * @return the identifier to apply the action.
385 * Sets the element identifier to apply the action. [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ValueParser.java | 156 * Retrieves icon id from an Icon Identifier COMPREHENSION-TLV object 158 * @param ctlv An Icon Identifier COMPREHENSION-TLV object 178 * Retrieves item icons id from an Icon Identifier List COMPREHENSION-TLV 181 * @param ctlv An Item Icon List Identifier COMPREHENSION-TLV object 269 * Retrieves alpha identifier from an Alpha Identifier COMPREHENSION-TLV 272 * @param ctlv An Alpha Identifier COMPREHENSION-TLV object 273 * @return String corresponding to the alpha identifier 295 * if the alpha identifier is not provided by the UICC,
|
/libcore/luni/src/main/java/javax/xml/transform/ |
OutputKeys.java | 124 * <p><code>doctype-system</code> specifies the system identifier 130 * output method should output PUBLIC followed by the public identifier 131 * and then the system identifier; otherwise, it should output SYSTEM 132 * followed by the system identifier. The internal subset should be empty. 140 * public identifier; if the doctype-system property is also specified, 141 * it should also output the specified system identifier following the 142 * public identifier. If the doctype-system property is specified but 144 * should output SYSTEM followed by the specified system identifier.</p> 146 * <p><code>doctype-system</code> specifies the system identifier
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
basic.rb | 29 t=IDENTIFIER {found_identifier($t.text)} 32 IDENTIFIER: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*; 101 'var' t=IDENTIFIER ';' 106 t=IDENTIFIER '(' ')' ';' 110 IDENTIFIER: ('a'..'z'|'A'..'Z'|'_') ('a'..'z'|'A'..'Z'|'0'..'9'|'_')*;
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieSpecRegistry.java | 62 * Registers a {@link CookieSpecFactory} with the given identifier. 67 * @param name the identifier for this specification 85 * @param id the identifier of the {@link CookieSpec cookie specification} to unregister 97 * @param name the {@link CookieSpec cookie specification} identifier 122 * @param name the {@link CookieSpec cookie specification} identifier
|
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_database_helper_browsertest.cc | 74 database_info_list.begin()->identifier.ToString()); 120 EXPECT_EQ(origin_str1, info->identifier.ToString()); 123 EXPECT_EQ(origin_str1, info->identifier.ToString()); 126 EXPECT_EQ(origin_str2, info->identifier.ToString()); 149 EXPECT_EQ(origin_str, result.begin()->identifier.ToString());
|
/external/chromium_org/net/base/ |
upload_data_stream.h | 30 int64 identifier); 33 UploadDataStream(Chunked chunked, int64 identifier); 40 int64 identifier); 70 // sessions. A value of 0 is used to indicate an unspecified identifier. 71 int64 identifier() const { return identifier_; } function in class:net::UploadDataStream
|