| /foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/copyfiles_fuzzer/ |
| H A D | copyfiles_fuzzer.cpp | 29 std::vector<std::string> sourceFiles; in DoSomethingInterestingWithMyAPI() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/quick_fix/ |
| H A D | quick_fix_manager_interface.h | 55 virtual ErrCode CopyFiles(const std::vector<std::string> &sourceFiles, std::vector<std::string> &destFiles) in CopyFiles() argument
|
| /third_party/vk-gl-cts/scripts/ |
| H A D | gen_android_mk.py | 141 sourceFiles = getSourceFiles() variable
|
| H A D | gen_android_bp.py | 163 sourceFiles = getSourceFiles() variable
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/extend_resource/ |
| H A D | extend_resource_manager_interface.h | 70 CopyFiles( const std::vector<std::string> &sourceFiles, std::vector<std::string> &destFiles) CopyFiles() argument
|
| /foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/extend_resource_manager_proxy_test/ |
| H A D | extend_resource_manager_proxy_test.cpp | 202 std::vector<std::string> sourceFiles;
in HWTEST_F() local
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/ |
| H A D | extend_resource_manager_proxy.cpp | 295 CopyFiles( const std::vector<std::string> &sourceFiles, std::vector<std::string> &destFiles) CopyFiles() argument
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/ |
| H A D | quick_fix_manager_proxy.cpp | 210 CopyFiles( const std::vector<std::string> &sourceFiles, std::vector<std::string> &destFiles) CopyFiles() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | debug_info_cache.cpp | 120 GetBreakpointLocations( const std::function<bool(std::string_view)> &sourceFileFilter, size_t lineNumber, std::set<std::string_view> &sourceFiles) GetBreakpointLocations() argument
|
| H A D | inspector_server.cpp | 614 AddBreakpointByUrlLocations(JsonArrayBuilder &locations, const std::set<std::string_view> &sourceFiles, size_t lineNumber, PtThread thread) AddBreakpointByUrlLocations() argument
|
| H A D | inspector.cpp | 291 SetBreakpoint(PtThread thread, const std::function<bool(std::string_view)> &sourceFilesFilter, size_t lineNumber, std::set<std::string_view> &sourceFiles) SetBreakpoint() argument
|
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.h | 107 std::vector<es2panda::SourceFile> sourceFiles; member
|
| /foundation/ability/idl_tool/idl_tool_2/preprocessor/ |
| H A D | preprocessor.cpp | 49 std::set<std::string> sourceFiles = Options::GetInstance().GetSourceFiles();
in Preprocess() local 72 std::set<std::string> sourceFiles = Options::GetInstance().GetSourceFiles();
in UnitPreprocess() local 89 bool Preprocessor::CheckAllFilesPath(const std::set<std::string> &sourceFiles)
in CheckAllFilesPath() argument 107 bool Preprocessor::AnalyseImportInfo(std::set<std::string> sourceFiles, FileDetailMa argument 232 LoadOtherIdlFiles( const FileDetail &ownerFileDetail, FileDetailMap &allFileDetails, std::set<std::string> &sourceFiles) LoadOtherIdlFiles() argument [all...] |
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_manager_test/ |
| H A D | bms_bundle_quick_fix_manager_test.cpp | 61 static std::vector<std::string> sourceFiles; member in OHOS::BmsBundleQuickFixManagerTest 128 void BmsBundleQuickFixManagerTest::CreateFiles(const std::vector<std::string>& sourceFiles) in CreateFiles() argument 217 std::vector<std::string> sourceFiles; HWTEST_F() local [all...] |
| /third_party/node/deps/v8/third_party/test262-harness/src/ |
| H A D | _packager.py | 190 sourceFiles = getAllJSFiles(chapter) variable
|
| /foundation/ability/idl_tool/idl_tool_2/util/ |
| H A D | options.h | 297 std::set<std::string> sourceFiles; // '-c <*.idl>' member in OHOS::Idl::Options
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | arktsconfig.cpp | 503 auto sourceFiles = GetSourceList(arktsConfig); in FindProjectSources() local
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
| H A D | bms_bundle_quick_fix_test.cpp | 384 void BmsBundleQuickFixTest::CreateFiles(const std::vector<std::string>& sourceFiles) in CreateFiles() argument 5341 std::vector<std::string> sourceFiles; HWTEST_F() local [all...] |
| /third_party/typescript/lib/ |
| H A D | tsc.js | 96425 var sourceFiles = ts.isSourceFile(sourceFileOrBundle) ? [sourceFileOrBundle] : sourceFileOrBundle.sourceFiles; global() variable [all...] |