| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory.cpp | 817 NewJsonFixedArray(size_t start, size_t length, const std::vector<JSHandle<JSTaggedValue>> &vec) NewJsonFixedArray() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 2549 std::vector<PhiDesc> vec; in AddPhiDesc() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_render_node.cpp | 936 CollectSurface( const std::shared_ptr<RSRenderNode>& node, std::vector<RSRenderNode::SharedPtr>& vec, bool isUniRender, bool onlyFirstLevel) CollectSurface() argument
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
| H A D | capture_session.cpp | 4919 std::vector<uint8_t> vec = {}; in SetEffectSuggestionStatus() local 4956 std::vector<uint8_t> vec = {type, isEnable}; in UpdateEffectSuggestion() local [all...] |
| /foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
| H A D | camera_framework_moduletest.cpp | 8815 auto vec = camSession->GetSubFeatureMods(); in HWTEST_F() local
|
| /third_party/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 6896 std::vector<std::string> vec; in TEST() local [all...] |
| /third_party/mesa3d/include/CL/ |
| H A D | cl2.hpp | 1995 BuildError(cl_int err, const char * errStr, const BuildLogType &vec) : Error(err, errStr), buildLogs(vec) in BuildError() argument
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_build.c | 560 LLVMValueRef vec = NULL; in ac_build_varying_gather_values() local 583 LLVMValueRef vec = NULL; in ac_build_gather_values_extended() local [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bifrost_compile.c | 155 bi_extract(bi_builder *b, bi_index vec, unsigned channel) in bi_extract() argument 202 bi_emit_split_i32(bi_builder *b, bi_index dests[4], bi_index vec, unsigned n) in bi_emit_split_i32() argument 222 bi_emit_cached_split_i32(bi_builder *b, bi_index vec, unsigne argument 234 bi_emit_cached_split(bi_builder *b, bi_index vec, unsigned bits) bi_emit_cached_split() argument 2325 bi_index vec = bi_src_index(&instr->src[0].src); bi_emit_alu() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 287 std::string toString(const std::vector<T>& vec) in toString() argument 427 std::ostream& operator<< (std::ostream& out, const PipelineExecutablePropertyVec& vec) in operator <<() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 7221 vector<deFloat16> vec; squarizeVector() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkPath.cpp | 2161 SkVector vec = *points - currPt; in BySign() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineShaderModuleIdentifierTests.cpp | 284 std::string toString(const std::vector<T>& vec) in toString() argument 424 std::ostream& operator<< (std::ostream& out, const PipelineExecutablePropertyVec& vec) in operator <<() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 7209 vector<deFloat16> vec; squarizeVector() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 4139 const std::vector<std::vector<std::string>> vec = it->second; in SetpkgContextInfoList() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
| H A D | web_delegate.cpp | 6914 std::vector<int8_t> vec = { -1, -1 }; in GetWordSelection() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| H A D | rosen_render_context.cpp | 6416 auto vec = propTransform_->GetTransformCenterValue(); local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
| H A D | web_pattern.cpp | 6668 std::string WebPattern::VectorIntToString(std::vector<int64_t>&& vec) in VectorIntToString() argument
|
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslParseHelper.cpp | 3579 TIntermTyped* vec = nullptr; in decomposeStructBufferMethods() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 2546 find_imm_in_vec4(const union tgsi_immediate_data vec[4], in find_imm_in_vec4() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_conn.c | 5615 static int ensure_decrypt_buffer(ngtcp2_vec *vec, size_t n, size_t initial, in ensure_decrypt_buffer() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingMiscTests.cpp | 2391 const auto& vec = shaderStageToLevelVecReportedMap.at(VK_SHADER_STAGE_CALLABLE_BIT_KHR); variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | FrameCapture.cpp | 382 void WriteInlineData(const std::vector<uint8_t> &vec, std::ostream &out) in WriteInlineData() argument 401 void WriteInlineData<GLchar>(const std::vector<uint8_t> &vec, std::ostream &out) in WriteInlineData() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | bc.c | 974 void bc_vec_free(void *vec) { in bc_vec_free() argument 1025 BcStatus bc_read_chars(BcVec *vec, char *prompt) { in bc_read_chars() argument 1072 BcStatus bc_read_line(BcVec *vec, char *prompt) { in bc_read_line() argument 4966 BcVec *vec; bc_program_copyToVar() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingMiscTests.cpp | 2390 const auto& vec = shaderStageToLevelVecReportedMap.at(VK_SHADER_STAGE_CALLABLE_BIT_KHR); variable
|