Home
last modified time | relevance | path

Searched +defs:source +defs:path (Results 301 – 325 of 2843) sorted by relevance

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

/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DCommonLogRemoteFileUtil.java188 public String path; field in CommonLogRemoteFileUtil.KnownLogFileEntry
192 KnownLogFileEntry(String path, String logName, LogDataType type) { in KnownLogFileEntry()
352 String path = in fetchTombstones() local
378 try (InputStreamSource source = new FileInputStreamSource(zipTombstones, true)) { in fetchTombstones()
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp66 android::Source source; member
80 static std::optional<ResourcePathData> ExtractResourcePathData(const std::string& path, in ExtractResourcePathData()
749 std::string path = file->GetSource().path; in Compile() local
911 const std::string path = arg.substr(1, arg.size() - 1); in Action() local
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DSampleCode.java52 public SampleCode(String source, String dest, String title) { in SampleCode()
151 String path = relative + name; in setProjectStructure() local
208 String path = baseRelative + name; in writeProjectDirectory() local
369 String path = f.getPath(); in writePage() local
/aosp_15_r20/system/update_engine/common/
H A Dutils.cc94 bool GetTempName(const string& path, base::FilePath* template_path) { in GetTempName()
116 bool WriteFile(const char* path, const void* data, size_t data_len) { in WriteFile()
317 static bool ReadFileChunkAndAppend(const string& path, in ReadFileChunkAndAppend()
347 bool ReadFile(const string& path, brillo::Blob* out_p) { in ReadFile()
351 bool ReadFile(const string& path, string* out_p) { in ReadFile()
355 bool ReadFileChunk(const string& path, in ReadFileChunk()
388 off_t FileSize(const string& path) { in FileSize()
481 bool WriteStringToFileAtomic(const std::string& path, in WriteStringToFileAtomic()
589 bool FileExists(const char* path) { in FileExists()
594 bool IsSymlink(const char* path) { in IsSymlink()
[all …]
/aosp_15_r20/system/vold/
H A DUtils.cpp101 status_t CreateDeviceNode(const std::string& path, dev_t dev) { in CreateDeviceNode()
132 status_t DestroyDeviceNode(const std::string& path) { in DestroyDeviceNode()
142 status_t SetDefaultAcl(const std::string& path, mode_t mode, uid_t uid, gid_t gid, in SetDefaultAcl()
204 int SetQuotaInherit(const std::string& path) { in SetQuotaInherit()
230 int SetQuotaProjectId(const std::string& path, long projectId) { in SetQuotaProjectId()
254 int PrepareDirWithProjectId(const std::string& path, mode_t mode, uid_t uid, gid_t gid, in PrepareDirWithProjectId()
269 static int FixupAppDir(const std::string& path, mode_t mode, uid_t uid, gid_t gid, long projectId) { in FixupAppDir()
301 int PrepareAppDirFromRoot(const std::string& path, const std::string& root, int appUid, in PrepareAppDirFromRoot()
427 int SetAttrs(const std::string& path, unsigned int attrs) { in SetAttrs()
451 status_t PrepareDir(const std::string& path, mode_t mode, uid_t uid, gid_t gid, in PrepareDir()
[all …]
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDasset-studio.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestBasic.java423 String path = it.next(); in TestCurrencyFallback() local
542 String path = it.next(); in TestAbstractPaths() local
561 String path = pathInfo.getKey(); in TestAbstractPaths() local
618 String path = it.next(); in TestPaths() local
760 String path = in TestAPath() local
769 String source = root.getSourceLocaleID(path, status); in TestAPath() local
802 String path = it.next(); in TestDefaultContents() local
1045 String path = it.next(); in showDifferences() local
1626 public void handlePathValue(String path, @SuppressWarnings("unused") String value) { in handlePathValue()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestUtils.java118 public static <T extends Parcelable> T cloneParcelable(T source) { in cloneParcelable()
148 public static void writeToFile(File path, String content) in writeToFile()
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DPathParser.java38 Path path = new Path(); in createPathFromPathData() local
95 public void setPathData(PathData source) { in setPathData()
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/
Derror.rs46 pub fn path(&self) -> Option<&Path> { in path() method
212 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source() method
/aosp_15_r20/external/mksh/src/
H A Dsh.h1928 EXTERN char *path; /* copy of either PATH or def_path */ variable
2178 struct source { struct
2183 /* stacked source */ argument
2184 Source *next;
2186 const char *str;
2188 const char *start;
2190 const char *file;
2192 union {
2201 } u;
2203 int flags;
[all …]
/aosp_15_r20/external/libchrome/base/
H A Dcommand_line.cc323 const FilePath& path) { in AppendSwitchPath()
361 void CommandLine::CopySwitchesFrom(const CommandLine& source, in CopySwitchesFrom()
392 void CommandLine::AppendArgPath(const FilePath& path) { in AppendArgPath()
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapFactoryTest.java373 String path = Utils.obtainPath(testImage.id, actualOffset); in testDecodeFileDescriptor3() local
866 Bitmap source = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testDecodePngFromPipe() local
876 private Bitmap sendOverPipe(Bitmap source, CompressFormat format) in sendOverPipe()
1172 private static ParcelFileDescriptor obtainParcelDescriptor(String path) throws IOException { in obtainParcelDescriptor()
/aosp_15_r20/external/python/mako/mako/
Dtemplate.py368 def _compile_from_file(self, path, filename): argument
399 def source(self): member in Template
633 def source(self): member in ModuleInfo
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DResourceValues.h92 void SetSource(const android::Source& source) { in SetSource()
96 void SetSource(android::Source&& source) { in SetSource()
283 android::StringPool::Ref path; member
/aosp_15_r20/external/googleapis/google/rpc/context/
H A Dattribute_context.proto174 string path = 4; field
321 Peer source = 1; field
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/rpc/context/
H A Dattribute_context.proto174 string path = 4; field
321 Peer source = 1; field
/aosp_15_r20/frameworks/rs/script_api/
H A DUtilities.cpp45 string capitalize(const string& source) { in capitalize()
197 const string path = directory + "/" + name; in start() local
/aosp_15_r20/external/javapoet/src/test/java/com/squareup/javapoet/
H A DFileWritingTest.java54 Path path = fs.getPath("/foo/bar"); in pathNotDirectory() local
183 String source = new String(Files.readAllBytes(fooPath)); in filerClassesWithTabIndent() local
/aosp_15_r20/external/angle/build/
H A Dvs_toolchain.py267 def _CopyRuntimeImpl(target, source, verbose=True): argument
558 def NormalizePath(path): argument
/aosp_15_r20/external/cronet/build/
H A Dvs_toolchain.py245 def _CopyRuntimeImpl(target, source, verbose=True): argument
536 def NormalizePath(path): argument
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_util_unittest.cc113 bool SetReparsePoint(HANDLE source, const FilePath& target_path) { in SetReparsePoint()
145 bool DeleteReparsePoint(HANDLE source) { in DeleteReparsePoint()
160 ReparsePoint(const FilePath& source, const FilePath& target) { in ReparsePoint()
193 void ChangePosixFilePermissions(const FilePath& path, in ChangePosixFilePermissions()
208 void SetReadOnly(const FilePath& path, bool read_only) { in SetReadOnly()
235 bool IsReadOnly(const FilePath& path) { in IsReadOnly()
273 FilePath::StringType path = cur_file.value(); in FindResultCollector() local
2351 FilePath path; in TEST_F() local
3290 base::FilePath path; in TEST_F() local
3302 base::FilePath path; in TEST_F() local
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/proto/google/cloud/dataform/v1alpha2/
H A Ddataform.proto676 string path = 1; field
762 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
783 string path = 2 [(google.api.field_behavior) = OPTIONAL]; field
832 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
852 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
867 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
890 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
910 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
924 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
946 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
[all …]
/aosp_15_r20/external/googleapis/google/cloud/dataform/v1alpha2/
H A Ddataform.proto676 string path = 1; field
762 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
783 string path = 2 [(google.api.field_behavior) = OPTIONAL]; field
832 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
852 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
867 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
890 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
910 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
924 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
946 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
[all …]
/aosp_15_r20/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/proto/google/cloud/dataform/v1beta1/
H A Ddataform.proto676 string path = 1; field
762 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
783 string path = 2 [(google.api.field_behavior) = OPTIONAL]; field
832 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
852 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
867 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
890 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
910 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
924 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
946 string path = 2 [(google.api.field_behavior) = REQUIRED]; field
[all …]

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