Home
last modified time | relevance | path

Searched defs:vec (Results 26 - 50 of 1008) sorted by relevance

12345678910>>...41

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dlinear_map.h38 int64_t BinarySearchFindIndex(const LinearMapNode<T>* vec, size_t length, const char* key) in BinarySearchFindIndex() argument
50 int64_t BinarySearchFindIndex(const LinearEnumMapNode<K, V>* vec, size_t length, K key) in BinarySearchFindIndex() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_utils_server.h33 std::string ToLogString(std::set<T> vec) in ToLogString() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/engine/
H A Dinternal_access.h78 BASE_NS::vector<Type> vec; variable
102 BASE_NS::vector<Type> vec; variable
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/
H A Dutil.h25 BASE_NS::vector<IEngineValue::Ptr> vec; local
40 BASE_NS::vector<IEngineValue::Ptr> vec; local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_occlusion_data.h38 RSOcclusionData(VisibleData& vec) in RSOcclusionData() argument
/foundation/multimedia/av_session/services/session/server/test/
H A Dhash_calculator_test.cpp53 std::vector<uint8_t> vec; in HWTEST_F() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_ip_tools_test.cpp119 std::vector<std::string> vec; in HWTEST_F() local
/third_party/json/docs/examples/
H A Dsax_parse__binary.cpp98 std::vector<std::uint8_t> vec = {{0x44, 0xcA, 0xfe, 0xba, 0xbe}}; in main() local
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_lower_split_64bit.c49 bi_index vec = bi_temp(ctx); in lower_split_src() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTestsUtil.hpp42 inline vk::VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeTestsUtil.hpp42 inline vk::VkExtent3D makeExtent3D (const tcu::IVec3& vec) in makeExtent3D() argument
/third_party/skia/third_party/externals/spirv-tools/test/util/
H A Dsmall_vector_test.cpp28 SmallVector<uint32_t, 2> vec; in TEST() local
36 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local
48 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
168 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
181 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
194 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
208 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
222 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
241 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
260 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
271 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
281 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
291 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
302 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
313 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
323 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
333 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
343 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
353 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
363 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
373 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
383 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
393 SmallVector<uint32_t, 2> vec; TEST() local
409 SmallVector<uint32_t, 2> vec; TEST() local
425 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
435 SmallVector<uint32_t, 2> vec = {}; TEST() local
448 SmallVector<uint32_t, 2> vec = {}; TEST() local
461 SmallVector<uint32_t, 2> vec = {0}; TEST() local
474 SmallVector<uint32_t, 6> vec = {0}; TEST() local
487 SmallVector<uint32_t, 2> vec = {0, 1, 2}; TEST() local
499 SmallVector<uint32_t, 6> vec = {0, 1, 2}; TEST() local
511 SmallVector<uint32_t, 2> vec = {0, 1, 2}; TEST() local
524 SmallVector<uint32_t, 6> vec = {0, 1, 2}; TEST() local
537 SmallVector<uint32_t, 2> vec = {0, 1, 2}; TEST() local
547 SmallVector<uint32_t, 8> vec = {0, 1, 2}; TEST() local
557 SmallVector<uint32_t, 4> vec = {0, 1, 2}; TEST() local
567 SmallVector<uint32_t, 4> vec = {0, 1, 2, 10, 10, 10}; TEST() local
577 SmallVector<uint32_t, 2> vec = {0, 1, 2, 10, 10, 10}; TEST() local
587 SmallVector<uint32_t, 8> vec = {0, 1, 2, 10, 10, 10}; TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/
H A Dsmall_vector_test.cpp28 SmallVector<uint32_t, 2> vec; in TEST() local
36 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; in TEST() local
48 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
168 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
181 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
194 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
208 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
222 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
241 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
260 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
271 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
281 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
291 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
302 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
313 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
323 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
333 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
343 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
353 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
363 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
373 SmallVector<uint32_t, 6> vec = {0, 1, 2, 3}; TEST() local
383 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
393 SmallVector<uint32_t, 2> vec; TEST() local
409 SmallVector<uint32_t, 2> vec; TEST() local
425 SmallVector<uint32_t, 2> vec = {0, 1, 2, 3}; TEST() local
435 SmallVector<uint32_t, 2> vec = {}; TEST() local
448 SmallVector<uint32_t, 2> vec = {}; TEST() local
461 SmallVector<uint32_t, 2> vec = {0}; TEST() local
474 SmallVector<uint32_t, 6> vec = {0}; TEST() local
487 SmallVector<uint32_t, 2> vec = {0, 1, 2}; TEST() local
499 SmallVector<uint32_t, 6> vec = {0, 1, 2}; TEST() local
511 SmallVector<uint32_t, 2> vec = {0, 1, 2}; TEST() local
524 SmallVector<uint32_t, 6> vec = {0, 1, 2}; TEST() local
537 SmallVector<uint32_t, 2> vec = {0, 1, 2}; TEST() local
547 SmallVector<uint32_t, 8> vec = {0, 1, 2}; TEST() local
557 SmallVector<uint32_t, 4> vec = {0, 1, 2}; TEST() local
567 SmallVector<uint32_t, 4> vec = {0, 1, 2, 10, 10, 10}; TEST() local
577 SmallVector<uint32_t, 2> vec = {0, 1, 2, 10, 10, 10}; TEST() local
587 SmallVector<uint32_t, 8> vec = {0, 1, 2, 10, 10, 10}; TEST() local
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfttrigon.h288 FT_Vector_Length( FT_Vector* vec ); variable
[all...]
/third_party/skia/third_party/externals/tint/src/ast/
H A Dcall_expression_test.cc34 const auto& vec = stmt->args; in TEST_F() local
61 const auto& vec = stmt->args; in TEST_F() local
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
H A Dhilog_input_socket_client.cpp42 iovec vec[3]; in WriteLogMessage() local
/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_page_manager_unittest.cpp28 std::string ToString(const std::vector<std::string> &vec) in ToString() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_info_wrapper.cpp64 ArkWebStringVector vec = ctocpp_->GetAdditions(); in GetAdditions() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp66 std::vector<std::string> vec = real_->GetAdditions(); in GetAdditions() local
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_utils.cpp49 char** VectorToCArrString(const std::vector<std::string>& vec) in VectorToCArrString() argument
64 uint8_t* VectorToCArrUI8(const std::vector<uint8_t> vec) in VectorToCArrUI8() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_element.cpp61 Offset vec = childRect.Center() - rect.Center(); in AcceptFocusByRectOfLastFocus() local
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dbreadth_first_iteration.h25 void AddToQueue(BASE_NS::vector<IIterable::ConstPtr>& vec, const Type& t) in AddToQueue() argument
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davsession_pixel_map_adapter_test.cpp55 std::vector<uint8_t> vec = {255, 255}; in HWTEST_F() local
71 std::vector<uint8_t> vec = {0, 0}; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dinterface_info_test.cpp144 std::vector<int> vec = { 65, 66, 67, 68, 69 }; in HWTEST_F() local
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_utils.cpp48 std::vector<std::string> vec = StrSplit(str, "\\."); in IpStrToArray() local

Completed in 8 milliseconds

12345678910>>...41