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

<<21222324252627282930>>

  /packages/apps/Settings/src/com/android/settings/slices/
SliceDataConverter.java 68 * - All {@link DashboardFragment DashboardFragments} indexed by settings search
87 * @return a list of {@link SliceData} to be indexed and later referenced as a Slice.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nislib.h 69 * const nis_name table_name: indexed name ([xx=yy],table.dir)
97 * const nis_name table_name: indexed NIS+ name
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 58 // newSparseTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
73 // newSparseOrderedTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
  /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/cmd/compile/internal/ssa/
sparsetree.go 58 // newSparseTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
73 // newSparseOrderedTree creates a SparseTree from a block-to-parent map (array indexed by Block.ID)
  /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.
  /system/bt/stack/include/
btm_ble_api_types.h 460 /* per device filter + one generic filter indexed by 0 */
470 uint8_t pf_counter[BTM_BLE_PF_TYPE_MAX]; /* number of filter indexed by
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
indexed12.d 3 #name: 68HC12 indexed addressing mode with 5, 9 and 16-bit offsets (indexed12)
131 ;;; Indexed addressing with external symbol
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go 171 {name: "MOVSSloadidx1", argLength: 3, reg: fploadidx, asm: "MOVSS", aux: "SymOff", symEffect: "Read"}, // fp32 load indexed by i
172 {name: "MOVSSloadidx4", argLength: 3, reg: fploadidx, asm: "MOVSS", aux: "SymOff", symEffect: "Read"}, // fp32 load indexed by 4*i
173 {name: "MOVSDloadidx1", argLength: 3, reg: fploadidx, asm: "MOVSD", aux: "SymOff", symEffect: "Read"}, // fp64 load indexed by i
174 {name: "MOVSDloadidx8", argLength: 3, reg: fploadidx, asm: "MOVSD", aux: "SymOff", symEffect: "Read"}, // fp64 load indexed by 8*i
178 {name: "MOVSSstoreidx1", argLength: 4, reg: fpstoreidx, asm: "MOVSS", aux: "SymOff", symEffect: "Write"}, // fp32 indexed by i store
179 {name: "MOVSSstoreidx4", argLength: 4, reg: fpstoreidx, asm: "MOVSS", aux: "SymOff", symEffect: "Write"}, // fp32 indexed by 4i store
180 {name: "MOVSDstoreidx1", argLength: 4, reg: fpstoreidx, asm: "MOVSD", aux: "SymOff", symEffect: "Write"}, // fp64 indexed by i store
181 {name: "MOVSDstoreidx8", argLength: 4, reg: fpstoreidx, asm: "MOVSD", aux: "SymOff", symEffect: "Write"}, // fp64 indexed by 8i store
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
AMD64Ops.go 171 {name: "MOVSSloadidx1", argLength: 3, reg: fploadidx, asm: "MOVSS", aux: "SymOff", symEffect: "Read"}, // fp32 load indexed by i
172 {name: "MOVSSloadidx4", argLength: 3, reg: fploadidx, asm: "MOVSS", aux: "SymOff", symEffect: "Read"}, // fp32 load indexed by 4*i
173 {name: "MOVSDloadidx1", argLength: 3, reg: fploadidx, asm: "MOVSD", aux: "SymOff", symEffect: "Read"}, // fp64 load indexed by i
174 {name: "MOVSDloadidx8", argLength: 3, reg: fploadidx, asm: "MOVSD", aux: "SymOff", symEffect: "Read"}, // fp64 load indexed by 8*i
178 {name: "MOVSSstoreidx1", argLength: 4, reg: fpstoreidx, asm: "MOVSS", aux: "SymOff", symEffect: "Write"}, // fp32 indexed by i store
179 {name: "MOVSSstoreidx4", argLength: 4, reg: fpstoreidx, asm: "MOVSS", aux: "SymOff", symEffect: "Write"}, // fp32 indexed by 4i store
180 {name: "MOVSDstoreidx1", argLength: 4, reg: fpstoreidx, asm: "MOVSD", aux: "SymOff", symEffect: "Write"}, // fp64 indexed by i store
181 {name: "MOVSDstoreidx8", argLength: 4, reg: fpstoreidx, asm: "MOVSD", aux: "SymOff", symEffect: "Write"}, // fp64 indexed by 8i store
    [all...]
  /art/test/715-clinit-implicit-parameter-annotations/src/
Main.java 118 System.out.println(" Indexed : " + annotationToNormalizedString(annotation));
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RopMethod.java 34 * {@code null-ok;} array of predecessors for each block, indexed by block
  /dalvik/dx/src/com/android/dx/rop/code/
RopMethod.java 33 * {@code null-ok;} array of predecessors for each block, indexed by block
  /dalvik/dx/src/com/android/dx/ssa/
DomFront.java 44 * {@code null-ok;} the dominance frontier set indexed by
PhiTypeResolver.java 46 /** indexed by register; all registers still defined by unresolved phis */
SsaMethod.java 41 /** basic blocks, indexed by block index */
72 * indexed by register: the insn where said register is defined or null
77 /** indexed by register: the list of all insns that use a register */
632 * @return modifiable copy of the use-list, indexed by register
  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 57 // indexed by label
  /dalvik/dx/src/com/android/dx/util/
LabeledList.java 26 * Sparse array indexed by label to FixedSizeList index;
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 71 // pixel will be auto-incremented. The returned array can be indexed with
  /device/generic/goldfish/gralloc/
mapper.cpp 114 // * Specifically, associative virtually-indexed caches are likely to have
  /device/google/contexthub/firmware/os/platform/stm32/
pwr.c 105 }; /* indexed by PERIPH_BUS_* */ \
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Scene.h 67 // pixel will be auto-incremented. The returned array can be indexed with
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zutil.h 47 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
zutil.h 50 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
zutil.h 49 extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */

Completed in 1213 milliseconds

<<21222324252627282930>>