Home
last modified time | relevance | path

Searched refs:index (Results 6826 - 6850 of 20926) sorted by relevance

1...<<271272273274275276277278279280>>...838

/third_party/node/deps/v8/src/compiler/
H A Dwasm-escape-analysis.cc31 if (edge.index() != 0 || in ReduceAllocateRaw()
43 DCHECK_EQ(edge.index(), 0); in ReduceAllocateRaw()
/third_party/node/deps/v8/src/objects/
H A Dprototype-info.h58 static inline void MarkSlotEmpty(WeakArrayList array, int index);
61 // from index "from_index" to index "to_index" during compaction. The callback
80 static inline void set_empty_slot_index(WeakArrayList array, int index);
/third_party/mesa3d/src/intel/common/
H A Dintel_pixel_hash.h31 * If \p index is specified to be equal to \p period, a 2-way hashing table
38 * If \p index is even and less than \p period, a 3-way hashing table will be
54 unsigned period, unsigned index, bool flip, in intel_compute_pixel_hash_table_3way()
60 p[j + m * i] = (k == index ? 2 : (k & 1) ^ flip); in intel_compute_pixel_hash_table_3way()
90 * designed to be equivalent to the bit reversal of each index in in intel_compute_pixel_hash_table_nway()
53 intel_compute_pixel_hash_table_3way(unsigned n, unsigned m, unsigned period, unsigned index, bool flip, uint32_t *p) intel_compute_pixel_hash_table_3way() argument
/third_party/python/Tools/peg_generator/pegen/
H A Dvalidator.py24 for index, alt in enumerate(node.alts):
25 alts_to_consider = node.alts[index + 1 :]
/third_party/protobuf/benchmarks/protobuf.js/
H A Dprotobufjs_benchmark.js20 process.argv.forEach(function(filename, index) {
21 if (index < 2) {
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DEnumValueDescriptor.cs47 EnumDescriptor parent, int index) in EnumValueDescriptor()
48 : base(file, parent.FullName + "." + proto.Name, index) in EnumValueDescriptor()
46 EnumValueDescriptor(EnumValueDescriptorProto proto, FileDescriptor file, EnumDescriptor parent, int index) EnumValueDescriptor() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver.cpp61 ObserverBinding::ObserverBinding(ObserverInterface *observer, SubjectIndex index) in ObserverBinding() argument
62 : ObserverBindingBase(observer, index), mSubject(nullptr) in ObserverBinding()
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.h73 bool getFrameInfo(int index, SkCodec::FrameInfo* info) const { in getFrameInfo() argument
74 return fCodec->getFrameInfo(index, info); in getFrameInfo()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DVertexDataManager.h84 void dirtyCurrentValue(int index) { mDirtyCurrentValue[index] = true; } in dirtyCurrentValue() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DControlProgramTable.java42 * Get the data value at the specified index.
43 * @param index the location to get the data from
44 * @return the data at the index
46 public int data(int index) { in data() argument
47 return this.data.readByte(index); in data()
H A DControlValueTable.java44 * Get the data value at the specified index.
45 * @param index the location to get the data from
46 * @return the data at the index
48 public int fword(int index) { in fword() argument
49 return this.data.readFWord(index); in fword()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dtstdtmod.h71 /** Create a test data object from an index. Helpful for integrating tests with current
72 * intltest framework which addresses the tests by index.
73 * @param index index of the test to be instantiated
77 virtual TestData* createTestData(int32_t index, UErrorCode &status) const = 0;
97 virtual TestData* createTestData(int32_t index, UErrorCode &status) const;
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Dcached_paged_byte_array.cc60 cache_page.index = page_index; in getPage()
70 if (cached_pages_[i].index == page_index) { in getFromCache()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.h65 const Locale *locale = list.localeAt(index++);
79 int32_t index = 0; member in LocalePriorityList::Iterator
/third_party/typescript/tests/baselines/reference/
H A DemptyObjectNotSubtypeOfIndexSignatureContainingObject1.js5 [index: string]: T;
9 [index: number]: T;
H A DemptyObjectNotSubtypeOfIndexSignatureContainingObject2.js5 [index: string]: T;
9 [index: number]: T;
H A DintersectionsOfLargeUnions2.js6 [index: number]: HTMLElement
10 [index: number]: HTMLElement;
/third_party/python/Doc/tools/extensions/
H A Descape4chm.py46 index = f.read()
48 f.write(index.replace(b'&#x27;', b'&#39;'))
/third_party/skia/include/utils/
H A DSkOrderedFontMgr.h29 void onGetFamilyName(int index, SkString* familyName) const override;
30 SkFontStyleSet* onCreateStyleSet(int index)const override;
/third_party/skia/include/ports/
H A DSkRemotableFontMgr.h41 const SkFontIdentity& at(int index) const { return fData[index]; } in at()
60 * Returns NULL if the index is out of bounds.
61 * Returns empty if there are no fonts at the given index.
68 * Returns the closest match to the given style in the given index.
69 * If there are no available fonts at the given index, the return value's
/third_party/spirv-tools/source/opt/
H A Dliveness.h71 // Return type of component of aggregate type |agg_type| at |index|
72 const analysis::Type* GetComponentType(uint32_t index,
75 // Return offset of |index| into aggregate type |agg_type| in units of
77 uint32_t GetLocOffset(uint32_t index, const analysis::Type* agg_type) const;
/third_party/spirv-tools/source/val/
H A Ddecoration.h33 // literal parameters, and struct member index. If the decoration does not apply
34 // to a struct member, then the index is kInvalidIndex. A Decoration object does
66 void set_struct_member_index(uint32_t index) { struct_member_index_ = index; } in set_struct_member_index() argument
90 // If the decoration applies to a member of a structure type, then the index
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils.cpp79 for (const auto index : bitSet) in GLbitfieldToString()
87 unsigned int mask = 1u << index; in GLbitfieldToString()
/third_party/glfw/deps/glad/
H A Dgl.h1921 typedef void (GLAD_API_PTR *PFNGLBINDATTRIBLOCATIONPROC)(GLuint program, GLuint index, const GLchar * name);
1923 typedef void (GLAD_API_PTR *PFNGLBINDBUFFERBASEPROC)(GLenum target, GLuint index, GLuint buffer);
1924 typedef void (GLAD_API_PTR *PFNGLBINDBUFFERRANGEPROC)(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
1926 typedef void (GLAD_API_PTR *PFNGLBINDFRAGDATALOCATIONINDEXEDPROC)(GLuint program, GLuint colorNumber, GLuint index, const GLchar * name);
1991 typedef void (GLAD_API_PTR *PFNGLCOLORMASKIPROC)(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a);
2035 typedef void (GLAD_API_PTR *PFNGLDISABLEVERTEXATTRIBARRAYPROC)(GLuint index);
2036 typedef void (GLAD_API_PTR *PFNGLDISABLEIPROC)(GLenum target, GLuint index);
2053 typedef void (GLAD_API_PTR *PFNGLENABLEVERTEXATTRIBARRAYPROC)(GLuint index);
2054 typedef void (GLAD_API_PTR *PFNGLENABLEIPROC)(GLenum target, GLuint index);
2103 typedef void (GLAD_API_PTR *PFNGLGETACTIVEATTRIBPROC)(GLuint program, GLuint index, GLsize
5817 unsigned int index = 0; glad_gl_get_extensions() local
5850 unsigned int index; glad_gl_free_extensions() local
5880 unsigned int index; glad_gl_has_extension() local
[all...]
/third_party/PyYAML/yaml/
H A D_yaml.pyx63 cdef readonly size_t index
69 def __init__(self, object name, size_t index, size_t line, size_t column,
72 self.index = index
314 self.parser.context_mark.index,
319 self.parser.problem_mark.index,
360 token.start_mark.index,
365 token.end_mark.index,
507 event.start_mark.index,
512 event.end_mark.index,
[all...]

Completed in 30 milliseconds

1...<<271272273274275276277278279280>>...838