HomeSort by relevance Sort by last modified time
    Searched full:ordered (Results 1 - 25 of 1823) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_ex.c 28 @param ordered Search an unordeded or ordered list
32 ltc_asn1_list *list, unsigned long outlen, int ordered)
90 if (!ordered && list[i].used == 1) { continue; }
110 if (!ordered) { continue; }
121 if (!ordered) { continue; }
133 if (!ordered) { continue; }
145 if (!ordered) { continue; }
156 if (!ordered) { continue; }
166 if (!ordered) { continue;
    [all...]
  /external/llvm/test/YAMLParser/
spec-02-26.data 3 # ordered maps are represented as
construct-omap.data 3 # Explicitly typed ordered map (dictionary).
construct-seq.data 3 # Ordered sequence of nodes
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prolock.h 46 ** using the Ordered Lock functions will terminate with a
51 ** optimized builds of NSPR, the Ordered Lock functions map
55 ** The Ordered Lock Facility is compiled in when DEBUG is defined at
56 ** compile time. Ordered Lock can be forced on in optimized builds by
58 ** application using Ordered Lock and NSPR must be compiled with the
61 ** Application designers should use the macro interfaces to the Ordered
67 ** Ordered Lock is thread-safe and SMP safe.
76 ** Opaque type for ordered lock.
85 ** Map PROrderedLock and methods onto PRLock when ordered locking
95 ** FUNCTION: PR_CreateOrderedLock() -- Create an Ordered Loc
    [all...]
  /device/asus/deb/
fstab.deb 7 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check
8 /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/metadata
9 /dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc wait
  /device/asus/flo/
fstab.flo 7 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check
8 /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/metadata
9 /dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc wait
  /device/lge/hammerhead/
fstab.hammerhead 7 /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/metadata
8 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,noauto_da_alloc,errors=panic wait,check
9 /dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc,nomblk_io_submit,errors=panic wait
  /device/lge/mako/
fstab.mako 7 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered wait,check
8 /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,noauto_da_alloc wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/metadata
9 /dev/block/platform/msm_sdcc.1/by-name/persist /persist ext4 nosuid,nodev,barrier=1,data=ordered,nodelalloc wait
  /external/blktrace/doc/
verify_blkparse.1 16 the file are correctly time ordered. If an entry is found that isn't ordered,
  /external/chromium_org/build/android/gyp/
create_native_libraries_header.py 25 parser.add_option('--ordered-libraries',
26 help='Path to json file containing list of ordered libraries')
  /external/guava/guava/src/com/google/common/collect/
SortedIterable.java 31 * Returns the {@code Comparator} by which the elements of this iterable are ordered, or {@code
32 * Ordering.natural()} if the elements are ordered by their natural ordering.
  /external/markdown/tests/markdown-test/
benchmark.dat 17 ordered-and-unordered-list:0.530000:0.000000
  /external/mockito/src/org/mockito/internal/invocation/finder/
AllInvocationsFinder.java 17 * gets all invocations from mocks. Invocations are ordered earlier first.
  /external/openfst/src/include/fst/extensions/pdt/
collection.h 19 // Class to store a collection of ordered (multi-)sets with elements of type T.
32 // Stores a collection of non-empty, ordered (multi-)sets with elements
83 // Lookups integer ID from ordered multi-set. If it doesn't exist
95 // Finds ordered (multi-)set given integer ID. Returns set iterator
  /external/valgrind/main/drd/tests/
annotate_hb_race.c 4 * annotations that occur in different threads are not totally ordered. Or:
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/container/
container_fwd.hpp 134 //! guaranteed to be ordered
139 //! guaranteed to be ordered and unique
145 //! guaranteed to be ordered
149 //! guaranteed to be ordered and unique
  /external/chromium_org/third_party/WebKit/public/platform/
WebRTCDataChannelInit.h 41 : ordered(true)
46 bool ordered; member in struct:WebKit::WebRTCDataChannelInit
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h 18 * \param[in] poly : the vector of coefficients of the polynomial ordered
39 * \param[in] poly : the vector of coefficients of the polynomial ordered
66 * \param[in] poly : the vector of coefficients of the polynomial ordered
91 * \param[in] poly : the vector of coefficients of the polynomial ordered
120 * \param[out] poly : the vector of coefficients of the polynomial ordered
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
X509Principal.java 105 * some such, converting it into an ordered set of name attributes.
115 * some such, converting it into an ordered set of name attributes. If reverse
129 * some such, converting it into an ordered set of name attributes. lookUp
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCDataChannelHandler.cpp 63 m_reliable = (init.ordered && init.maxRetransmits == -1 && init.maxRetransmitTime == -1);
73 bool MockWebRTCDataChannelHandler::ordered() const function in class:WebTestRunner::MockWebRTCDataChannelHandler
75 return m_init.ordered;
  /external/jpeg/
djpeg.1 55 equivalent to \fB\-dct fast \-nosmooth \-onepass \-dither ordered\fR.
129 .B \-dither ordered
130 Use ordered dithering in color quantization.
135 is slow but usually produces the best results. Ordered dither is a compromise
138 Ordered dither is only available in
210 .B \-onepass \-dither ordered
  /external/qemu/distrib/jpeg-6b/
djpeg.1 55 equivalent to \fB\-dct fast \-nosmooth \-onepass \-dither ordered\fR.
129 .B \-dither ordered
130 Use ordered dithering in color quantization.
135 is slow but usually produces the best results. Ordered dither is a compromise
138 Ordered dither is only available in
210 .B \-onepass \-dither ordered
  /external/v8/test/cctest/
test-double.cc 18 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local
19 CHECK_EQ(3512700564088504e-318, Double(ordered).value());
29 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local
30 DiyFp diy_fp = Double(ordered).AsDiyFp();
49 uint64_t ordered = V8_2PART_UINT64_C(0x01234567, 89ABCDEF); local
50 DiyFp diy_fp = Double(ordered).AsNormalizedDiyFp();
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityList.cpp 67 // Since it can't be both, it's probably OK to say that it's an un-ordered list.
80 // ARIA says a directory is like a static table of contents, which sounds like an ordered list.

Completed in 685 milliseconds

1 2 3 4 5 6 7 8 91011>>