/aosp_15_r20/external/swiftshader/src/Vulkan/Debug/ |
H A D | Context.cpp | 334 const std::string &source) in createVirtualFile() 341 std::shared_ptr<File> Context::Lock::createPhysicalFile(const std::string &path) in createPhysicalFile() 353 std::shared_ptr<File> Context::Lock::findFile(const std::string &path) in findFile()
|
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
H A D | Analyzer.java | 107 private void analyzeClass(final byte[] source) { in analyzeClass() 250 public int analyzeAll(final String path, final File basedir) in analyzeAll()
|
/aosp_15_r20/external/llvm/utils/ |
H A D | llvm-compilers-check | 83 def find_executable(executable, path=None): argument 347 def dobuild(self, source, build): argument
|
/aosp_15_r20/system/update_engine/aosp/ |
H A D | dynamic_partition_control_android_unittest.cc | 63 .WillByDefault(Invoke([](auto path) { in SetUp() 101 uint32_t source() { return slots_.source; } in source() function in chromeos_update_engine::DynamicPartitionControlAndroidTest 916 auto should_unmap) { in TEST_P() 930 std::string path; in TEST_P() local 954 std::string path; in TEST_P() local 964 auto path, in TEST_P() 965 auto should_unmap) { in TEST_P() 994 Invoke([&](auto, auto, const auto&, auto path, auto should_unmap) { in TEST_P() argument
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | VettingViewer.java | 101 String getWinningValueForUsersOrganization(CLDRFile cldrFile, String path, T organization); in getWinningValueForUsersOrganization() 108 CLDRFile cldrFile, String path, T organization); in getStatusForUsersOrganization() 118 boolean userDidVote(int userId, CLDRLocale loc, String path); in userDidVote() 120 VoteResolver<String> getVoteResolver(CLDRFile baselineFile, CLDRLocale loc, String path); in getVoteResolver() 122 VoteType getUserVoteType(int userId, CLDRLocale loc, String path); in getUserVoteType() 138 List<CheckStatus> getErrorCheckStatus(String path, String value); in getErrorCheckStatus() 144 Status getErrorStatus(String path, String value, StringBuilder statusMessage); in getErrorStatus() 151 String path, in getErrorStatus() 179 public List<CheckStatus> getErrorCheckStatus(String path, String value) { in getErrorCheckStatus() 186 public Status getErrorStatus(String path, String value, StringBuilder statusMessage) { in getErrorStatus() [all …]
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/ |
HD | org.eclipse.core.resources_3.13.0.v20180512-1138.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/aosp_15_r20/external/angle/util/capture/ |
H A D | frame_capture_test_utils.cpp | 42 const Bytef *source, in GzipUncompressHelperPatched() 117 std::ostringstream path; in SaveDebugFile() local
|
/aosp_15_r20/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/ |
H A D | DecodeWorker.java | 96 String path = input.getPath(); in buildOutputPath() local 127 LuminanceSource source; in decode() local
|
/aosp_15_r20/system/core/fastboot/ |
H A D | fastboot.cpp | 1199 static void copy_avb_footer(const ImageSource* source, const std::string& partition, in copy_avb_footer() 1268 static void flash_buf(const ImageSource* source, const std::string& partition, in flash_buf() 1975 auto path = find_item_given_name(name); in ReadFile() local 1983 auto path = find_item_given_name(name); in OpenFile() local 2119 bool should_flash_in_userspace(const ImageSource* source, const std::string& partition_name) { in should_flash_in_userspace() 2124 auto path = find_item_given_name("super_empty.img"); in should_flash_in_userspace() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/ |
H A D | splicing.rs | 288 let source = pkg.source.as_ref().unwrap(); in write_registry_urls_and_feature_map() localVariable 487 let path = runfiles::rlocation!( in deserialize_splicing_manifest() localVariable 571 let path = runfiles::rlocation!( in splicing_manifest_resolve() localVariable
|
/aosp_15_r20/external/googleapis/google/privacy/dlp/v2/ |
H A D | storage.proto | 161 oneof source { oneof 571 string path = 1; field 815 repeated PathElement path = 2; field
|
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/ |
H A D | storage.proto | 136 oneof source { oneof 521 string path = 1; field 749 repeated PathElement path = 2; field
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | PhotoPage.java | 221 public void setCurrentPhoto(Path path, int indexHint); in setCurrentPhoto() 998 Path path = current.getPath(); in onItemSelected() local 1171 public void onDeleteImage(Path path, int offset) { in onDeleteImage() 1257 String path = data.getStringExtra(SlideshowPage.KEY_ITEM_PATH); in onStateResult() local 1483 public boolean onShareTargetSelected(ShareActionProvider source, Intent intent) { in onShareTargetSelected()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 760 static int UnmountTree(const char* path) { in UnmountTree() 782 for (const auto& path : to_unmount) { in UnmountTree() local 1181 static void relabelDir(const char* path, const char* context, fail_fn_t fail_fn) { in relabelDir() 1188 static void relabelSubdirs(const char* path, const char* context, fail_fn_t fail_fn) { in relabelSubdirs() 1821 std::string source = "/dev/__properties__/appcompat_override"; in BindMountSyspropOverride() local 1839 std::string source; in BindMountStorageToLowerFs() local 2716 JNIEnv* env, jclass, jstring path) { in com_android_internal_os_Zygote_nativeAllowFileAcrossFork() 2942 ScopedByteArrayRO source(env, in); in com_android_internal_os_Zygote_nativeParseSigChld() local
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 194 binder::Status checkArgumentPath(const std::string& path) { in checkArgumentPath() 215 binder::Status checkArgumentPath(const std::optional<std::string>& path) { in checkArgumentPath() 223 binder::Status checkArgumentFileName(const std::string& path) { in checkArgumentFileName() 289 #define CHECK_ARGUMENT_PATH(path) { \ argument 296 #define CHECK_ARGUMENT_FILE_NAME(path) \ argument 476 static std::string lgetfilecon(const std::string& path) { in lgetfilecon() 487 static bool getRestoreconInProgress(const std::string& path) { in getRestoreconInProgress() 522 static int restorecon_app_data_lazy(const std::string& path, const std::string& seInfo, uid_t uid, in restorecon_app_data_lazy() 603 static int prepare_app_dir(const std::string& path, mode_t target_mode, uid_t uid, gid_t gid, in prepare_app_dir() 621 auto path = StringPrintf("%s/%s", parent.c_str(), name); in prepare_app_cache_dir() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | util.py | 273 def get_rel_path(root, path): argument 495 def record_as_written(self, path): argument 499 def newer(self, source, target): argument 551 def write_binary_file(self, path, data): argument 560 def write_text_file(self, path, data, encoding): argument 577 def ensure_dir(self, path): argument 589 … def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): argument 606 def ensure_removed(self, path): argument 627 def is_writable(self, path): argument 787 def path_to_cache_dir(path): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | util.py | 273 def get_rel_path(root, path): argument 495 def record_as_written(self, path): argument 499 def newer(self, source, target): argument 551 def write_binary_file(self, path, data): argument 560 def write_text_file(self, path, data, encoding): argument 577 def ensure_dir(self, path): argument 589 … def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): argument 606 def ensure_removed(self, path): argument 627 def is_writable(self, path): argument 787 def path_to_cache_dir(path): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | util.py | 273 def get_rel_path(root, path): argument 495 def record_as_written(self, path): argument 499 def newer(self, source, target): argument 551 def write_binary_file(self, path, data): argument 560 def write_text_file(self, path, data, encoding): argument 577 def ensure_dir(self, path): argument 589 … def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): argument 606 def ensure_removed(self, path): argument 627 def is_writable(self, path): argument 787 def path_to_cache_dir(path): argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/ |
D | util.py | 273 def get_rel_path(root, path): argument 495 def record_as_written(self, path): argument 499 def newer(self, source, target): argument 551 def write_binary_file(self, path, data): argument 560 def write_text_file(self, path, data, encoding): argument 577 def ensure_dir(self, path): argument 589 … def byte_compile(self, path, optimize=False, force=False, prefix=None, hashed_invalidation=False): argument 606 def ensure_removed(self, path): argument 627 def is_writable(self, path): argument 787 def path_to_cache_dir(path): argument [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | fsl_hypervisor.h | 43 __u32 source; member 57 __u64 path; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
H A D | fsl_hypervisor.h | 31 __u32 source; member 45 __u64 path; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/ |
D | fsl_hypervisor.h | 43 __u32 source; member 57 __u64 path; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/ |
D | fsl_hypervisor.h | 43 __u32 source; member 57 __u64 path; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/ |
H A D | fsl_hypervisor.h | 31 __u32 source; member 45 __u64 path; member
|
/aosp_15_r20/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/ |
H A D | BufferPerformanceBench.java | 182 try (BufferedSource source = Okio.buffer(Okio.source(OriginPath))) { in storeSourceData() 188 private void checkOrigin(File path) throws IOException { in checkOrigin()
|