| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_shared_memory-inl.h | 52 void EtsSharedMemory::SetElement(uint32_t index, T element) in SetElement() argument
|
| /third_party/musl/src/search/ |
| H A D | insque.c | 8 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 D | DescriptorUtil.cs | 47 internal delegate TOutput IndexedConverter<TInput, TOutput>(TInput element, int index); in IndexedConverter() argument
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLIntrinsicMap.cpp | 14 void IntrinsicMap::insertOrDie(String key, std::unique_ptr<ProgramElement> element) { in insertOrDie() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_string.cpp | 29 int32_t element = templateMap->FindEntry(rawStringsTag.GetTaggedValue()); in GetTemplateObject() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| H A D | ets_array_test.cpp | 74 static void TestEtsPrimitiveArray(uint32_t arrayLength, ClassType element) in TestEtsPrimitiveArray() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | histogram-inl.h | 46 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 D | templateLiteral.cpp | 66 const ir::Expression *element = *expressionIt; in Compile() local
|
| /test/xts/acts/ability_lite/ability_hal/src/ |
| H A D | ability_mgr_test.c | 59 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 D | RangeValueIterator.java | 105 public boolean next(Element element); in next() argument
|
| H A D | ValueIterator.java | 84 public boolean next(Element element); in next() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | RangeValueIterator.java | 99 public boolean next(Element element); in next() argument
|
| H A D | ValueIterator.java | 79 public boolean next(Element element); in next() argument
|
| /third_party/mesa3d/src/util/tests/ |
| H A D | vector_test.cpp | 49 void* element; in test() local 75 void* element; in test() local
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestLogParser.cpp | 58 ContainerElement element = m_containerParser.getElement(); in parse() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | hash_policy_traits_test.cc | 44 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 D | hash_policy_traits.h | 123 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 D | node_hash_policy.h | 75 static Reference element(slot_type* slot) { return **slot; } in element() function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | flat_hash_map.h | 586 static std::pair<const K, V>& element(slot_type* slot) { return slot->value; } element() function [all...] |
| H A D | flat_hash_set.h | 478 static T& element(slot_type* slot) { return *slot; } element() function [all...] |
| /third_party/selinux/checkpolicy/ |
| H A D | queue.h | 20 queue_element_t element; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_StackTrace.cpp | 47 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 D | gtest-utils.cc | 51 bool IsElementInVector(vector<int> vec, int element){
in IsElementInVector() argument
|
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/ |
| H A D | EventLoop.h | 66 std::pair<jerry_value_t, BoundCallback<void(uint32_t)>*> element = *it; in dropCallback() local
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_nir_lower_builtin.c | 188 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
|