Home
last modified time | relevance | path

Searched defs:element (Results 76 - 100 of 264) sorted by relevance

1234567891011

/third_party/node/deps/v8/src/objects/
H A Dhash-table-inl.h174 Object element = KeyAt(cage_base, entry); in FindEntry() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc294 Object element = elements.get(j); in CopyCachedOneByteCharsToArray() local
/third_party/node/deps/v8/src/strings/
H A Dstring-builder.cc20 Object element = fixed_array.get(i); in StringBuilderConcatHelper() local
89 String element = String::cast(elt); in StringBuilderConcatLength() local
225 void ReplacementStringBuilder::AddElement(Handle<Object> element) { in AddElement() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs.h70 struct draw_variant_element element[PIPE_MAX_ATTRIBS]; member
/third_party/mesa3d/src/vulkan/util/
H A Dvk_util.h273 __vk_append_struct(void *start, void *element) in __vk_append_struct() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmIndexingTests.cpp99 int element = 0; in addComputeIndexingStructTests() local
322 int element = 0; in addGraphicsIndexingStructTests() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp94 TIntermBinary *element = new TIntermBinary(EOpIndexDirectStruct, in AddStructZeroInitSequence() local
112 TIntermBinary *element = in AddArrayZeroInitStatementList() local
142 TIntermBinary *element = new TIntermBinary(EOpIndexIndirect, initializedNode->deepCopy(), in AddArrayZeroInitForLoop() local
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h407 ANGLE_INLINE void FastVector<T, N, Storage>::remove_and_permute(const value_type &element) in remove_and_permute() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_constants.cpp322 auto element = _.FindDef(instruction[elementIndex]); in IsTypeNullable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconst_folding_rules.cpp142 const analysis::Constant* element = in FoldVectorShuffleWithConstants() local
151 const analysis::Constant* element = in FoldVectorShuffleWithConstants() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_constants.cpp322 auto element = _.FindDef(instruction[elementIndex]); in IsTypeNullable() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcurrpinf.cpp388 const UHashElement* element = nullptr; in deleteHash() local
419 const UHashElement* element = nullptr; in copyHash() local
/third_party/skia/tests/
H A DClipStackTest.cpp162 const SkClipStack::Element* element = nullptr; in test_iterators() local
178 const SkClipStack::Element* element = nullptr; in test_iterators() local
194 const SkClipStack::Element* element = nullptr; test_iterators() local
870 const SkClipStack::Element* element = iter.next(); DEF_TEST() local
[all...]
/third_party/python/Modules/
H A D_randommodule.c394 PyObject *element; in _random_Random_getstate_impl() local
433 unsigned long element; in _random_Random_setstate() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp127 static Argument &element(IO &io, ArrayRef<T> &seq, size_t index) { in element() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc170 static slot_type& element(slot_type* slot) { return *slot; } in element() function
H A Dcontainer_memory.h357 static value_type& element(slot_type* slot) { return slot->value; } in element() function
358 static const value_type& element(const slot_type* slot) { in element() function
/third_party/spirv-tools/source/opt/
H A Dconst_folding_rules.cpp248 const analysis::Constant* element = in FoldVectorShuffleWithConstants() local
257 const analysis::Constant* element = in FoldVectorShuffleWithConstants() local
/third_party/spirv-tools/source/val/
H A Dvalidate_constants.cpp322 auto element = _.FindDef(instruction[elementIndex]); in IsTypeNullable() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIndexingTests.cpp99 int element = 0; in addComputeIndexingStructTests() local
322 int element = 0; in addGraphicsIndexingStructTests() local
/third_party/ffmpeg/libavcodec/
H A Dalac.c420 enum AlacRawDataBlockType element; in alac_decode_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dimf_cpl.c73 int ff_imf_xml_read_uuid(xmlNodePtr element, AVUUID uuid) in ff_imf_xml_read_uuid() argument
91 int ff_imf_xml_read_rational(xmlNodePtr element, AVRational *rational) in ff_imf_xml_read_rational() argument
106 int ff_imf_xml_read_uint32(xmlNodePtr element, uint32_t *number) in ff_imf_xml_read_uint32() argument
171 xmlNodePtr element in fill_content_title() local
190 xmlNodePtr element = NULL; fill_edit_rate() local
202 xmlNodePtr element = NULL; fill_id() local
214 xmlNodePtr element = NULL; fill_marker() local
248 xmlNodePtr element = NULL; fill_base_resource() local
299 xmlNodePtr element = NULL; fill_trackfile_resource() local
323 xmlNodePtr element = NULL; fill_marker_resource() local
429 has_stereo_resources(xmlNodePtr element) has_stereo_resources() argument
[all...]
/third_party/cJSON/tests/
H A Dmisc_tests.c62 cJSON *element = NULL; in cjson_array_foreach_should_not_dereference_null_pointer() local
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.cpp196 const UHashElement *element = uhash_nextElement(fHashtable, &pos); in _dumpContents() local
238 const UHashElement *element = uhash_nextElement(fHashtable, &fEvictPos); in _nextElement() local
250 const UHashElement *element = _nextElement(); in _flush() local
282 const UHashElement *element = _nextElement(); _runEvictionSlice() local
329 const UHashElement *element = uhash_find(fHashtable, &key); _putIfAbsentAndGet() local
354 const UHashElement *element = uhash_find(fHashtable, &key); _poll() local
414 _put( const UHashElement *element, const SharedObject *value, const UErrorCode status) const _put() argument
436 _fetch( const UHashElement *element, const SharedObject *&value, UErrorCode &status) const _fetch() argument
[all...]
/third_party/libabigail/tools/
H A Dabilint.cc352 out << "-> " << element << " "; in emit_trace() local

Completed in 24 milliseconds

1234567891011