HomeSort by relevance Sort by last modified time
    Searched refs:order (Results 401 - 425 of 1605) sorted by null

<<11121314151617181920>>

  /external/qemu/include/hw/
hw.h 44 void qemu_register_reset(QEMUResetHandler *func, int order, void *opaque);
  /external/valgrind/main/helgrind/tests/
hg02_deadlock.stderr.exp 11 Thread #x: lock order "0x........ before 0x........" violated
13 Observed (incorrect) order is: acquisition of lock at 0x........
25 Required order was established by acquisition of lock at 0x........
tc14_laog_dinphils.stderr.exp 11 Thread #x: lock order "0x........ before 0x........" violated
13 Observed (incorrect) order is: acquisition of lock at 0x........
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
stat_bits.c 125 if (tnsInfo->order[i]) {
132 for(k=0; k<tnsInfo->order[i]; k++) {
143 for(k=0; k<tnsInfo->order[i]; k++) {
151 for (k=0; k<tnsInfo->order[i]; k++ ) {
  /frameworks/native/opengl/libagl/
Tokenizer.h 50 ssize_t _indexOrderOf(uint32_t token, size_t* order=0) const;
  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 41 public static native int getMaxExpansion(long address, int order);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbrush.h 305 MatrixOrder order = MatrixOrderPrepend)
309 matrix ? matrix->nativeMatrix : NULL, order));
316 Status RotateTranform(REAL angle, MatrixOrder order = MatrixOrderPrepend)
319 (GpLineGradient*) nativeBrush, angle, order));
322 MatrixOrder order = MatrixOrderPrepend)
325 (GpLineGradient*) nativeBrush, sx, sy, order));
390 MatrixOrder order = MatrixOrderPrepend)
393 (GpLineGradient*) nativeBrush, dx, dy, order));
559 MatrixOrder order = MatrixOrderPrepend)
563 matrix ? matrix->nativeMatrix : NULL, order));
    [all...]
gdipluspen.h 205 MatrixOrder order = MatrixOrderPrepend)
209 matrix ? matrix->nativeMatrix : NULL, order));
217 MatrixOrder order = MatrixOrderPrepend)
220 nativePen, angle, order));
223 MatrixOrder order = MatrixOrderPrepend)
226 nativePen, sx, sy, order));
317 MatrixOrder order = MatrixOrderPrepend)
320 nativePen, dx, dy, order));
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_ameth.c 373 BIGNUM *order = BN_new(); local
377 if (!order)
383 if (!EC_GROUP_get_order(group, order, NULL))
389 ret = BN_num_bits(order);
390 BN_free(order);
433 BIGNUM *pub_key=NULL, *order=NULL; local
492 if ((order = BN_new()) == NULL)
494 if (!EC_GROUP_get_order(group, order, NULL))
497 BN_num_bits(order)) <= 0) goto err;
513 if (order)
    [all...]
eck_prn.c 155 *order=NULL, *cofactor=NULL; local
204 (b = BN_new()) == NULL || (order = BN_new()) == NULL ||
234 if (!EC_GROUP_get_order(x, order, NULL) ||
257 if (buf_len < (i = (size_t)BN_num_bytes(order)))
326 if ((order != NULL) && !ASN1_bn_print(bp, "Order: ", order,
345 if (order)
346 BN_free(order);
  /external/openssl/crypto/ec/
ec_ameth.c 374 BIGNUM *order = BN_new(); local
378 if (!order)
384 if (!EC_GROUP_get_order(group, order, NULL))
390 ret = BN_num_bits(order);
391 BN_free(order);
434 BIGNUM *pub_key=NULL, *order=NULL; local
493 if ((order = BN_new()) == NULL)
495 if (!EC_GROUP_get_order(group, order, NULL))
498 BN_num_bits(order)) <= 0) goto err;
514 if (order)
    [all...]
eck_prn.c 155 *order=NULL, *cofactor=NULL; local
204 (b = BN_new()) == NULL || (order = BN_new()) == NULL ||
234 if (!EC_GROUP_get_order(x, order, NULL) ||
257 if (buf_len < (i = (size_t)BN_num_bytes(order)))
326 if ((order != NULL) && !ASN1_bn_print(bp, "Order: ", order,
345 if (order)
346 BN_free(order);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
Cube.java 70 // must have their byte order set to native order
73 vbb.order(ByteOrder.nativeOrder());
79 cbb.order(ByteOrder.nativeOrder());
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 70 // must have their byte order set to native order
73 vbb.order(ByteOrder.nativeOrder());
79 cbb.order(ByteOrder.nativeOrder());
  /external/chromium_org/chrome/browser/history/
visit_filter.h 20 // It also stores sorting order of the returned resilts.
27 // functions produce vectors that are sorted in order from most recent to
54 // How the filter width is used depends on the sorting order. For
72 // Sorting order that results after applying this filter are sorted by.
90 void set_sorting_order(SortingOrder order) {
91 sorting_order_ = order;
  /external/chromium_org/third_party/icu/source/i18n/
coleitr.cpp 254 int32_t CollationElementIterator::strengthOrder(int32_t order) const
259 order &= RuleBasedCollator::PRIMARYDIFFERENCEONLY;
262 order &= RuleBasedCollator::SECONDARYDIFFERENCEONLY;
265 return order;
276 const RuleBasedCollator* order,
309 m_data_ = ucol_openElements(order->ucollator, string, length, &status);
324 const RuleBasedCollator* order,
342 Normalizer::EMode decomp = order->getStrength() == Collator::IDENTICAL
343 ? Normalizer::NO_OP : order->getDecomposition();
377 m_data_ = ucol_openElements(order->ucollator, buffer, length, &status)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
OneSizeGenerator.java 86 public Iterable<E> order(List<E> insertionOrder) { method in class:OneSizeGenerator
87 return generator.order(insertionOrder);
  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 451 int32_t order)
453 return CollationElementIterator::fromUCollationElements(elems)->getMaxExpansion(order);
455 // TODO: The old code masked the order according to strength and then did a binary search.
501 ucol_primaryOrder (int32_t order)
503 return (order >> 16) & 0xffff;
507 ucol_secondaryOrder (int32_t order)
509 return (order >> 8) & 0xff;
513 ucol_tertiaryOrder (int32_t order)
515 return order & 0xff;
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
Cube.java 70 // must have their byte order set to native order
73 vbb.order(ByteOrder.nativeOrder());
79 cbb.order(ByteOrder.nativeOrder());
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
ChunkHandler.java 66 out.order(ChunkHandler.CHUNK_ORDER);
81 in.order(CHUNK_ORDER);
  /ndk/tests/device/b8708181-Vector4/jni/
Android.mk 10 # x86 ABI was recently changed to gen SSSE3 by default. Disable it in order
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/
tree_policy.hpp 90 // entry with the __order order, or a const_iterator to the
91 // container object's end if order is at least the size of the
94 find_by_order(size_type order) const;
97 // with the __order order, or an iterator to the container
98 // object's end if order is at least the size of the container
101 find_by_order(size_type order);
103 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 89 // entry with the __order order, or a const_iterator to the
90 // container object's end if order is at least the size of the
93 find_by_order(size_type order) const;
96 // with the __order order, or an iterator to the container
97 // object's end if order is at least the size of the container
100 find_by_order(size_type order);
102 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 89 // entry with the __order order, or a const_iterator to the
90 // container object's end if order is at least the size of the
93 find_by_order(size_type order) const;
96 // with the __order order, or an iterator to the container
97 // object's end if order is at least the size of the container
100 find_by_order(size_type order);
102 // Returns the order of a key within a sequence. For exapmle, if
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
tree_policy.hpp 89 // entry with the __order order, or a const_iterator to the
90 // container object's end if order is at least the size of the
93 find_by_order(size_type order) const;
96 // with the __order order, or an iterator to the container
97 // object's end if order is at least the size of the container
100 find_by_order(size_type order);
102 // Returns the order of a key within a sequence. For exapmle, if

Completed in 2628 milliseconds

<<11121314151617181920>>