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

<<41424344454647484950>>

  /external/chromium_org/v8/test/mjsunit/
string-replace-one-char.js 28 // Make sure the strings are long enough to trigger the one-char string replace.
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-uncaptured-variable-that-is-later-captured.js 42 // chosen for the callee here is the same as the one that will be chosen for the first non-this argument below,
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-ranges-and-escaped-hyphens.js 28 // Basic test for ranges - one to three and five are in regexp, four is not, and '-' should not match
  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 56 // These strings pass "^\\/$" and "^\\\/$" respectively to the RegExp, giving one '\' to match.
  /external/chromium_org/v8/tools/
consarray.js 72 * Returns the current item, moves to the next one.
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 61 0x3F800000, // one
62 0xBF800000, // negative one
613 const deUint32 one = 0x3F800000;
618 gridAttributes[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::UVec4(s_specialFloats[x], s_specialFloats[y], one, one);
874 const deUint32 one = 0x3F800000;
875 const tcu::UVec4 uniformValue = tcu::UVec4(s_specialFloats[x], s_specialFloats[y], one, one);
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
418 static const Scalar one = Scalar(1) - machine_epsilon<Scalar>(); local
425 if (absD>=one)
  /external/fio/crc/
xxhash.c 135 static const int one = 1; variable
136 # define XXH_CPU_LITTLE_ENDIAN (*(char*)(&one))
  /external/guava/guava-tests/test/com/google/common/primitives/
CharsTest.java 320 List<Character> one = Arrays.asList((char) 1); local
321 assertTrue(Arrays.equals(ARRAY1, Chars.toArray(one)));
DoublesTest.java 304 List<Double> one = Arrays.asList((double) 1); local
305 assertTrue(Arrays.equals(ARRAY1, Doubles.toArray(one)));
FloatsTest.java 296 List<Float> one = Arrays.asList((float) 1); local
297 assertTrue(Arrays.equals(ARRAY1, Floats.toArray(one)));
IntsTest.java 323 List<Integer> one = Arrays.asList((int) 1); local
324 assertTrue(Arrays.equals(ARRAY1, Ints.toArray(one)));
LongsTest.java 303 List<Long> one = Arrays.asList((long) 1); local
304 assertTrue(Arrays.equals(ARRAY1, Longs.toArray(one)));
ShortsTest.java 330 List<Short> one = Arrays.asList((short) 1); local
331 assertTrue(Arrays.equals(ARRAY1, Shorts.toArray(one)));
  /external/libunwind/doc/
libunwind-dynamic.tex 35 (discontiguous) procedures: one for frequently-executed (hot) code and
36 one for rarely-executed (cold) code. Similarly, simple
42 Regions are nested in the sense that the frame state at the end of one
108 This member can be one of \Const{UNW\_INFO\_FORMAT\_DYNAMIC},
111 \item[\Type{union} \Var{u}] This union contains one sub-member
127 the one used by full-blown runtime code-generators. In this format,
247 two regions: one covering the prologue and one covering the epilogue.
277 \item[\Type{int8\_t} \Var{tag}] The operation tag. Must be one
unw_get_fpreg.tex 40 Otherwise the negative value of one of the error-codes below is
unw_get_reg.tex 41 Otherwise the negative value of one of the error-codes below is
unw_init_local.tex 49 Otherwise the negative value of one of the error-codes below is
unw_init_remote.tex 44 Otherwise the negative value of one of the error-codes below is
unw_set_fpreg.tex 40 Otherwise the negative value of one of the error-codes below is
unw_set_reg.tex 41 Otherwise the negative value of one of the error-codes below is
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 27 // we need one additional byte, since MovePos moves on 1 byte.
  /external/mesa3d/src/gallium/docs/
make.bat 16 echo.Please use `make ^<target^>` where ^<target^> is one of
  /external/openfst/src/include/fst/
signed-log-weight.h 62 static const SignedLogWeightTpl<T> &One() {
63 static const SignedLogWeightTpl<T> one(X1(1.0), X2::One());
64 return one;
  /external/openssl/crypto/perlasm/
x86asm.pl 15 # but on the pros side we don't have to implement one subroutine per
242 Pick one target type from

Completed in 1000 milliseconds

<<41424344454647484950>>