Home
last modified time | relevance | path

Searched defs:element (Results 1 - 25 of 340) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_shared_memory-inl.h52 void EtsSharedMemory::SetElement(uint32_t index, T element) in SetElement() argument
/third_party/musl/src/search/
H A Dinsque.c8 void insque(void *element, void *pred) in insque() argument
24 void remque(void *element) in remque() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorUtil.cs47 internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index); in IndexedConverter() argument
/third_party/skia/src/sksl/
H A DSkSLIntrinsicMap.cpp14 void IntrinsicMap::insertOrDie(String key, std::unique_ptr<ProgramElement> element) { in insertOrDie() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_string.cpp29 int32_t element = templateMap->FindEntry(rawStringsTag.GetTaggedValue()); in GetTemplateObject() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_array_test.cpp74 static void TestEtsPrimitiveArray(uint32_t arrayLength, ClassType element) in TestEtsPrimitiveArray() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dhistogram-inl.h46 void SimpleHistogram<Value>::AddValue(const Value &element, size_t number) in AddValue() argument
89 void Histogram<Value>::AddValue(const Value &element, size_t number) in AddValue() argument
[all...]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DtemplateLiteral.cpp66 const ir::Expression *element = *expressionIt; in Compile() local
/test/xts/acts/ability_lite/ability_hal/src/
H A Dability_mgr_test.c59 ElementName element = { 0 }; variable
70 ClearElement(&element); variable
86 ElementName element = { 0 }; global() variable
114 ElementName element = { 0 }; global() variable
126 ClearElement(&element); global() variable
141 ElementName element = { 0 }; global() variable
148 ClearElement(&element); global() variable
164 ElementName element = { 0 }; global() variable
180 ClearElement(&element); global() variable
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRangeValueIterator.java105 public boolean next(Element element); in next() argument
H A DValueIterator.java84 public boolean next(Element element); in next() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRangeValueIterator.java99 public boolean next(Element element); in next() argument
H A DValueIterator.java79 public boolean next(Element element); in next() argument
/third_party/mesa3d/src/util/tests/
H A Dvector_test.cpp49 void* element; in test() local
75 void* element; in test() local
/third_party/vk-gl-cts/executor/
H A DxeTestLogParser.cpp58 ContainerElement element = m_containerParser.getElement(); in parse() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhash_policy_traits_test.cc44 static std::function<Slot&(Slot*)> element; member
53 std::function<Slot&(Slot*)> PolicyWithoutOptionalOps::element; member in absl::container_internal::__anon19179::PolicyWithoutOptionalOps
72 PolicyWithoutOptionalOps::element = [&](Slot* a1) -> Slot& { in Test() member in absl::container_internal::__anon19179::Test::PolicyWithoutOptionalOps
93 MockFunction<Slot&(Slot*)> element; member
H A Dhash_policy_traits.h123 static auto element(slot_type* slot) -> decltype(P::element(slot)) { in element() function
177 -> decltype(P::apply(ReturnKey(), element(slot))) { element() function
[all...]
H A Dnode_hash_policy.h75 static Reference element(slot_type* slot) { return **slot; } in element() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map.h586 static std::pair<const K, V>& element(slot_type* slot) { return slot->value; } element() function
[all...]
H A Dflat_hash_set.h478 static T& element(slot_type* slot) { return *slot; } element() function
[all...]
/third_party/selinux/checkpolicy/
H A Dqueue.h20 queue_element_t element; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_StackTrace.cpp47 auto element = EtsHandle<EtsStackTraceElement>(coroutine, EtsStackTraceElement::Create(coroutine)); in CreateStackTraceElement() local
70 auto element = EtsHandle<EtsStackTraceElement>(coroutine, CreateStackTraceElement(&stack)); in StdCoreStackTraceProvisionStackTrace() local
/third_party/googletest/googletest/src/hwext/
H A Dgtest-utils.cc51 bool IsElementInVector(vector<int> vec, int element){ in IsElementInVector() argument
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
H A DEventLoop.h66 std::pair<jerry_value_t, BoundCallback<void(uint32_t)>*> element = *it; in dropCallback() local
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_builtin.c188 const struct gl_builtin_uniform_element *element = get_element(desc, &path); in lower_builtin_instr() local
94 get_variable(nir_builder *b, nir_deref_path *path, const struct gl_builtin_uniform_element *element) get_variable() argument

Completed in 7 milliseconds

12345678910>>...14