/external/chromium/third_party/libjingle/source/talk/base/ |
firewallsocketserver.cc | 46 if (!server_->Check(FP_TCP, GetLocalAddress(), addr)) { 62 if (!server_->Check(FP_UDP, GetLocalAddress(), addr)) { 81 if (server_->Check(FP_UDP, *paddr, GetLocalAddress())) 102 if (server_->Check(FP_TCP, addr, GetLocalAddress())) { 172 bool FirewallSocketServer::Check(FirewallProtocol p,
|
firewallsocketserver.h | 75 bool Check(FirewallProtocol p,
|
/external/v8/test/mjsunit/ |
array-slice.js | 28 // Check that slicing array of holes keeps it as array of holes 39 // Check various variants of empty array's slicing. 50 // Check various forms of arguments omission. 64 // Check variants of negatives and positive indices. 129 // Now check the case with array of holes and some elements on prototype. 176 // Now check the case with array of holes and some elements on prototype. 222 // Check slicing on arguments object. 235 // Check slicing on arguments object when missing arguments get assigined. 248 // Check slicing on arguments object when length property has been set. 259 // Check slicing on arguments object when length property has been set t [all...] |
function-prototype.js | 70 // Check that getting the prototype of a tagged integer works. 85 // Check the standard fast case. 88 // Check that getting the prototype of a non-function works. This must 93 // Check the prototype is not enumerable, for compatibility with
|
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 | 31 // Check that a mod where the stub code hits a failure in heap number 47 // 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.
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
EventRecurrenceTest.java | 311 private static class Check { 312 Check(String k, int... v) { 324 Check[] checks = new Check[]{ 325 new Check("BYSECOND", -100, -1, 60, 100), 326 new Check("BYMINUTE", -100, -1, 60, 100), 327 new Check("BYHOUR", -100, -1, 24, 100), 328 new Check("BYMONTHDAY", -100, -32, 0, 32, 100), 329 new Check("BYYEARDAY", -400, -367, 0, 367, 400), 330 new Check("BYWEEKNO", -100, -54, 0, 54, 100) [all...] |
/external/chromium/base/ |
timer.h | 245 timer_.Start(delay, this, &DelayTimer<Receiver>::Check); 248 void Check() {
|
/external/v8/test/mjsunit/regress/ |
regress-1229.js | 30 // Check that %NewObjectFromBound works correctly when called from optimized 44 // Check that %NewObjectFromBound looks at correct frame for inlined function. 49 // Check that %NewObjectFromBound looks at correct frame for inlined function. 71 // Check that %_IsConstructCall returns correct value when inlined
|
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.
|
/frameworks/compile/libbcc/runtime/make/ |
util.mk | 43 # Check whether the given variable is defined. 48 # Check whether the given variable is undefined. 80 # Check that a value is true, or give an error including the given message 86 # Check that the value of a variable is 'expected-value'.
|
/external/clang/test/SemaCXX/ |
missing-namespace-qualifier-typo-corrections.cpp | 25 void Check() { // expected-note{{'Check' declared here}} 39 Cleck(); // expected-error{{{use of undeclared identifier 'Cleck'; did you mean 'Check'?}}
|
/external/llvm/test/MC/ARM/ |
arm-memory-instructions.s | 5 @ Check that the assembler can handle the documented syntax from the ARM ARM 9 @ CHECK: _func 20 @ CHECK: ldr r5, [r7] @ encoding: [0x00,0x50,0x97,0xe5] 21 @ CHECK: ldr r6, [r3, #63] @ encoding: [0x3f,0x60,0x93,0xe5] 22 @ CHECK: ldr r2, [r4, #4095]! @ encoding: [0xff,0x2f,0xb4,0xe5] 23 @ CHECK: ldr r1, [r2], #30 @ encoding: [0x1e,0x10,0x92,0xe4] 24 @ CHECK: ldr r3, [r1], #-30 @ encoding: [0x1e,0x30,0x11,0xe4] 47 @ CHECK: ldr r3, [r8, r1] @ encoding: [0x01,0x30,0x98,0xe7] 48 @ CHECK: ldr r2, [r5, -r3] @ encoding: [0x03,0x20,0x15,0xe7] 49 @ CHECK: ldr r1, [r5, r9]! @ encoding: [0x09,0x10,0xb5,0xe7 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ikbdinterrupt.S | 139 | Check if source is IKBD or MIDI 200 | Check if source is IKBD or MIDI 219 | Check if source is IKBD or MIDI 238 | Check if source is IKBD or MIDI
|
/frameworks/base/media/libstagefright/codecs/common/include/ |
voMem.h | 47 VO_U32 (VO_API * Check) (VO_S32 uID, VO_PTR pBuffer, VO_U32 uSize);
|
/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/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.
|
/ndk/build/core/ |
setup-imports.mk | 18 # Check the import path
|
/build/core/tasks/ |
apicheck.mk | 32 define check-api 52 # Check that the API we're building hasn't broken the last-released 54 $(eval $(call check-api, \ 64 # Check that the API we're building hasn't changed from the not-yet-released 66 $(eval $(call check-api, \
|
/external/chromium/net/base/ |
x509_cert_types.h | 105 Judgment Check(X509Certificate* cert) const;
|