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

1 2 34 5 6 7 8 91011

  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 145 // shouldIndex reports whether f should be indexed.
150 // appendIndexed appends index i, as encoded in "Indexed Header Field"
163 // If f.Sensitive is true, "Never Indexed" representation is used. If
172 // appendIndexedName appends f and index i referring indexed name
173 // entry, as encoded in one of "Literal Header field - Indexed Name"
176 // If f.Sensitive is true, "Never Indexed" representation is used. If
239 // for "Never Indexed" representation is returned. If sensitive is
encode_test.go 209 // Never indexed
235 // Never indexed
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
EntityProcessor.kt 87 .filter { it.indexed }
90 it.indexed = false
96 it.indexed = false
  /prebuilts/go/darwin-x86/src/strings/
replace.go 120 // table is a lookup table indexed by the next byte in the key, after
412 // The array contains replacement bytes indexed by old byte.
457 // The array contains replacement byte slices indexed by old byte.
  /prebuilts/go/linux-x86/src/strings/
replace.go 120 // table is a lookup table indexed by the next byte in the key, after
412 // The array contains replacement bytes indexed by old byte.
457 // The array contains replacement byte slices indexed by old byte.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 123 indexed within the range <tt>op.index .. op.last_index</tt>
160 skip over the tokens indexed within the range <tt>op.index .. op.last_index</tt>
  /external/jemalloc/src/
ctl.c 17 /* Helpers for named and indexed nodes. */
224 * Only handles internal indexed nodes, since there are currently no external
364 {NAME("bin"), CHILD(indexed, arenas_bin)},
366 {NAME("lrun"), CHILD(indexed, arenas_lrun)},
368 {NAME("hchunk"), CHILD(indexed, arenas_hchunk)},
471 {NAME("bins"), CHILD(indexed, stats_arenas_i_bins)},
472 {NAME("lruns"), CHILD(indexed, stats_arenas_i_lruns)},
473 {NAME("hchunks"), CHILD(indexed, stats_arenas_i_hchunks)}
491 {NAME("arenas"), CHILD(indexed, stats_arenas)}
501 {NAME("arena"), CHILD(indexed, arena)}
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_draw.c 555 if (info->indexed) {
556 ilo_printf("indexed draw %s: "
572 if (info->primitive_restart && info->indexed &&
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_draw.c 432 if (info->indexed) {
448 if (info->indexed && transferi)
nv30_vbo.c 557 !(info->indexed &&
597 if (!info->indexed) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lca.go 14 // Additional information about each block (indexed by block ID).
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
simplify.go 37 // look at value of indexed/named elements
  /prebuilts/go/darwin-x86/src/sort/
search.go 22 // to be searched for, and how the data structure is indexed and
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lca.go 14 // Additional information about each block (indexed by block ID).
  /prebuilts/go/linux-x86/src/cmd/gofmt/
simplify.go 37 // look at value of indexed/named elements
  /prebuilts/go/linux-x86/src/sort/
search.go 22 // to be searched for, and how the data structure is indexed and
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
diagnostic.l 75 [^:]*:77: Error: register offset not allowed in pre-indexed addressing mode at operand 2 -- `prfm pldl3strm,\[sp,w0,sxtw#3\]!'
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_draw.c 56 OUT_RING(ring, info->indexed ? info->index_bias : info->start); /* VFD_INDEX_OFFSET */
  /external/mesa3d/src/gallium/drivers/swr/
swr_draw.cpp 197 if (info->indexed)
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 185 // occurs in the indexed data. If n < 0, all occurrences are returned.
188 // size of the indexed data.
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 185 // occurs in the indexed data. If n < 0, all occurrences are returned.
188 // size of the indexed data.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
indexed12.s 2 ;; This file verifies the 68HC12 indexed addressing modes
70 ;;; Indexed addressing with external symbol
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 369 const bool indexed = (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INSTANCED) || (m_method == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED); local
371 DE_ASSERT(indexed);
372 DE_UNREF(indexed);
  /external/deqp/modules/glshared/
glsDrawTest.cpp 257 bool indexed; member in struct:deqp::gls::__anon17660::MethodInfo
269 // indexed instanced ranged first baseVertex indirect
2420 const bool indexed = methodInfo.indexed; local
2848 const bool indexed = methodInfo.indexed; local
3163 const bool indexed = methodInfo.indexed; local
    [all...]
  /external/skia/src/gpu/ops/
GrMSAAPathRenderer.cpp 88 SkColor color, bool indexed, uint16_t subpathLineIdxStart) {
91 if (indexed) {
104 if (indexed) {
248 string.appendf("Indexed: %d\n", fIsIndexed);
430 // count. We assert that indexed draws contain a positive index count, so bail here in
479 // If we grow to include 2+ paths we will be indexed.

Completed in 967 milliseconds

1 2 34 5 6 7 8 91011