Searched
full:identifier (Results
1451 -
1475 of
5406) sorted by null
<<51525354555657585960>>
/libcore/luni/src/main/files/cacerts/ |
c215bc69.0 | 56 X509v3 Authority Key Identifier: 59 X509v3 Subject Key Identifier:
|
e7b8d656.0 | 46 X509v3 Authority Key Identifier: 49 X509v3 Subject Key Identifier:
|
/libcore/luni/src/main/java/java/net/ |
SocketOptions.java | 146 * the option identifier. 156 * the option identifier.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSession.java | 53 * Returns this sessions identifier. 55 * @return this sessions identifier.
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
AlgorithmIdentifier.java | 37 * with the Algorithm Identifier which is a part of X.509 certificate 45 * algorithm OBJECT IDENTIFIER,
|
/libcore/luni/src/main/java/org/w3c/dom/ |
Entity.java | 48 * The public identifier associated with the entity if specified, and 54 * The system identifier associated with the entity if specified, and
|
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSOutput.java | 73 * The system identifier, a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>], for this 80 * The system identifier, a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>], for this
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnEngine.java | 32 /** The identifier of the learning dictionary */ 34 /** The identifier of the user dictionary */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmdev.h | 71 /* get connection identifier range */ 73 /* set connection identifier range */
|
atmsap.h | 66 #define ATM_HL_VENDOR 0x04 /* vendor-specific application identifier */ 132 unsigned char snap[5];/* IEEE 802.1 SNAP identifier */
|
jffs2.h | 172 jint32_t xid; /* XATTR identifier number */ 189 jint32_t xid; /* XATTR identifier number */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmdev.h | 71 /* get connection identifier range */ 73 /* set connection identifier range */
|
atmsap.h | 66 #define ATM_HL_VENDOR 0x04 /* vendor-specific application identifier */ 132 unsigned char snap[5];/* IEEE 802.1 SNAP identifier */
|
jffs2.h | 172 jint32_t xid; /* XATTR identifier number */ 189 jint32_t xid; /* XATTR identifier number */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmdev.h | 71 /* get connection identifier range */ 73 /* set connection identifier range */
|
atmsap.h | 66 #define ATM_HL_VENDOR 0x04 /* vendor-specific application identifier */ 132 unsigned char snap[5];/* IEEE 802.1 SNAP identifier */
|
jffs2.h | 172 jint32_t xid; /* XATTR identifier number */ 189 jint32_t xid; /* XATTR identifier number */
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_cdrom.h | 80 int id; /**< Private drive identifier */ 117 * Returns a human-readable, system-dependent identifier for the CD-ROM.
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_cdrom.h | 80 int id; /**< Private drive identifier */ 117 * Returns a human-readable, system-dependent identifier for the CD-ROM.
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_cdrom.h | 80 int id; /**< Private drive identifier */ 117 * Returns a human-readable, system-dependent identifier for the CD-ROM.
|
/system/core/include/utils/ |
AndroidThreads.h | 47 // Get some sort of unique identifier for the current thread. 118 // Get some sort of unique identifier for the current thread.
|
/external/clang/include/clang/Serialization/ |
ASTBitCodes.h | 50 /// \brief An ID number that refers to an identifier in an AST file. 124 /// \brief An ID number that refers to an identifier in an AST file. 127 /// \brief The number of predefined identifier IDs. 326 /// identifier ID. 330 /// NULL-terminated string that corresponds to that identifier. 338 /// \brief Record code for the identifier table. 340 /// The identifier table is a simple blob that contains 343 /// contains the mapping from identifier IDs to the characters 345 /// identifiers are odd, so that, when the identifier offset 347 /// between offsets (for unresolved identifier IDs) an [all...] |
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 56 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]* 267 /// ::= identifier 268 /// ::= identifier '(' expression* ')' 272 getNextToken(); // eat identifier. 345 /// forexpr ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression 350 return Error("expected identifier after for"); 353 getNextToken(); // eat identifier. 387 /// varexpr ::= 'var' identifier ('=' expression)? 388 // (',' identifier ('=' expression)?)* 'in' expression 396 return Error("expected identifier after var") [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy-jit.cpp | 74 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]* 285 /// ::= identifier 286 /// ::= identifier '(' expression* ')' 290 getNextToken(); // eat identifier. 363 /// forexpr ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression 368 return Error("expected identifier after for"); 371 getNextToken(); // eat identifier. 405 /// varexpr ::= 'var' identifier ('=' expression)? 406 // (',' identifier ('=' expression)?)* 'in' expression 414 return Error("expected identifier after var") [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
toy.cpp | 57 if (isalpha(LastChar)) { // identifier: [a-zA-Z][a-zA-Z0-9]* 268 /// ::= identifier 269 /// ::= identifier '(' expression* ')' 273 getNextToken(); // eat identifier. 346 /// forexpr ::= 'for' identifier '=' expr ',' expr (',' expr)? 'in' expression 351 return Error("expected identifier after for"); 354 getNextToken(); // eat identifier. 388 /// varexpr ::= 'var' identifier ('=' expression)? 389 // (',' identifier ('=' expression)?)* 'in' expression 397 return Error("expected identifier after var") [all...] |
Completed in 436 milliseconds
<<51525354555657585960>>