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

1 2 34 5 6 7 8 91011>>

  /external/ImageMagick/PerlMagick/t/png/
read.t 44 print( "8-bit indexed-color PNG ...\n" );
  /external/autotest/contrib/
summarize_loadtest.py 121 indexed = {}
124 indexed.setdefault(value, []).append(entry)
125 groups = [indexed[value] for value in sorted(indexed.keys())]
  /external/clang/test/CodeGen/
debug-info-block-out-return.c 6 // 1 for the argument number (1 indexed), 2 for the line number
  /external/desugar/java/com/google/devtools/common/options/
ExpansionFunction.java 29 * @param optionsData the parser's indexed information about its own options, before expansion
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_draw_arrays.c 49 * This function handles drawing indexed and non-indexed prims,
55 * For non-indexed prims, indexBuffer should be NULL.
98 if (info->indexed) {
  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 7 * of security context structures indexed by SID value.
  /external/swiftshader/third_party/LLVM/test/Assembler/
getelementptr.ll 3 ; Verify that over-indexed getelementptrs are folded.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_ParameterizedTruncatedNormal.pbtxt 6 The shape of the output tensor. Batches are indexed by the 0th dimension.
  /external/tensorflow/tensorflow/core/framework/
device_attributes.proto 21 // no specific locality. Specific localities are indexed from 1.
  /external/v8/src/x64/
codegen-x64.h 17 // indexed character into |result|. We expect |index| as untagged input and
  /frameworks/wilhelm/src/android/
channels.cpp 109 * Helper to determine whether a channel mask is indexed or not.
172 // determine whether this mask uses positional or indexed representation
178 // Indexed masks need no mapping
207 (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION) ? "positional" : "indexed",
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 46 boolean indexed() default false;
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
utf8_utils.h 38 // Values indexed by sequence size.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
bug-1825.s 1 ;;; Bug #1825: gas assemble PC-relative indexed addressing modes incorrectly
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.c 125 * always prepares both linear and indexed.
248 /* indexed arrays */
278 /* non-indexed arrays */
390 /* indexed prims (draw_elements) */
418 /* Non-indexed prims (draw_arrays).
445 /* Stream output draw can not be indexed */
446 debug_assert(!info->indexed);
453 * This is the main entrypoint into the drawing module. If drawing an indexed
476 if (info->indexed)
484 draw->pt.user.eltSize = info->indexed ? draw->pt.user.eltSizeIB : 0
    [all...]
  /external/tensorflow/tensorflow/core/lib/db/
sqlite.h 205 /// \brief Binds signed 64-bit integer to 1-indexed query parameter.
214 /// \brief Binds double to 1-indexed query parameter.
223 /// \brief Copies UTF-8 text to 1-indexed query parameter.
250 /// \brief Copies binary data to 1-indexed query parameter.
278 /// \brief Returns type of 0-indexed column value in row data.
286 /// \brief Returns 0-indexed column from row result coerced as an integer.
291 /// \brief Returns 0-indexed column from row result coerced as a double.
296 /// \brief Copies 0-indexed column from row result coerced as a string.
307 /// \brief Returns pointer to binary data at 0-indexed column.
317 /// \brief Returns number of bytes stored at 0-indexed column
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_push.c 194 /* For non-indexed draws, gl_VertexID goes up after each vertex. */
247 bool apply_bias = info->indexed && info->index_bias;
257 /* For indexed draws, gl_VertexID must be emitted for every vertex. */
279 if (info->indexed) {
352 /* Reset gl_VertexID to prevent future indexed draws to be confused. */
  /toolchain/binutils/binutils-2.27/gprof/
tahoe.c 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:tahoe_opermodes
80 return indexed;
116 case indexed:
117 return "indexed";
192 case indexed:
vax.c 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes
92 return indexed;
128 case indexed:
129 return "indexed";
203 case indexed:
  /external/mesa3d/src/mesa/state_tracker/
st_draw.c 223 info.indexed = TRUE;
229 /* The VBO module handles restart for the non-indexed GLDrawArrays
230 * so we only set these fields for indexed drawing:
235 /* Transform feedback drawing is always non-indexed. */
261 debug_printf("st/draw: mode %s start %u count %u indexed %d\n",
265 info.indexed);
324 info.indexed = TRUE;
336 debug_printf("st/draw indirect: mode %s drawcount %d indexed %d\n",
339 info.indexed);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 31 return fmt.Sprintf("invalid indexed representation index %d", int(e))
40 // indexed.
289 func (v indexType) indexed() bool { return v == indexedTrue } func
300 // Indexed representation.
315 // 6.2.3 Literal Header Field never Indexed
353 wantStr := d.emitEnabled || it.indexed()
371 if it.indexed() {
452 // anyway. This does mean that huffman decoding errors for non-indexed
454 // is returning an error anyway, and because they're not indexed, the error
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack.go 31 return fmt.Sprintf("invalid indexed representation index %d", int(e))
40 // indexed.
289 func (v indexType) indexed() bool { return v == indexedTrue } func
300 // Indexed representation.
315 // 6.2.3 Literal Header Field never Indexed
353 wantStr := d.emitEnabled || it.indexed()
371 if it.indexed() {
452 // anyway. This does mean that huffman decoding errors for non-indexed
454 // is returning an error anyway, and because they're not indexed, the error
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /external/llvm/test/MC/SystemZ/
insn-bad-z196.s 304 #CHECK: error: invalid use of indexed addressing
315 #CHECK: error: invalid use of indexed addressing
326 #CHECK: error: invalid use of indexed addressing
337 #CHECK: error: invalid use of indexed addressing
348 #CHECK: error: invalid use of indexed addressing
359 #CHECK: error: invalid use of indexed addressing
370 #CHECK: error: invalid use of indexed addressing
381 #CHECK: error: invalid use of indexed addressing
392 #CHECK: error: invalid use of indexed addressing
403 #CHECK: error: invalid use of indexed addressin
    [all...]

Completed in 1470 milliseconds

1 2 34 5 6 7 8 91011>>