| /external/webrtc/webrtc/system_wrappers/source/ |
| data_log.cc | 30 // A Row contains cells, which are indexed by the column names as std::string. 49 // Collection of containers indexed by column name as std::string 92 // Collection of multi_value_lengths indexed by column name as std::string
|
| /frameworks/av/services/camera/libcameraservice/device3/ |
| Camera3BufferManager.h | 210 * A buffer entry (indexed by stream ID) represents a single physically allocated buffer. For 222 * Stream info map (indexed by stream ID) tracks all the streams registered to a particular 228 * Stream set buffer count map (indexed by stream ID) tracks all buffer counts of the streams
|
| /toolchain/binutils/binutils-2.27/cpu/ |
| xstormy16.cpu | 696 "Move memory addressed by indexed register to register" 707 "Move memory addressed by indexed register postincrement to register" 720 "Move memory addressed by indexed register predecrement to register" 733 "Move register to memory addressed by indexed register" 746 "Move register to memory addressed by indexed register postincrement" 760 "Move register to memory addressed by indexed register predecrement" 927 "Move far memory addressed by indexed register to register" 938 "Move far memory addressed by indexed register postincrement to register" 955 "Move far memory addressed by indexed register predecrement to register" 971 "Move far register to memory addressed by indexed register [all...] |
| /dalvik/dx/src/com/android/dx/ssa/ |
| SsaBasicBlock.java | 96 * {@code null-ok;} indexed by reg: the regs that are live-in at 102 * {@code null-ok;} indexed by reg: the regs that are live-out at 334 * @return {@code non-null;} predecessors set, indexed by block index 341 * @return {@code non-null;} successors set, indexed by block index 651 * @param regsUsed set, indexed by register number 665 * @param regsUsed set, indexed by register number [all...] |
| /external/mesa3d/src/gallium/drivers/r300/ |
| r300_render.c | 245 boolean indexed = flags & PREP_INDEXED; local 270 r300->vertex_arrays_indexed != indexed || 273 r300_emit_vertex_arrays(r300, buffer_offset, indexed, instance_id); 276 r300->vertex_arrays_indexed = indexed; 282 r300_emit_vertex_arrays_swtcl(r300, indexed); 795 if (info.indexed) { [all...] |
| /toolchain/binutils/binutils-2.27/opcodes/ |
| msp430-dis.c | 163 /* Indexed register mode @Rn. */ 396 /* Indexed. */ 471 x(Rm) Indexed, 541 /* Indexed. */ 671 /* Indexed. */ 861 /* Indexed. */
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| LocalsArraySet.java | 45 * Indexed by label of caller block: the locals specific to each caller's 67 * @param secondaries {@code non-null;} secondaries set, indexed by subroutine
|
| /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/autotest/frontend/client/src/autotest/common/table/ |
| DataTable.java | 209 * @param rowIndex The index of the row, where the first data row is indexed 0. 229 * Get the JSONObject corresponding to the indexed row.
|
| /external/devlib/devlib/module/ |
| gem5stats.py | 132 :returns: a dict indexed by key parameters containing a dict indexed by
|
| /external/e2fsprogs/misc/ |
| chattr.1.in | 54 indexed directory (I), 138 is being indexed using hashed trees. It may not be set or reset using
|
| e2image.8.in | 167 option will prevent analysis of problems related to hash-tree indexed 201 option will prevent analysis of problems related to hash-tree indexed
|
| /external/golang-protobuf/proto/ |
| decode_test.go | 183 // is 1-indexed. (i.e. the value at index 1 is how many 1 byte ints to create). 211 // The distribution is 1-indexed. (i.e. the value at index 1 is how many 1 byte ints to create).
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| TrieBuilder.java | 20 * Provides a compact way to store information that is indexed by Unicode 28 * <LI>Fast access of the indexed values.
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| TrieBuilder.java | 19 * Provides a compact way to store information that is indexed by Unicode 27 * <LI>Fast access of the indexed values.
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| CompactByteArray.java | 14 * Provides a compact way to store information that is indexed by Unicode 23 * <LI>Fast access of the indexed values.
|
| /external/mesa3d/src/compiler/glsl/ |
| loop_unroll.cpp | 115 /* Check for arrays variably-indexed by a loop induction variable. 129 /* If an array is indexed by a loop induction variable, and the
|
| /external/mesa3d/src/compiler/nir/ |
| nir_phi_builder.c | 34 /* Array of all blocks indexed by block->index. */ 65 /* Array of SSA defs, indexed by block. For each block, this array has has
|
| /external/neven/Embedded/common/src/b_TensorEm/ |
| Cluster2D.h | 108 /** returns int32 x-coordinate with given bbp at indexed position */ 113 /** returns int32 y-coordinate with given bbp at indexed position */
|
| /external/pdfium/core/fpdfapi/page/ |
| cpdf_image.cpp | 205 pCS->AddNew<CPDF_Name>("Indexed"); 225 pCS->AddNew<CPDF_Name>("Indexed");
|
| /external/pdfium/third_party/libtiff/ |
| tif_color.c | 232 * pre-calculating possible values indexed by Cb and Cr (this code 273 * constructing tables indexed by the raw pixel data.
|
| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| CodeGenRegisters.h | 92 // Bit mask of sub-classes including this, indexed by their EnumValue. 161 // getSubClasses - Returns a constant BitVector of subclasses indexed by
|
| /frameworks/base/media/java/android/media/soundtrigger/ |
| SoundTriggerDetectionService.java | 74 * Client indexed by model uuid. This is needed for the {@link #operationFinished(UUID, int)} 213 /** Cached params bundles indexed by the model uuid */
|
| /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
| KeySyncUtils.java | 147 * @param keys The keys, indexed by their aliases. 148 * @return The encrypted key material, indexed by aliases.
|
| /frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/ |
| FieldProcessorTest.kt | 154 fun indexed() { 165 indexed = true)))
|