/test/ostest/wukong/component_event/src/ |
H A D | page_tree.cpp | 36 void RecursStatistics(std::shared_ptr<ComponentTree> parent) in RecursStatistics() 61 RecursStatistics(std::static_pointer_cast<ComponentTree>(child)); in RecursStatistics() 118 std::string pagePath = elementInfo->GetPagePath(); in SetNodeId()
|
H A D | component_tree.cpp | 30 bool ComponentTree::RecursUpdateInfo(const std::shared_ptr<ComponentTree>& source) in RecursUpdateInfo() 45 std::static_pointer_cast<ComponentTree>(child)->RecursUpdateInfo( in RecursUpdateInfo() 46 std::static_pointer_cast<ComponentTree>(sourceChild)); in RecursUpdateInfo()
|
/test/ostest/wukong/input_factory/src/ |
H A D | mouse_input.cpp | 30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in MouseInput() 82 std::string MouseInput::MouseTypeToString(int mousetype) in MouseTypeToString()
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_three_napis/entry/src/main/cpp/ |
H A D | rawfile_request.h | 41 const std::string rawfilePath() { return rawfilePath_; } in rawfilePath() 69 std::string rawfilePath_; 71 std::mutex mutex_;
|
/test/xts/acts/arkui/ace_ets_web_scheme_handler_two_napis/entry/src/main/cpp/ |
H A D | rawfile_request.h | 40 const std::string rawfilePath() { return rawfilePath_; } in rawfilePath() 67 std::string rawfilePath_; 69 std::mutex mutex_;
|
/test/xts/acts/graphic/vkgl/src/ |
H A D | ActsApp.cpp | 27 using std::string; 67 } catch (const std::exception& e) { in ActsApp() 117 } catch (const std::exception& e) { in iterate()
|
/test/xts/device_attest/test/fuzztest/devattestservicestub_fuzzer/ |
H A D | devattestservicestub_fuzzer.cpp | 22 using namespace std;
70 std::shared_ptr<DevAttestServiceStub> devattestservicestub = std::make_shared<DevattestServiceStubFuzzer>();
in OnRemoteRequest()
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
H A D | camera_benchmark_test.cpp | 19 using namespace std; 28 cameraTest = std::make_shared<OHOS::Camera::Test>(); in SetUp() 48 cameraTest->prelaunchConfig = std::make_shared<OHOS::HDI::Camera::V1_1::PrelaunchConfig>(); in BENCHMARK_F()
|
/test/xts/acts/graphic/acts_drawing_native/ |
H A D | DrawingNativeSamplingOptionsTest.cpp | 81 std::random_device rd; in HWTEST_F() 82 std::mt19937 gen(rd()); in HWTEST_F() 83 std::uniform_int_distribution<int> dis(0, 10); in HWTEST_F()
|
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/include/ |
H A D | usb_ddk_service_mock.h | 30 int32_t GetConfigDescriptor(uint64_t deviceId, uint8_t configIndex, std::vector<uint8_t> &configDesc) override; 39 uint32_t timeout, std::vector<uint8_t> &data)); 41 uint32_t timeout, const std::vector<uint8_t> &data));
|
/test/xts/hats/hdf/display/composer/common/ |
H A D | display_test_utils.h | 79 using LayersSetting = std::vector<LayerSettings>; 87 std::vector<IRect> SplitBuffer(const BufferHandle& handle, std::vector<uint32_t> &colors);
|
/test/xts/hats/kernel/syscalls/fileio/pread64/ |
H A D | Pread64ApiTest.cpp | 24 using namespace std; 86 std::fill_n(buf, sizeof(buf), 0); in HWTEST_F() 92 std::fill_n(buf, sizeof(buf), 0); in HWTEST_F()
|
/third_party/gn/src/gn/ |
H A D | builder_record.cc | 77 std::vector<const BuilderRecord*> BuilderRecord::GetSortedUnresolvedDeps() in GetSortedUnresolvedDeps() 79 std::vector<const BuilderRecord*> result; in GetSortedUnresolvedDeps() 85 std::sort(result.begin(), result.end(), LabelCompare); in GetSortedUnresolvedDeps()
|
H A D | command_ls.cc | 59 int RunLs(const std::vector<std::string>& args) { 75 std::vector<const Target*> matches; 78 std::vector<std::string> inputs(args.begin() + 1, args.end());
|
H A D | file_writer.cc | 34 const std::u16string& path = file_path.value(); in Create() 56 bool FileWriter::Write(std::string_view str) { in Write() 97 bool FileWriter::Write(std::string_view str) { in Write()
|
H A D | function_filter.cc | 65 const std::vector<Value>& args, in RunFilter() 112 const std::vector<Value>& args, in RunFilterExclude() 119 const std::vector<Value>& args, in RunFilterInclude()
|
H A D | value_unittest.cc | 37 Value scopeval(nullptr, std::unique_ptr<Scope>(scope)); in TEST() 49 Value inner_scopeval(nullptr, std::unique_ptr<Scope>(inner_scope)); in TEST() 58 Value nested_scopeval(nullptr, std::unique_ptr<Scope>(nested_scope)); in TEST()
|
H A D | resolved_target_deps.h | 65 static std::unique_ptr<const Target*[]> Allocate( in Allocate() 71 auto result = std::make_unique<const Target*[]>(total_size); in Allocate() 87 std::unique_ptr<const Target*[]> deps_;
|
/third_party/glslang/glslang/Include/ |
H A D | SpirvIntrinsics.h | 106 return std::get<const TIntermConstantUnion*>(value); in getAsConstant() 112 return std::get<const TType*>(value); in getAsType() 120 std::variant<const TIntermConstantUnion*, const TType*> value;
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_tools.cc | 45 QPDFObjectHandle makePage(QPDF &pdf,const std::map<std::string,QPDFObjectHandle> &xobjs,QPDFObjectHandle mediabox,const std::string &content) // {{{ in makePage() argument
|
/third_party/icu/icu4c/source/test/fuzzer/ |
H A D | break_iterator_fuzzer.cpp | 32 std::unique_ptr<char16_t[]> fuzzbuff(new char16_t[unistr_size]); in LLVMFuzzerTestOneInput() 33 std::memcpy(fuzzbuff.get(), data, unistr_size * 2); in LLVMFuzzerTestOneInput() 39 std::unique_ptr<icu::BreakIterator> bi; in LLVMFuzzerTestOneInput()
|
/third_party/libabigail/tests/ |
H A D | test-diff-dwarf-abixml.cc | 19 using std::string; 20 using std::ofstream; 21 using std::cerr;
|
/third_party/json/include/nlohmann/detail/iterators/ |
H A D | primitive_iterator.hpp | 32 using difference_type = std::ptrdiff_t; 38 difference_type m_it = (std::numeric_limits<std::ptrdiff_t>::min)();
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_cs.cpp | 80 bool ComputeShader::read_prop(UNUSED std::istream& is) in read_prop() 85 void ComputeShader::do_print_properties(UNUSED std::ostream& os) const in do_print_properties() 110 bool ComputeShader::emit_load_3vec(nir_intrinsic_instr* instr, const std::array<PRegister,3>& src) in emit_load_3vec() argument
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | status.cc | 12 std::string Status::Message() const { in Message() 123 std::string Status::ToASCIIString() const { in ToASCIIString() 126 return Message() + " at position " + std::to_string(pos); in ToASCIIString()
|