Home
last modified time | relevance | path

Searched refs:index (Results 8901 - 8925 of 22889) sorted by relevance

1...<<351352353354355356357358359360>>...916

/third_party/node/deps/v8/src/debug/
H A Ddebug-frames.h32 Handle<Object> GetParameter(int index);
33 Handle<Object> GetExpression(int index);
/third_party/node/deps/v8/src/builtins/
H A Dgenerate-bytecodes-builtins-list.cc58 int index = 0; in WriteHeader() local
62 index++); in WriteHeader()
84 << "// wide Bytecodes removed. Used to index into the builtins table.\n" in WriteHeader()
/third_party/node/deps/v8/src/interpreter/
H A Dblock-coverage-builder.h44 int AllocateNaryBlockCoverageSlot(NaryOperation* node, size_t index) { in AllocateNaryBlockCoverageSlot() argument
49 SourceRange range = ranges->GetRangeAtIndex(index); in AllocateNaryBlockCoverageSlot()
/third_party/node/deps/v8/src/objects/
H A Dproperty.h23 // property index (in the actual instance-descriptor array) and
33 void SetSortedKeyIndex(int index) { details_ = details_.set_pointer(index); } in SetSortedKeyIndex() argument
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.h41 int index, Handle<RegExpMatchInfo> last_match_info,
52 int index, Handle<RegExpMatchInfo> last_match_info,
/third_party/node/deps/v8/src/utils/
H A Daddress-map.h24 inline void Set(Type value, uint32_t index) { in Set() argument
26 LookupOrInsert(key, Hash(key))->value = index; in Set()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_perfmon.h137 etna_pm_get_driver_query_info(struct pipe_screen *pscreen, unsigned index,
142 unsigned index,
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h117 unsigned int index);
121 unsigned int index,
/third_party/protobuf/benchmarks/js/
H A Djs_benchmark.js25 process.argv.forEach(function(filename, index) {
26 if (index < 2) {
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DEnumDescriptor.cs49 internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, Type clrType) in EnumDescriptor() argument
50 : base(file, file.ComputeFullName(parent, proto.Name), index) in EnumDescriptor()
H A DMethodDescriptor.cs107 ServiceDescriptor parent, int index) in MethodDescriptor()
108 : base(file, parent.FullName + "." + proto.Name, index) in MethodDescriptor()
106 MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, ServiceDescriptor parent, int index) MethodDescriptor() argument
H A DServiceDescriptor.cs48 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor() argument
49 : base(file, file.ComputeFullName(null, proto.Name), index) in ServiceDescriptor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DDeviceVk.cpp66 intptr_t index = static_cast<intptr_t>(renderer->getQueueFamilyIndex()); in getAttribute() local
67 *outValue = reinterpret_cast<void *>(index); in getAttribute()
/third_party/skia/src/core/
H A DSkTSearch.cpp15 static inline const char* index_into_base(const char*const* base, int index, in index_into_base() argument
18 return *(const char*const*)((const char*)base + index * elemSize); in index_into_base()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLigatureSubst.java31 public LigatureSet subTableAt(int index) { in subTableAt() argument
32 return array.subTableAt(index); in subTableAt()
H A DScriptListTable.java20 public ScriptTag scriptAt(int index) { in scriptAt() argument
21 return ScriptTag.fromTag(this.tagAt(index)); in scriptAt()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DOneToManySubst.java32 public NumRecordTable subTableAt(int index) { in subTableAt() argument
33 return array.subTableAt(index); in subTableAt()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddesc_sroa.h56 // chain accesses. The first index in |use| must be an |OpConstant|. Returns
63 // instructions, one index at a time. Returns true on success, and false
70 // |extract| is extracting one index only. Returns true on success, and false
94 // is supposed to replace |index|th element of |old_var|.
99 void CopyDecorationsForNewVariable(Instruction* old_var, uint32_t index,
107 // |index|th element of an old variable. The old variable has |old_binding|
112 uint32_t GetNewBindingForElement(uint32_t old_binding, uint32_t index,
H A Deliminate_dead_constant_pass.cpp41 const_id, [&count](Instruction* user, uint32_t index) { in Process()
42 (void)index; in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddesc_sroa.h56 // chain accesses. The first index in |use| must be an |OpConstant|. Returns
63 // instructions, one index at a time. Returns true on success, and false
70 // |extract| is extracting one index only. Returns true on success, and false
94 // is supposed to replace |index|th element of |old_var|.
99 void CopyDecorationsForNewVariable(Instruction* old_var, uint32_t index,
107 // |index|th element of an old variable. The old variable has |old_binding|
112 uint32_t GetNewBindingForElement(uint32_t old_binding, uint32_t index,
H A Deliminate_dead_constant_pass.cpp41 const_id, [&count](Instruction* user, uint32_t index) { in Process()
42 (void)index; in Process()
/third_party/skia/tests/
H A DRecordTestUtils.h31 static const T* assert_type(skiatest::Reporter* r, const SkRecord& record, int index) { in assert_type() argument
33 record.visit(index, reader); in assert_type()
/third_party/skia/third_party/externals/dawn/src/common/
H A DSlabAllocator.h26 // needs to index an offset into pre-allocated memory. It is similar to a pool-allocator that
41 // plus the extra bytes a "block") used to specify the constant index of the block in its parent
42 // slab, as well as the index of the next available block. So, following the block next-indices
54 // because it stores the index of its own allocation. That block is then prepended to the slab's
58 // Allocations host their current index and the index of the next free block.
59 // Because this is an index, and not a byte offset, it can be much smaller than a size_t.
67 // so we store the index of "this" in |this->index|.
69 IndexLinkNode(Index index, Inde
71 const Index index; // The index of this block in the slab. global() member
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanExtensions.h53 InstanceExt index; member
112 DeviceExt index; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-emoji-table.py85 line = line[:line.index("#")]
87 line = line[:line.index(";")]

Completed in 15 milliseconds

1...<<351352353354355356357358359360>>...916