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

1 2 3 45 6 7 8 91011>>

  /external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp 21 * \brief Indexed state query tests
257 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferBase");
265 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferRange");
358 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferBase");
366 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferRange");
445 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferBase");
453 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBufferRange");
906 const tcu::ScopedLogSection superSection (m_testCtx.getLog(), "AfterSettingIndexed", "After setting indexed");
920 const tcu::ScopedLogSection superSection (m_testCtx.getLog(), "AfterResettingIndexedWithCommon", "After resetting indexed with common");
    [all...]
  /external/tensorflow/tensorflow/tools/test/
upload_test_benchmarks.py 42 - info: JSON-encoded test metadata (string, not indexed)
49 - info: JSON-encoded entry metadata (string, not indexed)
55 * Test: (test, start) is indexed to fetch recent start times for a given test.
57 * Entry: (test, entry, start, timing) is indexed to use projection and only
159 # non-indexed JSON blob.
171 # also stored as a non-indexed JSON blob.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
m68hc11.exp 104 gas_m68hc11_error "-m68hc11" "ldab \[d,pc\]\n" "Indirect indexed addressing is not valid for 68HC11"
126 "Missing .\]. to close indexed-indirect mode"
129 "Missing second register or offset for indexed-indirect mode"
131 "Missing second register for indexed-indirect mode"
133 "Missing second register for indexed-indirect mode"
135 "Missing second register for indexed-indirect mode"
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactory_OptionsTest.java 91 // Unscaled, indexed bitmap
96 // Scaled, indexed bitmap
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
SimpleEscapingFunction.java 30 * escaped. This is because (for speed) we use an array of escaped strings, indexed by character
37 // Our fast lookup array of escaped strings. This array is indexed by char
  /external/llvm/include/llvm/ADT/
IndexedMap.h 10 // This file implements an indexed map. The index map template takes two
15 // the maximally indexed key (the argument of the functor) makes sure
  /external/llvm/include/llvm/
PassRegistry.h 62 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass'
66 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass'
  /external/llvm/test/CodeGen/ARM/
dyn-stackalloc.ll 53 %tmp6.indexed = getelementptr i8, i8* %tmp6, i32 %tmp6.len
54 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp6.indexed, i8* getelementptr inbounds ([2 x i8], [2 x i8]* @str215, i32 0, i32 0), i32 2, i32 1, i1 false)
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
x2490.htm 16 TITLE="Indexed Format"
148 >Indexed Format</TD
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vbuf.h 102 * Draw indexed primitives. Note that indices are ushort. The driver
109 /* Draw non-indexed primitives.
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.h 34 boolean indexed, int instance_id);
92 void r300_emit_vertex_arrays_swtcl(struct r300_context *r300, boolean indexed);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.h 106 bool bVertexIDOffsetEnable{ false }; // Offset vertexID by StartVertex for non-indexed draws or BaseVertex for indexed draws
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IndexedMap.h 10 // This file implements an indexed map. The index map template takes two
15 // the maximally indexed key (the argument of the functor) makes sure
  /external/swiftshader/third_party/LLVM/include/llvm/
PassRegistry.h 46 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass'
50 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass'
  /external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/
dyn-stackalloc.ll 62 %tmp6.indexed = getelementptr i8* %tmp6, i32 %tmp6.len
63 call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp6.indexed, i8* getelementptr inbounds ([2 x i8]* @str215, i32 0, i32 0), i32 2, i32 1, i1 false)
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 633 - Indexed Triangle list
634 - Non-Indexed Triangle list
635 - Indexed Triangle strips
636 - Non-Indexed Triangle strips
642 // Indexed Triangle list
647 // Non-Indexed Triangle list
659 // Indexed Triangle strips
664 // Non-Indexed Triangle strips
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
example.h 116 // Dense and sparse float features indexed by feature column.
124 // Sparse integer features indexed by feature column.
  /frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/
LockSettingsCmd.java 46 " i.e. the top-left cell is indexed with 1, whereas the bottom-right cell\n" +
47 " is indexed with 9. Example: 1234\n" +
  /frameworks/support/room/common/src/main/java/androidx/room/
Index.java 35 * If an indexed field is embedded into another Entity via {@link Embedded}, it is <b>NOT</b>
36 * added as an index to the containing {@link Entity}. If you want to keep it indexed, you must
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 330 // Create indexes for all indexed columns.
332 // Create an index on the indexed columns.
333 if (column.indexed) {
507 columns.add(new ColumnInfo(info.value(), type, info.indexed(), info.unique(),
517 public final boolean indexed; field in class:EntrySchema.ColumnInfo
524 public ColumnInfo(String name, int type, boolean indexed, boolean unique,
528 this.indexed = indexed;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java 32 // This sparse array caches key label text height in pixel indexed by key label text size.
52 // This sparse array caches key label text width in pixel indexed by key label text size.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 10 // This file implements an indexed map. The index map template takes two
15 // the maximally indexed key (the argument of the functor) makes sure
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/
PassRegistry.h 62 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass'
66 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass'
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IndexedMap.h 10 // This file implements an indexed map. The index map template takes two
15 // the maximally indexed key (the argument of the functor) makes sure
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/
PassRegistry.h 62 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass'
66 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass'

Completed in 1395 milliseconds

1 2 3 45 6 7 8 91011>>