Searched refs:one (Results 201 - 225 of 515) sorted by relevance

1234567891011>>

/external/chromium/third_party/libevent/test/
H A Dregress.c1228 struct test_pri_event one, two; local
1236 memset(&one, 0, sizeof(one));
1239 timeout_set(&one.ev, test_priorities_cb, &one);
1240 if (event_priority_set(&one.ev, 0) == -1) {
1253 if (event_add(&one.ev, &tv) == -1)
1260 event_del(&one.ev);
1264 if (one.count == 3 && two.count == 3)
1268 if (one
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml148 let one = const_int i16_type 1 in
163 let c = const_vector [| one; two; one; two;
164 one; two; one; two |] in
171 let c = const_struct context [| one; two; three; four |] in
319 let one = const_int i32_type 1 in var
321 (const_vector [| zero; one; zero; one |])
324 (const_vector [| zero; one; zer
1195 let one = const_int i32_type 1 in var
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonErrorNode.as56 // next one is for sure correct.
/external/bison/build-aux/
H A Dylwrap51 OUTPUT is one file PROG generates
/external/chromium/chrome/browser/sync/
H A DREADME.js34 that at most one node handles a given message type. Also, the
46 one.
/external/compiler-rt/make/
H A Dlib_util.mk60 # Helper function to select the right set of dirs (which should be exactly one)
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRop.java52 /** 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 o
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A DantRun.bat3 REM Licensed to the Apache Software Foundation (ASF) under one or more
/external/elfutils/config/
H A Dylwrap51 OUTPUT is one file PROG generates
/external/guava/guava-tests/test/com/google/common/primitives/
H A DBooleansTest.java163 List<Boolean> one = Arrays.asList(false);
164 assertTrue(Arrays.equals(ARRAY_FALSE, Booleans.toArray(one)));
H A DBytesTest.java167 List<Byte> one = Arrays.asList((byte) 1);
168 assertTrue(Arrays.equals(ARRAY1, Bytes.toArray(one)));
/external/icu4c/stubdata/
H A DAndroid.mk42 $(eval $(call copy-one-file,$(LOCAL_PATH)/$(root)-$(config).dat,$(HOST_OUT)/usr/icu/$(root).dat))
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt19 3) Set one of the project as the StartUp project. If you just want to build the
/external/libvpx/examples/includes/geshi/geshi/
H A Djava5.php602 /* ambiguous class names (appear in more than one package) */
1014 /* ambiguous class names (appear in more than one package) */
/external/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm21 ;# for the input, but only one store for the output.
/external/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm27 mov r12, r2, lsr #8 ;copy 256 bytes data at one time
/external/libvpx/vp8/encoder/ppc/
H A Dvariance_altivec.asm74 ;# 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/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h110 Value* one = ConstantInt::get(GlobalContext, APInt(32, 1)); local
113 Arg = Builder.CreateMul(Arg, Builder.CreateAdd(Arg, one));
/external/mesa3d/docs/
H A DMESA_pixmap_colormap.spec72 allows one to create a GLXPixmap with a specific colormap. The image
H A DMESA_set_3dfx_mode.spec68 Note that only one drawable and context can be created at any given
/external/mesa3d/src/pixelflinger2/
H A Dllvm_scanline.cpp126 Value * constant, Value * one, Value * zero,
136 factor = one;
142 factor = builder.CreateSub(one, src);
148 factor = builder.CreateSub(one, dst);
182 factor = builder.CreateSub(one, constant);
329 Value * const one = constIntVec(builder,255,255,255,255); local
349 constant, one, zero, srcA, dstA,
360 constant, one, zero, srcA, dstA,
125 BlendFactor(const unsigned mode, Value * src, Value * dst, Value * constant, Value * one, Value * zero, Value * srcA, Value * dstA, Value * constantA, Value * sOne, const bool isVector, IRBuilder<> & builder) argument
/external/openfst/src/include/fst/
H A Dlexicographic-weight.h81 static const LexicographicWeight<W1, W2> one(PairWeight<W1, W2>::One());
82 return one;
H A Dpower-weight.h62 static const PowerWeight<W, n> one(TupleWeight<W, n>::One());
63 return one;
H A Dsparse-power-weight.h108 static const SparsePowerWeight<W, K> one(SparseTupleWeight<W, K>::One());
109 return one;
/external/openssl/crypto/ocsp/
H A Docsp_srv.c82 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one) argument
84 return one->reqCert;

Completed in 435 milliseconds

1234567891011>>