/frameworks/native/cmds/installd/tests/ |
installd_utils_test.cpp | 344 char postfix[postfixSize + 1]; local 345 memset(postfix, 'a', postfixSize); 346 postfix[postfixSize] = '\0'; 348 EXPECT_EQ(-1, create_pkg_path(path, "com.example.package", postfix, 0)) 349 << "Should return error because postfix is too long."; 356 << "Should return error because postfix is too long."; 439 << "Should return error because postfix is too long.";
|
/external/chromium_org/chrome/test/chromedriver/test/ |
webserver.py | 97 postfix = '://127.0.0.1:%s' % self.server_port 99 return 'https' + postfix 100 return 'http' + postfix
|
/external/chromium_org/third_party/openssl/patches.chromium/ |
0003-x509_hash_name_algorithm_change.patch | 34 + const char *postfix="";
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
globals.js | 57 // Test postfix count operation
|
loopcount.js | 28 // Test postfix count operations with smis.
|
/external/chromium_org/v8/test/mjsunit/ |
const.js | 28 // Test const properties and pre/postfix operation.
|
/external/chromium_org/v8/test/webkit/ |
toString-prefix-postfix-preserve-parens-expected.txt | 24 This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_16.txt | 4 by babylon.socal-raves.org (Postfix) with ESMTP id CCC2C51B84 79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT) 80 Received: by babylon.socal-raves.org (Postfix, from userid 60001) 83 by babylon.socal-raves.org (Postfix) with ESMTP id ADA7351B70 for
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_16.txt | 4 by babylon.socal-raves.org (Postfix) with ESMTP id CCC2C51B84 79 (Postfix) with ESMTP id D3B2951B70; Sun, 23 Sep 2001 20:13:47 -0700 (PDT) 80 Received: by babylon.socal-raves.org (Postfix, from userid 60001) 83 by babylon.socal-raves.org (Postfix) with ESMTP id ADA7351B70 for
|
/external/clang/lib/Parse/ |
ParseExpr.cpp | 180 /// Since this handles full assignment-expression's, it handles postfix 461 /// postfix-expression 625 // This handles all of cast-expression, unary-expression, postfix-expression, 633 // to handle the postfix expression suffixes. Cases that cannot be followed 634 // by postfix exprs should return without invoking 653 // postfix-expression exist, parse them now. 656 // We have parsed the cast-expression and no postfix-expr pieces are [all...] |
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
prefix.cc | 139 int postfix = distance_code & postfix_mask; local 144 ((2 * (*nbits - 1) + prefix) << postfix_bits) + postfix;
|
/external/chromium_org/url/ |
url_canon_icu.cc | 47 const static char postfix[postfix_len + 1] = "%3B"; // ";" percent-escaped 48 ucnv_cbFromUWriteBytes(from_args, postfix, postfix_len, 0, err);
|
/external/chromium_org/v8/test/webkit/fast/js/ |
basic-strict-mode-expected.txt | 156 PASS 'use strict'; (1, eval)++ threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 157 PASS (function(){'use strict'; (1, eval)++}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 160 PASS 'use strict'; (1, eval)-- threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 161 PASS (function(){'use strict'; (1, eval)--}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 164 PASS 'use strict'; function f() { (1, arguments)++ } threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 165 PASS (function(){'use strict'; function f() { (1, arguments)++ }}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 168 PASS 'use strict'; function f() { (1, arguments)-- } threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 169 PASS (function(){'use strict'; function f() { (1, arguments)-- }}) threw exception ReferenceError: Invalid left-hand side expression in postfix operation.
|
/frameworks/native/cmds/installd/ |
installd.h | 138 const char* postfix); 142 const char *postfix,
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
by_dir.c | 294 const char *postfix=""; local 304 postfix=""; 311 postfix="r"; 392 postfix,k); 398 postfix,k);
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
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/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-earley-boyer.html | 190 (peephole (postfix ", false"))) 198 (peephole (postfix ", true")) 270 (peephole (postfix "=== 0"))) 278 (peephole (postfix "> 0"))) 286 (peephole (postfix "< 0"))) 294 (peephole (postfix "%2===1"))) 302 (peephole (postfix "%2===0"))) 573 (peephole (postfix " instanceof sc_Pair"))) 599 (peephole (postfix ".car"))) 606 (peephole (postfix ".cdr")) [all...] |
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/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/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...] |
/prebuilts/misc/common/swig/include/2.0.11/d/ |
doperators.swg | 108 "opPostInc called on " ~ typeof(this).stringof ~ ", but no postfix " ~ 117 "opPostInc called on " ~ typeof(this).stringof ~ ", but no postfix " ~ 158 // The postfix increment/decrement operators are ignored because they are
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
block-const-assign.js | 32 // prefix/postfix decrement/increment operators.
|
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
p3.cpp | 11 // postfix-expression to the left of the . operator. [ Note: if C is
|