HomeSort by relevance Sort by last modified time
    Searched defs:five (Results 26 - 50 of 55) sorted by null

12 3

  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 51 // five (undefined class)
68 TestUtils.makeClassDef("Ltest/fivetwo;", "Ltest/five;"),
70 TestUtils.makeClassDef("Ltest/fivethree;", "Ltest/five;"),
125 String five = "Ltest/five;"; local
137 superclassTest(five, five, five);
176 superclassTest(unknown, one, five);
185 superclassTest(five, five, fivetwo)
290 String five = "Ltest\/five;"; local
    [all...]
  /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);
  /system/libhidl/
test_main.cpp 237 auto five = iter - 1; local
239 EXPECT_EQ(seven - five, 2);
240 EXPECT_EQ(five - seven, -2);
242 EXPECT_LT(five, seven);
243 EXPECT_LE(five, seven);
244 EXPECT_GT(seven, five);
245 EXPECT_GE(seven, five);
248 EXPECT_EQ(five[1], 6);
  /external/clang/test/CodeGenCXX/
mangle-ms-templates.cpp 106 IntTemplate<5> five; local
  /external/libogg/src/
bitwise.c 636 static int five[45]={169,2,126,139,144,172,30,4,80,72,240,59,130,218,73,62, local
687 cliptest(testbuffer2,test2size,17,five,fivesize);
  /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/tensorflow/tensorflow/c/
c_api_function_test.cc 941 TF_Operation* five = ScalarConst(5, host_graph_, s_, "five"); local
974 TF_Operation* five = ScalarConst(5, func_graph_, s_); local
1003 TF_Operation* five = ScalarConst(5, func_graph_, s_); local
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow_test.cc 649 auto five = ops::Const<int32>(scope.WithOpName("outer/inner/Five") local
653 ops::Less(scope.WithOpName("outer/inner/Less_j"), merge_j.output, five);
826 auto five = ops::Const<int32>( local
    [all...]
  /external/boringssl/mac-x86_64/crypto/cipher_extra/
aes128gcmsiv-x86_64.S 13 five: label
914 vpaddd five(%rip),%xmm1,%xmm13
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 610 public static final Integer five = new Integer(5); field in class:JSR166TestCase
    [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...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 236 let five = const_int i64_type 5 in var
237 let ffive = const_uitofp five double_type in
246 ignore (define_global "const_add" (const_add foldbomb five) m);
247 ignore (define_global "const_nsw_add" (const_nsw_add foldbomb five) m);
248 ignore (define_global "const_nuw_add" (const_nuw_add foldbomb five) m);
250 ignore (define_global "const_sub" (const_sub foldbomb five) m);
251 ignore (define_global "const_nsw_sub" (const_nsw_sub foldbomb five) m);
252 ignore (define_global "const_nuw_sub" (const_nuw_sub foldbomb five) m);
254 ignore (define_global "const_mul" (const_mul foldbomb five) m);
255 ignore (define_global "const_nsw_mul" (const_nsw_mul foldbomb five) m)
    [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...]
  /prebuilts/go/darwin-x86/test/
sinit.go 31 four, five = 4, 5 var
123 copy_four, copy_five = four, five
  /prebuilts/go/linux-x86/test/
sinit.go 31 four, five = 4, 5 var
123 copy_four, copy_five = four, five
  /external/skia/tests/
ImageFilterTest.cpp 152 const SkScalar five = SkIntToScalar(5); local
241 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(five, five, input));
243 this->addFilter("blur and offset", SkOffsetImageFilter::Make(five, five,
257 this->addFilter("picture and blur", SkBlurImageFilter::Make(five, five,
266 this->addFilter("paint and blur", SkBlurImageFilter::Make(five, five,
583 const SkScalar five = SkIntToScalar(5) local
    [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 152 const SkScalar five = SkIntToScalar(5); local
241 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(five, five, input));
243 this->addFilter("blur and offset", SkOffsetImageFilter::Make(five, five,
257 this->addFilter("picture and blur", SkBlurImageFilter::Make(five, five,
266 this->addFilter("paint and blur", SkBlurImageFilter::Make(five, five,
583 const SkScalar five = SkIntToScalar(5) local
    [all...]
  /external/boringssl/win-x86_64/crypto/cipher_extra/
aes128gcmsiv-x86_64.asm 17 five: label
1028 vpaddd xmm13,xmm1,XMMWORD[five]
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 1169 int five; member in struct:CppStructNonStandardByProt
    [all...]
  /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/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 776 Object five = new Object(); local
793 map.put(four, five);
797 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
799 map.put(five, six);
803 assertNotified(listener, five, six, RemovalCause.EXPLICIT);
818 Object five = new Object(); local
829 map.replace(one, five);
832 map.replace(one, five, six);
833 assertNotified(listener, one, five, RemovalCause.REPLACED);
875 Object five = new Object() local
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 2000 five = auto() variable in class:TestFlag.test_unique_composite.TestFlag
2331 five = auto() variable in class:TestIntFlag.test_unique_composite.TestFlag
    [all...]
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 1898 milliseconds

12 3