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

<<21222324252627282930>>

  /external/chromium_org/third_party/opus/src/silk/
decode_indices.c 82 silk_assert( psDec->psNLSF_CB->order == psDec->LPC_order );
83 for( i = 0; i < psDec->psNLSF_CB->order; i++ ) {
  /external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 34 # jnigraphics defines the function AndroidBitmap_lockPixels, which we need in order to draw into
  /external/chromium_org/third_party/skia/src/pathops/
SkDCubicToQuads.cpp 117 // it would still take the prechopped cubic for reduce order and find cubic inflections
120 int order = reducer.reduce(*this, SkReduceOrder::kAllow_Quadratics); local
121 if (order < 3) {
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 86 int order = reducer.reduce(quad); local
87 if (order < 3) {
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECGroupContext.java 166 final BigInteger order = new BigInteger(NativeCrypto.EC_GROUP_get_order(groupCtx)); local
169 ECParameterSpec spec = new ECParameterSpec(curve, generator, order, cofactor.intValue());
  /external/guava/guava/src/com/google/common/hash/
AbstractStreamingHashFunction.java 106 .order(ByteOrder.LITTLE_ENDIAN);
142 return putBytes(ByteBuffer.wrap(bytes, off, len).order(ByteOrder.LITTLE_ENDIAN));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MapGenerators.java 80 public List<String> order(List<String> insertionOrder) { method in class:MapGenerators.ImmutableMapValuesGenerator
142 public Iterable<String> order(List<String> insertionOrder) { method in class:MapGenerators.ImmutableMapValueListGenerator
MultisetIteratorTester.java 41 new IteratorTester<E>(4, IteratorFeature.MODIFIABLE, getSubjectGenerator().order(
68 new IteratorTester<E>(4, IteratorFeature.UNMODIFIABLE, getSubjectGenerator().order(
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-sea-machine.rl 40 # Same order as enum sea_category_t. Not sure how to avoid duplication.
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 10 * in the same application. Define JEMALLOC_MANGLE in order to cause automatic
  /external/libopus/silk/
decode_indices.c 82 silk_assert( psDec->psNLSF_CB->order == psDec->LPC_order );
83 for( i = 0; i < psDec->psNLSF_CB->order; i++ ) {
  /external/libvorbis/doc/
04-codec.tex 20 packets are, in order, the identification header, the comments header,
39 is an audio packet). The packets must occur in the order of
63 \varname{[vorbis_version]} is to read '0' in order to be compatible
101 needed for decode. The setup header contains, in order, the lists of
106 proceeds in the following order:
112 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined
114 order, in an array of
384 Floor curves are decoded one-by-one in channel order.
438 Unlike floors, which are decoded in channel order, the residue vectors
439 are decoded in submap order
    [all...]
  /external/mesa3d/docs/
MESA_window_pos.spec 31 In order to set the current raster position to a specific window
35 rely on a subtle side-effect of the Bitmap command in order to circumvent
  /external/opencv/cvaux/src/
enmin.cpp 352 int* order = mem;
353 int* lengthArr = order + width + 2;
387 /* add vertex s to order */
388 order[ orderCount ] = s;
393 /* getting u from order */
394 u = order[ orderFirst ];
422 /* adding vertex v to order */
423 order[ orderCount ] = v;
464 /* adding vertex v to order */
465 order[ orderCount ] = v
    [all...]
  /external/openssl/crypto/bio/
b_sock.c 111 unsigned long order;
274 (ghbn_cache[iarg].order > 0))
286 ghbn_cache[i].order=0;
403 if (low > ghbn_cache[i].order)
405 low=ghbn_cache[i].order;
408 if (ghbn_cache[i].order > 0)
454 ghbn_cache[lowi].order=BIO_ghbn_miss+BIO_ghbn_hits;
460 ghbn_cache[i].order=BIO_ghbn_miss+BIO_ghbn_hits;
  /external/oprofile/events/mips/74K/
events 31 event:0xd counters:0,2 um:zero minimum:500 name:DDQ0_FULL_DR_STALLS : 13-0 DR stage stall cycles due to DDQ0 (ALU out-of-order dispatch queue) full
34 event:0x10 counters:0,2 um:zero minimum:500 name:ALU_EMPTY_CYCLES : 16-0 DDQ0 (ALU out-of-order dispatch queue) empty cycles
35 event:0x11 counters:0,2 um:zero minimum:500 name:ALU_OPERANDS_NOT_READY_CYCLES : 17-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions but operands not ready
36 event:0x12 counters:0,2 um:zero minimum:500 name:ALU_NO_ISSUES_CYCLES : 18-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, MDU busy, or CorExt resource busy
37 event:0x13 counters:0,2 um:zero minimum:500 name:ALU_BUBBLE_CYCLES : 19-0 DDQ0 (ALU out-of-order dispatch queue) bubbles due to MFC1 data write
38 event:0x14 counters:0,2 um:zero minimum:500 name:SINGLE_ISSUE_CYCLES : 20-0 Either DDQ0 (ALU out-of-order dispatch queue) or DDQ1 (AGEN out-of-order dispatch queue) valid instruction issue cycles
39 event:0x15 counters:0,2 um:zero minimum:500 name:OOO_ALU_ISSUE_CYCLES : 21-0 Out-of-order ALU issue cycles (issued instruction is not the oldest in the pool)
107 event:0x40d counters:1,3 um:zero minimum:500 name:DDQ1_FULL_DR_STALLS : 13-1 DR stage stall cycles due to DDQ1 (AGEN out-of-order dispatch queue) full
110 event:0x410 counters:1,3 um:zero minimum:500 name:AGEN_EMPTY_CYCLES : 16-1 DDQ1 (AGEN out-of-order dispatch queue) empty cycle
    [all...]
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 34 # jnigraphics defines the function AndroidBitmap_lockPixels, which we need in order to draw into
  /external/skia/src/pathops/
SkDCubicToQuads.cpp 117 // it would still take the prechopped cubic for reduce order and find cubic inflections
120 int order = reducer.reduce(*this, SkReduceOrder::kAllow_Quadratics); local
121 if (order < 3) {
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 86 int order = reducer.reduce(quad); local
87 if (order < 3) {
  /external/smack/src/org/jivesoftware/smack/packet/
Privacy.java 29 * server & manager communication in order to:
133 * Returns the privacy item in the specified order.
136 * @param order the order of the element.
139 public PrivacyItem getItem(String listName, int order) {
144 if (element.getOrder() == order) {
  /external/valgrind/main/drd/tests/
annotate_hb_err.stderr.exp 19 order annotation 0x........ was first observed at:
  /external/yaffs2/yaffs2/
Kconfig 43 bool "Use the same ecc byte order as Steven Hill's nand_ecc.c"
47 This makes yaffs_ecc.c use the same ecc byte order as
49 same ecc byte order as SmartMedia.
  /frameworks/base/core/java/android/ddm/
DdmHandleHello.java 145 out.order(ChunkHandler.CHUNK_ORDER);
188 out.order(ChunkHandler.CHUNK_ORDER);
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 56 * Distributes the animation delays in the order in which view were added
62 * Distributes the animation delays in the reverse order in which view were
79 * The randomizer used when the order is set to random. Subclasses should
148 * Returns the order used to compute the delay of each child's animation.
160 * Sets the order used to compute the delay of each child's animation.
162 * @param order one of {@link #ORDER_NORMAL}, {@link #ORDER_REVERSE} or
167 public void setOrder(int order) {
168 mOrder = order;
393 * by the order returned by {@link #getOrder()}. Subclasses should override
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 32 * Convert an array of byte primitives to a {@code byte[]} using native endian order.
45 * Convert an array of shorts to a {@code byte[]} using native endian order.
48 * @return array converted into byte array using native endian order
55 * Convert an array of chars to a {@code byte[]} using native endian order.
58 * @return array converted into byte array using native endian order
64 * Convert an array of ints to a {@code byte[]} using native endian order.
67 * @return array converted into byte array using native endian order
73 * Convert an array of longs to a {@code byte[]} using native endian order.
76 * @return array converted into byte array using native endian order
82 * Convert an array of floats to a {@code byte[]} using native endian order
    [all...]

Completed in 546 milliseconds

<<21222324252627282930>>