Home
last modified time | relevance | path

Searched +defs:source +defs:path (Results 151 – 175 of 2843) sorted by relevance

12345678910>>...114

/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestPaths.java129 String path = it.next(); in TestPathHeadersAndValues() local
161 String path, CLDRFile file, String locale, Status status, boolean isExtraPath) { in checkFullpathValue()
164 String source = file.getSourceLocaleID(path, status); in checkFullpathValue() local
213 public boolean allowsExtraPath(String path, boolean isExtraPath) { in allowsExtraPath()
238 private boolean extraPathAllowsNullValue(String path) { in extraPathAllowsNullValue()
265 private void checkPrettyPaths(String path, PathHeader.Factory phf) { in checkPrettyPaths()
482 String path = pathValue.getFirst(); in TestNonLdml() local
583 private void checkParts(String file, String path) { in checkParts()
H A DTestXMLSource.java36 public String getValueAtDPath(String path) { in getValueAtDPath()
41 public String getFullPathAtDPath(String path) { in getFullPathAtDPath()
67 XMLSource source = new DummyXMLSource(); in TestGetPathsWithValue() local
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/
H A Dos_policy.proto112 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
132 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
168 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
335 oneof source { oneof
389 oneof source { oneof
398 string path = 3 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/
H A DAbstractJsonLexer.kt149 protected abstract val source: CharSequence in initC2TC() constant in kotlinx.serialization.json.internal.AbstractJsonLexer
155 val path = JsonPath() in initC2TC() constant
201 val source = source in initC2TC() constant
237 val source = source in initC2TC() constant
/aosp_15_r20/external/autotest/frontend/client/src/autotest/common/
H A DUtils.java116 public static JSONObject copyJSONObject(JSONObject source) { in copyJSONObject()
206 public static String getLogsUrl(String path) { in getLogsUrl()
210 public static String getRetrieveLogsUrl(String path) { in getRetrieveLogsUrl()
271 public static void updateObject(JSONObject destination, JSONObject source) { in updateObject()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCldrUtility.java131 public String replace(String source) { in replace()
144 public String replaceAll(String source, String key, String value) { in replaceAll()
169 Path path = Paths.get(fileOrDir); in getPath() local
179 public static String getPath(String path) { in getPath()
378 public static String[] splitArray(String source, char separator) { in splitArray()
382 public static String[] splitArray(String source, char separator, boolean trim) { in splitArray()
427 public static List<String> splitList(String source, char separator) { in splitList()
431 public static List<String> splitList(String source, char separator, boolean trim) { in splitList()
436 String source, char separator, boolean trim, List<String> output) { in splitList()
440 public static List<String> splitList(String source, String separator) { in splitList()
[all …]
H A DPathHeader.java141 public SubstringOrder(String source) { in SubstringOrder()
754 private PathHeader makePathHeader(RawData data, String path, String alt) { in makePathHeader()
911 String path = fileIterator.next(); in next() local
965 public RawData(String source) { in RawData()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/
H A DJarResourceLoader.java111 private void loadJar( String path ) in loadJar()
149 private void closeJar( String path ) in closeJar()
179 public Reader getResourceReader(String source, String encoding ) in getResourceReader()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/openat/
H A Dopenat04.c47 static void do_mount(const char *source, const char *target, in do_mount()
118 static void file_test(int dfd, const char *path, int flags) in file_test()
139 char path[PATH_MAX]; in run() local
/aosp_15_r20/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
H A DMultiSourceFileLocatorTest.java73 final Reader source = locator.getSourceFile("org/jacoco/example", in testHit() local
91 final Reader source = locator.getSourceFile("org/jacoco/example", in testPrecedence() local
101 void put(String path, char content) { in put()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs249 public static bool IsValid(MessageDescriptor descriptor, string path) in IsValid()
322 public void Merge(IMessage source, IMessage destination, MergeOptions options) in Merge()
330 public void Merge(IMessage source, IMessage destination) in Merge()
/aosp_15_r20/external/libpcap/
H A Dpcap-new.c75 int pcap_findalldevs_ex(const char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *e… in pcap_findalldevs_ex()
78 char name[PCAP_BUF_SIZE], path[PCAP_BUF_SIZE], filename[PCAP_BUF_SIZE]; in pcap_findalldevs_ex() local
382 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth… in pcap_open()
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs249 public static bool IsValid(MessageDescriptor descriptor, string path) in IsValid()
322 public void Merge(IMessage source, IMessage destination, MergeOptions options) in Merge()
330 public void Merge(IMessage source, IMessage destination) in Merge()
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1/
H A Dos_policy.proto130 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
150 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
186 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
376 oneof source { oneof
431 oneof source { oneof
441 string path = 3 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1/src/main/proto/google/cloud/osconfig/v1/
H A Dos_policy.proto130 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
150 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
186 File source = 1 [(google.api.field_behavior) = REQUIRED]; field
376 oneof source { oneof
431 oneof source { oneof
441 string path = 3 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixFileSystemProvider.java79 String path = uri.getPath(); in checkUri() local
256 public void copy(Path source, Path target, CopyOption... options) in copy()
265 public void move(Path source, Path target, CopyOption... options) in move()
371 abstract FileStore getFileStore(UnixPath path) throws IOException; in getFileStore()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DProviders.java69 public static Provider provider(Path path, Charset encoding) throws IOException { in provider()
73 public static Provider provider(Path path) throws IOException { in provider()
77 public static Provider provider(String source) { in provider()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DCasingInfo.java202 XMLSource source = new SimpleXMLSource(localeID); in createCasingXml() local
207 String path = in createCasingXml() local
213 String path = "//ldml/metadata/casingData/casingItem[@type=\"" + category + "\"]"; in createCasingXml() local
254 public void handlePathValue(String path, String value) { in handlePathValue()
/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp31 ZipFile::ZipFile(ZipArchiveHandle handle, const ZipEntry& entry, const android::Source& source) in ZipFile()
102 std::unique_ptr<ZipFileCollection> ZipFileCollection::Create(StringPiece path, in Create()
155 IFile* ZipFileCollection::FindFile(StringPiece path) { in FindFile()
H A DFileSystem.cpp38 RegularFile::RegularFile(const android::Source& source) : source_(source) { in RegularFile()
140 IFile* FileCollection::InsertFile(StringPiece path) { in InsertFile()
151 IFile* FileCollection::FindFile(StringPiece path) { in FindFile()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/http/
H A Dserver.py776 def list_directory(self, path): argument
833 def translate_path(self, path): argument
863 def copyfile(self, source, outputfile): argument
879 def guess_type(self, path): argument
907 def _url_collapse_path(path): argument
973 def executable(path): argument
1044 def is_executable(self, path): argument
1048 def is_python(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/http/
Dserver.py776 def list_directory(self, path): argument
833 def translate_path(self, path): argument
863 def copyfile(self, source, outputfile): argument
879 def guess_type(self, path): argument
907 def _url_collapse_path(path): argument
973 def executable(path): argument
1044 def is_executable(self, path): argument
1048 def is_python(self, path): argument
/aosp_15_r20/external/python/cpython3/Lib/http/
Dserver.py776 def list_directory(self, path): argument
833 def translate_path(self, path): argument
863 def copyfile(self, source, outputfile): argument
879 def guess_type(self, path): argument
907 def _url_collapse_path(path): argument
973 def executable(path): argument
1044 def is_executable(self, path): argument
1048 def is_python(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/http/
Dserver.py776 def list_directory(self, path): argument
833 def translate_path(self, path): argument
863 def copyfile(self, source, outputfile): argument
879 def guess_type(self, path): argument
907 def _url_collapse_path(path): argument
973 def executable(path): argument
1044 def is_executable(self, path): argument
1048 def is_python(self, path): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/http/
Dserver.py776 def list_directory(self, path): argument
833 def translate_path(self, path): argument
863 def copyfile(self, source, outputfile): argument
879 def guess_type(self, path): argument
907 def _url_collapse_path(path): argument
973 def executable(path): argument
1044 def is_executable(self, path): argument
1048 def is_python(self, path): argument

12345678910>>...114