/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/ |
SingleCloseImageProxy.java | 17 package com.android.camera.one.v2.sharedimagereader.imagedistributor; 22 import com.android.camera.one.v2.camera2proxy.ForwardingImageProxy; 23 import com.android.camera.one.v2.camera2proxy.ImageProxy;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dep_util.py | 38 one = os.path.join(sources, 'one') 42 self.write_file(one) 46 self.assertEqual(newer_pairwise([one, two], [three, four]), 47 ([one],[three])) 53 one = os.path.join(sources, 'one') 60 self.write_file(one) 63 self.assertTrue(newer_group([one, two, three], old_file)) 64 self.assertFalse(newer_group([one, two, old_file], three) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_dep_util.py | 38 one = os.path.join(sources, 'one') 42 self.write_file(one) 46 self.assertEqual(newer_pairwise([one, two], [three, four]), 47 ([one],[three])) 53 one = os.path.join(sources, 'one') 60 self.write_file(one) 63 self.assertTrue(newer_group([one, two, three], old_file)) 64 self.assertFalse(newer_group([one, two, old_file], three) [all...] |
/external/libcxxabi/test/ |
test_vector1.pass.cpp | 67 void *one, *two, *three; local 70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); 74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); 79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); 83 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct ); 88 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL ); 92 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, NULL ); 97 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct ); 101 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, my_destruct ); 111 void *one, *two, *three local 152 void *one, *two, *three; local 209 void *one, *two, *three; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_vector1.pass.cpp | 67 void *one, *two, *three; local 70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); 74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); 79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); 83 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct ); 88 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL ); 92 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, NULL ); 97 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct ); 101 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, my_destruct ); 111 void *one, *two, *three local 152 void *one, *two, *three; local 209 void *one, *two, *three; local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_acosh.c | 38 one = 1.0, variable 59 return __ieee754_log(2.0*x-one/(x+sqrt(t-one))); 61 t = x-one;
|
e_coshf.c | 22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable 39 w = one+t; 40 if (ix<0x39800000) return one; /* cosh(tiny) = 1 */ 41 return one+(t*t)/(w+w);
|
e_sinh.c | 40 static const double one = 1.0, shuge = 1.0e307; variable 60 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ 62 if(ix<0x3ff00000) return h*(2.0*t-t*t/(t+one)); 63 return h*(t+t/(t+one));
|
e_sinhf.c | 22 static const float one = 1.0, shuge = 1.0e37; variable 41 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ 43 if(ix<0x3f800000) return h*((float)2.0*t-t*t/(t+one)); 44 return h*(t+t/(t+one));
|
/external/boringssl/src/crypto/ec/ |
ec_montgomery.c | 82 group->one = NULL; 89 BN_free(group->one); 90 group->one = NULL; 97 BN_clear_free(group->one); 98 group->one = NULL; 105 BN_clear_free(dest->one); 106 dest->one = NULL; 121 if (src->one != NULL) { 122 dest->one = BN_dup(src->one); 140 BIGNUM *one = NULL; local [all...] |
/external/clang/bindings/python/tests/cindex/ |
test_location.py | 8 baseInput="int one;\nint two;\n" 17 one = get_cursor(tu, 'one') 20 assert one is not None 23 assert_location(one.location,line=1,column=5,offset=4) 28 one = get_cursor(tu, 'one') 31 assert one is not None 34 assert_location(one.location,line=2,column=5,offset=5) 39 one = get_cursor(tu, 'one' [all...] |
/external/clang/test/CodeGenCXX/ |
cp-blocks-linetables.cpp | 17 zero, one, two, three, four enumerator in enum:numbers 28 __block enum numbers x = one; 44 if (x != one) 58 if (res != one)
|
/external/clang/test/Lexer/ |
pragma-region.c | 27 #pragma region one
|
/external/fdlibm/ |
e_atanh.c | 36 static const double one = 1.0, huge = 1e300; variable 38 static double one = 1.0, huge = 1e300; variable 64 t = 0.5*ieee_log1p(t+t*x/(one-x)); 66 t = 0.5*ieee_log1p((x+x)/(one-x));
|
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalLoadingCacheTest.java | 84 Object one = new Object(); local 85 cache.getUnchecked(one); 98 cache.getUnchecked(one); 144 Object one = new Object(); local 145 assertNull(map.put(one, one)); 146 assertSame(one, map.get(one)); 147 assertTrue(map.containsKey(one)); 148 assertTrue(map.containsValue(one)); 187 Object one = new Object(); local 212 Object one = new Object(); local 239 Object one = new Object(); local 299 Object one = new Object(); local [all...] |
/external/llvm/test/MC/COFF/ |
invalid-endef.s | 3 # CHECK: ending symbol definition without starting one 4 # CHECK: ending symbol definition without starting one
|
/external/skia/gm/ |
arithmode.cpp | 87 const SkScalar one = SK_Scalar1; local 90 0, 0, 0, one, 91 0, one, 0, 0, 92 0, 0, one, 0, 93 0, one, one, 0, 94 0, one, -one, 0, 95 0, one/2, one/2, 0 [all...] |
/frameworks/base/core/java/android/app/backup/ |
BackupDataInputStream.java | 52 * Read one byte of entity data from the stream, returning it as 59 byte[] one = mOneByte; 61 one = mOneByte = new byte[1]; 63 mData.readEntityData(one, 0, 1); 64 return one[0];
|
/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/ |
FailureHandler.java | 17 package com.android.camera.one.v2.errorhandling;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ticketpool/ |
Ticket.java | 17 package com.android.camera.one.v2.sharedimagereader.ticketpool;
|
TicketProvider.java | 17 package com.android.camera.one.v2.sharedimagereader.ticketpool;
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/util/ |
TicketImageProxy.java | 17 package com.android.camera.one.v2.sharedimagereader.util; 19 import com.android.camera.one.v2.camera2proxy.ForwardingImageProxy; 20 import com.android.camera.one.v2.camera2proxy.ImageProxy; 21 import com.android.camera.one.v2.sharedimagereader.ticketpool.Ticket; 47 // condition here in which another image is reserved before this one is
|
/prebuilts/go/darwin-x86/test/bench/shootout/ |
threadring.go | 62 one := make(chan int) // will be input to thread 1 63 var in, out chan int = nil, one 68 go f(Nthread, out, one) 69 one <- *n
|
/prebuilts/go/darwin-x86/test/fixedbugs/bug437.dir/ |
two.go | 7 import "./one" 10 one.S1
|
/prebuilts/go/linux-x86/test/bench/shootout/ |
threadring.go | 62 one := make(chan int) // will be input to thread 1 63 var in, out chan int = nil, one 68 go f(Nthread, out, one) 69 one <- *n
|