HomeSort by relevance Sort by last modified time
    Searched defs:order (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/
bad_order.py 5 order = "crazy" variable in class:FixBadOrder
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_preorder.py 4 order = "pre" variable in class:FixPreorder
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/
bad_order.py 5 order = "crazy" variable in class:FixBadOrder
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
fix_preorder.py 4 order = "pre" variable in class:FixPreorder
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.h 34 int32_t order; member in struct:OrderAndOffset
  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.h 26 struct Order
28 int32_t order; member in struct:IntlTestCollator::Order
51 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength);
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_check.c 62 BIGNUM *order; local
76 if ((order = BN_CTX_get(ctx)) == NULL) goto err;
97 /* check the order of the generator */
99 if (!EC_GROUP_get_order(group, order, ctx)) goto err;
100 if (BN_is_zero(order))
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
  /external/icu4c/test/cintltst/
callcoll.h 34 int32_t order; member in struct:OrderAndOffset
  /external/icu4c/test/intltest/
tscoll.h 26 struct Order
28 int32_t order; member in struct:IntlTestCollator::Order
51 Order *getOrders(CollationElementIterator &iter, int32_t &orderLength);
  /external/openssl/crypto/ec/
ec_check.c 62 BIGNUM *order; local
76 if ((order = BN_CTX_get(ctx)) == NULL) goto err;
97 /* check the order of the generator */
99 if (!EC_GROUP_get_order(group, order, ctx)) goto err;
100 if (BN_is_zero(order))
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_reduce.py 18 order = "pre" variable in class:FixReduce
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_reduce.py 18 order = "pre" variable in class:FixReduce
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.h 28 * about each file. Order is the priority order for the font. This is
29 * used internally to determine the order in which to place fallback fonts as
33 FontFamily() : fIsFallbackFont(false), order(-1) {}
38 int order; // only used internally by SkFontConfigParser member in struct:FontFamily
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_test.c 32 void *modulus, *order; local
36 if ((err = mp_init_multi(&modulus, &order, NULL)) != CRYPT_OK) {
43 mp_clear_multi(modulus, order, NULL);
54 if ((err = mp_read_radix(order, (char *)ltc_ecc_sets[i].order, 16)) != CRYPT_OK) { goto done; }
63 /* is order prime ? */
64 if ((err = mp_prime_is_prime(order, 8, &primality)) != CRYPT_OK) { goto done; }
74 /* then we should have G == (order + 1)G */
75 if ((err = mp_add_d(order, 1, order)) != CRYPT_OK) { goto done;
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestCollidingSetGenerator.java 44 public List<Object> order(List<Object> insertionOrder) { method in class:TestCollidingSetGenerator
TestContainerGenerator.java 54 * Returns the iteration ordering of elements, given the order in
63 * non-deterministic iteration order.
65 Iterable<E> order(List<E> insertionOrder); method in interface:TestContainerGenerator
TestStringSortedSetGenerator.java 36 @Override public List<String> order(List<String> insertionOrder) { method in class:TestStringSortedSetGenerator
  /external/kernel-headers/original/linux/
bitops.h 13 int order; local
15 order = fls(count);
16 return order; /* We could be slightly more clever with -1 here... */
21 int order; local
23 order = fls(count) - 1;
25 order++;
26 return order;
  /external/libexif/libexif/canon/
exif-mnote-data-canon.h 24 #include <libexif/exif-byte-order.h>
40 ExifByteOrder order; member in struct:_ExifMnoteDataCanon
mnote-canon-entry.h 25 #include <libexif/exif-byte-order.h>
38 ExifByteOrder order; member in struct:_MnoteCanonEntry
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.h 37 ExifByteOrder order; member in struct:_ExifMnoteDataFuji
mnote-fuji-entry.h 40 ExifByteOrder order; member in struct:_MnoteFujiEntry
  /external/libexif/libexif/olympus/
mnote-olympus-entry.h 25 #include <libexif/exif-byte-order.h>
38 ExifByteOrder order; member in struct:_MnoteOlympusEntry
  /external/libexif/libexif/pentax/
mnote-pentax-entry.h 25 #include <libexif/exif-byte-order.h>
38 ExifByteOrder order; member in struct:_MnotePentaxEntry
  /external/skia/src/ports/
SkFontConfigParser_android.h 28 * about each file. Order is the priority order for the font. This is
29 * used internally to determine the order in which to place fallback fonts as
33 FontFamily() : fIsFallbackFont(false), order(-1) {}
38 int order; // only used internally by SkFontConfigParser member in struct:FontFamily

Completed in 281 milliseconds

1 2 3 4 5 6 7 8 91011>>