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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_dup_de2/
name 1 duplicate directory entries for non-indexed dirs
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
cache2.s 9 //PREFETCH [ Preg ] ; /* indexed (a) */
19 //PREFETCH [ Preg ++ ] ; /* indexed, post increment (a) */
29 //FLUSH [ Preg ] ; /* indexed (a) */
38 //FLUSH [ Preg ++ ] ; /* indexed, post increment (a) */
48 //FLUSHINV [ Preg ] ; /* indexed (a) */
58 //FLUSHINV [ Preg ++ ] ; /* indexed, post increment (a) */
68 //IFLUSH [ Preg ] ; /* indexed (a) */
78 //IFLUSH [ Preg ++ ] ; /* indexed, post increment (a) */
  /packages/apps/Settings/src/com/android/settings/slices/
SlicesFeatureProvider.java 20 * If the data is already indexed, the data will not change.
26 * If the data is already indexed, the data will not change.
  /external/elfutils/tests/
run-ranlib-test2.sh 22 indexed=${indexed:-testfile19.index}
24 testfiles $original $indexed
35 cmp $original $indexed
  /external/testng/src/main/java/org/testng/collections/
ListMultiMap.java 7 * A container to hold lists indexed by a key.
SetMultiMap.java 6 * A container to hold sets indexed by a key.
  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedTests.cpp 26 * \brief Test group for Draw Buffers Indexed tests
46 : TestCaseGroupBase(context, extParams, "draw_buffers_indexed", "Draw Buffers Indexed Tests")
51 /** Initializes test cases for Draw Buffers Indexed tests
58 /* Draw Buffers Indexed - 1. Coverage */
61 /* Draw Buffers Indexed - 2. Default state */
65 /* Draw Buffers Indexed - 3. Set and get */
68 /* Draw Buffers Indexed - 4. Color masks */
71 /* Draw Buffers Indexed - 5. Blending */
74 /* Draw Buffers Indexed - 6. Negative */
  /art/test/715-clinit-implicit-parameter-annotations/
expected.txt 5 Parameter [0]: Indexed : @Main$AnnotationA()
12 Parameter [0]: Indexed : @Main$AnnotationA()
19 Parameter [0]: Indexed : @Main$AnnotationA()
26 Parameter [0]: Indexed : @Main$AnnotationA()
33 Parameter [0]: Indexed : @Main$AnnotationA()
42 Parameter [1]: Indexed : @Main$AnnotationA()
52 Parameter [1]: Indexed : @Main$AnnotationA()
59 Parameter [3]: Indexed : @Main$AnnotationB(value=x)
66 Parameter [0]: Indexed : @Main$AnnotationA()
74 Parameter [0]: Indexed : @Main$AnnotationB(value=foo
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HpackTest.java 68 bytesIn.writeByte(0x00); // Literal indexed
85 bytesIn.writeByte(0x40); // Literal indexed
92 bytesIn.writeByte(0x40); // Literal indexed
99 bytesIn.writeByte(0x40); // Literal indexed
135 bytesIn.writeByte(0x40); // Literal indexed
150 bytesIn.writeByte(0x44); // == Literal indexed ==
151 // Indexed name (idx = 4) -> :path
169 bytesIn.writeByte(0x40); // Literal indexed
193 bytesIn.writeByte(0x04); // == Literal not indexed ==
194 // Indexed name (idx = 4) -> :pat
    [all...]
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_LookupTableExport.pbtxt 19 Tensor of all values in the table. Indexed in parallel with `keys`.
api_def_LookupTableExportV2.pbtxt 21 Tensor of all values in the table. Indexed in parallel with `keys`.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
legacy_reg_names.l 2 [^:]*:5: Error: indexed vector register expected at operand 1 -- `dup v0.b,v1.b\[7\]'
  /external/selinux/libselinux/src/
avc_sidtab.h 3 * of security context structures indexed by SID value.
  /external/turbine/java/com/google/turbine/bytecode/
ByteReader.java 29 private final IndexedByteArrayInputStream indexed; field in class:ByteReader
34 this.indexed = new IndexedByteArrayInputStream(bytes, pos, bytes.length);
35 this.input = ByteStreams.newDataInput(indexed);
44 return indexed.pos();
  /external/v8/src/arm/
codegen-arm.h 17 // indexed character into |result|. We expect |index| as untagged input and
  /external/v8/src/ia32/
codegen-ia32.h 17 // indexed character into |result|. We expect |index| as untagged input and
  /external/v8/src/mips/
codegen-mips.h 18 // indexed character into |result|. We expect |index| as untagged input and
  /external/v8/src/mips64/
codegen-mips64.h 18 // indexed character into |result|. We expect |index| as untagged input and
  /external/v8/src/ppc/
codegen-ppc.h 17 // indexed character into |result|. We expect |index| as untagged input and
constants-ppc.h     [all...]
  /external/v8/src/x87/
codegen-x87.h 17 // indexed character into |result|. We expect |index| as untagged input and
  /external/valgrind/none/tests/arm/
ldrt_arm.c 12 // Twice do ldrt for testing post-indexed.
23 // Twice ldrt for testing post-indexed.
34 // Twice ldrbt for testing post-indexed.
45 // Twice ldrbt for testing post-indexed.
56 // Twice ldrht for testing post-indexed.
67 // Twice ldrht for testing post-indexed.
78 // Twice ldrsht for testing post-indexed.
89 // Twice ldrsht for testing post-indexed.
100 // Twice ldrsbt for testing post-indexed.
111 // Twice ldrsbt for testing post-indexed
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
Array.java 162 * Returns the value of the indexed component in the specified
168 * @return the (possibly wrapped) value of the indexed component in
214 * Returns the value of the indexed component in the specified
219 * @return the value of the indexed component in the specified array
222 * an array, or if the indexed element cannot be converted to the
239 * Returns the value of the indexed component in the specified
244 * @return the value of the indexed component in the specified array
247 * an array, or if the indexed element cannot be converted to the
264 * Returns the value of the indexed component in the specified
269 * @return the value of the indexed component in the specified arra
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices.h 87 * For indexed drawing, this function determines what kind of primitive
109 * For non-indexed drawing, this function determines what kind of primitive
135 * an indexed primitive into a new indexed primitive to draw as lines or
149 * As above, but for non-indexed (array) primitives.
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
FieldProcessor.kt 48 val indexed: Boolean
71 indexed = AnnotationMirrors
78 indexed = false
92 indexed = indexed)

Completed in 1665 milliseconds

1 2 3 4 5 6 7 8 91011>>