/external/icu4c/tools/toolutil/ |
writesrc.h | 42 * The prefix and postfix are optional (can be NULL) and are written first/last. 44 * The {} and declaration etc. need to be included in prefix/postfix or 51 const char *postfix); 62 const char *postfix); 66 * The {} and declaration etc. need to be included in prefix/postfix or 74 const char *postfix); 81 * The prefix and postfix are optional (can be NULL) and are written first/last. 83 * The {} and declaration etc. need to be included in prefix/postfix or 90 const char *postfix);
|
writesrc.c | 104 const char *postfix) { 156 if(postfix!=NULL) { 157 fputs(postfix, f); 165 const char *postfix) { 168 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, postfix); 171 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, postfix); 172 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, postfix); 181 const char *postfix) { 220 if(postfix!=NULL) { 221 fputs(postfix, f) [all...] |
/external/regex-re2/re2/testing/ |
regexp_generator.cc | 9 // postfix language. Each command in the language is a string, 60 vector<string> postfix; local 61 GeneratePostfix(&postfix, 0, 0, 0); 70 vector<string> postfix; local 71 GenerateRandomPostfix(&postfix, 0, 0, 0); 88 // Generates all possible postfix command sequences. 91 // post: the current postfix sequence 135 // Generates a random postfix command sequence. 177 // Interprets the postfix command sequence to create a regular expression
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
p1.cpp | 9 // found, it is then looked up in the context of the entire postfix-expression 12 // context of the entire postfix-expression and 15 // -- if the name is found in the context of the entire postfix-expression
|
p3.cpp | 6 // context of the entire postfix-expression. If the type T of the object
|
/frameworks/base/core/java/android/content/ |
DefaultDataHandler.java | 53 * <row postfix="phones"> 56 * <row postfix="phones"> 78 private final static String POSTFIX = "postfix"; 112 String postfix = atts.getValue(POSTFIX); local 113 if (postfix != null) { 115 postfix);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
RegExpPrototype.cpp | 130 char postfix[5] = { '/', 0, 0, 0, 0 }; local 133 postfix[index++] = 'g'; 135 postfix[index++] = 'i'; 137 postfix[index] = 'm'; 140 return JSValue::encode(jsMakeNontrivialString(exec, "/", source.length() ? source : UString("(?:)"), postfix));
|
/external/webkit/Source/JavaScriptCore/wtf/ |
HashIterators.h | 50 // postfix ++ intentionally omitted 72 // postfix ++ intentionally omitted 97 // postfix ++ intentionally omitted 114 // postfix ++ intentionally omitted 132 // postfix ++ intentionally omitted 155 // postfix ++ intentionally omitted
|
Deque.h | 170 // postfix ++ intentionally omitted 172 // postfix -- intentionally omitted 197 // postfix ++ intentionally omitted 199 // postfix -- intentionally omitted 221 // postfix ++ intentionally omitted 223 // postfix -- intentionally omitted 248 // postfix ++ intentionally omitted 250 // postfix -- intentionally omitted
|
/external/clang/test/Parser/ |
cxx-ambig-paren-expr.cpp | 24 // FIXME: Special case: "++" is postfix here, not prefix
|
/frameworks/native/cmds/installd/tests/ |
installd_utils_test.cpp | 298 char postfix[postfixSize + 1]; local 299 memset(postfix, 'a', postfixSize); 300 postfix[postfixSize] = '\0'; 302 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0)) 303 << "Should return error because postfix is too long."; 310 << "Should return error because postfix is too long."; 393 << "Should return error because postfix is too long.";
|
/external/v8/test/mjsunit/regress/ |
regress-1389.js | 28 // Test optimized implementation of postfix ++ on undefined input.
|
/external/webkit/Source/WebCore/html/parser/ |
create-html-entity-table | 39 postfix = "EntityName" 41 return "%sSemicolon%s" % (entity[:-1], postfix) 42 return "%s%s" % (entity, postfix)
|
/external/v8/test/mjsunit/compiler/ |
globals.js | 57 // Test postfix count operation
|
loopcount.js | 28 // Test postfix count operations with smis.
|
/external/v8/test/mjsunit/ |
const.js | 28 // Test const properties and pre/postfix operation.
|
/external/clang/lib/Parse/ |
ParseExpr.cpp | 179 /// Since this handles full assignment-expression's, it handles postfix 462 /// postfix-expression 623 // This handles all of cast-expression, unary-expression, postfix-expression, 631 // to handle the postfix expression suffixes. Cases that cannot be followed 632 // by postfix exprs should return without invoking 657 // postfix-expression exist, parse them now. 660 // We have parsed the cast-expression and no postfix-expr pieces are [all...] |
/external/chromium/googleurl/src/ |
url_canon_icu.cc | 72 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped 73 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err);
|
/frameworks/native/cmds/installd/ |
installd.h | 136 const char* postfix); 140 const char *postfix,
|
/external/openssl/crypto/x509/ |
by_dir.c | 292 const char *postfix=""; local 302 postfix=""; 309 postfix="r"; 386 postfix,k); 392 postfix,k);
|
/external/v8/benchmarks/ |
earley-boyer.js | 192 (peephole (postfix ", false"))) 200 (peephole (postfix ", true")) 272 (peephole (postfix "=== 0"))) 280 (peephole (postfix "> 0"))) 288 (peephole (postfix "< 0"))) 296 (peephole (postfix "%2===1"))) 304 (peephole (postfix "%2===0"))) 575 (peephole (postfix " instanceof sc_Pair"))) 601 (peephole (postfix ".car"))) 608 (peephole (postfix ".cdr")) [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | 186 (peephole (postfix ", false"))) 194 (peephole (postfix ", true")) 266 (peephole (postfix "=== 0"))) 274 (peephole (postfix "> 0"))) 282 (peephole (postfix "< 0"))) 290 (peephole (postfix "%2===1"))) 298 (peephole (postfix "%2===0"))) 569 (peephole (postfix " instanceof sc_Pair"))) 595 (peephole (postfix ".car"))) 602 (peephole (postfix ".cdr")) [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-earley-boyer.js | 186 (peephole (postfix ", false"))) 194 (peephole (postfix ", true")) 266 (peephole (postfix "=== 0"))) 274 (peephole (postfix "> 0"))) 282 (peephole (postfix "< 0"))) 290 (peephole (postfix "%2===1"))) 298 (peephole (postfix "%2===0"))) 569 (peephole (postfix " instanceof sc_Pair"))) 595 (peephole (postfix ".car"))) 602 (peephole (postfix ".cdr")) [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-earley-boyer.js | 186 (peephole (postfix ", false"))) 194 (peephole (postfix ", true")) 266 (peephole (postfix "=== 0"))) 274 (peephole (postfix "> 0"))) 282 (peephole (postfix "< 0"))) 290 (peephole (postfix "%2===1"))) 298 (peephole (postfix "%2===0"))) 569 (peephole (postfix " instanceof sc_Pair"))) 595 (peephole (postfix ".car"))) 602 (peephole (postfix ".cdr")) [all...] |
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 851 | postfix.expr 995 /* postfix.expr : number.literal 998 * | postfix.expr "++" | "--" 999 * | postfix.expr "[" array.size "]" 1000 * | postfix.expr "." Identifier 1001 * | postfix.expr ( "[" "]" )* "." CLASS 1002 * | postfix.expr "#" Identifier [all...] |