HomeSort by relevance Sort by last modified time
    Searched full:token (Results 276 - 300 of 1146) sorted by null

<<11121314151617181920>>

  /external/v8/src/
prettyprinter.cc 323 Print(" %s ", Token::String(node->op()));
373 Print("(%s", Token::String(node->op()));
381 if (node->is_prefix()) Print("%s", Token::String(node->op()));
383 if (node->is_postfix()) Print("%s", Token::String(node->op()));
391 Print("%s", Token::String(node->op()));
400 Print("%s", Token::String(node->op()));
1035 IndentedScope indent(Token::Name(node->op()), node);
1080 PrintIndentedVisit(Token::Name(node->op()), node->expression());
1089 Token::Name(node->op()),
1093 Token::Name(node->op()))
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 401 char16 *token; local
405 token = utf16_strtok(to_tokenize, &token_size, &to_tokenize);
406 if (NULL == token) {
412 size_t lemma_size = utf16_strlen(token);
425 utf16_strcpy(lemma_arr_[i].hanzi_str, token);
430 token = utf16_strtok(to_tokenize, &token_size, &to_tokenize);
431 if (NULL == token) {
436 lemma_arr_[i].freq = utf16_atof(token);
446 token = utf16_strtok(to_tokenize, &token_size, &to_tokenize);
447 assert(NULL != token);
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 1024 arc_token *token, *tmp; local
1062 /* Is word already added in this slot? if so, get the token pointer, else, token is NULL
1069 token = NULL;
1071 token = arc_tokens_find_ilabel(impl->arc_token_list, impl->arcs_for_slot[slotID], wdID);
1075 if (token == NULL) /* new word to add to slot */
1087 token = impl->arcs_for_slot[slotID];
1251 arc_token* token = &impl->arc_token_list[i]; local
1328 arc_token* token = &impl->arc_token_list[i]; local
    [all...]
  /external/v8/src/arm/
codegen-arm.cc 730 void CodeGenerator::GenericBinaryOperation(Token::Value op,
740 case Token::ADD: // fall through.
741 case Token::SUB: // fall through.
742 case Token::MUL:
743 case Token::DIV:
744 case Token::MOD:
745 case Token::BIT_OR:
746 case Token::BIT_AND:
747 case Token::BIT_XOR:
748 case Token::SHL
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 844 const char* op_name = Token::Name(op_);
868 DeferredInlineBinaryOperation(Token::Value op,
880 Token::Value op_;
890 if (CpuFeatures::IsSupported(SSE2) && ((op_ == Token::ADD) ||
891 (op_ ==Token::SUB) ||
892 (op_ == Token::MUL) ||
893 (op_ == Token::DIV))) {
    [all...]
  /external/apache-http/src/org/apache/http/
Header.java 45 * field-name = token
49 * of token, separators, and quoted-string&gt;
  /external/ipsec-tools/src/racoon/
gssapi.h 49 int gsscnt; /* # of token we're working on */
50 int gsscnt_p; /* # of token we're working on */
  /external/skia/src/animator/
SkDisplayType.h 33 #define SK_LITERAL_STR_EQUAL(str, token, len) (sizeof(str) - 1 == len \
34 && strncmp(str, token, sizeof(str) - 1) == 0)
  /external/srec/config/en.us/tcp/
bothtags5.tcp 25 # (2) the user utters the training token for the "voicetag" (sometimes loosely called nametag)
26 # (3) the voicetag "recognition result" from that training token is then added to a list of tags (for saving to disk)n
  /external/srec/seti/setiUtils/src/
platform_utils.c 37 and the length of the token
75 /* now find ending position of token */
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuDialogHelper.java 46 * @param windowToken Optional token to assign to the window.
82 lp.token = windowToken;
  /frameworks/base/core/java/com/google/android/mms/pdu/
ReadOrigInd.java 66 * (Address-present-token Encoded-string-value | Insert-address-token)
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
layout-devices.xsd 132 <xsd:restriction base="xsd:token">
150 <xsd:restriction base="xsd:token">
165 <xsd:restriction base="xsd:token">
186 <xsd:restriction base="xsd:token">
201 <xsd:restriction base="xsd:token">
217 <xsd:restriction base="xsd:token">
232 <xsd:restriction base="xsd:token">
248 <xsd:restriction base="xsd:token">
  /system/core/sh/
mktokens 37 # token marks the end of a list. The third column is the name to print in
71 exec > token.h
  /bootable/recovery/applypatch/
imgpatch.c 40 SinkFn sink, void* token, SHA_CTX* ctx) {
81 patch, patch_offset, sink, token, ctx);
98 data_len, token) != data_len) {
201 if (sink(temp_data, have, token) != have) {
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 14 * @see java_cup.runtime.token
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemExtensionScript.java 97 * @return The token ID for this element
ElemOtherwise.java 41 * @return The token ID for this element
  /external/freetype/src/cff/
cfftoken.h 5 /* CFF token definitions (specification only). */
  /external/freetype/src/psaux/
psobjs.h 85 T1_Token token );
  /external/icu4c/i18n/
nortrans.h 90 Token context);
  /external/jpeg/
ansi2knr.1 15 character on the line, and with a left brace as the first token on the
  /external/kernel-headers/original/linux/sunrpc/
auth_gss.h 60 struct xdr_netobj gr_token; /* token */
  /external/srec/srec/Recognizer/src/
Recognizer.c 314 ESR_ReturnCode SR_RecognizerLogToken(SR_Recognizer* self, const LCHAR* token, const LCHAR* value)
321 return self->logToken(self, token, value);
324 ESR_ReturnCode SR_RecognizerLogTokenInt(SR_Recognizer* self, const LCHAR* token, int value)
331 return self->logTokenInt(self, token, value);

Completed in 297 milliseconds

<<11121314151617181920>>