Home
last modified time | relevance | path

Searched defs:src (Results 1601 - 1625 of 4868) sorted by relevance

1...<<61626364656667686970>>...195

/third_party/zlib/
H A Dgzread.c564 unsigned char *src = state->out + state->x.have; in gzungetc() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h121 static bool Equal(const JSSymbol &src, const JSSymbol &dst) in Equal() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dspill_fills_resolver.cpp282 auto src in AddMovesChain() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dconst_folding_test.cpp70 void CastTest(From src, To dst, DataType::Type dstType) in CastTest() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dspill_fills_resolver.cpp283 auto src in AddMovesChain() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_array.h199 void CopyData(Span<uint8_t> &src, Span<uint8_t> &dst) in CopyData() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dobject_header.cpp160 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 Dunion_normalization_test.cpp73 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 Dhelpers.h168 static ArenaVector<T *> ConvertVector(const ArenaVector<V *> &src) in ConvertVector() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompileQueue.h77 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 Des2panda.cpp57 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 Djs_stackgetter.cpp123 bool JsStackGetter::CheckAndCopy(char *dest, size_t length, const char *src) in CheckAndCopy() argument
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashmap.cpp146 void JSAPIHashMap::SetAll(JSThread *thread, JSHandle<JSAPIHashMap> dst, JSHandle<JSAPIHashMap> src) in SetAll() argument
/base/hiviewdfx/hiview/utility/common_utils/
H A Dtbox.cpp66 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 Dhisysevent_c_wrapper.cpp26 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 Dcommon_utils.cpp35 std::string CanonicalizeSpecPath(const char* src) in CanonicalizeSpecPath() argument
[all...]
/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp35 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 DUtils.java246 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 Dpsue_manager.cpp93 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 Dfaultloggerdunwinder_fuzzer.cpp294 uint8_t src; in TestDfxXzUtils() local
/base/global/i18n_lite/frameworks/i18n/src/
H A Dstr_util.cpp98 void Split(const std::string &src, std::string *dst, const int32_t size, const char &sep) in Split() argument
H A Dlocale_info.cpp197 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 Ddump_utils.cpp408 bool DumpUtils::CopyFile(const std::string &src, const std::string &des) in CopyFile() argument
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp82 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 Dsign_and_enforce_test.cpp118 static bool ModifyPkcs7SignerwithTargetFunc(ByteBuffer &src, ByteBuffer &dst, in ModifyPkcs7SignerwithTargetFunc() argument

Completed in 21 milliseconds

1...<<61626364656667686970>>...195