HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 226 - 250 of 3709) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
TimestampResponseListener.java 17 package com.android.camera.one.v2.common;
26 import com.android.camera.one.v2.core.ResponseListener;
27 import com.android.camera.one.v2.core.ResponseListeners;
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DeferredPictureTaker.java 17 package com.android.camera.one.v2.initialization;
19 import com.android.camera.one.OneCamera;
20 import com.android.camera.one.v2.photo.PictureTaker;
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
ImageStream.java 17 package com.android.camera.one.v2.sharedimagereader.imagedistributor;
20 import com.android.camera.one.v2.camera2proxy.ImageProxy;
21 import com.android.camera.one.v2.core.CaptureStream;
31 * {@link com.android.camera.one.v2.core.RequestBuilder} to then get Images
82 * @return The next available value if one exists, or null if no value
89 * Immediately discards the next available image, if one exists.
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/
MetadataPoolFactory.java 17 package com.android.camera.one.v2.sharedimagereader.metadatasynchronizer;
21 import com.android.camera.one.v2.camera2proxy.ImageProxy;
22 import com.android.camera.one.v2.camera2proxy.TotalCaptureResultProxy;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acosf.c 23 one = 1.0000000000e+00, /* 0x3F800000 */ variable
52 q = one+z*qS1;
56 z = (one+x)*(float)0.5;
58 q = one+z*qS1;
65 z = (one-x)*(float)0.5;
72 q = one+z*qS1;
s_atan.c 20 * is further reduced to one of the following intervals and the
70 one = 1.0, variable
91 if(huge+x>one) return x; /* raise inexact */
98 id = 0; x = (2.0*x-one)/(2.0+x);
100 id = 1; x = (x-one)/(x+one);
104 id = 2; x = (x-1.5)/(one+1.5*x);
s_atanl.c 29 one = 1.0, variable
56 if(huge+x>one) return x; /* raise inexact */
63 id = 0; x = (2.0*x-one)/(2.0+x);
65 id = 1; x = (x-one)/(x+one);
69 id = 2; x = (x-1.5)/(one+1.5*x);
k_cosf.c 27 one = 1.0, variable
45 return ((one+z*C0) + w*C1) + (w*z)*r;
s_expm1f.c 25 one = 1.0, variable
63 return tiny-one; /* return -1 */
92 r1 = one+hxs*(Q1+hxs*Q2);
103 else return one+(float)2.0*(x-e);
106 y = one-(e-x);
109 return y-one;
111 t = one;
119 y += one;
  /device/google/contexthub/lib/libm/
sf_atan.c 64 one = 1.0, variable
86 if(huge+x>one) return x; /* raise inexact */
93 id = 0; x = ((float)2.0*x-one)/((float)2.0+x);
95 id = 1; x = (x-one)/(x+one);
99 id = 2; x = (x-(float)1.5)/(one+(float)1.5*x);
sf_cos.c 19 static const float one=1.0; variable
21 static float one=1.0; variable
  /external/clang/test/CodeGen/
designated-initializers.c 92 int one; member in struct:u_16644::s_16644
103 .a.one = 1,
113 .a.one = 11,
120 .a.one = 21,
129 .one = 31
136 [0].a.one = 2,
  /external/fdlibm/
s_atan.c 19 * is further reduced to one of the following intervals and the
82 one = 1.0, variable
105 if(huge+x>one) return x; /* raise inexact */
112 id = 0; x = (2.0*x-one)/(2.0+x);
114 id = 1; x = (x-one)/(x+one);
118 id = 2; x = (x-1.5)/(one+1.5*x);
s_expm1.c 76 * (A). To save one multiplication, we scale the coefficient Qi
115 one = 1.0, variable
157 return tiny-one; /* return -1 */
187 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
197 else return one+2.0*(x-e);
199 y = one-(e-x);
201 return y-one;
203 t = one;
211 y += one;
  /prebuilts/go/darwin-x86/test/fixedbugs/bug437.dir/
x.go 12 "./one"
16 func F(i1 one.I1) {
19 one.F1(v)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10925.go 16 for _, s := range []string{"one", "two", "three"} {
19 if got[0][0] != "one" || got[1][0] != "two" || got[2][0] != "three" {
21 fmt.Println("Expected [[one] [two] [three]], got", got)
  /prebuilts/go/linux-x86/test/fixedbugs/bug437.dir/
x.go 12 "./one"
16 func F(i1 one.I1) {
19 one.F1(v)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10925.go 16 for _, s := range []string{"one", "two", "three"} {
19 if got[0][0] != "one" || got[1][0] != "two" || got[2][0] != "three" {
21 fmt.Println("Expected [[one] [two] [three]], got", got)
  /art/test/005-annotations/src/android/test/anno/
FullyNoted.java 20 @AnnoSimpleParameter int one,
29 @AnnoSimpleParameter int one,
  /external/clang/test/CXX/special/class.temporary/
p1.cpp 44 typedef char one[1]; typedef in namespace:test2
47 one &meta(bool);
  /external/clang/test/Sema/
static-assert.c 32 __typeof__(T1) one; \
40 UNION(char[2], short) u2 = { .one = { 'a', 'b' } };
  /external/clang/test/SemaCXX/
warn-shadow.cpp 7 namespace one { namespace
20 using namespace one::two;
26 int j; // expected-warning {{declaration shadows a variable in namespace 'one::two'}}
  /external/compiler-rt/test/asan/TestCases/
contiguous_container_crash.cc 18 static volatile int one = 1; variable
26 return (int)t[60 * one]; // Touches the poisoned memory.
  /external/testng/src/test/java/test/dependent/
SampleDependentMethods3.java 20 public void one() { method in class:SampleDependentMethods3
28 public void one(String s) { method in class:SampleDependentMethods3
35 @Test(dependsOnMethods = { "one" } )
  /external/v8/test/mjsunit/es6/
block-scoping.js 48 function f2(one) {
49 var x = one + 1;
50 let y = one + 2;
51 const u = one + 4;
52 class a { static foo() { return one + 6; } }
54 let z = one + 3;
55 const v = one + 5;
56 class b { static foo() { return one + 7; } }
57 assertEquals(1, eval('one'));
71 function f3(one) {
    [all...]

Completed in 1098 milliseconds

1 2 3 4 5 6 7 8 91011>>