HomeSort by relevance Sort by last modified time
    Searched refs:order (Results 601 - 625 of 1317) sorted by null

<<21222324252627282930>>

  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
MeshCollisionShape.java 126 vertexBase = ByteBuffer.wrap(capsule.readByteArray("vertexBase", new byte[0])).order(ByteOrder.nativeOrder());
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 159 ; in vp8_default_zig_zag1d order: see vp8/common/entropy.c
213 ; select the last value (in zig_zag order) for EOB
  /external/lzma/C/
7zDec.c 84 unsigned order = coder->Props.data[0]; local
86 if (order < PPMD7_MIN_ORDER ||
87 order > PPMD7_MAX_ORDER ||
94 Ppmd7_Init(&ppmd, order);
  /external/openssl/crypto/bn/asm/
mips-mont.S 15 slt $1,$9,17 # on in-order CPU
  /external/skia/tools/skpdiff/
diff_viewer.js 125 // index because index can change with sort order.
135 // Retrieve the records in the same order they are displayed.
  /external/v8/test/mjsunit/
debug-script-breakpoints.js 64 // Remove script break points (in another order than they where added).
105 // Remove script break points (in another order than they where added).
  /frameworks/base/core/java/android/net/arp/
ArpPeer.java 91 buf.order(ByteOrder.BIG_ENDIAN);
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 208 header.order(ByteOrder.LITTLE_ENDIAN);
  /frameworks/base/core/java/android/util/
EventLog.java 79 mBuffer.order(ByteOrder.nativeOrder());
  /frameworks/base/core/java/android/widget/
DatePicker.java 283 // re-order the number spinners to match the current date format
529 // order the user's locale uses for that combination. http://b/7207103.
531 char[] order = ICU.getDateFormatOrder(pattern); local
532 final int spinnerCount = order.length;
534 switch (order[i]) {
548 throw new IllegalArgumentException(Arrays.toString(order));
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 287 * <p>Auxiliary effects must be created on session 0 (global output mix). In order for a
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 197 ByteBuffer.wrap(colorCorrectionGainsAsByteArray).order(ByteOrder.nativeOrder());
455 ByteBuffer bf = ByteBuffer.wrap(availableFormatValues).order(ByteOrder.nativeOrder());
560 ByteBuffer bf = ByteBuffer.wrap(availableFormatValues).order(ByteOrder.nativeOrder());
569 ByteBuffer.wrap(availableFormatsAsByteArray).order(ByteOrder.nativeOrder());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 159 ByteBuffer buffer = ByteBuffer.allocateDirect(len).order(ByteOrder.nativeOrder());
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 130 final int order = a.getInt(R.styleable.MenuItem_android_orderInCategory, 0); local
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 60 .order(ByteOrder.nativeOrder()).asFloatBuffer();
  /hardware/samsung_slsi/exynos5/include/
fimg2d.h 229 enum pixel_order order; member in struct:fimg2d_image
  /libcore/luni/src/main/java/java/nio/
DoubleBuffer.java 173 * order are the same as this buffer's, too.
324 * Returns the byte order used by this buffer when converting doubles
328 * the platform's native byte order.
330 * @return the byte order used by this buffer when converting doubles
333 public abstract ByteOrder order(); method in class:DoubleBuffer
475 * mark is cleared. The new buffer's read-only property and byte order are
FloatBuffer.java 173 * as this buffer. The duplicated buffer's read-only property and byte order
323 * Returns the byte order used by this buffer when converting floats from/to
327 * platform's native byte order.
329 * @return the byte order used by this buffer when converting floats from/to
332 public abstract ByteOrder order(); method in class:FloatBuffer
474 * mark is cleared. The new buffer's read-only property and byte order are
IntBuffer.java 167 * as this buffer. The duplicated buffer's read-only property and byte order
309 * Returns the byte order used by this buffer when converting ints from/to
313 * platform's native byte order.
315 * @return the byte order used by this buffer when converting ints from/to
318 public abstract ByteOrder order(); method in class:IntBuffer
463 * mark is cleared. The new buffer's read-only property and byte order are
LongBuffer.java 169 * as this buffer. The duplicated buffer's read-only property and byte order
313 * Returns the byte order used by this buffer when converting longs from/to
317 * platform's native byte order.
319 * @return the byte order used by this buffer when converting longs from/to
322 public abstract ByteOrder order(); method in class:LongBuffer
464 * mark is cleared. The new buffer's read-only property and byte order are
ShortBuffer.java 169 * as this buffer. The duplicated buffer's read-only property and byte order
312 * Returns the byte order used by this buffer when converting shorts from/to
316 * platform's native byte order.
318 * @return the byte order used by this buffer when converting shorts from/to
321 public abstract ByteOrder order(); method in class:ShortBuffer
463 * mark is cleared. The new buffer's read-only property and byte order are
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 95 u32 order; member in struct:vdec_config
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 95 u32 order; member in struct:vdec_config
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 278 order that the key and value pairs are decoded (for example,
279 collections.OrderedDict will remember the order of insertion). If
312 order that the key and value pairs are decoded (for example,
313 collections.OrderedDict will remember the order of insertion). If
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 33 order = "post" # Does the fixer prefer pre- or post-order traversal variable in class:BaseFix
35 run_order = 5 # Fixers will be sorted by run order before execution
41 # original line order

Completed in 1492 milliseconds

<<21222324252627282930>>