/external/tcpdump/ |
INSTALL | 220 print-token.c - Token Ring printer routines 248 token.h - Token Ring definitions
|
util.c | 262 * Convert a token value to a string; use "fmt" if not found. 283 * Convert a token value to a string; use "fmt" if not found. 299 * Convert a bit token value to a string; use "fmt" if not found. 316 * lets AND the rotating bit with our token value
|
/external/tcpdump/missing/ |
strsep.c | 48 * Get next token from string *stringp, where tokens are possibly-empty
|
/external/v8/src/ |
string-stream.cc | 468 Object* token = context->global_context()->security_token(); local 469 if (token != current_security_token) { 470 Add("Security context: %o\n", token); 471 current_security_token = token;
|
/external/webkit/JavaScriptCore/parser/ |
Grammar.y | 195 %token NULLTOKEN TRUETOKEN FALSETOKEN 198 %token BREAK CASE DEFAULT FOR NEW VAR CONSTTOKEN CONTINUE 199 %token FUNCTION RETURN VOIDTOKEN DELETETOKEN 200 %token IF THISTOKEN DO WHILE INTOKEN INSTANCEOF TYPEOF 201 %token SWITCH WITH RESERVED 202 %token THROW TRY CATCH FINALLY 203 %token DEBUGGER 210 %token EQEQ NE /* == and != */ 211 %token STREQ STRNEQ /* === and !== */ 212 %token LE GE /* < and > * [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
7.1-1.js | 29 - cannot appear within any other kind of token
|
7.1-3.js | 29 - cannot appear within any other kind of token
|
7.2-1.js | 28 - cannot occur within any token, not even a string
|
/external/webkit/WebCore/bindings/v8/ |
V8IsolatedContext.cpp | 71 // Using the default security token means that the canAccess is always
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
yylex.c | 36 /* yylex - scan for a regular expression token */
|
/frameworks/base/core/java/android/text/method/ |
CharacterPickerDialog.java | 71 params.token = mView.getApplicationWindowToken();
|
/frameworks/base/include/binder/ |
IPCThreadState.h | 45 void restoreCallingIdentity(int64_t token);
|
/frameworks/base/include/media/ |
IMediaPlayer.h | 55 // interface token.
|
/frameworks/base/include/surfaceflinger/ |
ISurfaceFlingerClient.h | 51 int32_t token; member in struct:android::ISurfaceFlingerClient::surface_data_t
|
/frameworks/base/services/java/com/android/server/status/ |
StatusBarService.java | 116 IBinder token; field in class:StatusBarService.DisableRecord 120 disable(0, token, pkg); 121 token.unlinkToDeath(this, 0); 370 public void disable(int what, IBinder token, String pkg) { 379 manageDisableListLocked(what, token, pkg); 484 void manageDisableListLocked(int what, IBinder token, String pkg) { 496 if (t.token == token) { 501 if (what == 0 || !token.isBinderAlive()) { 504 tok.token.unlinkToDeath(tok, 0) [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
sdspi.h | 69 #define SDSPI_START_BLOCK 0xFE /* SD Start Block Token */
|
/hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/ |
requestHandler.c | 260 token, measurement token, measurement type, parallel, 446 DESCRIPTION: RequestHandler module function for getting the token of the 503 frameToken - Frame token of the received frame in which
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
QuickContactActivity.java | 65 // Use our local window token for now
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsSingleRecipientSender.java | 34 public boolean sendMessage(long token) throws MmsException {
|
/packages/providers/ApplicationsProvider/src/com/android/providers/applications/ |
ApplicationsProvider.java | 218 // Maps token from the app name to records in the applications table 220 "token TEXT," + 225 "token," + 366 StringBuilder filter = new StringBuilder("token GLOB ");
|
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 39 CREATE TABLE peopleLookup (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); 47 CREATE TABLE peopleLookupWithPhoneticName (token TEXT,source INTEGER REFERENCES people(_id),token_index INTEGER); 81 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source); 82 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/ |
requestHandler.c | 264 token, measurement token, measurement type, parallel, 459 DESCRIPTION: RequestHandler module function for getting the token of the 516 frameToken - Frame token of the received frame in which
|
/system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/ |
requestHandler.c | 260 token, measurement token, measurement type, parallel, 446 DESCRIPTION: RequestHandler module function for getting the token of the 503 frameToken - Frame token of the received frame in which
|
/bootable/recovery/applypatch/ |
bspatch.c | 102 SinkFn sink, void* token, SHA_CTX* ctx) { 111 if (sink(new_data, new_size, token) < new_size) {
|
/dalvik/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 105 private boolean token; field in class:KXmlParser 354 pushText('<', !token, false); 366 type = parseLegacy(token); 805 if (token && type == ENTITY_REF){ 823 if (!token) 833 '<': parse to any token (for nextToken ()) [all...] |