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

1 2 3 4 5 67 8 91011>>

  /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);
  /external/guava/guava-tests/test/com/google/common/cache/
CacheStatsTest.java 61 CacheStats one = new CacheStats(11, 13, 17, 19, 23, 27); local
64 CacheStats diff = two.minus(one);
78 assertEquals(new CacheStats(0, 0, 0, 0, 0, 0), one.minus(two));
82 CacheStats one = new CacheStats(11, 13, 15, 13, 11, 9); local
85 CacheStats sum = two.plus(one);
99 assertEquals(sum, one.plus(two));
  /external/libcxx/test/std/utilities/utility/forward/
forward.pass.cpp 22 typedef char one; typedef
23 struct two {one _[2];};
24 struct four {one _[4];};
25 struct eight {one _[8];};
27 one test(A&);
  /external/libcxxabi/test/
test_guard.pass.cpp 69 int one() { function in namespace:test3
75 static int a = one();
110 int one() { function in namespace:test5
116 static int a = one();
120 static int a = one();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
BTree.java 31 private BTree one; field in class:BTree
52 if (one == null)
53 one = new BTree();
54 branch = one;
63 return one;
  /external/noto-fonts/
Android.mk 28 define build-one-font-module
51 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
211 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
212 build-one-font-module :=
  /external/strace/tests/
mmsg.c 17 char one[] = "one"; local
23 .iov_base = one,
24 .iov_len = sizeof(one) - 1
scm_rights.c 25 int one = 1; local
26 assert(setsockopt(sv[0], SOL_SOCKET, SO_PASSCRED, &one, sizeof(one)) == 0);
  /external/v8/test/webkit/
comparison-operators-greater.js 61 var One = 1;
103 doTest('0', 'One', -1);
104 doTest('One', '0', 1);
143 var one = 1; variable
187 shouldBeTrue("one >= zero");
188 shouldBeTrue("one >= one");
189 shouldBeTrue("one > zero");
190 shouldBeFalse("zero >= one");
191 shouldBeFalse("one >= two")
    [all...]
comparison-operators-less.js 60 var One = 1;
101 doTest('0', 'One', -1);
102 doTest('One', '0', 1);
141 var one = 1; variable
185 shouldBeTrue("zero <= one");
186 shouldBeTrue("one <= one");
187 shouldBeTrue("zero < one");
188 shouldBeFalse("one <= zero");
189 shouldBeFalse("two <= one");
    [all...]
  /external/valgrind/none/tests/
fdleak_ipv4.c 19 int one = 1; local
23 (void) DO( setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(int)) );
  /external/valgrind/none/tests/x86/
bug126147-x86.c 137 char one[50]; variable
146 check (mystrncpy (one, "abc", 4) == one, 1); /* Returned value. */
147 equal (one, "abc", 2); /* Did the copy go right? */
149 (void) strcpy (one, "abcdefgh");
150 (void) mystrncpy (one, "xyz", 2);
151 equal (one, "xycdefgh", 3); /* Copy cut by count. */
153 (void) strcpy (one, "abcdefgh");
154 (void) mystrncpy (one, "xyz", 3); /* Copy cut just before NUL. */
155 equal (one, "xyzdefgh", 4)
    [all...]
  /frameworks/base/libs/hwui/unit_tests/
LinearAllocatorTests.cpp 24 int one = 1; member in struct:SimplePair
60 EXPECT_EQ(1, pair->one);
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.h 25 Data() : one(1), two(2), three(3), four(4) {}
31 one = pOne;
38 one = -1;
44 unsigned int one; member in struct:mcldtest::LinearAllocatorTest::Data
RTLinearAllocatorTest.h 38 Data() : one(1), two(2), three(3), four(4) {}
44 one = pOne;
51 one = -1;
57 unsigned int one; member in struct:mcldtest::RTLinearAllocatorTest::Data
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
forward.pass.cpp 22 typedef char one; typedef
23 struct two {one _[2];};
24 struct four {one _[4];};
25 struct eight {one _[8];};
27 one test(A&);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_guard.cpp 68 int one() { function in namespace:test3
74 static int a = one();
109 int one() { function in namespace:test5
115 static int a = one();
119 static int a = one();
  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraManager.java 17 package com.android.camera.one;
20 import com.android.camera.one.OneCamera.Facing;
55 * @return A #{link com.android.camera.one.OneCameraCharacteristics} object
  /packages/apps/Camera2/src/com/android/camera/one/config/
OneCameraFeatureConfigCreator.java 17 package com.android.camera.one.config;
24 import com.android.camera.one.config.OneCameraFeatureConfig.CaptureSupportLevel;
25 import com.android.camera.one.config.OneCameraFeatureConfig.HdrPlusSupportLevel;
89 // ZSL due to HAL bugs. The latest one causes random preview
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AETriggerResult.java 17 package com.android.camera.one.v2.autofocus;
23 import com.android.camera.one.v2.camera2proxy.CaptureResultProxy;
AFTriggerResult.java 17 package com.android.camera.one.v2.autofocus;
23 import com.android.camera.one.v2.camera2proxy.CaptureResultProxy;
GlobalMeteringParameters.java 17 package com.android.camera.one.v2.autofocus;
TriggerStateMachine.java 17 package com.android.camera.one.v2.autofocus;
32 * one of the done states, at which point a callback is invoked and the state
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCaptureResultProxy.java 17 package com.android.camera.one.v2.camera2proxy;
AndroidTotalCaptureResultProxy.java 33 package com.android.camera.one.v2.camera2proxy;

Completed in 174 milliseconds

1 2 3 4 5 67 8 91011>>