Home
last modified time | relevance | path

Searched refs:std (Results 11126 - 11150 of 21835) sorted by relevance

1...<<441442443444445446447448449450>>...874

/test/ostest/wukong/component_event/src/
H A Dpage_tree.cpp36 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 Dcomponent_tree.cpp30 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 Dmouse_input.cpp30 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 Drawfile_request.h41 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 Drawfile_request.h40 const std::string rawfilePath() { return rawfilePath_; } in rawfilePath()
67 std::string rawfilePath_;
69 std::mutex mutex_;
/test/xts/acts/graphic/vkgl/src/
H A DActsApp.cpp27 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 Ddevattestservicestub_fuzzer.cpp22 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 Dcamera_benchmark_test.cpp19 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 DDrawingNativeSamplingOptionsTest.cpp81 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 Dusb_ddk_service_mock.h30 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 Ddisplay_test_utils.h79 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 DPread64ApiTest.cpp24 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 Dbuilder_record.cc77 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 Dcommand_ls.cc59 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 Dfile_writer.cc34 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 Dfunction_filter.cc65 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 Dvalue_unittest.cc37 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 Dresolved_target_deps.h65 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 DSpirvIntrinsics.h106 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 Dqpdf_tools.cc45 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 Dbreak_iterator_fuzzer.cpp32 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 Dtest-diff-dwarf-abixml.cc19 using std::string;
20 using std::ofstream;
21 using std::cerr;
/third_party/json/include/nlohmann/detail/iterators/
H A Dprimitive_iterator.hpp32 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 Dsfn_shader_cs.cpp80 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 Dstatus.cc12 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()

Completed in 16 milliseconds

1...<<441442443444445446447448449450>>...874