/dalvik/libcore/security/src/main/java/org/apache/harmony/security/fortress/ |
DefaultPolicyParser.java | 103 * then this set is iterated and each token is translated to a PolicyEntry. 159 * Translates GrantEntry token to PolicyEntry object. It goes step by step, 180 * @param ge GrantEntry token to be resolved 240 * Translates PermissionEntry token to Permission object. 248 * @param pe PermissionEntry token to be resolved
|
/external/ipsec-tools/src/racoon/ |
gssapi.c | 343 * Call gss_accept_context, with token just read from the wire. 401 gssapi_save_received_token(struct ph1handle *iph1, vchar_t *token) 414 ret = gssapi_vm2gssbuf(token, gsstoken); 423 gssapi_get_token_to_send(struct ph1handle *iph1, vchar_t **token) 436 ret = gssapi_gss2vmbuf(gsstoken, token);
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.ascend | 93 ATTRIBUTE Ascend-Token-Idle 199 integer 94 ATTRIBUTE Ascend-Token-Immediate 200 integer 98 ATTRIBUTE Ascend-Token-Expiry 204 integer 262 VALUE Ascend-Token-Immediate Tok-Imm-No 0 263 VALUE Ascend-Token-Immediate Tok-Imm-Yes 1
|
/external/webkit/WebCore/inspector/front-end/ |
SourceHTMLTokenizer.js | 533 var token = this._line.substring(cursorOnEnter, cursor); 534 if (token === "a") 539 var token = this._line.substring(cursorOnEnter, cursor); 540 if (token === "href" || token === "src")
|
/frameworks/base/libs/binder/ |
IPCThreadState.cpp | 365 int64_t token = ((int64_t)mCallingUid<<32) | mCallingPid; local 367 return token; 370 void IPCThreadState::restoreCallingIdentity(int64_t token) 372 mCallingUid = (int)(token>>32); 373 mCallingPid = (int)token; [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
PhoneBase.java | [all...] |
/cts/tools/dx-tests/lib/ |
jasmin.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |
/bionic/libc/include/net/ |
if_types.h | 52 #define IFT_ISO88024 0x8 /* Token Bus */ 53 #define IFT_ISO88025 0x9 /* Token Ring */ 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 124 * transfer-extension = token *( ";" parameter ) 131 * attribute = token 132 * value = token | quoted-string
|
/external/bison/ |
TODO | 30 what when two reductions are possible on a given look-ahead token, but one is 184 ** %token-table 186 Must we keep %no-parser? %token-table?
|
/external/bison/src/ |
getargs.c | 230 -k, --token-table include a table of token names\n\ 339 { "token-table", no_argument, 0, 'k' },
|
/external/icu4c/tools/genprops/ |
genprops.c | 194 isToken(const char *token, const char *s) { 200 if(token[j]!=0) { 201 if(s[j]!=token[j]) {
|
/external/tcpdump/ |
print-llc.c | 116 { PID_RFC2684_802_5_FCS, "Token Ring + FCS" }, 117 { PID_RFC2684_802_5_NOFCS, "Token Ring w/o FCS" }, 489 * What remains is an 802.5 Token Ring
|
/external/webkit/JavaScriptCore/yarr/ |
RegexParser.h | 100 * pattern character token. This method differs from atomPatternCharacter(), 221 * The boolean value returned by this method indicates whether the token 525 * the last token passed to the delegate was an atom (this is necessary to detect
|
/frameworks/base/core/java/android/content/ |
SyncStorageEngine.java | 1848 int token; local 2071 int token; local [all...] |
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
spectrumMngmntMgr.c | 89 TI_UINT8 Token; 216 measurementToken - The Request IE token 236 *measurementToken = (TI_UINT16)dot11hReqIEHdr->Token;
|
/ndk/build/platforms/android-3/arch-arm/usr/include/net/ |
if_types.h | 52 #define IFT_ISO88024 0x8 /* Token Bus */ 53 #define IFT_ISO88025 0x9 /* Token Ring */ 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/net/ |
if_types.h | 52 #define IFT_ISO88024 0x8 /* Token Bus */ 53 #define IFT_ISO88025 0x9 /* Token Ring */ 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/net/ |
if_types.h | 52 #define IFT_ISO88024 0x8 /* Token Bus */ 53 #define IFT_ISO88025 0x9 /* Token Ring */ 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
/ndk/build/platforms/android-5/arch-x86/usr/include/net/ |
if_types.h | 52 #define IFT_ISO88024 0x8 /* Token Bus */ 53 #define IFT_ISO88025 0x9 /* Token Ring */ 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/net/ |
if_types.h | 52 #define IFT_ISO88024 0x8 /* Token Bus */ 53 #define IFT_ISO88025 0x9 /* Token Ring */ 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/net/ |
if_types.h | 52 #define IFT_ISO88024 0x8 /* Token Bus */ 53 #define IFT_ISO88025 0x9 /* Token Ring */ 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|
/packages/apps/IM/src/com/android/im/app/ |
ChatSwitcher.java | 452 protected void onQueryComplete(int token, Object cookie, Cursor cursor) { 478 protected void onUpdateComplete(int token, Object cookie, int result) { 479 super.onUpdateComplete(token, cookie, result);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 104 /** The window token used as the parent for the DragView. */ 524 public void setWindowToken(IBinder token) { 525 mWindowToken = token;
|