/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
typeinfoisderivedfrom61.js | 79 Check if xs:byte is derived by restriction from xs:short
|
typeinfoisderivedfrom62.js | 79 Check if xs:byte is derived by restriction from xs:decimal
|
/frameworks/compile/libbcc/runtime/make/ |
subdir.mk | 52 # Check for undefined required variables, and unset sentinel value from optional
|
/sdk/ddms/app/etc/ |
ddms.bat | 30 rem Check we have a valid Java.exe in the path.
|
/sdk/hierarchyviewer2/app/etc/ |
hierarchyviewer.bat | 30 rem Check we have a valid Java.exe in the path.
|
/sdk/lint/cli/etc/ |
lint.bat | 30 rem Check we have a valid Java.exe in the path.
|
/sdk/monkeyrunner/etc/ |
monkeyrunner.bat | 27 rem Check we have a valid Java.exe in the path.
|
/sdk/traceview/etc/ |
traceview.bat | 27 rem Check we have a valid Java.exe in the path.
|
/external/v8/src/x64/ |
macro-assembler-x64.cc | 203 // Check that the object is not in new space. 229 // context register, so we check that none of the clobbered 233 // First, check if a write barrier is even needed. The tests below 258 // context register, so we check that none of the clobbered 262 // First, check if a write barrier is even needed. The tests below 301 Check(equal, "Index register for RecordWrite must be untagged int32."); 341 if (emit_debug_code()) Check(cc, msg); 360 void MacroAssembler::Check(Condition cc, const char* msg) { 519 // constant, we check that the actual number of arguments match the 624 // Check that fits into int [all...] |
/external/v8/src/ |
debug-debugger.js | 211 // Check for conditional break point. 382 // Check whether a script matches this script break point. Currently this is [all...] |
mirror-debugger.js | 63 // Special check for NaN as NaN == NaN is false. 235 * Check whether the mirror reflects a value. 244 * Check whether the mirror reflects the undefined value. 253 * Check whether the mirror reflects the null value. 262 * Check whether the mirror reflects a boolean value. 271 * Check whether the mirror reflects a number value. 280 * Check whether the mirror reflects a string value. 289 * Check whether the mirror reflects an object. 298 * Check whether the mirror reflects a function. 307 * Check whether the mirror reflects an unresolved function [all...] |
d8.js | 302 // Check for a simple carriage return to repeat the last command: 589 // Check if the expression is a obj id in the form @<obj id>. 601 // Check if the expression is a handle id in the form #<handle>#. 667 // Check if we have a gdb stype step command. If so, the 1st arg would 969 // Check for breakpoint condition. 976 // Check for script breakpoint (name:line[:column]). If no ':' in break 984 // Check for both line and column. 1045 // Check for exception breaks first: 1056 // Check for: 1065 } if (arg2 == 'unc') { // check for short cut [all...] |
/external/libpng/ |
CHANGES | 17 added check for 64 KB blocks for 16 bit machines 256 Check for overlength tRNS chunk present when indexed-color PLTE is read. 419 Added check for PNG_READ_INTERLACE_SUPPORTED in pngread.c; issue a warning 421 Added check if png_ptr->trans is defined before freeing it in pngread.c 423 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c 461 Added a check in pngset.c to prevent writing multiple tIME chunks. 462 Added a check in pngwrite.c to detect invalid small window_bits sizes. [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | 59 // Check that the object is not in new space. 84 // First, check if a write barrier is even needed. The tests below 130 // First, check if a write barrier is even needed. The tests below 320 Check(not_equal, "code object not properly patched"); 329 Check(equal, "stack frame types must match"); 466 // for ebp. We expect the code throwing an exception to check ebp 598 Check(not_equal, "we should not have an empty lexical context"); 605 // Check the context is a global context. 611 Check(equal, "JSGlobalObject::global_context should be a global context."); 615 // Check if both contexts are the same [all...] |
/dalvik/dx/etc/ |
dx.bat | 29 rem Check we have a valid Java.exe in the path.
|
/external/chromium/base/ |
message_pump_glib_unittest.cc | 99 static gboolean Check(GSource* source) { 119 EventInjector::Check, 269 // After all the events have been processed, post a task that will check that
|
/external/libpng/scripts/ |
makevms.com | 4 $! Check for MMK/MMS 104 $MAKE: SUBROUTINE !SUBROUTINE TO CHECK DEPENDENCIES
|
/external/llvm/test/MC/ARM/ |
thumb2-mclass.s | 5 @ Check that the assembler can handle the documented syntax from the ARM ARM. 27 @ CHECK: mrs r0, apsr @ encoding: [0xef,0xf3,0x00,0x80] 28 @ CHECK: mrs r0, iapsr @ encoding: [0xef,0xf3,0x01,0x80] 29 @ CHECK: mrs r0, eapsr @ encoding: [0xef,0xf3,0x02,0x80] 30 @ CHECK: mrs r0, xpsr @ encoding: [0xef,0xf3,0x03,0x80] 31 @ CHECK: mrs r0, ipsr @ encoding: [0xef,0xf3,0x05,0x80] 32 @ CHECK: mrs r0, epsr @ encoding: [0xef,0xf3,0x06,0x80] 33 @ CHECK: mrs r0, iepsr @ encoding: [0xef,0xf3,0x07,0x80] 34 @ CHECK: mrs r0, msp @ encoding: [0xef,0xf3,0x08,0x80] 35 @ CHECK: mrs r0, psp @ encoding: [0xef,0xf3,0x09,0x80 [all...] |
/external/v8/test/mjsunit/ |
array-length.js | 113 // Check case of compiled stubs.
|
array-push.js | 28 // Check pushes with various number of arguments.
|
array-shift.js | 28 // Check that shifting array of holes keeps it as array of holes 35 // Now check the case with array of holes and some elements on prototype. 73 // Now check the case with array of holes and some elements on prototype
|
big-array-literal.js | 56 // Check that the properties have the expected values.
|
big-object-literal.js | 59 // Check that the properties have the expected values.
|
debug-liveedit-breakpoints.js | 97 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
|
debug-mirror-cache.js | 53 // Check that mirror cache is cleared when entering debugger.
|