| /third_party/zlib/ |
| H A D | gzread.c | 564 unsigned char *src = state->out + state->x.have; in gzungetc() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_symbol.h | 121 static bool Equal(const JSSymbol &src, const JSSymbol &dst) in Equal() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | spill_fills_resolver.cpp | 282 auto src in AddMovesChain() local [all...] |
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | const_folding_test.cpp | 70 void CastTest(From src, To dst, DataType::Type dstType) in CastTest() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | spill_fills_resolver.cpp | 283 auto src in AddMovesChain() local [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_array.h | 199 void CopyData(Span<uint8_t> &src, Span<uint8_t> &dst) in CopyData() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | object_header.cpp | 160 ObjectHeader *ObjectHeader::Clone(ObjectHeader *src) in Clone() argument 166 static ObjectHeader *AllocateObjectAndGetDst(ObjectHeader *src, Class *objectClass, size_t objSize, in AllocateObjectAndGetDst() argument 178 ObjectHeader *ObjectHeader::ShallowCopy(ObjectHeader *src) in ShallowCopy() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| H A D | union_normalization_test.cpp | 73 void InitializeChecker(std::string_view fileName, std::string_view src) in InitializeChecker() argument 99 void InitializeChecker(const char **argv, std::string_view fileName, std::string_view src, in InitializeChecker() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | helpers.h | 168 static ArenaVector<T *> ConvertVector(const ArenaVector<V *> &src) in ConvertVector() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | compileQueue.h | 77 explicit CompileFileJob(es2panda::SourceFile *src, es2panda::CompilerOptions *options, in CompileFileJob() argument 201 CompileAbcClassQueue(size_t threadCount, const es2panda::CompilerOptions &options, abc2program::Abc2ProgramCompiler &compiler, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, panda::ArenaAllocator *allocator, es2panda::SourceFile *src) CompileAbcClassQueue() argument
|
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.cpp | 57 panda::pandasm::Program *CreateJsonContentProgram(std::string src, std::string rname, util::PatchFix *patchFixHelper) in CreateJsonContentProgram() argument 102 void Compiler::CompileAbcFileInParallel(SourceFile *src, const CompilerOptions &options, in CompileAbcFileInParallel() argument 279 panda::pandasm::Program *Compiler::CompileFile(const CompilerOptions &options, SourceFile *src, in CompileFile() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackgetter.cpp | 123 bool JsStackGetter::CheckAndCopy(char *dest, size_t length, const char *src) in CheckAndCopy() argument
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_hashmap.cpp | 146 void JSAPIHashMap::SetAll(JSThread *thread, JSHandle<JSAPIHashMap> dst, JSHandle<JSAPIHashMap> src) in SetAll() argument
|
| /base/hiviewdfx/hiview/utility/common_utils/ |
| H A D | tbox.cpp | 66 bool Tbox::GetPartial(const string& src, const string& res, string& des) in GetPartial() argument 168 int64_t Tbox::GetHappenTime(const string& src, const string& regex) in GetHappenTime() argument
|
| /base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/ |
| H A D | hisysevent_c_wrapper.cpp | 26 static inline void ConvertParamWrapper(const HiSysEventParamWrapper src[], HiSysEventParam dest[], unsigned int size) in ConvertParamWrapper() argument 39 static void SplitStringToArray(const char src[], unsigned int srcMaxLen, char dest[][MAX_LENGTH_OF_EVENT_NAME], in SplitStringToArray() argument 78 static inline void ConvertQueryRuleWrapper(const HiSysEventQueryRuleWrapper src[], HiSysEventQueryRule dest[], in ConvertQueryRuleWrapper() argument [all...] |
| /base/hiviewdfx/hitrace/frameworks/native/ |
| H A D | common_utils.cpp | 35 std::string CanonicalizeSpecPath(const char* src)
in CanonicalizeSpecPath() argument [all...] |
| /base/hiviewdfx/hiview/base/event_raw/decoded/ |
| H A D | decoded_event.cpp | 35 std::string TransUInt64ToFixedLengthStr(uint64_t src) in TransUInt64ToFixedLengthStr() argument 48 DecodedEvent::DecodedEvent(uint8_t* src) in DecodedEvent() argument
|
| /base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
| H A D | Utils.java | 246 public static void generateTypesFile(File src, File dst, ArrayList<ConfigItem> configItems) { in generateTypesFile() argument 349 public static void generateI18nPatternFile(File src, File dst, ArrayList<ConfigItem> items) { in generateI18nPatternFile() argument
|
| /base/global/resource_management/frameworks/resmgr/src/utils/ |
| H A D | psue_manager.cpp | 93 std::string PsueManager::Convert(const std::string &src, std::string &dest) in Convert() argument 131 bool PsueManager::isDigit(const std::string src) in isDigit() argument 168 std::string PsueManager::ToWstring(std::wstring &dest, const std::string &src) in ToWstring() argument 185 ToString(std::string &dest, const std::wstring &src) ToString() argument 207 IsAsciiString(const std::string &src) IsAsciiString() argument 219 BidirectionConvert(std::string &src) BidirectionConvert() argument [all...] |
| /base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/ |
| H A D | faultloggerdunwinder_fuzzer.cpp | 294 uint8_t src; in TestDfxXzUtils() local
|
| /base/global/i18n_lite/frameworks/i18n/src/ |
| H A D | str_util.cpp | 98 void Split(const std::string &src, std::string *dst, const int32_t size, const char &sep)
in Split() argument
|
| H A D | locale_info.cpp | 197 bool LocaleInfo::ChangeLanguageCode(char *lang, const int32_t dstSize, const char *src, const int32_t srcSize) const
in ChangeLanguageCode() argument
|
| /base/hiviewdfx/hidumper/frameworks/native/ |
| H A D | dump_utils.cpp | 408 bool DumpUtils::CopyFile(const std::string &src, const std::string &des) in CopyFile() argument
|
| /base/print/print_fwk/services/print_service/src/ |
| H A D | print_cups_attribute.cpp | 82 bool ConvertDuplexModeCode(const char *src, DuplexModeCode &dst) in ConvertDuplexModeCode() argument 25 ParseAttributeToValue(ipp_t *response, const std::string &keyword, T &value, bool (*convertAttr)(const char *src, T &dst)) ParseAttributeToValue() argument 51 ParseAttributesToList(ipp_t *response, const std::string &keyword, std::vector<T> &list, bool (*convertAttr)(const char *src, T &dst)) ParseAttributesToList() argument
|
| /base/security/code_signature/test/unittest/ |
| H A D | sign_and_enforce_test.cpp | 118 static bool ModifyPkcs7SignerwithTargetFunc(ByteBuffer &src, ByteBuffer &dst,
in ModifyPkcs7SignerwithTargetFunc() argument
|