/external/icu4c/common/ |
unames.c | 252 * In unames.dat, it is marked as token[';']==-1 only if the 255 * So, it will be token[';']==-1 if we store U1.0 names/ISO comments 263 uint16_t token, tokenCount=*tokens++, bufferPos=0; local 270 * if the semicolon byte value is a character, not a token number 290 * the semicolon byte value is a token number, therefore 298 /* write each letter directly, and write a token word per token */ 312 token=tokens[c]; 313 if(token==(uint16_t)(-2)) { 314 /* this is a lead byte for a double-byte token */ 362 uint16_t token, tokenCount=*tokens++; local 1319 uint16_t c, token; local [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
InputMismatchException.java | 22 * next token does not match or is out of range for the type specified in the
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
DERObjectIdentifier.java | 224 String token = tok.nextToken(); local 225 if (token.length() < 18) 227 writeField(bOut, Long.parseLong(token)); 231 writeField(bOut, new BigInteger(token));
|
/external/freetype/src/cff/ |
cffparse.h | 5 /* CFF token stream parser (specification) */
|
/external/icu4c/i18n/ |
remtrans.cpp | 28 Transliterator::Token /*context*/) {
|
/external/icu4c/tools/genprops/ |
genprops.h | 50 isToken(const char *token, const char *s);
|
/external/tcpdump/ |
print-token.c | 28 "@(#) $Header: /tcpdump/master/tcpdump/print-token.c,v 1.25.2.2 2005/11/13 12:13:01 guy Exp $"; 46 #include "token.h" 112 printf("[|token-ring]"); 149 /* Skip over token ring MAC header and routing information */
|
/external/v8/src/ia32/ |
fast-codegen-ia32.cc | 266 if (expr->op() != Token::ASSIGN) BAILOUT("Non-simple assignment"); 365 case Token::COMMA: 367 case Token::OR: 369 case Token::AND: 372 case Token::BIT_OR: 392 case Token::BIT_XOR: 394 case Token::BIT_AND: 396 case Token::SHL: 398 case Token::SAR: 400 case Token::SHR [all...] |
/external/webkit/JavaScriptCore/runtime/ |
NumberConstructor.h | 36 JSValue getValueProperty(ExecState*, int token) const;
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
lexical-001.js | 8 - cannot occur within any token, not even a string
|
lexical-002.js | 8 - cannot occur within any token, not even a string
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
openCryptoki.conf | 2 # openCryptoki (e.g., with TPM token)
|
/frameworks/base/core/java/android/app/backup/ |
RestoreSession.java | 69 * @param token The token from {@link #getAvailableRestoreSets()} corresponding to 74 public int restoreAll(long token, RestoreObserver observer) { 82 err = mBinder.restoreAll(token, mObserver);
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodSession.aidl | 34 void updateExtractedText(int token, in ExtractedText text);
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/ |
Builder.java | 40 import org.apache.james.mime4j.field.address.parser.Token;
193 Token head = node.firstToken;
194 Token tail = node.lastToken;
208 private void addSpecials(StringBuffer out, Token specialToken) {
|
/packages/apps/IM/libwbxml/src/ |
imps_encoder.cpp | 26 * - so called "token" based IMPS value encoding 163 int token = csp13ValueTokenToKey(chars, len); local 164 if (token == -1) { 168 encodeMbuint(token);
|
/packages/apps/Phone/src/com/android/phone/ |
ADNList.java | 175 protected void onQueryComplete(int token, Object cookie, Cursor c) { 183 protected void onInsertComplete(int token, Object cookie, 190 protected void onUpdateComplete(int token, Object cookie, int result) { 196 protected void onDeleteComplete(int token, Object cookie, int result) {
|
/packages/inputmethods/PinyinIME/jni/include/ |
utf16char.h | 30 // Get a token from utf16_str,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
test.xml | 41 <!-- replace sdk path placeholder token with actual sdk path --> 42 <replace file="${prefs_path}" token="sdk_home" value="${sdk_home}" />
45 <replace file="${prefs_path}" token="\" value="\\" />
46 <replace file="${prefs_path}" token=":" value="\:" />
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
sdk-repository-1.xsd | 70 <xsd:element name="desc-url" type="xsd:token" minOccurs="0" /> 74 <xsd:element name="release-url" type="xsd:token" minOccurs="0" /> 111 <xsd:element name="desc-url" type="xsd:token" minOccurs="0" /> 115 <xsd:element name="release-url" type="xsd:token" minOccurs="0" /> 159 <xsd:element name="desc-url" type="xsd:token" minOccurs="0" /> 163 <xsd:element name="release-url" type="xsd:token" minOccurs="0" /> 193 <xsd:element name="desc-url" type="xsd:token" minOccurs="0" /> 197 <xsd:element name="release-url" type="xsd:token" minOccurs="0" /> 228 <xsd:restriction base="xsd:token"> 243 <xsd:element name="desc-url" type="xsd:token" minOccurs="0" / [all...] |
/system/core/sh/ |
Android.mk | 40 p4 edit init.c nodes.c nodes.h token.h
|
/external/bison/src/ |
gram.h | 32 Each symbol (either token or variable) receives a symbol number. 34 are for variables. Symbol number zero is the end-of-input token. 35 This token is counted in ntokens. The true number of token values 49 0, and the token $end). 237 /* TOKEN_TRANSLATION -- a table indexed by a token number as returned 238 by the user's yylex routine, it yields the internal token number
|
/external/e2fsprogs/lib/blkid/ |
tag.c | 219 * this will assume that an unquoted value is the rest of the token (e.g. 226 int blkid_parse_tag_string(const char *token, char **ret_type, char **ret_val) 230 DBG(DEBUG_TAG, printf("trying to parse '%s' as a tag\n", token)); 232 if (!token || !(cp = strchr(token, '='))) 235 name = blkid_strdup(token); 238 value = name + (cp - token);
|
/external/srec/portable/src/ |
PFile.c | 201 /* Skip whitespace before token */ 217 PLogError(L("%s: reached end of file before finding token"), ESR_rc2str(rc)); 245 /* unread anything after the token */ 258 PLogError(L("%s: token was not number (%s)"), ESR_rc2str(rc), number); 275 /* Skip whitespace before token */ 291 PLogError(L("%s: reached end of file before finding token"), ESR_rc2str(rc)); 319 /* unread anything after the token */
|
/external/srec/srec/clib/ |
voc_read.c | 77 char token[256]; local 107 token[i++] = *ok++; 109 token[i] = 0; 111 CHKLOG(rc, lstrcasecmp(token, L("#lang"), &result)); 118 while (!cr_or_nl(*ok)) token[i++] = *ok++; 119 token[i] = 0; 121 CHKLOG(rc, ESR_str2locale(token, locale));
|