Home
last modified time | relevance | path

Searched defs:elements (Results 76 - 100 of 499) sorted by relevance

12345678910>>...20

/third_party/icu/icu4c/source/i18n/
H A Dcollationrootelements.h269 const uint32_t *elements; global() member in CollationRootElements
[all...]
/third_party/icu/icu4c/source/common/
H A Duvector.h87 UElement* elements = nullptr; member in UVector
[all...]
H A Duvectr32.h69 int32_t* elements; member in UVector32
[all...]
H A Duvectr64.h68 int64_t* elements; member in UVector64
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_vertex.c126 SVGA3dInputElementDesc elements[PIPE_MAX_ATTRIBS]; in define_input_element_object() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duvectr32.h69 int32_t* elements; member in UVector32
[all...]
H A Duvectr64.h68 int64_t* elements; member in UVector64
[all...]
H A Duvector.h87 UElement* elements = nullptr; member in UVector
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationrootelements.h269 const uint32_t *elements; global() member in CollationRootElements
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc231 ElementsAccessor* elements = array->GetElementsAccessor(); in BUILTIN() local
265 ElementsAccessor* elements = array->GetElementsAccessor(); in BUILTIN() local
302 ElementsAccessor* elements = array->GetElementsAccessor(); in BUILTIN() local
318 ElementsAccessor* elements = array->GetElementsAccessor(); in BUILTIN() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory-inl.h54 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.c66 util_vertex_state_cache_get(struct pipe_screen *screen, struct pipe_vertex_buffer *buffer, const struct pipe_vertex_element *elements, unsigned num_elements, struct pipe_resource *indexbuf, uint32_t full_velem_mask, struct util_vertex_state_cache *cache) util_vertex_state_cache_get() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationrootelements.h269 const uint32_t *elements; global() member in CollationRootElements
[all...]
/third_party/skia/tests/
H A DLListTest.cpp45 ListElement elements[4] = { in DEF_TEST() local
25 check_list(const SkTInternalLList<ListElement>& list, skiatest::Reporter* reporter, bool empty, int numElements, bool in0, bool in1, bool in2, bool in3, ListElement elements[4]) check_list() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp589 void Dehydrator::write(const std::vector<std::unique_ptr<ProgramElement>>& elements) { in write() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dcontainers.h142 TStorage* elements = buffer; member in marl::containers::vector
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duvector.h88 UElement* elements; member in UVector
H A Duvectr32.h69 int32_t* elements; member in UVector32
[all...]
H A Duvectr64.h68 int64_t* elements; member in UVector64
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DProtobufArrayListTest.java384 private static ProtobufArrayList<Integer> newImmutableProtoArrayList(int... elements) { in newImmutableProtoArrayList() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info-inl.h141 int elements = NumberOfElements(); in BinarySearch() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_test.cpp64 static JSTaggedValue GetBit(std::vector<std::bitset<JSAPIBitVector::BIT_SET_LENGTH>> *elements, uint32_t index) in GetBit() argument
125 auto elements = in HWTEST_F_L0() local
169 auto elements = in HWTEST_F_L0() local
258 auto elements = in HWTEST_F_L0() local
309 auto elements = in HWTEST_F_L0() local
403 auto elements = HWTEST_F_L0() local
431 auto elements = HWTEST_F_L0() local
458 auto elements = HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dbump_allocator_test.cpp74 void AllocInCommonBuffer(NonObjectBumpAllocator<true> &allocator, std::array<AllocType *, ELEMENTS_COUNT> &elements) in AllocInCommonBuffer() argument
84 void AllocInTLAB(TLAB *tlab, std::array<AllocType *, ELEMENTS_COUNT> &elements) in AllocInTLAB() argument
94 void CheckAlloc(std::array<AllocType *, ELEMENTS_COUNT> &elements) in CheckAlloc() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dfunction.cpp146 void Function::IterateOverElements(const ArenaVector<ir::AstNode *> &elements, PandaGen *pg, VReg &ctor, VReg &thisReg, in IterateOverElements() argument
200 const auto &elements = klass->Body(); in CompileInstanceFields() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_gc.cpp201 auto elements = factory->NewTaggedArray(numElements); in AllocateArrayObject() local

Completed in 11 milliseconds

12345678910>>...20