HomeSort by relevance Sort by last modified time
    Searched defs:one (Results 226 - 250 of 275) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/ipsec-tools/src/racoon/
algorithm.h 137 vchar_t *(*one) __P((vchar_t *, vchar_t *)); member in struct:hmac_algorithm
148 vchar_t *(*one) __P((vchar_t *)); member in struct:hash_algorithm
  /external/openssl/apps/
ocsp.c 1080 OCSP_ONEREQ *one; local
1085 one = OCSP_request_onereq_get0(req, i);
1086 cid = OCSP_onereq_get0_id(one);
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 471 SkFixed one PREAMBLE_PARAM_Y) {
474 return (i << 14) | (TILEY_PROCF((f + one), max));
478 SkFixed one PREAMBLE_PARAM_X) {
481 return (i << 14) | (TILEX_PROCF((f + one), max));
493 const SkFixed one = s.fFilterOneX; local
506 fx = SkScalarToFixed(pt.fX) - (one >> 1);
533 wide_one = vdupq_n_s32(one);
539 * return (i << 14) | (SkClampMax(((f + one)) >> 16, max));
553 /* SkClampMax(((f + one)) >> 16, max) */
568 uint32_t want = PACK_FILTER_X_NAME(debug_fx, maxX, one PREAMBLE_ARG_X)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
SerializationTestClass.java 98 public int one; field in class:SerializationTestClass.TestFieldsOnePublic
102 public int one; field in class:SerializationTestClass.TestFieldsTwoPublic
108 private int one; field in class:SerializationTestClass.TestFieldsOnePrivate
113 private int one; field in class:SerializationTestClass.TestFieldsTwoPrivate
118 protected int one; field in class:SerializationTestClass.TestFieldsOneProtected
122 protected int one; field in class:SerializationTestClass.TestFieldsTwoProtected
127 static int one; field in class:SerializationTestClass.TestFieldsOneStatic
131 static int one; field in class:SerializationTestClass.TestFieldsTwoStatic
136 final int one = 0; field in class:SerializationTestClass.TestFieldsOneFinal
140 final int one = 0 field in class:SerializationTestClass.TestFieldsTwoFinal
145 volatile int one; field in class:SerializationTestClass.TestFieldsOneVolatile
149 volatile int one; field in class:SerializationTestClass.TestFieldsTwoVolatile
154 transient int one; field in class:SerializationTestClass.TestFieldsOneTransient
158 transient int one; field in class:SerializationTestClass.TestFieldsTwoTransient
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
IdentityHashMapTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
379 String one = "one"; local
380 String alsoOne = new String(one); // use the new operator to ensure a
386 mapOne.put(one, two);
387 mapFour.put(one, two);
391 mapThree.put(one, alsoTwo);
394 assertTrue("failure of non-equality of IdentityHashMaps one and two",
396 assertTrue("failure of non-equality of IdentityHashMaps one and three",
404 hashMapThree.put(one, alsoTwo)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 137 * than one class with the same name.
502 Section one = sections[i]; local
503 int placedAt = one.setFileOffset(offset);
509 if (one == map) {
519 if (one instanceof MixedItemSection) {
524 ((MixedItemSection) one).placeItems();
527 offset = placedAt + one.writeSize();
546 Section one = sections[i]; local
547 int zeroCount = one.getFileOffset() - out.getCursor();
552 out.writeZeroes(one.getFileOffset() - out.getCursor())
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 158 * than one class with the same name.
521 Section one = sections[i]; local
522 int placedAt = one.setFileOffset(offset);
528 if (one == map) {
538 if (one instanceof MixedItemSection) {
543 ((MixedItemSection) one).placeItems();
546 offset = placedAt + one.writeSize();
565 Section one = sections[i]; local
566 int zeroCount = one.getFileOffset() - out.getCursor();
571 out.writeZeroes(one.getFileOffset() - out.getCursor())
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/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
573 URL one; local
575 one = new URL("http://www.ibm.com");
581 new URL(one, (String) null);
    [all...]
  /external/bluetooth/glib/tests/
testglib.c 61 gint one = *((const gint*)a); local
63 return one-two;
69 gint one = *((const gint*)a); local
71 return two-one;
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 1228 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.count == 3 && two.count == 1
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 543 // We're going to push a destructor if there isn't already one.
726 llvm::Value *one = llvm::ConstantInt::get(CGF.SizeTy, 1); local
739 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.element");
773 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.start");
800 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next");
815 // Leave the partial-array cleanup if we entered one.
831 // Only initialize one field of a union. The field itself is
    [all...]
  /external/dbus/bus/
dispatch.c 113 /* First, send the message to the addressed_recipient, if there is one. */
4777 int one[2], two[2], x, y, z; local
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 329 // register an object with one locale,
972 SimpleListener one(this, "one");
979 ls.addListener(&one, status);
996 ls.removeListener(&one, status);
1000 // should only get one notification even if register multiple times
1002 ls.addListener(&one, status);
1003 ls.addListener(&one, status);
1004 ls.addListener(&one, status);
1099 UnicodeString* one = new UnicodeString("one\/de_US"); local
    [all...]
  /external/libxml2/
nanohttp.c 6 * If you look for one, check:
599 * Read one line in the HTTP server output, usually for extracting
836 u_long one = 1; local
838 status = ioctlsocket(s, FIONBIO, &one) == SOCKET_ERROR ? -1 : 0;
1055 * and one want to enable it, send me the defined(foobar) needed
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 148 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; zero; one |]
1195 let one = const_int i32_type 1 in var
    [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/v8/src/
platform-macos.cc 284 const uint64_t one = 1; local
285 return (one << SSE2) | (one << CMOV) | (one << RDTSC) | (one << CPUID);
443 // one) so we initialize it here too.
  /external/valgrind/main/callgrind/
main.c 125 /* For branches, we consult two different predictors, one which
203 it makes just one memory reference (a modify), rather than two (a
496 /* Merge an Ir with one following Ir. */
990 // Init the inode, record it as the current one.
1122 IRExpr* one = tyW==Ity_I32 ? IRExpr_Const(IRConst_U32(1)) local
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 221 increments/decrements of SP between them. (This requires tracking one or
822 IRExpr* one; local
942 IRExpr* one = mkU(1); local
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 85 // + Resampling is not done yet, so streams in one group must use the same rate.
207 // servers do give us one. To solve this, we replace the address when
712 // Do not start network thread if there is only one stream.
859 int16_t one; local
860 record.read(&one, sizeof(one));
  /libcore/luni/src/test/java/tests/api/java/math/
BigIntegerTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
31 BigInteger one = new BigInteger("1", 10); field in class:BigIntegerTest
117 assertTrue("Random number one is negative", bi.compareTo(zero) >= 0);
118 assertTrue("Random number one is too big",
221 // q = p.subtract(BigInteger.ONE).divide(TWO);
321 BigInteger wpMinusOne = wp.subtract(BigInteger.ONE);
409 assertTrue("0=1", !zero.equals(one));
411 assertTrue("1=-1", !one.equals(minusOne));
421 assertTrue("Smaller number returned >= 0", one.compareTo(two) < 0);
422 assertTrue("Larger number returned >= 0", two.compareTo(one) > 0)
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityUnitTests.java 263 final long[] one = Utility.toPrimitiveLongArray(createLongCollection(1)); local
264 assertEquals(1, one.length);
265 assertEquals(1, one[0]);
276 final Set<Long> one = Utility.toLongSet(new long[] {1}); local
277 assertEquals(1, one.size());
278 assertTrue(one.contains(1L));
  /bionic/libc/netbsd/net/
getaddrinfo.c 410 const int one = 1; local
450 setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one));
1262 * We currently assume a one-to-one mapping between links
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 151 * @param retBlock one of the ret blocks (final blocks) of this
315 * stack element, plus one if the method is synchronized to
338 * should be one of the static constants defined by this class.
448 BasicBlock one = result.get(i); local
449 if (one.getLabel() == label) {
744 * (which will either be all of them or all but the last one)
807 ByteCatchList.Item one = catches.get(i); local
808 CstType exceptionClass = one.getExceptionClass();
809 int targ = one.getHandlerPc();
846 * already have a catch-all handler, so add one to th
1016 Type one = params.get(i); local
1196 Type one = catchTypes[i]; local
    [all...]

Completed in 731 milliseconds

1 2 3 4 5 6 7 8 91011