HomeSort by relevance Sort by last modified time
    Searched full:ordered (Results 101 - 125 of 2026) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
contexts.xml 28 The lines are ordered in descending order (from the most recent to the oldest build).</description>
  /external/guava/guava/src/com/google/common/collect/
SortedIterables.java 52 // if sortedSet.comparator() is null, the set must be naturally ordered
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestIntegerSetGenerator.java 61 * the advantage of working for insertion-ordered containers, as well.
TestStringSetGenerator.java 65 * the advantage of working for insertion-ordered containers, as well.
  /external/kernel-headers/original/uapi/linux/
seccomp.h 23 * The upper 16-bits are ordered from least permissive values to most.
  /external/libjpeg-turbo/
jquant1.c 12 * color values. Optional Floyd-Steinberg or ordered dithering is available.
55 /* Declarations for ordered dithering.
57 * We use a standard 16x16 ordered dither array. The basic concept of ordered
63 * the distance between output values. For ordered dithering, we assume that
83 * Stephen Hawley's article "Ordered Dithering" in Graphics Gems I.
157 /* Variables for ordered dithering */
294 /* The colors are ordered in the map in standard row-major order, */
341 /* For ordered dither, we pad the color index tables by MAXJSAMPLE in
393 * Create an ordered-dither array for a component having ncolor
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
branch-04.ll 186 ; "jno" == "jump if no overflow", which corresponds to "jump if ordered"
187 ; rather than "jump if not ordered" after a floating-point comparison.
203 ; "jo" == "jump if overflow", which corresponds to "jump if not ordered"
204 ; rather than "jump if ordered" after a floating-point comparison.
  /external/llvm/test/MC/AArch64/
error-location.s 4 // source appears, this file is carefully ordered so that that is the case.
  /external/llvm/test/MC/ARM/
error-location.s 4 @ source appears, this file is carefully ordered so that that is the case.
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 97 /** Ordered list (by ip) of basic blocks */
  /external/opencv3/3rdparty/libjpeg/
jquant1.c 11 * color values. Optional Floyd-Steinberg or ordered dithering is available.
54 /* Declarations for ordered dithering.
56 * We use a standard 16x16 ordered dither array. The basic concept of ordered
62 * the distance between output values. For ordered dithering, we assume that
82 * Stephen Hawley's article "Ordered Dithering" in Graphics Gems I.
159 /* Variables for ordered dithering */
293 /* The colors are ordered in the map in standard row-major order, */
340 /* For ordered dither, we pad the color index tables by MAXJSAMPLE in
392 * Create an ordered-dither array for a component having ncolor
    [all...]
  /external/skia/src/gpu/
GrPathRendererChain.h 19 * Keeps track of an ordered list of path renderers. When a path needs to be
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
SequenceNode.java 25 * A sequence is a ordered collection of nodes.
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsp_to_lsf.h 31 (ordered, so that lsf[i]<lsf[i+1]) */
  /frameworks/base/core/java/android/content/
BroadcastReceiver.java 63 * <li> <b>Ordered broadcasts</b> (sent with {@link Context#sendOrderedBroadcast(Intent, String)
77 * In this situation, however, the non-ordered semantics hold: these receivers still
251 boolean ordered, boolean sticky, IBinder token, int userId, int flags) {
256 mOrderedHint = ordered;
424 // This broadcast was sent to a component; it is not ordered,
440 // since that may have come from an ordered broadcast. We'll catch
446 "BroadcastReceiver trying to return result during a non-ordered broadcast");
542 * <p class="note">This method does not work with non-ordered broadcasts such
571 * <p><strong>This method does not work with non-ordered broadcasts such
603 * <p><strong>This method does not work with non-ordered broadcasts suc
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationSignalExtractor.java 36 * are re-ordered by that execution, the {@link NotificationManagerService} may send order
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementationList.java 17 * of an ordered collection of DOM implementations, without defining or
DOMStringList.java 17 * ordered collection of <code>DOMString</code> values, without defining or
NodeList.java 16 * The <code>NodeList</code> interface provides the abstraction of an ordered
  /libcore/ojluni/src/main/java/java/lang/
CharSequence.java 158 Spliterator.ORDERED),
159 Spliterator.SUBSIZED | Spliterator.SIZED | Spliterator.ORDERED,
230 Spliterator.ORDERED),
231 Spliterator.ORDERED,
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
StreamOpFlagTestHelper.java 46 return StreamOpFlag.ORDERED.isKnown(OpTestCase.getStreamFlags(s));
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
StreamOpFlagTestHelper.java 49 return StreamOpFlag.ORDERED.isKnown(OpTestCase.getStreamFlags(s));
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
avxintrin.h 369 #define _CMP_EQ_OQ 0x00 /* Equal (ordered, non-signaling) */
370 #define _CMP_LT_OS 0x01 /* Less-than (ordered, signaling) */
371 #define _CMP_LE_OS 0x02 /* Less-than-or-equal (ordered, signaling) */
376 #define _CMP_ORD_Q 0x07 /* Ordered (nonsignaling) */
380 #define _CMP_FALSE_OQ 0x0b /* False (ordered, non-signaling) */
381 #define _CMP_NEQ_OQ 0x0c /* Not-equal (ordered, non-signaling) */
382 #define _CMP_GE_OS 0x0d /* Greater-than-or-equal (ordered, signaling) */
383 #define _CMP_GT_OS 0x0e /* Greater-than (ordered, signaling) */
385 #define _CMP_EQ_OS 0x10 /* Equal (ordered, signaling) */
386 #define _CMP_LT_OQ 0x11 /* Less-than (ordered, non-signaling) *
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
avxintrin.h 372 #define _CMP_EQ_OQ 0x00 /* Equal (ordered, non-signaling) */
373 #define _CMP_LT_OS 0x01 /* Less-than (ordered, signaling) */
374 #define _CMP_LE_OS 0x02 /* Less-than-or-equal (ordered, signaling) */
379 #define _CMP_ORD_Q 0x07 /* Ordered (nonsignaling) */
383 #define _CMP_FALSE_OQ 0x0b /* False (ordered, non-signaling) */
384 #define _CMP_NEQ_OQ 0x0c /* Not-equal (ordered, non-signaling) */
385 #define _CMP_GE_OS 0x0d /* Greater-than-or-equal (ordered, signaling) */
386 #define _CMP_GT_OS 0x0e /* Greater-than (ordered, signaling) */
388 #define _CMP_EQ_OS 0x10 /* Equal (ordered, signaling) */
389 #define _CMP_LT_OQ 0x11 /* Less-than (ordered, non-signaling) *
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
avxintrin.h 370 #define _CMP_EQ_OQ 0x00 /* Equal (ordered, non-signaling) */
371 #define _CMP_LT_OS 0x01 /* Less-than (ordered, signaling) */
372 #define _CMP_LE_OS 0x02 /* Less-than-or-equal (ordered, signaling) */
377 #define _CMP_ORD_Q 0x07 /* Ordered (nonsignaling) */
381 #define _CMP_FALSE_OQ 0x0b /* False (ordered, non-signaling) */
382 #define _CMP_NEQ_OQ 0x0c /* Not-equal (ordered, non-signaling) */
383 #define _CMP_GE_OS 0x0d /* Greater-than-or-equal (ordered, signaling) */
384 #define _CMP_GT_OS 0x0e /* Greater-than (ordered, signaling) */
386 #define _CMP_EQ_OS 0x10 /* Equal (ordered, signaling) */
387 #define _CMP_LT_OQ 0x11 /* Less-than (ordered, non-signaling) *
    [all...]

Completed in 1040 milliseconds

1 2 3 45 6 7 8 91011>>