Home
last modified time | relevance | path

Searched defs:out (Results 1 - 25 of 110) sorted by relevance

12345

/arkcompiler/runtime_core/libpandabase/os/
H A Dstacktrace.h47 inline std::ostream &PrintStack(std::ostream &out) in PrintStack() argument
H A Dstacktrace_stub.cpp29 std::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack() argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dstacktrace.h48 inline std::ostream &PrintStack(std::ostream &out) in PrintStack() argument
H A Dstacktrace_stub.cpp25 std::ostream &PrintStack([[maybe_unused]] const std::vector<uintptr_t> &stacktrace, std::ostream &out) in PrintStack() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dproperty.cpp24 bool GetPropertyBuffer([[maybe_unused]] const char *ark_prop, [[maybe_unused]] std::string &out) in GetPropertyBuffer() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dproperty.cpp24 bool GetPropertyBuffer([[maybe_unused]] const char *arkProp, [[maybe_unused]] std::string &out) in GetPropertyBuffer() argument
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem_hooks.h42 static _CrtMemState begin, end, out; member in ark::os::windows::mem_hooks::PandaHooks
/test/xts/acts/sample_lite/hcpptest_posix/src/
H A DIsPrimeParamTest.cpp23 bool out; member
47 bool out = GetParam().out; in TEST_P() local
/applications/standard/calendardata/calendarmanager/native/include/
H A Dnative_util.h65 int GetValue(DataShareResultSetPtr &resultSet, string_view fieldName, T& out) in GetValue() argument
77 int GetValueOptional(DataShareResultSetPtr &resultSet, string_view fieldName, std::optional<T>& out) in GetValueOptional() argument
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp238 std::stringstream out; in HWTEST_F() local
444 std::stringstream out; in HWTEST_F() local
[all...]
H A Ddump_test.cpp195 std::stringstream out; in HWTEST_F() local
249 std::stringstream out; HWTEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/tests/gtest_launcher/
H A Dmain.cpp52 std::stringstream out; in HandleTimeout() local
/arkcompiler/runtime_core/tests/gtest_launcher/
H A Dmain.cpp49 std::stringstream out; in HandleTimeout() local
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.cpp29 std::ostream &operator<<(std::ostream &out, DebugEvent value) in operator <<() argument
60 std::ostream &operator<<(std::ostream &out, std::nullptr_t) in operator <<() argument
/test/xts/acts/global_lite/i18n_lite/week_plural_number/src/
H A Dweek_plural_number_test.cpp55 int out = formatter.GetPluralRuleIndex(number, status); in HWTEST_F() local
76 int out = formatter.GetPluralRuleIndex(number, status); in HWTEST_F() local
97 int out = formatter.GetPluralRuleIndex(number, status); HWTEST_F() local
147 int out = formatter.GetPluralRuleIndex(number, status); HWTEST_F() local
165 int out = formatter.GetPluralRuleIndex(number, status); HWTEST_F() local
220 std::string out = formatter.Format(intNum1, status_v2); HWTEST_F() local
240 std::string out = formatter.Format(intNum1, status_v2); HWTEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dliveness_use_table.cpp50 void UseTable::Dump(std::ostream &out, Arch arch) const in Dump() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/
H A Detsnative_library_path_test.cpp37 inline std::ostream &operator<<(std::ostream &out, const TestParams &val) in operator <<() argument
/applications/standard/calendardata/calendarmanager/napi/include/
H A Dnapi_util.h142 SetNamedProperty(napi_env env, const string& prop, const T&nativeValue, napi_value& out) SetNamedProperty() argument
153 SetNamedPropertyOptional(napi_env env, const string& prop, const std::optional<T>&nativeValue, napi_value& out) SetNamedPropertyOptional() argument
168 GetNamedPropertyOptional(napi_env env, napi_value in, const std::string& prop, std::optional<T>& out) GetNamedPropertyOptional() argument
193 SetValueArray(napi_env env, const std::vector<T>& in, napi_value& out) SetValueArray() argument
213 GetValueArray(napi_env env, napi_value in, std::vector<T>& out) GetValueArray() argument
[all...]
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.h169 CreateScalarPrimValueItem(panda_file::ItemContainer *container, const Value *value, std::vector<panda_file::ScalarValueItem> *out) CreateScalarPrimValueItem() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp34 auto& out = std::cerr; in PrintStatistics() local
/arkcompiler/runtime_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp54 std::stringstream out; in TEST() local
68 std::stringstream out; in TEST() local
95 std::stringstream out; TEST() local
146 std::stringstream out; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.h179 CreateScalarPrimValueItem(panda_file::ItemContainer *container, const Value *value, std::vector<panda_file::ScalarValueItem> *out) CreateScalarPrimValueItem() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager_statistics.cpp36 auto& out = std::cerr; in PrintStatistics() local
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H A Dhotness_counters.h44 explicit HCountersFunctor(std::ostream &out) : out_(out) {} in HCountersFunctor() argument
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dalloc_tracker_test.cpp54 std::stringstream out; in TEST() local
68 std::stringstream out; in TEST() local
96 std::stringstream out; TEST() local
150 std::stringstream out; TEST() local
[all...]

Completed in 9 milliseconds

12345