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

1 23 4 5 6

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
31 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
38 dict(four='hello', five='goodbye'))])
  /external/chromium-trace/catapult/tracing/tracing_examples/
string_convert.js 99 : nPart > 247 && nPart < 252 && nIdx + 4 < nLen ? /* five bytes */
152 /* five bytes */
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
DialpadFragmentInstrumentationTest.java 108 return R.id.five;
  /external/skia/tests/
ImageFilterTest.cpp 361 const SkScalar five = SkIntToScalar(5); local
363 SkAutoTUnref<SkImageFilter> positiveFilter(SkBlurImageFilter::Create(five, five));
364 SkAutoTUnref<SkImageFilter> negativeFilter(SkBlurImageFilter::Create(-five, five));
433 const SkScalar five = SkIntToScalar(5); local
437 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(five, five));
493 { "blur and offset", SkOffsetImageFilter::Create(five, five, blur.get()) }
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 287 let five = const_int i64_type 5 in var
288 let ffive = const_uitofp five double_type in
297 ignore (define_global "const_add" (const_add foldbomb five) m);
298 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
299 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
301 ignore (define_global "const_sub" (const_sub foldbomb five) m);
302 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
303 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
305 ignore (define_global "const_mul" (const_mul foldbomb five) m);
306 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five) m)
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
CopyOnWriteArraySetTest.java 79 assertTrue(full.addAll(Arrays.asList(three, four, five)));
81 assertFalse(full.addAll(Arrays.asList(three, four, five)));
131 assertFalse(full.contains(five));
LinkedTransferQueueTest.java 787 q.transfer(five);
794 assertSame(five, q.poll());
818 q.transfer(five);
    [all...]
ConcurrentHashMap8Test.java 50 map.put(five, "E");
197 assertEquals("Z", map.get(five));
235 assertTrue(full.addAll(Arrays.asList(three, four, five)));
237 assertFalse(full.addAll(Arrays.asList(three, four, five)));
357 assertFalse(full.contains(five));
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 106 IntTemplate<5> five; local
  /external/clang/test/Parser/
cxx-template-decl.cpp 176 char five[5];
  /prebuilts/go/darwin-x86/test/
sinit.go 31 four, five = 4, 5 var
123 copy_four, copy_five = four, five
chanlinear.go 60 // If five in a row all fail, give up.
maplinear.go 57 // If five in a row all fail, give up.
  /prebuilts/go/linux-x86/test/
sinit.go 31 four, five = 4, 5 var
123 copy_four, copy_five = four, five
chanlinear.go 60 // If five in a row all fail, give up.
maplinear.go 57 // If five in a row all fail, give up.
  /external/icu/icu4c/source/test/cintltst/
chashtst.c 163 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ local
164 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */
188 uhash_puti(hash, (void*)five, 5, &status);
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
1340 float *four,*five; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 215 /*Filter vertically five rows of derivatives of length chunk_width into gxx,gxy,gyy*/
263 /*Filter vertically five rows of derivatives of length 128 into gxx,gxy,gyy*/
1340 float *four,*five; local
    [all...]
  /external/v8/test/webkit/fast/js/
regexp-ranges-and-escaped-hyphens.js 28 // Basic test for ranges - one to three and five are in regexp, four is not, and '-' should not match
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModTest.java 225 Double five = new Double(5.0); local
226 c.add(five);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
DialpadFragment.java 53 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
101 mDisplayMap.put(R.id.five, '5');
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 289 Object five = new Object(); local
306 map.put(four, five);
310 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
312 map.put(five, six);
316 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
332 Object five = new Object(); local
343 map.replace(one, five);
346 map.replace(one, five, six);
347 assertNotified(listener, one, five, RemovalCause.REPLACED);
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 578 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
634 cliptest(testbuffer2,test2size,17,five,fivesize);
  /external/v8/test/mjsunit/
arguments.js 110 f1(3, "five");

Completed in 808 milliseconds

1 23 4 5 6