/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | payload_generation_config.h | 45 std::string path; member 106 std::string path; member 210 ImageConfig source; member
|
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | url_request_quic_unittest.cc | 120 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 D | container.py | 56 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 D | aquery.rs | 50 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 D | Incremental.kt | 267 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 D | MediaRecorder.java | 470 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 D | safe_macros.h | 23 #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 D | CtsVerifierReportLog.java | 94 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/ |
D | error.rs | 6 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 D | CheckCoverage.java | 54 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 D | index.js | 3 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 D | UpdateServiceMain.java | 86 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 D | masque_client_session.cc | 116 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/ |
D | error.rs | 45 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 D | NBAIO_Tee.cpp | 196 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 D | QuotaUtils.cpp | 40 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 D | PhoneNumberToTimeZonesMapper.java | 65 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 D | PhoneNumberToTimeZonesMapper.java | 63 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/ |
D | test_modulefinder.py | 206 def open_file(path): argument 212 def create_package(source): argument
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | common_util.py | 480 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 D | ErrorBuilder.java | 321 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/ |
D | FileUtilFuncTest.java | 338 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 D | build.go | 32 source string member 38 path *app.BuildPath member
|
/aosp_15_r20/external/nullaway/jmh/src/main/java/com/uber/nullaway/jmh/ |
H A D | NullawayJavac.java | 132 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/ |
D | ImageArchive.java | 61 private ImageArchive(Path path) { in ImageArchive() 145 String source = mPath != null ? mPath.toString() : mUrl.toString(); in installTo() local
|