/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestCase.java | 124 * identifier of assertion 134 * identifier of assertion 146 * identifier of assertion 158 * identifier of assertion 170 * identifier of assertion 185 * identifier of assertion 197 * identifier of assertion 209 * identifier of assertion 221 * identifier of assertion 235 * identifier of assertio [all...] |
/external/doclava/src/com/google/doclava/parser/ |
Java.g | 58 * | 'void' Identifier voidMethodDeclaratorRest 59 * | Identifier constructorDeclaratorRest 182 * Moved the Identifier portion of annotationTypeElementRest to annotationMethodRest. 184 * has the Identifier portion in it, the parser would fail on constants in 211 * Changed "Identifier ('.' Identifier)*" to "qualifiedName" in more 317 IDENTIFIER '.' '*' 322 IDENTIFIER 323 ('.' IDENTIFIER 331 : IDENTIFIER [all...] |
/external/chromium_org/components/autofill/core/browser/ |
autofill_external_delegate.cc | 187 void AutofillExternalDelegate::DidSelectSuggestion(int identifier) { 191 if (identifier > 0) 192 FillAutofillFormData(identifier, true); 196 int identifier) { 199 if (identifier == WebAutofillClient::MenuItemIDAutofillOptions) { 202 } else if (identifier == WebAutofillClient::MenuItemIDClearForm) { 205 } else if (identifier == WebAutofillClient::MenuItemIDPasswordEntry) { 209 } else if (identifier == WebAutofillClient::MenuItemIDDataListEntry) { 212 } else if (identifier == WebAutofillClient::MenuItemIDAutocompleteEntry) { 216 FillAutofillFormData(identifier, false) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
profiler.py | 38 def create_profiler(cls, host, executable_path, output_dir, profiler_name=None, identifier=None): 46 return profilers[0](host, executable_path, output_dir, identifier) 69 def __init__(self, host, executable_path, output_dir, identifier=None): 87 def __init__(self, host, executable_path, output_dir, output_suffix, identifier=None): 88 super(SingleFileOutputProfiler, self).__init__(host, executable_path, output_dir, identifier) 97 def __init__(self, host, executable_path, output_dir, identifier=None): 98 super(GooglePProf, self).__init__(host, executable_path, output_dir, "pprof", identifier) 132 def __init__(self, host, executable_path, output_dir, identifier=None): 133 super(Perf, self).__init__(host, executable_path, output_dir, "data", identifier) 179 def __init__(self, host, executable_path, output_dir, identifier=None) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderCounter.cpp | 48 static CounterNode* makeCounterNode(RenderObject*, const AtomicString& identifier, bool alwaysCreateCounter); 102 static bool planCounter(RenderObject* object, const AtomicString& identifier, bool& isReset, int& value) 131 const CounterDirectives directives = style->getCounterDirectives(identifier); 138 if (identifier == "list-item") { 167 // identifier in the CounterNode tree for identifier and sets parent and 172 // counter with the same identifier. 173 // - All the counter references with the same identifier as this one that are in 182 static bool findPlaceForCounter(RenderObject* counterOwner, const AtomicString& identifier, bool isReset, RefPtr<CounterNode>& parent, RefPtr<CounterNode>& previousSibling) 184 // We cannot stop searching for counters with the same identifier before we als [all...] |
/external/v8/src/ |
preparser.h | 226 class Identifier { 228 static Identifier Default() { 229 return Identifier(kUnknownIdentifier); 231 static Identifier Eval() { 232 return Identifier(kEvalIdentifier); 234 static Identifier Arguments() { 235 return Identifier(kArgumentsIdentifier); 237 static Identifier FutureReserved() { 238 return Identifier(kFutureReservedIdentifier); 240 static Identifier FutureStrictReserved() [all...] |
/frameworks/base/services/input/ |
EventHub.cpp | 96 static void setDescriptor(InputDeviceIdentifier& identifier) { 98 // The descriptor is assumed to be a stable identifier. Its value should not 102 rawDescriptor.appendFormat(":%04x:%04x:", identifier.vendor, identifier.product); 103 if (!identifier.uniqueId.isEmpty()) { 105 rawDescriptor.append(identifier.uniqueId); 106 } if (identifier.vendor == 0 && identifier.product == 0) { 111 if (!identifier.name.isEmpty()) { 113 rawDescriptor.append(identifier.name) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SAXSourceLocator.java | 97 * Return the public identifier for the current document event. 99 * <p>The return value is the public identifier of the document 103 * @return A string containing the public identifier, or 113 * Return the system identifier for the current document event. 115 * <p>The return value is the system identifier of the document 119 * <p>If the system identifier is a URL, the parser must resolve it 122 * @return A string containing the system identifier, or null
|
/external/clang/test/Index/skip-parsed-bodies/ |
compile_commands.json | 33 // CHECK-NEXT: [diagnostic]: {{.*}} undeclared identifier 'undef_val1' 34 // CHECK-NEXT: [diagnostic]: {{.*}} undeclared identifier 'undef_val2' 35 // CHECK-NEXT: [diagnostic]: {{.*}} undeclared identifier 'undef_val3' 52 // CHECK-NEXT: [diagnostic]: {{.*}} undeclared identifier 'undef_val4' 53 // CHECK-NEXT: [diagnostic]: {{.*}} undeclared identifier 'undef_tsval' 54 // CHECK-NEXT: [diagnostic]: {{.*}} undeclared identifier 'undef_impval' 71 // CHECK-NOT: [diagnostic]: {{.*}} undeclared identifier
|
/external/wpa_supplicant_8/src/tls/ |
asn1.c | 23 hdr->identifier = *pos++; 24 hdr->class = hdr->identifier >> 6; 25 hdr->constructed = !!(hdr->identifier & (1 << 5)); 27 if ((hdr->identifier & 0x1f) == 0x1f) { 31 wpa_printf(MSG_DEBUG, "ASN.1: Identifier " 41 hdr->tag = hdr->identifier & 0x1f; 107 * identifier components in (X*40) + Y formula.
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Oid.java | 29 * This class represents ASN.1 Object Identifier type. 39 * Constructs ASN.1 Object Identifier type 42 * when there is a need to create a custom ASN.1 Object Identifier type. 51 * Returns ASN.1 Object Identifier type default implementation 56 * @return ASN.1 Object Identifier type default implementation 186 * Returns ASN.1 Object Identifier type implementation 191 * @return ASN.1 Object Identifier type implementation
|
ASN1Type.java | 36 /** Integer representation of primitive identifier. */ 39 /** Integer representation of constructed identifier. */ 119 * Tests provided identifier. 121 * @param identifier identifier to be verified 122 * @return true if identifier is associated with this ASN.1 type 124 public abstract boolean checkTag(int identifier);
|
/libcore/luni/src/main/java/org/xml/sax/ |
Locator.java | 49 * Return the public identifier for the current document event. 51 * <p>The return value is the public identifier of the document 55 * @return A string containing the public identifier, or 63 * Return the system identifier for the current document event. 65 * <p>The return value is the system identifier of the document 69 * <p>If the system identifier is a URL, the parser must resolve it 74 * @return A string containing the system identifier, or null
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginTest.h | 55 static PluginTest* create(NPP, const std::string& identifier); 109 Register(const std::string& identifier) 111 registerCreateTestFunction(identifier, Register::create); 115 static PluginTest* create(NPP npp, const std::string& identifier) 117 return new TestClassTy(npp, identifier); 122 PluginTest(NPP npp, const std::string& identifier); 127 const std::string& identifier() const { return m_identifier; } function in class:PluginTest 183 bool identifierIs(NPIdentifier identifier, const char* value) 185 return pluginTest()->NPN_GetStringIdentifier(value) == identifier;
|
/external/clang/include/clang/Serialization/ |
GlobalModuleIndex.h | 13 // queries such as "do any modules know about this identifier?" 52 /// module files contain any information about that identifier. This 54 /// to have a information about that identifier, improving performance. Moreover, 109 /// \brief The number of identifier lookups we performed. 112 /// \brief The number of identifier lookup hits, where we recognize the 113 /// identifier. 169 /// identifier, e.g., a global function, variable, or type with that name. 171 /// \param Name The identifier to look for. 176 /// \returns true if the identifier is known to the index, false otherwise.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
parser.ml | 13 * ::= identifier 27 * ::= identifier 28 * ::= identifier '(' argumentexpr ')' *) 57 ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression *) 59 'Token.Ident id ?? "expected identifier after for"; 85 * ::= 'var' identifier ('=' expression? 86 * (',' identifier ('=' expression)?)* 'in' expression *) 89 'Token.Ident id ?? "expected identifier after var"; 153 'Token.Ident id ?? "expected identifier list after var";
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofWriter.java | 159 Integer identifier = stringToId.get(string); local 160 if (identifier != null) { 161 return identifier; 210 Integer identifier = classNameToId.get(className); local 211 if (identifier != null) { 212 return identifier; 230 Integer identifier = stackFrameToId.get(stackFrame); local 231 if (identifier != null) { 232 return identifier;
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t010lexer.html | 33 assertEquals(token.getType(), lexer.IDENTIFIER); 45 assertEquals(token.getType(), lexer.IDENTIFIER); 57 assertEquals(token.getType(), lexer.IDENTIFIER);
|
t011lexer.html | 33 assertEquals(token.getType(), lexer.IDENTIFIER); 45 assertEquals(token.getType(), lexer.IDENTIFIER); 57 assertEquals(token.getType(), lexer.IDENTIFIER);
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t010lexer.py | 28 assert token.type == self.lexerModule.IDENTIFIER 40 assert token.type == self.lexerModule.IDENTIFIER 52 assert token.type == self.lexerModule.IDENTIFIER
|
t011lexer.py | 28 assert token.type == self.lexerModule.IDENTIFIER 40 assert token.type == self.lexerModule.IDENTIFIER 52 assert token.type == self.lexerModule.IDENTIFIER
|
t025lexerRulePropertyRef.py | 24 assert type == self.lexerModule.IDENTIFIER, lexer.properties[0] 34 assert type == self.lexerModule.IDENTIFIER, lexer.properties[1] 44 assert type == self.lexerModule.IDENTIFIER, lexer.properties[2]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
X509ObjectIdentifiers.java | 22 // id-SHA1 OBJECT IDENTIFIER ::= 27 // ripemd160 OBJECT IDENTIFIER ::= 33 // ripemd160WithRSAEncryption OBJECT IDENTIFIER ::=
|
/external/chromium/chrome/browser/policy/ |
device_policy_identity_strategy.h | 57 // The machine identifier and model. 61 // The device identifier to be sent with requests. (This is actually more like 62 // a session identifier since it is re-generated for each registration
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter.h | 40 int identifier, 48 int identifier, 63 int identifier,
|