Searched refs:std (Results 11426 - 11450 of 21487) sorted by relevance
1...<<451452453454455456457458459460>>...860
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTestCase.cpp | 33 using namespace std; 77 void TestNode::addRootChild (const std::string& groupName, const CaseListFilter* caseListFilter, TestCaseGroup* (*createTestGroup)(tcu::TestContext& testCtx, const std::string& name)) in addRootChild() 94 throw tcu::InternalError(std::string("Test case with non-unique name '") + node->getName() + "' added to group '" + getName() + "'."); in addChild()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluProgramInterfaceQuery.cpp | 41 void getProgramResourceName (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::string& dst) in getProgramResourceName() 47 std::vector<char> buf(length+1); in getProgramResourceName() 55 std::ostringstream msg; in getProgramResourceName() 61 static void getProgramInterfaceActiveVariables (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, std::vector<int>& activeVariables) in getProgramInterfaceActiveVariables()
|
H A D | gluVarTypeUtil.cpp | 90 std::string parseVariableName (const char* nameWithPath) in parseVariableName() 116 std::string memberName = tokenizer.getIdentifier(); in parseTypePath() 162 std::ostream& operator<< (std::ostream& str, const TypeAccessFormat& format) in operator <<()
|
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/ |
H A D | ivpss_object.h | 25 static std::shared_ptr<IVpssObject> CreateVpssObject(); 27 virtual void ConfigVpss(std::vector<DeviceFormat>& format) = 0;
|
H A D | ivo_object.h | 25 static std::shared_ptr<IVoObject> CreateVoObject(); 27 virtual void ConfigVo(std::vector<DeviceFormat>& format) = 0;
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_netlink_monitor.h | 33 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.h | 34 std::unique_ptr<std::thread> mThread;
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_cpp.cpp | 27 std::cout << "DONE!" << std::endl; in main()
|
/third_party/backends/backend/genesys/ |
H A D | status.h | 41 std::ostream& operator<<(std::ostream& out, Status status);
|
H A D | status.cpp | 28 std::ostream& operator<<(std::ostream& out, Status status) in operator <<()
|
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-utils.h | 12 using ::std::string; 13 using ::std::vector;
|
/third_party/gn/src/gn/ |
H A D | swift_variables.cc | 35 info_map->insert(std::make_pair( in InsertSwiftVariables() 39 info_map->insert(std::make_pair( in InsertSwiftVariables()
|
/third_party/json/docs/examples/ |
H A D | erase__object_t_key_type.cpp | 16 std::cout << j_object << '\n'; in main() 17 std::cout << count_one << " " << count_three << '\n'; in main()
|
H A D | insert__range.cpp | 18 std::cout << *new_pos << '\n'; in main() 19 std::cout << v << '\n'; in main()
|
H A D | json_pointer__back.cpp | 13 std::cout << "last reference token of \"" << ptr1 << "\" is \"" << ptr1.back() << "\"\n" in main() 14 << "last reference token of \"" << ptr2 << "\" is \"" << ptr2.back() << "\"" << std::endl; in main()
|
H A D | parse__pointers.cpp | 14 std::cout << std::setw(4) << j_complete << "\n\n"; in main()
|
H A D | parse_error.cpp | 16 std::cout << "message: " << e.what() << '\n' in main() 18 << "byte position of error: " << e.byte << std::endl; in main()
|
/third_party/json/tests/abi/config/ |
H A D | noversion.cpp | 22 std::string expected = "nlohmann::json_abi"; 35 std::string ns{STRINGIZE(NLOHMANN_JSON_NAMESPACE) "::basic_json"};
|
H A D | custom.cpp | 25 std::string expected = "nlohmann::basic_json"; 28 std::string ns{STRINGIZE(NLOHMANN_JSON_NAMESPACE) "::basic_json"};
|
/third_party/json/tests/abi/diag/ |
H A D | diag_off.cpp | 15 std::size_t json_sizeof_diag_off() in json_sizeof_diag_off() 20 std::size_t json_sizeof_diag_off_explicit() in json_sizeof_diag_off_explicit()
|
H A D | diag_on.cpp | 15 std::size_t json_sizeof_diag_on() in json_sizeof_diag_on() 20 std::size_t json_sizeof_diag_on_explicit() in json_sizeof_diag_on_explicit()
|
Completed in 16 milliseconds
1...<<451452453454455456457458459460>>...860