HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 551 - 575 of 2053) sorted by null

<<21222324252627282930>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_fmod.c 26 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
129 x *= one; /* create necessary signal */
e_fmodl.c 52 static const long double one = 1.0, Zero[] = {0.0, -0.0,}; variable
147 x = ux.e * one; /* create necessary signal */
  /build/core/combo/
mac_version.mk 17 $(warning * MAC_SDK_VERSION $(MAC_SDK_VERSION) isn't one of the supported $(mac_sdk_versions_supported))
  /external/bzip2/
Android.mk 19 # than the thumb one...
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
fake_objects.js 6 * Fakes a Chrome event that supports one listener.
  /external/chromium_org/mojo/tools/
mojob.sh 18 command should be one of:
29 option (which will only apply to following commands) should be one of:
  /external/chromium_org/remoting/webapp/
cs_oauth2_trampoline.js 8 // one, to allow the official beta and dev channels to co-exist.
  /external/chromium_org/v8/test/mjsunit/harmony/
array-of.js 58 var actual = Bag.of("zero", "one");
64 expected[1] = "one";
69 actual = Array.of.call(Bag, "zero", "one");
110 // Array.of calls a "length" setter if one is present.
  /external/clang/test/SemaCXX/
undefined-internal.cpp 91 static const int one = 1; member in struct:test6::A
97 value = one;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
lcp.bat 2 REM Licensed to the Apache Software Foundation (ASF) under one or more
  /external/libvorbis/examples/
frameview.pl 243 my$one=$graph_shell->Canvas()->
250 place(-rely=>1.,-y=>5,-anchor=>'nw',-in=>$one);
252 place(-relwidth=>1.,-relheight=>1.,-rely=>1.,-y=>5+$temp->reqheight(),-anchor=>'nw',-in=>$one);
260 $onestate{"canvas"}=$one;
500 $one->place(-relwidth=>1.,-width=>-10,-relheight=>.5,
504 $tworesize->place(-rely=>1.,-y=>5,-anchor=>'nw',-in=>$one);
506 -y=>5+$tworesize->reqheight(),-anchor=>'nw',-in=>$one);
516 $one->place(-relwidth=>1.,-width=>-10,-relheight=>1.,
  /external/llvm/test/MC/ARM/
deprecated-v8.s 36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
37 @ CHECK-THUMBV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
  /external/openfst/src/include/fst/
expectation-weight.h 21 // One: <One, Zero>
80 static const ExpectationWeight<X1, X2> &One() {
81 static const ExpectationWeight<X1, X2> one(X1::One(), X2::Zero());
82 return one;
lexicographic-weight.h 47 using PairWeight<W1, W2>::One;
80 static const LexicographicWeight<W1, W2> &One() {
81 static const LexicographicWeight<W1, W2> one(PairWeight<W1, W2>::One());
82 return one;
product-weight.h 38 using PairWeight<W1, W2>::One;
57 static const ProductWeight<W1, W2> &One() {
58 static const ProductWeight<W1, W2> one(PairWeight<W1, W2>::One());
59 return one;
  /external/openfst/src/include/fst/script/
weight-class.h 105 case ONE:
106 return "ONE";
125 static const WeightClass &One() {
126 static WeightClass w(ONE);
140 enum ElementType { ZERO, ONE, OTHER };
152 // We need to store zero and one as statics, because the weight type
156 static const W one = W::One(); local
160 } else if (element_type_ == ONE) {
161 return &one;
    [all...]
  /frameworks/base/media/mca/samples/CameraEffectsRecordingSample/
Android.mk 33 # Also build all of the sub-targets under this one: the shared library.
  /libcore/jsr166-tests/src/test/java/jsr166/
PriorityBlockingQueueTest.java 141 q.add(one);
173 assertTrue(q.offer(one));
461 q.add(one);
463 assertTrue(q.contains(one));
607 assertSame(one, q.poll(LONG_DELAY_MS, MILLISECONDS));
614 q.put(one);
648 q.add(one);
651 assertTrue(q.contains(one));
  /ndk/toolchains/aarch64-linux-android-4.9/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/toolchains/aarch64-linux-android-clang3.4/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/toolchains/arm-linux-androideabi-4.6/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/toolchains/arm-linux-androideabi-4.8/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/toolchains/arm-linux-androideabi-4.9/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one
  /ndk/toolchains/arm-linux-androideabi-clang3.4/
config.mk 17 # the real meat is in the setup.mk file adjacent to this one

Completed in 962 milliseconds

<<21222324252627282930>>