/external/v8/test/cctest/ |
test-debug.cc | 803 // checks: An array of expressions and expected results 806 // Structure for holding checks to do. 811 // Array of checks to do. 812 struct EvaluateCheck* checks = NULL; variable in typeref:struct:EvaluateCheck 831 for (int i = 0; checks[i].expr != NULL; i++) { 834 v8::String::New(checks[i].expr), 835 checks[i].expected }; 839 v8::String::AsciiValue ascii(checks[i].expected->ToString()); 840 V8_Fatal(__FILE__, __LINE__, "%s != %s", checks[i].expr, *ascii); [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
dfa.rb | 54 each step, the machine examines the next symbol on the input stream, checks the
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_form_controller.js | 513 * Called in response to setting a regular window's proxy settings: checks 534 * Called in response to setting an incognito window's proxy settings: checks
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_form_controller.js | 521 * Called in response to setting a regular window's proxy settings: checks 542 * Called in response to setting an incognito window's proxy settings: checks
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 429 * Helper for canDrop that only checks one bookmark node. 479 * Helper for canDropAbove that only checks one bookmark node. 530 * Helper for canDropBelow that only checks one bookmark node. 567 * Helper for canDropOn that only checks one bookmark node. [all...] |
/external/chromium_org/chrome_frame/ |
CFInstall.js | 33 * Checks to find out if ChromeFrame is available as a plugin 42 // Look for CF in the User Agent before trying more expensive checks 258 * Checks to see if Chrome Frame is available, if not, prompts the user to
|
/external/chromium_org/native_client_sdk/src/doc/ |
faq.rst | 355 compiled Native Client module) before running it. The validator checks
|
/external/chromium_org/v8/test/webkit/fast/js/ |
arguments.js | 25 "This test thoroughly checks the behaviour of the 'arguments' object."
|
parser-syntax-check.js | 25 "This test checks that the following expressions or statements are valid ECMASCRIPT code or should throw parse error"
|
/external/chromium_org/v8/test/webkit/ |
math.js | 26 "This test checks the behavior of the Math object as described in 15.8 of the language specification."
|
/external/chromium_org/v8/tools/gyp/ |
v8_base.arm.host.darwin-arm.mk | 41 v8/src/checks.cc \
|
v8_base.arm.host.linux-arm.mk | 41 v8/src/checks.cc \
|
v8_base.ia32.host.darwin-x86.mk | 41 v8/src/checks.cc \
|
v8_base.ia32.host.linux-x86.mk | 41 v8/src/checks.cc \
|
v8_base.mipsel.host.darwin-mips.mk | 41 v8/src/checks.cc \
|
v8_base.mipsel.host.linux-mips.mk | 41 v8/src/checks.cc \
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 65 checks for self-modifying code: none, only for
|
/ndk/build/core/ |
add-application.mk | 23 # code here will perform book-keeping and basic checks
|
/bionic/libc/ |
Android.mk | 926 # Note that all these checks are also controlled by env. settings 927 # that can enable, or disable specific checks. Note also that some of 928 # the checks are available only in emulator and are implemeted in
|
/external/mksh/src/ |
Build.sh | 24 # of compiler warning checks (mirtoconf is by design not quiet). 472 WARNING: additional checks before running Build.sh required! 809 # Begin of mirtoconf checks 1191 checks='1 2 3 4 5 6 7 8' 1194 checks='7 8' 1198 test $fv = 1 || for what in $checks; do 1245 ac_flags 1 decl "${ccpc}-r" 'for strict prototype checks' 1254 ac_flags - 1 stackon "${ccpc}/GZ" 'if stack checks can be enabled' <x 1255 ac_flags - 1 stckall "${ccpc}/Ge" 'stack checks for all functions' <x 1256 ac_flags - 1 secuchk "${ccpc}/GS" 'for compiler security checks' < [all...] |
/external/chromium_org/native_client_sdk/src/resources/ |
common.js | 267 // indexOf would search the entire string, lastIndexOf(p, 0) only checks at
|
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 257 # proivde a cross platform solution. The use of '|' checks for existance instead
|
/external/chromium_org/third_party/libjingle/ |
libjingle.target.darwin-arm.mk | 36 third_party/libjingle/source/talk/base/checks.cc \
|
libjingle.target.darwin-mips.mk | 36 third_party/libjingle/source/talk/base/checks.cc \
|
libjingle.target.darwin-x86.mk | 36 third_party/libjingle/source/talk/base/checks.cc \
|