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

<<21222324252627282930>>

  /external/chromium_org/third_party/sqlite/src/test/
async2.test 82 set c [db one {SELECT c FROM counter LIMIT 1}]
  /external/chromium_org/third_party/webrtc/tools/rtcbot/bot/
api.js 25 // peer connections. This methods helps work around that by allowing one to
  /external/chromium_org/v8/test/mjsunit/
cyrillic.js 148 // JSC and Tracemonkey fail this one.
159 // JSC and Tracemonkey fail this one.
169 // JSC and Tracemonkey fail this one.
172 // JSC and Tracemonkey fail this one.
  /external/chromium_org/v8/test/mjsunit/harmony/
string-fromcodepoint.js 53 result.push(0); // one code unit per symbol
  /external/chromium_org/v8/test/webkit/
delete-then-put.js 25 'This tests for a problem with put after delete that existed at one point in the past.'
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
dfg-dead-redundant-get-array-length.js 29 var x = array.length; // This is dead. If it wasn't, it would be redundant with the one below.
dfg-tear-off-arguments-not-activation.js 25 "Tests the case that a function that might create an activation has not actually created one, but has created its arguments."
  /external/compiler-rt/make/
lib_util.mk 60 # Helper function to select the right set of dirs (which should be exactly one)
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java 52 /** the opcode; one of the constants in {@link RegOps} */
68 * the branchingness of this op; one of the {@code BRANCH_*}
80 * Constructs an instance. This method is private. Use one of the
83 * @param opcode the opcode; one of the constants in {@link RegOps}
89 * @param branchingness the branchingness of this op; one of the
131 * @param opcode the opcode; one of the constants in {@link RegOps}
137 * @param branchingness the branchingness of this op; one of the
151 * @param opcode the opcode; one of the constants in {@link RegOps}
155 * @param branchingness the branchingness of this op; one of the
170 * @param opcode the opcode; one of the constants in {@link RegOps
284 Type one = exceptions.getType(i); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antRun.bat 3 REM Licensed to the Apache Software Foundation (ASF) under one or more
  /external/elfutils/0.153/config/
ylwrap 49 OUTPUT is one file PROG generates
  /external/guava/guava-tests/test/com/google/common/primitives/
BooleansTest.java 163 List<Boolean> one = Arrays.asList(false); local
164 assertTrue(Arrays.equals(ARRAY_FALSE, Booleans.toArray(one)));
BytesTest.java 167 List<Byte> one = Arrays.asList((byte) 1); local
168 assertTrue(Arrays.equals(ARRAY1, Bytes.toArray(one)));
  /external/libpng/projects/visualc71/
README_zlib.txt 23 3) Set one of the project as the StartUp project. If you just want to build the
  /external/libvpx/libvpx/vp8/common/ppc/
copy_altivec.asm 21 ;# for the input, but only one store for the output.
variance_altivec.asm 74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 29 mov r12, r2, lsr #8 ;copy 256 bytes data at one time
  /external/lldb/examples/python/
types.py 75 and how much padding was found. One or more paths to executable files must be
84 parser.add_option('-m', '--module', action='append', type='string', metavar='MODULE', dest='modules', help='Specify one or more modules which will be used to verify the types.', default=[])
86 parser.add_option('-t', '--type', action='append', type='string', metavar='TYPENAME', dest='typenames', help='Specify one or more type names which should be verified. If no type names are specified, all class and struct types will be verified.', default=[])
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 41 A basic block can contain only one terminator instruction. *)
  /external/llvm/test/MC/ARM/
arm-thumb-cpus.s 20 @ one or other of the execution states.
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTestCommon.h 108 Value* one = ConstantInt::get(GlobalContext, APInt(32, 1)); local
111 Arg = Builder.CreateMul(Arg, Builder.CreateAdd(Arg, one));
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 72 allows one to create a GLXPixmap with a specific colormap. The image
MESA_set_3dfx_mode.spec 68 Note that only one drawable and context can be created at any given

Completed in 1362 milliseconds

<<21222324252627282930>>