/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Choice.java | 254 // add primitive identifier 259 // add constructed identifier 272 BigInteger identifier = entry.getKey(); local 274 identifiers[0][i] = identifier.intValue(); 281 private void addIdentifier(TreeMap<BigInteger, BigInteger> map, int identifier, int index){ 282 if (map.put(BigInteger.valueOf(identifier), BigInteger.valueOf(index)) != null) { 289 * Tests whether one of choice alternatives has the same identifier or not. 291 * @param identifier - 292 * ASN.1 identifier to be verified 293 * @return - true if one of choice alternatives has the same identifier, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_pppox.h | 38 sid_t sid; /* Session identifier */ 52 unsigned int sa_protocol; /* protocol identifier */ 65 unsigned int sa_protocol; /* protocol identifier */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Microsoft_Internet_Explorer.py | 17 Required argument: Window Identifier of window from which to get the source. No value means get the source from the frontmost window. 38 Required argument: Window Identifier of the window to print. No value means print the frontmost browser window. 63 Keyword argument window: optional Window Identifier (as supplied by the ListWindows event) specifying context in which to execute the script
|
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 46 if (lex.lookAhead() == Identifier && lex.lookAhead(1) == '(') { 53 if (lex.get() != Identifier) 71 * formal.type Identifier 96 * Identifier "(" [ formal.parameter ( "," formal.parameter )* ] ")" 202 /* formal.parameter : formal.type Identifier array.dimension 208 if (lex.get() != Identifier) 247 else if (t == Identifier && lex.lookAhead(1) == ':') { 248 lex.get(); // Identifier 467 * [ CATCH "(" class.type Identifier ")" block.statement ]* 525 /* break.statement : BREAK [ Identifier ] ";" [all...] |
/external/clang/test/Index/ |
recursive-cxx-member-calls.cpp | 193 // CHECK-tokens: Identifier: "__darwin_size_t" [1:27 - 1:42] TypedefDecl=__darwin_size_t:1:27 (Definition) 196 // CHECK-tokens: Identifier: "__darwin_size_t" [2:9 - 2:24] 197 // CHECK-tokens: Identifier: "size_t" [2:25 - 2:31] TypedefDecl=size_t:2:25 (Definition) 200 // CHECK-tokens: Identifier: "std" [3:11 - 3:14] Namespace=std:3:11 (Definition) 205 // CHECK-tokens: Identifier: "_T1" [4:20 - 4:23] TemplateTypeParameter=_T1:4:20 (Definition) 208 // CHECK-tokens: Identifier: "_T2" [4:31 - 4:34] TemplateTypeParameter=_T2:4:31 (Definition) 211 // CHECK-tokens: Identifier: "pair" [4:44 - 4:48] ClassTemplate=pair:4:44 (Definition) 213 // CHECK-tokens: Identifier: "_T2" [4:51 - 4:54] TypeRef=_T2:4:31 214 // CHECK-tokens: Identifier: "second" [4:55 - 4:61] FieldDecl=second:4:55 (Definition) 223 // CHECK-tokens: Identifier: "memcmp" [7:7 - 7:13] FunctionDecl=memcmp:7: [all...] |
annotate-context-sensitive.cpp | 24 // CHECK-OVERRIDE-FINAL: Identifier: "Derived" [6:7 - 6:14] ClassDecl=Derived:6:7 (Definition) 28 // CHECK-OVERRIDE-FINAL: Identifier: "Base" [6:30 - 6:34] TypeRef=class Base:1:7 32 // CHECK-OVERRIDE-FINAL: Identifier: "f" [7:16 - 7:17] CXXMethod=f:7:16 (virtual) [Overrides @3:16] 39 // CHECK-OVERRIDE-FINAL: Identifier: "final" [9:10 - 9:15] StructDecl=final:9:10 (Definition)
|
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 108 * The <code>android:name</code> attribute specifies an identifier by which 380 * @param identifier Identifier for the input device 385 public String getCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier) { 387 return mIm.getCurrentKeyboardLayoutForInputDevice(identifier); 402 * @param identifier The identifier for the input device. 407 public void setCurrentKeyboardLayoutForInputDevice(InputDeviceIdentifier identifier, 409 if (identifier == null) { 410 throw new IllegalArgumentException("identifier must not be null") [all...] |
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 38 assert(II->hadMacroDefinition() && "Identifier has not been not a macro!"); 41 assert(Pos != Macros.end() && "Identifier macro info is missing!"); 52 // Setup the identifier as having associated macro history. 69 // Setup the identifier as having associated macro history. 75 /// RegisterBuiltinMacro - Register the specified identifier in the identifier 78 // Get the identifier. 90 /// identifier table. 149 // If the token isn't an identifier, it's always literally expanded. 152 // If the information about this identifier is out of date, update it fro [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
statetracker.py | 184 # identifier after type end, since types contain identifiers. 439 """Searches for and returns the first identifier at the beginning of a token. 441 Searches each token after the start to see if it starts with an identifier. 443 identifier, rest of token, returning the identifier token. If no identifier is 451 The identifier token is found, None otherwise. 456 match = javascripttokenizer.JavaScriptTokenizer.IDENTIFIER.match( 762 def HasDocComment(self, identifier): 763 """Returns whether the identifier has been documented yet [all...] |
/development/samples/training/ContactsList/res/values-sw600dp/ |
layout.xml | 20 two-pane layout when referring to the activity_main layout identifier. -->
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
ContentVerifier.java | 10 * Return the algorithm identifier describing the signature
|
ContentVerifierProvider.java | 26 * Return a ContentVerifier that matches the passed in algorithm identifier,
|
DigestCalculator.java | 14 * Return the algorithm identifier representing the digest implemented by
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/spec/ |
PBKDF2KeySpec.java | 22 * @param prf identifier and parameters for the PRF algorithm to use.
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
p8.cpp | 13 string operator "" 5X(const char *, std::size_t); // expected-error {{expected identifier}}
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
p2.cpp | 7 // An identifier is value-dependent if it is:
|
/external/clang/test/CodeGenCXX/ |
debug-info-artificial-arg.cpp | 26 // CHECK-SAME: identifier: "_ZTS1A"
|
debug-info-enum-class.cpp | 55 // CHECK-SAME: identifier: "_ZTSN5test21EE" 70 // CHECK-SAME: identifier: "_ZTSN5test31EE" 81 // CHECK-SAME: identifier: "_ZTSN5test41EE" 101 // CHECK-SAME: identifier: "_ZTSN5test51EE"
|
/external/clang/test/CodeGenObjC/ |
blocks-5.m | 19 [_defaultEditorStateTree enumerateKeysAndObjectsUsingBlock:^(id identifier, id urlsToEditorStates, unsigned char *stop) {
|
debug-info-block-line.m | 37 - (NSString *)identifier; 39 + (TMap *)mapForID:(NSString *)identifier; 81 format:@"Sending \"%@\" (%@)", [map name], [map identifier]]; 88 format:@"Failed \"%@\" (%@)", [map name], [map identifier]];
|
/external/clang/test/FixIt/ |
fixit-unicode.c | 44 int a = ?sss; // expected-error{{use of undeclared identifier '?sss'; did you mean '?ssss'?}} 50 int b = ss?s; // expected-error{{use of undeclared identifier 'ss?s'; did you mean 'ss?ss'?}} 56 int b??????? = ss???; // expected-error{{use of undeclared identifier 'ss???'; did you mean 's???'?}} 61 int c = sssssssss; // expected-error{{use of undeclared identifier 'sssssssss'; did you mean 'sssssssss?'?}}
|
/external/clang/test/Modules/Inputs/invalidate-identifiers/ |
a.h | 2 // identifier table to be reallocated.
|
/external/clang/test/Modules/ |
module-private.cpp | 23 f1(ip); // expected-error{{use of undeclared identifier 'f1'}} 25 vector<int> vec; // expected-error{{use of undeclared identifier 'vector'}} \ 27 // expected-error{{use of undeclared identifier 'vec'}} 33 return hidden_var; // expected-error{{use of undeclared identifier 'hidden_var'}}
|
wildcard-submodule-exports.cpp | 10 (void)B1; // expected-error{{use of undeclared identifier 'B1'}}
|
/external/clang/test/PCH/ |
remap-file-from-pch.cpp | 10 // CHECK: use of undeclared identifier 'zool'
|