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

<<21222324252627282930>>

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 65 * <li>All delays and timeouts must use one of the constants {@code
74 * in one spot to rerun tests on slower platforms.</li>
86 * <li> Usually, there is one testcase method per JSR166 method
189 // * Collects all JSR166 unit tests as one suite.
606 public static final Integer one = new Integer(1); field in class:JSR166TestCase
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 329 // register an object with one locale,
971 SimpleListener one(this, "one");
978 ls.addListener(&one, status);
995 ls.removeListener(&one, status);
999 // should only get one notification even if register multiple times
1001 ls.addListener(&one, status);
1002 ls.addListener(&one, status);
1003 ls.addListener(&one, status);
1098 UnicodeString* one = new UnicodeString("one\/de_US"); local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 18 const __m128i one = _mm_set1_epi8(1); local
136 flat = _mm_subs_epu8(flat, one);
169 flat2 = _mm_subs_epu8(flat2, one);
400 const __m128i one = _mm_set1_epi8(1); local
533 flat = _mm_subs_epu8(flat, one);
559 flat2 = _mm_subs_epu8(flat2, one);
    [all...]
vp9_loopfilter_intrin_sse2.c 21 const __m128i one = _mm_set1_epi8(1); local
134 flat = _mm_subs_epu8(flat, one);
162 flat2 = _mm_subs_epu8(flat2, one);
382 const __m128i one = _mm_set1_epi8(1); local
526 flat = _mm_subs_epu8(flat, one);
558 flat2 = _mm_subs_epu8(flat2, one);
892 const __m128i one = _mm_set1_epi8(1); local
1122 const __m128i one = _mm_set1_epi8(1); local
    [all...]
  /external/libxml2/
nanohttp.c 6 * If you look for one, check:
645 * Read one line in the HTTP server output, usually for extracting
887 u_long one = 1; local
889 status = ioctlsocket(s, FIONBIO, &one) == SOCKET_ERROR ? -1 : 0;
1131 * and one want to enable it, send me the defined(foobar) needed
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 197 let one = const_int i16_type 1 in
214 let c = const_vector [| one; two; one; two;
215 one; two; one; two |] in
222 let c = const_struct context [| one; two; three; four |] in
373 let one = const_int i32_type 1 in var
375 (const_vector [| zero; one; zero; one |])
378 (const_vector [| zero; one; zero; one |]
1087 let one = const_int i32_type 1 in var
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 476 out = lp_build_clamp(&bld, out, bld.zero, bld.one);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan]);
1076 LLVMValueRef one = lp_build_const_int32(gallivm, 1); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 210 isOdd = LLVMBuildAnd(bld->gallivm->builder, flr, int_coord_bld->one, "");
241 int_coord_bld->one);
281 LLVMValueRef length_minus_one = lp_build_sub(int_coord_bld, length, int_coord_bld->one);
292 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
305 lp_build_add(int_coord_bld, coord0, int_coord_bld->one),
323 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
343 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
362 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
376 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
399 coord1 = lp_build_add(int_coord_bld, coord0, int_coord_bld->one);
1216 LLVMValueRef one = lp_build_one(gallivm, type); local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 312 z0z1z2 = lp_build_clamp(&bld, LLVMBuildFAdd(b, z0z1z2, zoffset, ""), bld.zero, bld.one);
467 LLVMValueRef one; local
477 one = lp_build_const_vec(gallivm, type, 1.0f);
478 one = LLVMBuildBitCast(builder, one, lp_build_int_vec_type(gallivm, type), "");
479 one = LLVMBuildAnd(builder, one, cyl_mask, "");
485 offset = LLVMBuildAnd(builder, offset, one, "");
490 offset = LLVMBuildAnd(builder, offset, one, "");
498 offset = LLVMBuildAnd(builder, offset, one, "");
    [all...]
  /external/netperf/
nettest_xti.c 136 For those options taking two parms, at least one must be specified;\n\
137 specifying one value without a comma will set both parms to that\n\
508 /* what we want is to have a buffer space that is at least one */
525 /* with links like fddi, one can send > 32 bits worth of bytes */
676 /* option, or used one with an argument of 0). If the socket buffer */
690 /* of memory that is at least one send-size greater than our socket */
706 /* writing one anyway :) raj 11/94 */
4999 int one = 1; local
    [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 308 // We start with a stack of (x y), copy it and then consume one copy in
383 // otherwise, throw out the larger one and try the smaller root
654 const SkScalar one = SkIntToScalar(1); local
670 perspectiveInverse->setAll(one, zero, zero,
671 zero, one, zero,
676 zero, zero, one);
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 1257 Node* one = R.graph.NewNode(R.common.NumberConstant(1)); local
1284 Node* one = R.graph.NewNode(R.common.NumberConstant(1)); local
1312 Node* one = R.graph.NewNode(R.common.NumberConstant(1)); local
    [all...]
test-run-machops.cc 3476 Node* one = m.Int32Constant(1); local
3509 Node* one = m.Int32Constant(1); local
3879 Node* one = m.Int32Constant(1); local
    [all...]
  /external/valgrind/auxprogs/
valgrind-di-server.c 326 /* do length NMAX blocks -- requires just one modulo operation */
338 /* do remaining bytes (less than NMAX, still just one modulo) */
800 session-ID is redundant -- it must be the one associated with
1067 int i, j, res, one; local
    [all...]
  /external/valgrind/coregrind/
m_translate.c 260 increments/decrements of SP between them. (This requires tracking one or
1019 IRExpr* one; local
1144 IRExpr* one = mkU(1); local
    [all...]
  /frameworks/base/libs/common_time/
common_time_server.cpp 271 // Do we not have a socket but should have one? If so, try to set one
296 // priority. If there is no one in the network we just
306 // WAIT_FOR_ELECTION) then we must be moving from one
323 // One way or the other, we don't have any data to process at this
330 // one at this time. We are not going to rebuild our socket until
360 // Does our socket have data for us (assuming we still have one, we
409 const int one = 1; local
505 rc = setsockopt(mSocket, SOL_SOCKET, SO_BROADCAST, &one, sizeof(one));
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 87 // + Resampling is not done yet, so streams in one group must use the same rate.
209 // servers do give us one. To solve this, we replace the address when
716 // Do not start network thread if there is only one stream.
868 int16_t one; local
870 record->read(&one, sizeof(one));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 18 const __m128i one = _mm_set1_epi8(1); local
136 flat = _mm_subs_epu8(flat, one);
169 flat2 = _mm_subs_epu8(flat2, one);
400 const __m128i one = _mm_set1_epi8(1); local
533 flat = _mm_subs_epu8(flat, one);
559 flat2 = _mm_subs_epu8(flat2, one);
    [all...]
vp9_loopfilter_intrin_sse2.c 21 const __m128i one = _mm_set1_epi8(1); local
134 flat = _mm_subs_epu8(flat, one);
162 flat2 = _mm_subs_epu8(flat2, one);
382 const __m128i one = _mm_set1_epi8(1); local
526 flat = _mm_subs_epu8(flat, one);
558 flat2 = _mm_subs_epu8(flat2, one);
892 const __m128i one = _mm_set1_epi8(1); local
1122 const __m128i one = _mm_set1_epi8(1); local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URITest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
265 URI uri = new URI("path[one");
550 // opacity : one opaque, the other not
565 { "/nullauth", "//nonnullauth/test" }, // one null authority
577 // one null host
623 // test URIs with one undefined component
629 // test URIs with one undefined component
1633 URI one = new URI("file:\/C:\/test\/ws"); local
    [all...]
URLTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
567 URL one; local
569 one = new URL("http://www.ibm.com");
575 new URL(one, (String) null);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
IdentityHashMap2Test.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
383 String one = "one"; local
384 String alsoOne = new String(one); // use the new operator to ensure a
390 mapOne.put(one, two);
391 mapFour.put(one, two);
395 mapThree.put(one, alsoTwo);
398 assertTrue("failure of non-equality of IdentityHashMaps one and two",
400 assertTrue("failure of non-equality of IdentityHashMaps one and three",
408 hashMapThree.put(one, alsoTwo)
    [all...]
IdentityHashMapTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
406 String one = "one"; local
407 String alsoOne = new String(one); // use the new operator to ensure a
413 mapOne.put(one, two);
414 mapFour.put(one, two);
418 mapThree.put(one, alsoTwo);
421 assertTrue("failure of non-equality of IdentityHashMaps one and two",
423 assertTrue("failure of non-equality of IdentityHashMaps one and three",
431 hashMapThree.put(one, alsoTwo)
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 78 * <li>All delays and timeouts must use one of the constants {@code
87 * in one spot to rerun tests on slower platforms.</li>
99 * <li> Usually, there is one testcase method per JSR166 method
510 public static final Integer one = new Integer(1); field in class:JSR166TestCase
541 * manager, a temporary one is set for the duration of the
898 public Integer call() { return one; }
    [all...]
LinkedBlockingQueueTest.java 144 q.add(one);
175 assertFalse(q.offer(one));
547 q.add(one);
549 assertTrue(q.contains(one));
668 q.add(one);
676 assertSame(it.next(), one); local
686 q.add(one);
702 q.add(one);
728 q.add(one);
743 assertSame(one, q.take())
    [all...]

Completed in 591 milliseconds

<<21222324252627282930>>