| /arkcompiler/runtime_core/libpandabase/os/ |
| H A D | stacktrace.h | 47 inline std::ostream &PrintStack(std::ostream &out) in PrintStack() argument
|
| H A D | stacktrace_stub.cpp | 29 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 D | stacktrace.h | 48 inline std::ostream &PrintStack(std::ostream &out) in PrintStack() argument
|
| H A D | stacktrace_stub.cpp | 25 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 D | property.cpp | 24 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 D | property.cpp | 24 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 D | mem_hooks.h | 42 static _CrtMemState begin, end, out; member in ark::os::windows::mem_hooks::PandaHooks
|
| /test/xts/acts/sample_lite/hcpptest_posix/src/ |
| H A D | IsPrimeParamTest.cpp | 23 bool out; member 47 bool out = GetParam().out; in TEST_P() local
|
| /applications/standard/calendardata/calendarmanager/native/include/ |
| H A D | native_util.h | 65 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 D | compiler_graph_test.cpp | 238 std::stringstream out; in HWTEST_F() local 444 std::stringstream out; in HWTEST_F() local [all...] |
| H A D | dump_test.cpp | 195 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 D | main.cpp | 52 std::stringstream out; in HandleTimeout() local
|
| /arkcompiler/runtime_core/tests/gtest_launcher/ |
| H A D | main.cpp | 49 std::stringstream out; in HandleTimeout() local
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| H A D | test_util.cpp | 29 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 D | week_plural_number_test.cpp | 55 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 D | liveness_use_table.cpp | 50 void UseTable::Dump(std::ostream &out, Arch arch) const in Dump() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/etsnative/ |
| H A D | etsnative_library_path_test.cpp | 37 inline std::ostream &operator<<(std::ostream &out, const TestParams &val) in operator <<() argument
|
| /applications/standard/calendardata/calendarmanager/napi/include/ |
| H A D | napi_util.h | 142 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 D | assembly-emitter.h | 169 CreateScalarPrimValueItem(panda_file::ItemContainer *container, const Value *value, std::vector<panda_file::ScalarValueItem> *out) CreateScalarPrimValueItem() argument [all...] |
| /arkcompiler/runtime_core/compiler/optimizer/ |
| H A D | pass_manager_statistics.cpp | 34 auto& out = std::cerr; in PrintStatistics() local
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | alloc_tracker_test.cpp | 54 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 D | assembly-emitter.h | 179 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 D | pass_manager_statistics.cpp | 36 auto& out = std::cerr; in PrintStatistics() local
|
| /arkcompiler/runtime_core/static_core/dprof/converter/features/ |
| H A D | hotness_counters.h | 44 explicit HCountersFunctor(std::ostream &out) : out_(out) {} in HCountersFunctor() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | alloc_tracker_test.cpp | 54 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...] |