/libcore/luni/src/main/java/java/io/ |
Serializable.java | 43 * <p>Every serializable class is assigned a version identifier called a {@code 44 * serialVersionUID}. By default, this identifier is computed by hashing the 45 * class declaration and its members. This identifier is included in the
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
StreamResult.java | 143 * @param systemId The system identifier as a URI string. 165 * Get the system identifier that was set with setSystemId. 167 * @return The system identifier that was set with setSystemId, or null
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DeclHandler.java | 128 * <p>If the system identifier is a URL, the parser must resolve it 133 * @param publicId The entity's public identifier, or null if none 135 * @param systemId The entity's system identifier.
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
PackedString.java | 55 * @param tag identifier of string of interest 139 * @param tag identifier of string of interest 152 * @param tag identifier of string of interest
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 57 /* Unique identifier that all expressions with the same value have. */ 97 /* Unique identifier that all expressions with the same value have. */ 145 /* Unique identifier that all expressions with the same value have. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 57 /* Unique identifier that all expressions with the same value have. */ 97 /* Unique identifier that all expressions with the same value have. */ 145 /* Unique identifier that all expressions with the same value have. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 57 /* Unique identifier that all expressions with the same value have. */ 97 /* Unique identifier that all expressions with the same value have. */ 145 /* Unique identifier that all expressions with the same value have. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 57 /* Unique identifier that all expressions with the same value have. */ 97 /* Unique identifier that all expressions with the same value have. */ 145 /* Unique identifier that all expressions with the same value have. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
_exceptions.py | 82 "Get the public identifier of the entity where the exception occurred." 86 "Get the system identifier of the entity where the exception occurred." 106 """Exception class for an unrecognized identifier.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
_exceptions.py | 82 "Get the public identifier of the entity where the exception occurred." 86 "Get the system identifier of the entity where the exception occurred." 106 """Exception class for an unrecognized identifier.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
ir.py | 193 class Identifier(genpyx.Identifier, Named): 263 return Declarator( Identifier(), node ) 477 def set_identifier(self, identifier): 479 self[0] = identifier 481 self.insert(0,identifier) 482 identifier = property(get_identifier,set_identifier) variable in class:Declarator 537 if self.identifier: 538 return self.identifier.name 540 assert self.identifier is not Non [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
ControlPanelEffect.java | 155 * System wide unique audio session identifier. 337 * System wide unique audio session identifier. 353 * System wide unique audio session identifier. 524 * System wide unique audio session identifier. 550 * System wide unique audio session identifier. [all...] |
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 109 if (!Tok1.is(tok::identifier) && !Tok1.is(tok::star)) 112 if (Tok1.is(tok::identifier)) { 121 if (Tok2.is(tok::identifier)) { 150 /// nested-name-specifier identifier '::' 176 /// filled in with the leading identifier in the last component of the 190 assert(!LastII && "want last identifier but have already annotated scope"); 279 // 'identifier <' after it. 291 if (Tok.is(tok::identifier)) { 292 // Consume the identifier. 389 // tok::identifier [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTElementProcessor.java | 86 * @param systemId The system identifier provided in the XML 104 * @param publicId The notation public identifier, or null if not 106 * @param systemId The notation system identifier. 122 * @param publicId The entity public identifier, or null if not 124 * @param systemId The entity system identifier.
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
events.html | 65 <p>In addition to conditions and actions you may give each rule an identifier, 114 contain a unique identifier that is not currently used by another rule or an 115 empty identifier. 143 identifier, that is unknown, this identifier is silently ignored. If
|
/external/clang/test/SemaCXX/ |
nested-name-spec.cpp | 86 N::x = 0; // expected-error {{use of undeclared identifier 'N'}} 96 void f4(undef::C); // expected-error {{use of undeclared identifier 'undef'}} 169 X::X() : a(5) { } // expected-error{{use of undeclared identifier 'X'}} \ 297 int foobar = a + longer_b; // expected-error {{use of undeclared identifier 'a'; did you mean 'NS::a'?}} \ 298 // expected-error {{use of undeclared identifier 'longer_b'; did you mean 'NS::longer_b'?}}
|
/external/icu4c/common/ |
util.h | 180 * Parse a Unicode identifier from the given string at the given 181 * position. Return the identifier, or an empty string if there 182 * is no identifier. 190 * @return the Unicode identifier, or an empty string if there is 191 * no valid identifier at pos.
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
BlenderInputStream.java | 172 byte[] identifier = new byte[7];
173 int bytesRead = this.readBytes(identifier);
175 throw new BlenderFileException("Error reading header identifier. Only " + bytesRead + " bytes read and there should be 7!");
177 String strIdentifier = new String(identifier);
179 throw new BlenderFileException("Wrong file identifier: " + strIdentifier + "! Should be 'BLENDER'!");
|
/frameworks/compile/slang/ |
slang_rs_pragma_handler.cpp | 73 // Identifier { . Identifier } 75 // Identifier: 76 // IDENTIFIER 207 if (PragmaToken.is(clang::tok::identifier))
|
/external/chromium/chrome/browser/extensions/ |
extension_webrequest_api.cc | 316 http_requests_[request->identifier()] = request; 322 base::Uint64ToString(request->identifier())); 333 blocked_requests_[request->identifier()].new_url = new_url; 364 base::Uint64ToString(request->identifier())); 379 http_requests_.erase(request->identifier()); 380 blocked_requests_.erase(request->identifier()); 402 (*it)->blocked_requests.insert(request->identifier()); 408 CHECK(blocked_requests_.find(request->identifier()) == 410 blocked_requests_[request->identifier()].num_handlers_blocking = 412 blocked_requests_[request->identifier()].callback = callback [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
javascriptlintrules.py | 100 identifier = token.string 101 if identifier.endswith('_') and not identifier.endswith('__'): 107 namespace = namespaces_info.GetClosurizedNamespace(identifier) 112 if namespace in provided_namespaces or regex.match(identifier): 113 variable = identifier.split('.')[-1] 116 elif not identifier.endswith('__'): 118 for piece in identifier.split('.'): 123 if token.type == Type.IDENTIFIER: 210 next_token.type == Type.IDENTIFIER an [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFrameImpl.h | 82 virtual long long identifier() const; 209 int identifier, const WebString& searchText, const WebFindOptions&, 213 int identifier, const WebString& searchText, const WebFindOptions&, 216 virtual void increaseMatchCount(int count, int identifier); 337 const WebRect& selectionRect, int activeMatchOrdinal, int identifier); 389 void flushCurrentScopingEffort(int identifier); 392 void finishCurrentScopingEffort(int identifier); 396 int identifier, const WebString& searchText, const WebFindOptions&, 401 DeferredScopeStringMatches*, int identifier, const WebString& searchText, 456 // Identifier of the latest find-in-page request. Required to be stored i [all...] |
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
DirectiveParser.cpp | 56 if (token->type != pp::Token::IDENTIFIER) 160 if (token->type != Token::IDENTIFIER) 173 if (token->type != Token::IDENTIFIER) 332 if (token->type != Token::IDENTIFIER) 362 if (token->type != Token::IDENTIFIER) 412 if (token->type != Token::IDENTIFIER) 597 valid = valid && (token->type == Token::IDENTIFIER); 604 valid = valid && (token->type == Token::IDENTIFIER); 651 if (valid && (token->type != Token::IDENTIFIER)) 668 if (valid && (token->type != Token::IDENTIFIER)) [all...] |
/external/chromium_org/third_party/closure_linter/closure_linter/ |
javascriptlintrules.py | 100 identifier = token.string 101 if identifier.endswith('_') and not identifier.endswith('__'): 107 namespace = namespaces_info.GetClosurizedNamespace(identifier) 112 if namespace in provided_namespaces or regex.match(identifier): 113 variable = identifier.split('.')[-1] 116 elif not identifier.endswith('__'): 118 for piece in identifier.split('.'): 123 if token.type == Type.IDENTIFIER: 210 next_token.type == Type.IDENTIFIER an [all...] |
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 216 /// \brief The identifier ID that will be assigned to the next new identifier. 219 /// \brief Map that provides the ID numbers of each identifier in 230 /// \brief The identifier ID that will be assigned to the next new identifier. 258 /// \brief Offsets of each of the identifier IDs into the identifier 521 /// \brief Emit a reference to an identifier. 538 /// \brief Get the unique number used to refer to the given identifier. 662 /// \brief Note that the identifier II occurs at the given offse [all...] |