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

<<21222324252627282930>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
FloatBufferTest.java 96 assertEquals(buf.order(), readonly.order());
214 assertEquals(buf.order(), duplicate.order());
411 buf.order();
413 assertEquals(ByteOrder.nativeOrder(), buf.order());
598 assertEquals(buf.order(), slice.order());
IntBufferTest.java 96 assertEquals(buf.order(), readonly.order());
194 assertEquals(buf.order(), duplicate.order());
389 buf.order();
390 assertEquals(ByteOrder.nativeOrder(), buf.order());
574 assertEquals(buf.order(), slice.order());
LongBufferTest.java 96 assertEquals(buf.order(), readonly.order());
194 assertEquals(buf.order(), duplicate.order());
390 buf.order();
391 assertEquals(ByteOrder.nativeOrder(), buf.order());
581 assertEquals(buf.order(), slice.order());
ShortBufferTest.java 95 assertEquals(buf.order(), readonly.order());
193 assertEquals(buf.order(), duplicate.order());
376 buf.order();
377 assertEquals(ByteOrder.nativeOrder(), buf.order());
561 assertEquals(buf.order(), slice.order());
  /ndk/build/core/
clear-vars.mk 16 # this file is included repeatedly from Android.mk files in order to clean
  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 133 sqlite3 $1 "select audio_playlists._data, audio._data from audio_playlists left outer join audio_playlists_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_playlists_map.audio_id=audio._id order by audio_playlists_map.playlist_id,audio_playlists_map.play_order;" | {
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneShaderTest.java 81 byteBuffer.order(ByteOrder.nativeOrder());
RendererThreeShaderTest.java 84 byteBuffer.order(ByteOrder.nativeOrder());
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
Triangle.java 36 // Note that the uMVPMatrix factor *must be first* in order
57 // in counterclockwise order:
75 // use the device hardware's native byte order
76 bb.order(ByteOrder.nativeOrder());
  /external/chromium_org/media/formats/webm/
webm_content_encodings_client_unittest.cc 66 EXPECT_EQ(0, content_encodings[0]->order());
104 EXPECT_EQ(i, content_encodings[i]->order());
133 EXPECT_EQ(0, content_encodings[0]->order());
168 EXPECT_EQ(0, content_encodings[0]->order());
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 71 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
75 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
159 int order = reducer.reduce(quad);
160 if (order != 3) {
170 order = reducer.reduce(nearby);
171 if (order != 3) {
  /external/clang/test/PCH/
chain-cxx.cpp 62 #error Header inclusion order messed up
  /external/deqp/modules/gles3/functional/
es3fFboMultisampleTests.cpp 84 bool depth = depthStencilFmt.order == tcu::TextureFormat::D || depthStencilFmt.order == tcu::TextureFormat::DS;
85 bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == tcu::TextureFormat::DS;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 240 public Iterable<E> order(List<E> insertionOrder) {
241 return ImmutableList.copyOf(super.order(insertionOrder)).reverse();
269 public Iterable<E> order(List<E> insertionOrder) {
270 return delegate.order(insertionOrder);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractTrackEncryptionBox.java 42 b.order(ByteOrder.BIG_ENDIAN);
  /external/oprofile/libpp/
profile_container.h 153 * give to the symbol an unique name as ?image_file_name#order and
163 u32 & end, size_t & order);
166 /// also a sort order on samples count for each profile class
169 /// provide also a sort order on (filename, linenr)
  /external/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 71 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
75 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
159 int order = reducer.reduce(quad);
160 if (order != 3) {
170 order = reducer.reduce(nearby);
171 if (order != 3) {
  /external/srec/srec/cfront/
himul32.h 51 mulhw r3, factor1, factor2 # place the high order 32 bits of the product in the return register r3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 125 refPicListReordering_t *order,
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorfulnessFilter.java 59 byteBuffer.order(ByteOrder.nativeOrder());
  /libcore/luni/src/main/java/java/nio/
CharSequenceAdapter.java 101 public ByteOrder order() { method in class:CharSequenceAdapter
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 203 String order = ImageColumns.DATE_TAKEN + " DESC," + ImageColumns._ID + " DESC"; local
207 cursor = resolver.query(query, projection, selection, null, order);
228 String order = VideoColumns.DATE_TAKEN + " DESC," + VideoColumns._ID + " DESC"; local
232 cursor = resolver.query(query, projection, selection, null, order);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 87 * Constant about the sort order (for JNI native library)
94 * Constant about the sort order (for JNI native library)
222 * @param order The sort order (see "Constant about the sort order")
229 public static final native int searchWord(long work, int operation, int order, String keyString );
  /system/extras/procrank/
procrank.c 49 static int order; variable
146 order = -1;
160 if (!strcmp(argv[arg], "-R")) { order *= -1; continue; }
345 " (Default sort order is PSS.)\n"
346 " -R Reverse sort order (default is descending).\n"
423 return order * compfn( \
  /bionic/tests/
search_test.cpp 63 static void node_walk(const void* p, VISIT order, int) {
65 if (order == postorder || order == leaf) {

Completed in 950 milliseconds

<<21222324252627282930>>