Home
last modified time | relevance | path

Searched +defs:source +defs:path (Results 251 – 275 of 2843) sorted by relevance

1...<<11121314151617181920>>...114

/aosp_15_r20/system/update_engine/payload_generator/
H A Dpayload_generation_config.h45 std::string path; member
106 std::string path; member
210 ImageConfig source; member
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_quic_unittest.cc120 const NetLogSource& source) { in FindEndBySource()
133 std::string UrlFromPath(std::string_view path) { in UrlFromPath()
139 std::string_view path, in SetDelay()
/aosp_15_r20/external/autotest/site_utils/lxc/
H A Dcontainer.py56 def save(self, path): argument
71 def load(cls, path): argument
444 def mount_dir(self, source, destination, readonly=False): argument
/aosp_15_r20/external/bazelbuild-rules_rust/tools/rust_analyzer/
H A Daquery.rs50 pub source: Option<CrateSpecSource>, field
146 let path = path_from_fragments(artifact.path_fragment_id, &path_fragments)?; in parse_aquery_output_files() localVariable
147 let path = execution_root.join(path); in parse_aquery_output_files() localVariable
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
H A DIncremental.kt267 sourceToOutputsMap.keys.forEach { source -> in toPath() method
276 sourceToOutputs.forEach { (source, outputs) -> in toPath() method
568 sourceToOutputsMap.keys.forEach { source -> in toPath() method
581 val path = psiFile.virtualFile.path in toPath() constant
741 sourceToOutputs.keys.forEach { source -> in <lambda>() method
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaRecorder.java470 public static boolean isSystemOnlyAudioSource(int source) { in isSystemOnlyAudioSource()
494 public static boolean isValidAudioSource(int source) { in isValidAudioSource()
517 public static final String toLogFriendlyAudioSource(int source) { in toLogFriendlyAudioSource()
1186 public void setAuxiliaryOutputFile(String path) in setAuxiliaryOutputFile()
1253 public void setOutputFile(String path) throws IllegalStateException in setOutputFile()
/aosp_15_r20/external/ltp/include/old/
H A Dsafe_macros.h23 #define SAFE_BASENAME(cleanup_fn, path) \ argument
26 #define SAFE_CHDIR(cleanup_fn, path) \ argument
38 #define SAFE_DIRNAME(cleanup_fn, path) \ argument
101 #define SAFE_READLINK(cleanup_fn, path, buf, bufsize) \ argument
120 #define SAFE_CHMOD(cleanup_fn, path, mode) \ argument
126 #define SAFE_CHOWN(cleanup_fn, path, owner, group) \ argument
150 #define SAFE_MOUNT(cleanup_fn, source, target, filesystemtype, \ argument
201 void (cleanup_fn) (void), const char *path, off_t length) in safe_truncate()
214 #define SAFE_TRUNCATE(cleanup_fn, path, length) \ argument
218 void (cleanup_fn)(void), const char *path, struct stat *buf) in safe_stat()
[all …]
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/
H A DCtsVerifierReportLog.java94 Path path = mJsonFile.toPath(); in submit() local
136 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
161 public void addValue(String source, String message, double value, ResultType type, in addValue()
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/
Derror.rs6 path: PathBuf, field
17 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source() method
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DCheckCoverage.java54 String path, String fullPath, String value, Options options, List<CheckStatus> result) { in handleCheck()
73 String source = in handleCheck() local
/aosp_15_r20/external/timezone-boundary-builder/
H A Dindex.js3 var path = require('path') variable
359 var getDataSource = function (source) { argument
483 distZones[tzid] = getDataSource({ source: 'dist', id: tzid }) property
736 path: '/repos/evansiroky/timezone-boundary-builder/releases/latest' property
769 path: lastReleaseDownloadUrl.replace('https://github.com', '') property
/aosp_15_r20/external/aws-sdk-java-v2/release-scripts/src/main/java/software/amazon/awssdk/release/
H A DUpdateServiceMain.java86 private Path optionalPath(String path) { in optionalPath()
129 private void copyFile(Path source, Path destination) throws IOException { in copyFile()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
H A Dmasque_client_session.cc116 std::string path = uri_template_.substr(parsed_uri_template.path.begin, in GetOrCreateConnectUdpClientState() local
211 std::string path = "/.well-known/masque/ip/*/*/"; in GetOrCreateConnectIpClientState() local
262 std::string path = "/.well-known/masque/ethernet/"; in GetOrCreateConnectEthernetClientState() local
432 const QuicConnectionCloseFrame& frame, ConnectionCloseSource source) { in OnConnectionClosed()
729 absl::string_view path) { in SendGetRequest()
/aosp_15_r20/external/rust/android-crates-io/crates/serde_yaml/src/
Derror.rs45 path: String, field
151 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method
187 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method
/aosp_15_r20/frameworks/av/services/audioflinger/afutils/
H A DNBAIO_Tee.cpp196 auto &source = sinkSource.second; in dumpTee() local
206 auto &source = sinkSource.second; in dumpTee() local
438 const std::string path = dirPrefix + filename; in createInternal() local
/aosp_15_r20/frameworks/native/cmds/installd/
H A DQuotaUtils.cpp40 auto path = create_data_path(uuid.empty() ? nullptr : uuid.c_str()); in FindQuotaDeviceForUuid() local
56 std::string source; in InvalidateQuotaMounts() local
/aosp_15_r20/external/libphonenumber/repackaged/geocoder/src/com/android/i18n/phonenumbers/
H A DPhoneNumberToTimeZonesMapper.java65 private static PrefixTimeZonesMap loadPrefixTimeZonesMapFromFile(String path) { in loadPrefixTimeZonesMapFromFile()
66 InputStream source = PhoneNumberToTimeZonesMapper.class.getResourceAsStream(path); in loadPrefixTimeZonesMapFromFile() local
/aosp_15_r20/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/
H A DPhoneNumberToTimeZonesMapper.java63 private static PrefixTimeZonesMap loadPrefixTimeZonesMapFromFile(String path) { in loadPrefixTimeZonesMapFromFile()
64 InputStream source = PhoneNumberToTimeZonesMapper.class.getResourceAsStream(path); in loadPrefixTimeZonesMapFromFile() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_modulefinder.py206 def open_file(path): argument
212 def create_package(source): argument
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dcommon_util.py480 def is_source_under_relative_path(source, relative_path): argument
620 def read_file_content(path, encode_type='utf8'): argument
635 def file_generate(path, content): argument
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
H A DErrorBuilder.java321 private Tree suppressibleNode(@Nullable TreePath path) { in suppressibleNode()
467 TreePath path = state.getPath(); in getLineNumForElement() local
470 DiagnosticSource source = new DiagnosticSource(file, null); in getLineNumForElement() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DFileUtilFuncTest.java338 final String source = "testtesttesttesttest"; in testCalculateMd5() local
357 final String source = "testtesttesttesttest"; in testCalculateBase64Md5() local
428 private String ls(String path) { in ls()
/aosp_15_r20/tools/treble/build/treble_build/report/
H A Dbuild.go32 source string member
38 path *app.BuildPath member
/aosp_15_r20/external/nullaway/jmh/src/main/java/com/uber/nullaway/jmh/
H A DNullawayJavac.java132 String className, String source, String annotatedPackages) throws IOException { in createFromSourceString()
220 private static String readFile(String path) throws IOException { in readFile()
/aosp_15_r20/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DImageArchive.java61 private ImageArchive(Path path) { in ImageArchive()
145 String source = mPath != null ? mPath.toString() : mUrl.toString(); in installTo() local

1...<<11121314151617181920>>...114