/external/v8/src/ |
assembler.h | 41 #include "token.h" 438 static ExternalReference double_fp_operation(Token::Value operation);
|
/external/v8/tools/gyp/ |
v8.gyp | 373 '../../src/token.cc', 374 '../../src/token.h',
|
/external/v8/tools/visual_studio/ |
v8_base.vcproj | 860 RelativePath="..\..\src\token.cc" 864 RelativePath="..\..\src\token.h"
|
v8_base_arm.vcproj | 872 RelativePath="..\..\src\token.cc" 876 RelativePath="..\..\src\token.h"
|
v8_base_x64.vcproj | 861 RelativePath="..\..\src\token.cc" 865 RelativePath="..\..\src\token.h"
|
/external/webkit/WebCore/xml/ |
XMLHttpRequest.cpp | 96 // Determines if a string is a valid token, as defined by 97 // "token" in section 2.2 of RFC 2616.
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp_ssdp.c | 58 /* Return length of token (see above for definition of token) */
|
/frameworks/base/core/java/android/app/ |
PendingIntent.java | 47 * <p>A PendingIntent itself is simply a reference to a token maintained by 54 * representing the same token if that is still valid, and can thus call
|
/frameworks/base/core/java/android/view/ |
SurfaceView.java | 195 mLayout.token = getWindowToken(); 271 mLayout.token = null;
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduHeaders.java | 167 public static final String FROM_ADDRESS_PRESENT_TOKEN_STR = "address-present-token"; 168 public static final String FROM_INSERT_ADDRESS_TOKEN_STR = "insert-address-token";
|
/frameworks/base/services/java/com/android/server/ |
WallpaperManagerService.java | 562 if (DEBUG) Slog.v(TAG, "Adding window token: " + newConn.mToken); 584 if (DEBUG) Slog.v(TAG, "Removing window token: " [all...] |
/frameworks/base/tools/aidl/ |
generate_java.cpp | 360 // interface token validation is the very first thing we do 490 // the interface identifier token: the DESCRIPTOR constant, marshalled as a string
|
/packages/apps/Mms/src/com/android/mms/ui/ |
ComposeMessageActivity.java | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
system.h | 618 shouldn't be used. Note, luckily gcc-3.0's token-based integrated 763 /* Note: not all uses of the `index' token (e.g. variable names and
|
/external/webkit/WebCore/html/ |
HTMLTokenizer.cpp | 146 inline void Token::addAttribute(AtomicString& attrName, const AtomicString& attributeValue, bool viewSourceMode) 301 // preformatted text-tokens to the token-collection [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
NEWS | 322 context for the next token match is done as though at the 331 active iff the last token ended in a newline (or the last call to 340 - The macro YY_AT_BOL() returns true if the next token scanned from 348 the scanner attempts to match a token using b as the current 816 requires rescanning the (large) token, so consuming a lot of [all...] |
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
CmdInterpretWext.c | 486 range->encoding_login_index = 0; /* token index for login token */ [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
CmdInterpretWext.c | 422 range->encoding_login_index = 0; /* token index for login token */ [all...] |
/external/libxml2/ |
HTMLparser.c | 261 /* #define CUR (ctxt->token ? ctxt->token : (int) (*ctxt->input->cur)) */ 265 #define RAW (ctxt->token ? -1 : (*ctxt->input->cur)) 274 ctxt->token = 0; ctxt->input->cur += l; ctxt->nbChars++; \ 309 if (ctxt->token != 0) { 311 return(ctxt->token); [all...] |
/external/svox/pico/lib/ |
picopr.c | 79 /* Bit mask constants for token sets with parameters */ 99 /* Bit mask constants for token sets without parameters */ [all...] |
/external/srec/shared/src/ |
SessionTypeImpl.c | 1024 /* Scan for beginning of next token */ 1029 /* Reached end of string while looking for beginning of next token */ 1034 /* Scan for ending of current token */ [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
parse.c | 104 * token type is "long" instead of "int"; this leads to problems with 107 * following should ensure that the default token type is "int". 664 printf("%sdebug: state %d, error recovery discards token %d (%s)\n", [all...] |
/external/wpa_supplicant/ |
README | 746 used to implement, e.g., one-time-passwords or generic token card 786 implement one-time-password lists and generic token card -based 794 Example request for generic token card challenge-response: [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
README | 752 used to implement, e.g., one-time-passwords or generic token card 792 implement one-time-password lists and generic token card -based 800 Example request for generic token card challenge-response: [all...] |
/frameworks/base/awt/java/awt/ |
Font.java | 562 fontName = strTokens.nextToken(); // first token is the font name 570 // if second token is the font size 573 // then second token is the font style [all...] |