HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 201 - 225 of 643) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 236 Object two = map.getOrCompute(key); local
237 assertNotSame(one, two);
269 final Object two = new Object(); local
290 map.put(one, two);
MapMakerInternalMapTest.java 145 // round up to nearest power of two
164 // share capacity over each segment, then round up to nearest power of two
312 Object two = new Object(); local
318 map.put(one, two);
320 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
322 map.put(two, three);
323 map.remove(two, three);
324 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
355 Object two = new Object(); local
361 map.put(one, two);
387 Object two = new Object(); local
412 Object two = new Object(); local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerPolygons_Test.cpp 370 SkPath one, two;
378 two.moveTo(0, 0);
379 two.lineTo(x, x);
380 two.lineTo(3, 3);
381 two.lineTo(0, 3);
382 two.lineTo(1, 2);
383 two.close();
384 comparePaths(one, two);
385 two.reset();
  /external/chromium_org/third_party/libevent/test/
regress.c 707 * make two bases to catch signals, use both of them. this only works
1228 struct test_pri_event one, two; local
1237 memset(&two, 0, sizeof(two));
1245 timeout_set(&two.ev, test_priorities_cb, &two);
1246 if (event_priority_set(&two.ev, npriorities - 1) == -1) {
1255 if (event_add(&two.ev, &tv) == -1)
1261 event_del(&two.ev);
1264 if (one.count == 3 && two.count == 3
    [all...]
  /device/htc/flounder/
aosp_flounder.mk 20 # details, it only fundamentally contains two inherit-product
aosp_flounder_64_only.mk 20 # details, it only fundamentally contains two inherit-product
  /device/samsung/manta/
full_manta.mk 20 # details, it only fundamentally contains two inherit-product
  /external/chromium_org/base/posix/
unix_domain_socket_linux.cc 24 // ownership of the newly allocated file descriptors to |one| and |two|.
26 static bool CreateSocketPair(base::ScopedFD* one, base::ScopedFD* two) {
31 two->reset(raw_socks[1]);
  /external/chromium_org/remoting/webapp/browser_test/
update_pin_browser_test.js 34 // Sleep for two seconds to allow for the login backoff logic to reset.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
copy_altivec.asm 20 ;# but the output will be. So two reads and a perm
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
bintest.asm 7 ; on two successive lines, then exit cleanly.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
utility.js 30 * Return the intersection set of two sorted arrays.
  /external/chromium_org/ui/aura/
window_targeter_unittest.cc 59 Window* two = CreateNormalWindow(3, window.get(), &delegate); local
63 two->SetBounds(gfx::Rect(501, 0, 500, 1000));
  /external/chromium_org/v8/src/
uri.js 109 // two-byte string!
226 if (cc >> 7) break; // Assumption wrong, two-byte string.
236 if (code > 0x7f) break; // Assumption wrong, two-byte string.
244 // Write into two byte string.
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-inline-callfunctionstub.js 30 // Test inlined of calls-as-function two levels deep.
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
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/chromium_org/v8/test/mjsunit/harmony/
string-fromcodepoint.js 60 result.push(0xFFFF + 1); // two code units per symbol
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2570.js 28 var o = ["\u56e7", // Switch JSON stringifier to two-byte mode.
  /external/chromium_org/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/clang/test/SemaCXX/
class-layout.cpp 203 pod_in_11_only2 two; member in struct:PR16537::test5::second_base
230 pod_in_11_only2 two; member in struct:PR16537::test6::second_base
  /external/eigen/unsupported/test/
matrix_function.cpp 146 ComplexScalar two(2,0);
154 VERIFY_IS_APPROX_ABS(sinAc, (exp_iA - exp_miA) / (two*imagUnit));
  /external/libvpx/libvpx/vp8/common/ppc/
copy_altivec.asm 20 ;# but the output will be. So two reads and a perm
  /external/chromium_org/v8/test/mjsunit/
switch.js 58 r = "two";
93 r = "two";
105 assertEquals("two", f3(2,0), "value-switch.2-0");
135 case 'two':
144 assertEquals(3, f4_string('two', 2), "fallthrough-string-switch.2");

Completed in 922 milliseconds

1 2 3 4 5 6 7 891011>>