| /third_party/python/Lib/collections/ |
| H A D | __init__.py | 624 def elements(self): global() member in Counter [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 802 deUint32 elements; member
|
| H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 552 deUint32 elements; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderApiTests.cpp | 353 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 66 deUint32 elements; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 824 deUint32 elements; member
|
| H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 570 deUint32 elements; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderApiTests.cpp | 353 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument
|
| /third_party/skia/src/gpu/v1/ |
| H A D | ClipStack.cpp | 307 render_sw_mask(GrRecordingContext* context, const SkIRect& bounds, const skgpu::v1::ClipStack::Element** elements, int count) render_sw_mask() argument 371 render_stencil_mask(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, uint32_t genID, const SkIRect& bounds, const skgpu::v1::ClipStack::Element** elements, int count, GrAppliedClip* out) render_stencil_mask() argument 840 removeElements(RawElement::Stack* elements) removeElements() argument 846 restoreElements(RawElement::Stack* elements) restoreElements() argument 895 addElement(RawElement&& toAdd, RawElement::Stack* elements) addElement() argument 928 this->replaceWithElement(std::move(toAdd), elements); addElement() local 941 this->replaceWithElement(std::move(toAdd), elements); addElement() local 992 appendElement(RawElement&& toAdd, RawElement::Stack* elements) appendElement() argument 1085 replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements) replaceWithElement() argument 1593 GetSWMaskFP(GrRecordingContext* context, Mask::Stack* masks, const SaveRecord& current, const SkIRect& bounds, const Element** elements, int count, std::unique_ptr<GrFragmentProcessor> clipFP) GetSWMaskFP() argument [all...] |
| /third_party/skia/tests/ |
| H A D | GrClipStackTest.cpp | 154 ElementsBuilder(TestCaseBuilder* builder, std::vector<ClipStack::Element>* elements) in ElementsBuilder() argument 1769 auto elements = cs.begin(); DEF_TEST() local [all...] |
| /third_party/skia/src/sksl/ |
| H A D | SkSLInliner.cpp | 784 void visit(const std::vector<std::unique_ptr<ProgramElement>>& elements, in visit() argument 1076 void Inliner::buildCandidateList(const std::vector<std::unique_ptr<ProgramElement>>& elements, in buildCandidateList() argument 1139 bool Inliner::analyze(const std::vector<std::unique_ptr<ProgramElement>>& elements, in analyze() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 66 deUint32 elements; member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | tls_gnutls.c | 1157 unsigned int elements = 0; in tls_connection_verify_peer() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls_gnutls.c | 1157 unsigned int elements = 0; in tls_connection_verify_peer() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 579 JSTaggedValue elements = JSHandle<JSObject>(res)->GetElements(); in SerializeMultiSharedRegionTest() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 3666 JSHandle<TaggedArray> elements = JSSharedModule::CloneEnvForSModule(thread, module1, envRec); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-emitter.cpp | 393 std::vector<ScalarValueItem> elements; in CreateValueItem() local
|
| /arkcompiler/runtime_core/disassembler/ |
| H A D | disassembler.cpp | 1826 void Disassembler::SerializeAnnotationElement(const std::vector<pandasm::AnnotationElement> &elements, in SerializeAnnotationElement() argument 1873 std::vector<pandasm::AnnotationElement> elements = ann.GetElements(); in SerializeMethodAnnotation() local
|
| /arkcompiler/runtime_core/abc2program/tests/cpp_sources/ |
| H A D | hello_world_test.cpp | 997 const auto &elements = anno->GetElements(); in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-emitter.cpp | 562 std::vector<ScalarValueItem> elements; in CreateValueItem() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | parserImpl.cpp | 1083 const auto &elements = node->AsArrayPattern()->Elements(); in ValidateArrowParameterBindings() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_array.cpp | 105 auto elements = factory->NewTaggedArray(argc, JSTaggedValue::Undefined()); in ArrayConstructor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.cpp | 2647 GateRef elements = GetElementsArray(*res); in GenerateCircuit() local 2653 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, *i, receiver); in GenerateCircuit() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | interpreter_stub.cpp | 597 GateRef elements = GetElementsArray(*res);
in DECLARE_ASM_HANDLER() local 603 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, *i, receiver);
in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | debugger_api.cpp | 1227 uint32_t elements = static_cast<uint32_t>(iteratedMap->NumberOfElements()); in GetTreeMapValue() local 1254 uint32_t elements = static_cast<uint32_t>(iteratedSet->NumberOfElements()); in GetTreeSetValue() local
|