/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
TestStringMultisetGenerator.java | 59 public List<String> order(List<String> insertionOrder) { method in class:TestStringMultisetGenerator
|
/external/iproute2/tc/ |
f_route.c | 43 __u32 order = 0; local 108 } else if (matches(*argv, "order") == 0) { 110 if (get_u32(&order, *argv, 0)) { 111 fprintf(stderr, "Illegal \"order\"\n"); 125 if (order) { 127 fh |= (order<<8)&0x7F00; 147 fprintf(f, "order %d ", (handle>>8)&0x7F);
|
/external/libexif/libexif/ |
exif-mnote-data-priv.h | 29 #include <libexif/exif-byte-order.h>
|
/external/llvm/test/MC/Mips/ |
micromips-el-fixup-data.s | 6 # byte order.
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
GdiPlusBrush.h | 368 IN MatrixOrder order = MatrixOrderPrepend)
372 order));
377 IN MatrixOrder order = MatrixOrderPrepend)
380 dx, dy, order));
385 IN MatrixOrder order = MatrixOrderPrepend)
388 sx, sy, order));
392 IN MatrixOrder order = MatrixOrderPrepend)
395 angle, order));
796 IN MatrixOrder order = MatrixOrderPrepend)
800 order));
[all...] |
/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...] |
/external/chromium_org/third_party/boringssl/src/crypto/evp/ |
p_ec_asn1.c | 346 BIGNUM *order = BN_new(); local 350 if (!order) { 355 if (!EC_GROUP_get_order(group, order, NULL)) { 360 ret = BN_num_bits(order); 361 BN_free(order); 392 BIGNUM *order = NULL; local 459 if ((order = BN_new()) == NULL) 461 if (!EC_GROUP_get_order(group, order, NULL)) 463 if (BIO_printf(bp, "%s: (%d bit)\n", ecstr, BN_num_bits(order)) <= 0) 482 if (order) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
colldata.cpp | 46 int32_t order; local 71 while ((order = ucol_next(elems, &status)) != UCOL_NULLORDER) { 72 UBool cont = isContinuation(order); 74 order &= strengthMask; 76 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) { 78 order &= UCOL_PRIMARYORDERMASK; 80 order = UCOL_IGNORABLE; 84 if (order == UCOL_IGNORABLE) { 89 order |= UCOL_CONTINUATION_MARKER [all...] |
/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 495 if ((order = BN_new()) == NULL) 497 if (!EC_GROUP_get_order(group, order, NULL)) 500 BN_num_bits(order)) <= 0) goto err; 516 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 | 255 int32_t CollationElementIterator::strengthOrder(int32_t order) const 260 order &= RuleBasedCollator::PRIMARYDIFFERENCEONLY; 263 order &= RuleBasedCollator::SECONDARYDIFFERENCEONLY; 266 return order; 277 const RuleBasedCollator* order, 310 m_data_ = ucol_openElements(order->ucollator, string, length, &status); 325 const RuleBasedCollator* order, 343 Normalizer::EMode decomp = order->getStrength() == Collator::IDENTICAL 344 ? Normalizer::NO_OP : order->getDecomposition(); 378 m_data_ = ucol_openElements(order->ucollator, buffer, length, &status) [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrAtlas.h | 127 GrPlot* iterInit(PlotIter* iter, IterOrder order) { 128 return iter->init(fPlotList, kLRUFirst_IterOrder == order
|
/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);
|