HomeSort by relevance Sort by last modified time
    Searched defs:two (Results 151 - 175 of 199) sorted by null

1 2 3 4 5 67 8

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 501 * (depending on cpu) and we always need two horizontal adds anyway,
636 * in this case just the first two terms to fit in 16bit arithmetic
807 * Power of two multiplication by directly manipulating the exponent.
1879 LLVMValueRef two = lp_build_const_vec(bld->gallivm, bld->type, 2.0); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheLoadingTest.java 160 final Object two = new Object(); local
169 return Futures.immediateFuture(two);
196 assertSame(two, cache.getUnchecked(key));
206 final Object two = new Object(); local
216 return Futures.immediateFuture(two);
247 assertSame(two, cache.getUnchecked(key));
255 assertSame(two, cache.getUnchecked(key));
265 final Object two = new Object(); local
275 return Futures.immediateFuture(two);
306 assertSame(two, cache.getIfPresent(key))
    [all...]
LocalCacheTest.java 192 // round up to nearest power of two
211 // share capacity over each segment, then round up to nearest power of two
540 Object two = map.get(key, loader); local
541 assertNotSame(one, two);
666 final Object two = new Object(); local
686 map.put(one, two);
687 assertSame(two, map.get(one));
729 Object two = new Object(); local
735 map.put(one, two);
737 assertNotified(listener, one, two, RemovalCause.EXPLICIT)
771 Object two = new Object(); local
802 Object two = new Object(); local
828 Object two = new Object(); local
855 Object two = new Object(); local
2323 LocalLoadingCache<Object, Object> two = SerializableTester.reserialize(one); local
2378 LocalManualCache<Object, Object> two = SerializableTester.reserialize(one); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 501 * (depending on cpu) and we always need two horizontal adds anyway,
636 * in this case just the first two terms to fit in 16bit arithmetic
807 * Power of two multiplication by directly manipulating the exponent.
1879 LLVMValueRef two = lp_build_const_vec(bld->gallivm, bld->type, 2.0); local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 100 // avail is long enough for two item plus the appropriate ellipsis.
587 // two consecutive ^ in the input to produce a single ^ in the output.
590 // two ^ with a space in the middle.
727 // get chars to place at the end of the destination except the earliest two chars.
742 // get chars to place at the end of the destination except the earliest two chars
1558 String two = "Hello World"; local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 1079 int two; member in struct:CStruct
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
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/sqlite/src/src/
test1.c 842 ** This routine simulates the effect of having two threads attempt to
861 ** one argument. It has two interesting features:
983 ** two threads at the same time.
4626 sqlite3_vfs one, two; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/v8/test/cctest/
test-api.cc 2161 Local<v8::Value> two = v8::External::Wrap(&data[2]); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 3059 Local<v8::Value> two = v8::External::New(&data[2]); local
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1281 milliseconds

1 2 3 4 5 67 8