Home
last modified time | relevance | path

Searched defs:input_path (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/cronet/net/tools/dump_cache/
H A Ddump_files.cc412 bool CheckFileVersion(const base::FilePath& input_path) { in CheckFileVersion()
433 int DumpHeaders(const base::FilePath& input_path) { in DumpHeaders()
449 int DumpContents(const base::FilePath& input_path) { in DumpContents()
484 int DumpLists(const base::FilePath& input_path) { in DumpLists()
529 int DumpEntryAt(const base::FilePath& input_path, const std::string& at) { in DumpEntryAt()
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dide_common_util.py114 def _get_scripts_from_file_path(input_path, ide_file_name): argument
131 def get_scripts_from_dir_path(input_path, ide_file_name): argument
190 def get_script_from_input_path(input_path, ide_file_name): argument
/aosp_15_r20/trusty/user/base/app/apploader/package_tool/
Dapploader_package_tool.cpp254 const char* input_path, in sign_package()
289 static void verify_package(const char* input_path, const char* key_path) { in verify_package()
656 const char* input_path, in encrypt_package()
703 const char* input_path, in decrypt_package()
754 static void print_package_info(const char* input_path) { in print_package_info()
/aosp_15_r20/external/googleapis/google/cloud/contentwarehouse/v1/
H A Dpipelines.proto46 string input_path = 1; field
187 string input_path = 1; field
217 string input_path = 1; field
/aosp_15_r20/system/tools/aidl/
Daidl_unittest.cpp805 const string input_path = "p/IFoo.aidl"; in TEST_P() local
1797 const string input_path = "p/IFoo.aidl"; in TEST_P() local
1816 const string input_path = "p/IFoo.aidl"; in TEST_P() local
1836 const string input_path = "p/IFoo.aidl"; in TEST_F() local
1855 const string input_path = "p/IFoo.aidl"; in TEST_F() local
1895 const string input_path = "p/IFoo.aidl"; in TEST_F() local
1930 const string input_path = "p/IFoo.aidl"; in TEST_F() local
1945 const string input_path = "p/IFoo.aidl"; in TEST_F() local
1988 const string input_path = "p/IFoo.aidl"; in TEST_F() local
2011 const string input_path = "Foo.aidl"; in TEST_F() local
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/cu2qu/
H A Dcli.py38 def _font_to_quadratic(input_path, output_path=None, **kwargs): argument
58 def _copytree(input_path, output_path): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_full/test/
Dparse_rexpr_test.cpp24 { in __anon6976bb7f0102()
66 { in __anon6976bb7f0202()
Dtesting.hpp191 auto input_path = i->path(); in for_each_file() local
224 fs::path input_path, fs::path expect_path in compare()
/aosp_15_r20/external/cronet/build/android/gyp/
H A Djacoco_instr.py76 def _CreateSourcesJsonFile(source_dirs, input_path, sources_json_file, argument
152 input_path, argument
/aosp_15_r20/bootable/recovery/uncrypt/
H A Duncrypt.cpp469 static int Uncrypt(const std::string& input_path, const std::string& map_file, int socket) { in Uncrypt()
514 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper()
623 const char* input_path = nullptr; in main() local
/aosp_15_r20/external/angle/build/android/gyp/
H A Djacoco_instr.py77 def _CreateSourcesJsonFile(source_dirs, input_path, sources_json_file, src_root, argument
156 input_path, argument
/aosp_15_r20/external/libopus/dnn/torch/testsuite/
H A Drun_test.py71 def run_processing_chain(input_path, output_path, model_commands, fs, metrics={'pesq'}, plc_suffix=… argument
345 def func(input_path): argument
/aosp_15_r20/external/googleapis/google/cloud/bigquery/migration/v2alpha/
H A Dtranslation_task.proto29 string input_path = 1; field
99 string input_path = 1; field
H A Dassessment_task.proto31 string input_path = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/google-cloud-java/java-bigquerymigration/proto-google-cloud-bigquerymigration-v2alpha/src/main/proto/google/cloud/bigquery/migration/v2alpha/
H A Dtranslation_task.proto29 string input_path = 1; field
99 string input_path = 1; field
H A Dassessment_task.proto31 string input_path = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/pdfium/testing/tools/
H A Dtest_runner.py60 def IsExecutionSuppressed(self, input_path): argument
906 def NewTestCase(self, input_path, **kwargs): argument
/aosp_15_r20/external/llvm/utils/lit/tests/
H A Dunittest-adaptor.py15 input_path = sys.argv[1] variable
/aosp_15_r20/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py8 def configure_file(input_path, output_path, substitutions): argument
/aosp_15_r20/external/libchrome/libchrome_tools/
H A Dinclude_generator.py64 def _generate(input_path, output_path): argument
/aosp_15_r20/external/fonttools/Lib/fontTools/qu2cu/
H A Dcli.py14 def _font_to_cubic(input_path, output_path=None, **kwargs): argument
/aosp_15_r20/external/ltp/android/tools/
H A Dmake_install_parser.py42 def ParseFile(self, input_path): argument
/aosp_15_r20/hardware/google/camera/common/hal/aidl_service/
Dversion_script.py38 def get_version(input_path, output_path): argument
/aosp_15_r20/external/libwebm/m2ts/
H A Dwebm2pes_main.cc28 const std::string input_path = argv[1]; in main() local
H A Dvpxpes2ts_main.cc28 const std::string input_path = argv[1]; in main() local

123