Searched
refs:two (Results
451 -
475 of
1983) sorted by null
<<11121314151617181920>>
/external/libchrome/base/posix/ |
unix_domain_socket_linux.cc | 30 // ownership of the newly allocated file descriptors to |one| and |two|. 32 static bool CreateSocketPair(ScopedFD* one, ScopedFD* two) { 37 two->reset(raw_socks[1]);
|
/external/v8/src/js/ |
uri.js | 115 // two-byte string! 217 if (cc >> 7) break; // Assumption wrong, two-byte string. 229 if (code > 0x7f) break; // Assumption wrong, two-byte string. 237 // Write into two byte string.
|
/external/v8/test/mjsunit/compiler/ |
regress-inline-callfunctionstub.js | 30 // Test inlined of calls-as-function two levels deep.
|
/external/v8/test/mjsunit/es6/debug-promises/ |
promise-all-uncaught.js | 10 // expect two Exception debug events to be triggered, for p2 and p3 each,
|
promise-race-uncaught.js | 10 // expect two Exception debug events to be triggered, for p2 and p3 each,
|
reject-caught-by-default-reject-handler.js | 9 // We expect two Exception debug events:
|
reject-with-throw-in-reject.js | 9 // We expect two Exception debug events:
|
throw-caught-by-default-reject-handler.js | 9 // We expect two Exception debug events:
|
throw-with-throw-in-reject.js | 9 // handler. We expect two Exception debug events:
|
throw-with-undefined-reject.js | 9 // We expect two Exception debug events:
|
/external/v8/test/mjsunit/es6/ |
string-fromcodepoint.js | 58 result.push(0xFFFF + 1); // two code units per symbol
|
/external/v8/test/mjsunit/regress/ |
regress-2570.js | 28 var o = ["\u56e7", // Switch JSON stringifier to two-byte mode.
|
/external/v8/test/webkit/ |
dfg-constant-fold-first-local-read-after-block-merge.js | 25 "Tests that the DFG doesn't crash if we constant fold the first read of a local variable in a block that is the result of merging two blocks, where the first doesn't touch the local and the second reads it."
|
dfg-to-string-side-effect-clobbers-toString.js | 25 "Tests what happens when you do ToString twice, and it has a side effect that clobbers the toString method in between the two ToStrings."
|
/external/valgrind/none/tests/ppc32/ |
test_isa_2_07_part2.stdout.exp | [all...] |
/external/valgrind/none/tests/ppc64/ |
test_isa_2_07_part2.stdout.exp | [all...] |
/external/webrtc/ |
android-webrtc.mk | 30 ## TODO(kma): test if the code under next two macros works with generic GCC compilers
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
copy_altivec.asm | 20 ;# but the output will be. So two reads and a perm
|
/prebuilts/go/darwin-x86/src/crypto/ecdsa/ |
ecdsa_test.go | 94 t.Errorf("%s: the signatures on two different messages were the same") 98 t.Errorf("%s: the nonce used for two diferent messages was the same") 129 t.Errorf("%s: two signatures of the same message produced the same result") 133 t.Errorf("%s: two signatures of the same message produced the same nonce")
|
/prebuilts/go/darwin-x86/src/crypto/subtle/ |
constant_time.go | 9 // ConstantTimeCompare returns 1 iff the two slices, x
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_darwin_test.go | 37 // Check that the two cert pools are roughly the same;
|
/prebuilts/go/darwin-x86/src/html/ |
escape_test.go | 40 // Handle entities with two codepoints.
|
/prebuilts/go/darwin-x86/src/image/png/ |
paeth.go | 14 // In two's complement representation, the negative number
|
/prebuilts/go/darwin-x86/src/math/ |
atan2.go | 8 // the signs of the two to determine the quadrant
|
/prebuilts/go/darwin-x86/src/math/cmplx/ |
exp.go | 24 // The two known misprints in the book are repaired here in the
|
Completed in 937 milliseconds
<<11121314151617181920>>