HomeSort by relevance Sort by last modified time
    Searched refs:Check (Results 51 - 75 of 496) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/codecs/common/include/
voMem.h 47 VO_U32 (VO_API * Check) (VO_S32 uID, VO_PTR pBuffer, VO_U32 uSize);
  /external/v8/test/mjsunit/
in.js 29 // Check fast objects
51 // Check dense arrays
96 // Check dictionary ("normalized") objects
131 // Check sparse arrays
155 // Check negative indices in arrays.
mirror-error.js 51 // Check the mirror hierachy.
57 // Check the mirror properties.
63 // Parse JSON representation and check.
80 // Check the formatted text (regress 1231579).
mirror-function.js 51 // Check the mirror hierachy.
57 // Check the mirror properties.
72 // Parse JSON representation and check.
82 // Check the formatted text (regress 1142074).
array-pop.js 28 // Check pops with various number of arguments.
62 // Check that pop works on inherited properties.
85 // Check that pop works on inherited properties for
110 // Check that pop works on inherited properties for
array-splice.js 28 // Check that splicing array of holes keeps it as array of holes
45 // Check various variants of empty array's splicing.
56 // Check that even if result array is empty, receiver gets sliced.
66 // Check various forms of arguments omission.
109 // Check variants of negatives and positive indices.
244 // Now check the case with array of holes and some elements on prototype.
271 // and now check hasOwnProperty
283 // and now check couple of indices above length.
294 // Now check the case with array of holes and some elements on prototype.
319 // and now check hasOwnPropert
    [all...]
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
46 // Check that an add where the stub code hits a failure in heap number
mirror-boolean.js 37 // Check the mirror hierachy.
42 // Check the mirror properties.
50 // Parse JSON representation and check.
mirror-null.js 36 // Check the mirror hierachy.
40 // Check the mirror properties.
48 // Parse JSON representation and check.
mirror-undefined.js 36 // Check the mirror hierachy.
40 // Check the mirror properties.
48 // Parse JSON representation and check.
mod.js 42 // Check for negative zero.
46 // Check for negative zero.
  /external/chromium/googleurl/base/
logging.h 137 // Sets the Log Assert Handler that will be used to notify of check failures.
247 LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
255 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
260 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
276 logging::Check##name##Impl((val1), (val2), #val1 " " #op " " #val2)) \
307 std::string* Check##func##expected##Impl(const char* s1, \
320 logging::Check##func##expected##Impl((s1), (s2), \
429 // A special constructor used for check failures.
  /external/v8/test/mjsunit/regress/
regress-1436.js 28 // Check that reduce and reduceRight call the callback function with
32 // Check receiver for reduce and reduceRight.
45 // Check the receiver for callbacks in other array methods.
regress-186.js 44 // Check that the extension object's prototype did not change.
53 // Check that the extension object's prototype did not change.
62 // Check that the prototype of the global object changed.
regress-1229.js 30 // Check that %NewObjectFromBound works correctly when called from optimized
68 // Check that %NewObjectFromBound looks at correct frame for inlined function.
81 // Check that %NewObjectFromBound looks at correct frame for inlined function.
126 // Check that %_IsConstructCall returns correct value when inlined
regress-1973.js 33 // Check that strict mode passes unwrapped this value.
40 // Check that non-strict mode passes wrapped this value.
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 84 // We need to perform locale change check only once, so unsubscribe.
87 Check();
116 void LocaleChangeGuard::Check() {
177 // Check whether locale has been reverted or changed.
  /external/llvm/test/MC/Mips/
mips-expansions.s 2 # Check that the assembler can handle the documented syntax
4 # CHECK: .section __TEXT,__text,regular,pure_instructions
8 # CHECK: ori $5, $zero, 123 # encoding: [0x7b,0x00,0x05,0x34]
9 # CHECK: addiu $6, $zero, -2345 # encoding: [0xd7,0xf6,0x06,0x24]
10 # CHECK: lui $7, 1 # encoding: [0x01,0x00,0x07,0x3c]
11 # CHECK: ori $7, $7, 2 # encoding: [0x02,0x00,0xe7,0x34]
12 # CHECK: addiu $4, $zero, 20 # encoding: [0x14,0x00,0x04,0x24]
13 # CHECK: lui $7, 1 # encoding: [0x01,0x00,0x07,0x3c]
14 # CHECK: ori $7, $7, 2 # encoding: [0x02,0x00,0xe7,0x34]
15 # CHECK: addiu $4, $5, 20 # encoding: [0x14,0x00,0xa4,0x24
    [all...]
  /ndk/build/core/
setup-imports.mk 18 # Check the import path
  /build/core/tasks/
apicheck.mk 20 # skip api check for PDK buid
37 # we need to add api-stubs as additional dependency of the api check.
39 # Check that the API we're building hasn't broken the last-released
41 $(eval $(call check-api, \
53 # Check that the API we're building hasn't changed from the not-yet-released
55 $(eval $(call check-api, \
  /external/chromium/net/base/
x509_cert_types.h 105 Judgment Check(X509Certificate* cert) const;
  /external/chromium/third_party/libjingle/source/talk/base/
firewallsocketserver.h 75 bool Check(FirewallProtocol p,
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checker.py 123 filenames: The filenames to check
128 # Check the list of files.
130 checker.Check(filename)
  /external/compiler-rt/make/
lib_platforms.mk 40 # Check for undefined required variables.
45 # Check that exactly one of UniversalArchs or Arch was defined.
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdinterrupt.S 189 | Check if source is IKBD or MIDI
296 | Check if source is IKBD or MIDI
331 | Check if source is IKBD or MIDI
366 | Check if source is IKBD or MIDI

Completed in 1394 milliseconds

1 23 4 5 6 7 8 91011>>