Home
last modified time | relevance | path

Searched defs:parse (Results 126 – 150 of 6471) sorted by relevance

12345678910>>...259

/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DRulesFileParser.java34 public static List<PatternElement> parse(File file) throws IOException { in parse() method in RulesFileParser
38 public static List<PatternElement> parse(String value) throws IOException { in parse() method in RulesFileParser
42 private static List<PatternElement> parse(Reader r) throws IOException { in parse() method in RulesFileParser
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/macros/
H A Dmod.rs66 fn parse<T: Parse>(self) -> Result<T>; in parse() method
70 fn parse<T: Parse>(self) -> Result<T> { in parse() method
76 fn parse<T: Parse>(self) -> Result<T> { in parse() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dop.rs133 fn parse(input: ParseStream) -> Result<Self> { in parse() method
138 fn parse(input: ParseStream) -> Result<Self> { in parse() method
167 fn parse(input: ParseStream) -> Result<Self> { in parse() method
H A Dattr.rs559 fn parse(input: ParseStream) -> Result<Self> { in parse() method
567 fn parse(input: ParseStream) -> Result<Self> { in parse() method
575 fn parse(input: ParseStream) -> Result<Self> { in parse() method
583 fn parse(input: ParseStream) -> Result<Self> { in parse() method
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
H A DAncestorDescendantTests.java20 ParseResult<CompilationUnit> parse = parser.parse(ParseStart.COMPILATION_UNIT, provider); in nodeIsNotAncestorOfItself() local
38 ParseResult<CompilationUnit> parse = parser.parse(ParseStart.COMPILATION_UNIT, provider); in nodeIsNotDescendantOfItself() local
56 ParseResult<CompilationUnit> parse = parser.parse(ParseStart.COMPILATION_UNIT, provider); in nodeInSameFileIsDescendantOfAncestor() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DProtoMessageResponseParser.java60 public ResponseT parse(InputStream httpContent) { in parse() method in ProtoMessageResponseParser
65 public ResponseT parse(InputStream httpContent, TypeRegistry registry) { in parse() method in ProtoMessageResponseParser
74 public ResponseT parse(Reader httpContent, TypeRegistry registry) { in parse() method in ProtoMessageResponseParser
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/detail/
Dnumeric_utils.hpp372 parse( in parse() function
383 parse( in parse() function
490 parse( in parse() function
501 parse( in parse() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/numeric_utils/detail/
Dextract_int.hpp357 parse( in parse() function
368 parse( in parse() function
471 parse( in parse() function
482 parse( in parse() function
/aosp_15_r20/external/rust/beto-rust/common/pourover_macro/src/call_method/
Dast.rs35 fn parse(stream: ParseStream<'_>) -> syn::Result<Self> { in parse() method
60 fn parse(stream: ParseStream<'_>) -> syn::Result<Self> { in parse() method
88 fn parse(stream: ParseStream<'_>) -> syn::Result<Self> { in parse() method
126 fn parse(stream: ParseStream<'_>) -> syn::Result<Self> { in parse() method
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/commandline/
DArguments.java78 public static Arguments parse(@Nullable String[] rawArguments) in parse() method in Arguments
86 public static Arguments parse(Iterable<String> rawArguments) in parse() method in Arguments
91 public static Arguments parse(UnmodifiableIterator<String> iterator) in parse() method in Arguments
/aosp_15_r20/external/turbine/java/com/google/turbine/options/
H A DTurbineOptionsParser.java38 public static TurbineOptions parse(Iterable<String> args) throws IOException { in parse() method in TurbineOptionsParser
48 public static void parse(TurbineOptions.Builder builder, Iterable<String> args) in parse() method in TurbineOptionsParser
55 private static void parse(TurbineOptions.Builder builder, Deque<String> argumentDeque) { in parse() method in TurbineOptionsParser
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGAttributeParser.h37 bool parse(SkSVGIntegerType* v) { return parseInteger(v); } in parse() function
41 template <typename T> static ParseResult<T> parse(const char* value) { in parse() function
51 static ParseResult<T> parse(const char* expectedName, in parse() function
/aosp_15_r20/external/autotest/cli/
H A Dlabel.py83 def parse(self): member in label_list
153 def parse(self): member in label_create
185 def parse(self): member in label_add_or_remove
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraPerformanceTest.java285 public abstract Map<String, String> parse(String result, String testMethod); in parse() method in CameraPerformanceTest.CtsResultParserBase
347 public Map<String, String> parse(String result, String testMethod) { in parse() method in CameraPerformanceTest.CtsDelimitedResultParser
443 public Map<String, String> parse(String result, String testMethod) { in parse() method in CameraPerformanceTest.CtsXmlResultParser
464 private void parse(XmlPullParser parser) throws XmlPullParserException, IOException { in parse() method in CameraPerformanceTest.CtsXmlResultParser
524 public Map<String, String> parse() { in parse() method in CameraPerformanceTest.CtsJsonResultParser
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DKeyValueListParser.java233 public void parse(KeyValueListParser parser) { in parse() method in KeyValueListParser.IntValue
281 public void parse(KeyValueListParser parser) { in parse() method in KeyValueListParser.LongValue
329 public void parse(KeyValueListParser parser) { in parse() method in KeyValueListParser.StringValue
377 public void parse(KeyValueListParser parser) { in parse() method in KeyValueListParser.FloatValue
/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/helpers/
Dmetadata.rs51 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() method
86 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() method
169 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() method
225 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() method
/aosp_15_r20/external/rust/android-crates-io/crates/semver/src/
Dlib.rs98 mod parse; module
431 pub fn parse(text: &str) -> Result<Self, Error> { in parse() method
517 pub fn parse(text: &str) -> Result<Self, Error> { in parse() method
537 pub fn parse(text: &str) -> Result<Self, Error> { in parse() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/core/composite/
Depsilon.hpp52 parse(ScannerT const& scan) const in parse() function
124 parse(ScannerT const& scan) const in parse() function
166 parse(ScannerT const& scan) const in parse() function
261 parse(ScannerT const& scan) const in parse() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/helpers/
H A Dmetadata.rs51 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() method
86 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() method
169 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() method
225 fn parse(input: ParseStream) -> syn::Result<Self> { in parse() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/semver-1.0.22/src/
H A Dlib.rs98 mod parse; module
431 pub fn parse(text: &str) -> Result<Self, Error> { in parse() method
517 pub fn parse(text: &str) -> Result<Self, Error> { in parse() method
537 pub fn parse(text: &str) -> Result<Self, Error> { in parse() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/auxiliary/
Deps.hpp27 bool parse(Iterator& first, Iterator const& last in parse() function
47 bool parse(Iterator& first, Iterator const& last in parse() function
64 bool parse(Iterator& first, Iterator const& last in parse() function
/aosp_15_r20/external/apache-http/src/org/apache/http/client/utils/
H A DURLEncodedUtils.java76 public static List <NameValuePair> parse (final URI uri, final String encoding) { in parse() method in URLEncodedUtils
98 public static List <NameValuePair> parse ( in parse() method in URLEncodedUtils
136 public static void parse ( in parse() method in URLEncodedUtils
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/repository/home/qi/operator/detail/
Dkeywords.hpp450 bool parse( in parse() function
468 bool parse( in parse() function
516 bool parse( in parse() function
527 bool parse( in parse() function
537 bool parse( ParseFunction &/*function*/ ) const in parse() function
599 bool parse( ParseFunction &function ) const in parse() function
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/UwbGeneratedPackets_rust/gen/rust/uwb_uci_packets/
Duci_packets.rs2919 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3020 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3129 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3227 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3355 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3471 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3611 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3775 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3898 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
4041 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
[all …]
/aosp_15_r20/out/soong/.intermediates/external/uwb/src/libuwb_uci_packets/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex33/out/
Duci_packets.rs2919 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3020 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3129 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3227 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3355 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3471 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3611 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3775 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
3898 fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
4041 pub fn parse(bytes: &[u8]) -> Result<Self, DecodeError> { in parse() method
[all …]

12345678910>>...259