HomeSort by relevance Sort by last modified time
    Searched defs:parse (Results 226 - 250 of 1012) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Tag/src/com/android/apps/tag/record/
ImageRecord.java 53 public static ImageRecord parse(NdefRecord record) { method in class:ImageRecord
71 parse(record);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 12 a flag to the `compile()` builtin function or by using the `parse()`
32 def parse(source, filename='<unknown>', mode='exec'): function
34 Parse the source into an AST node.
49 node_or_string = parse(node_or_string, mode='eval')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 12 a flag to the `compile()` builtin function or by using the `parse()`
32 def parse(source, filename='<unknown>', mode='exec'): function
34 Parse the source into an AST node.
49 node_or_string = parse(node_or_string, mode='eval')
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestHelper.java 46 * {@link AndroidManifestParser#parse(IAbstractFile, boolean, com.android.sdklib.xml.AndroidManifestParser.ManifestErrorHandler)}
75 return AndroidManifestParser.parse(manifestFile, gatherData, errorHandler);
87 * {@link AndroidManifestParser#parse(IAbstractFile, boolean, com.android.sdklib.xml.AndroidManifestParser.ManifestErrorHandler)}
97 public static ManifestData parse( method in class:AndroidManifestHelper
138 * {@link AndroidManifestParser#parse(IAbstractFile, boolean, com.android.sdklib.xml.AndroidManifestParser.ManifestErrorHandler)}
141 * @param javaProject the project containing the manifest to parse.
148 public static ManifestData parse( method in class:AndroidManifestHelper
155 return parse(new IFileWrapper(manifestFile), gatherData, errorListener);
163 * @param manifestFile The manifest file to parse.
168 parse(new IFileWrapper(manifestFile), false, errorListener) method
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestSummaryXml.java 103 void parse(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:TestSummaryXml
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DeviceInfoResultTest.java 46 void parse(XmlPullParser parser) throws XmlPullParserException, IOException {
50 super.parse(parser);
92 mDeserializingInfo.parse(new StringReader(serializedOutput));
TestResultsTest.java 56 parser.parse(new StringReader("<Empty/>"));
65 parser.parse(new StringReader(TEST_PACKAGE_FULL));
80 parser.parse(new StringReader(RESULT_START + TEST_PACKAGE_START + RESULT_END));
92 parser.parse(new StringReader(TEST_FULL));
  /dalvik/dexgen/src/com/android/dexgen/util/
HexParser.java 44 public static byte[] parse(String src) { method in class:HexParser
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 61 * @param cf {@code non-null;} class file to parse from
62 * @param context context to parse in; one of the {@code CTX_*}
66 * @param observer {@code null-ok;} parse observer to report to, if any
69 public final Attribute parse(DirectClassFile cf, int context, int offset, method in class:AttributeFactory
111 * @param cf {@code non-null;} class file to parse from
112 * @param context context to parse in; one of the {@code CTX_*}
118 * @param observer {@code null-ok;} parse observer to report to, if any
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 44 public static byte[] parse(String src) { method in class:HexParser
  /development/tools/idegen/src/com/android/idegen/
MakeFileParser.java 61 * @param makeFile The make file to parse.
88 public void parse() throws IOException { method in class:MakeFileParser
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 59 GrammarInfo grammarInfo = parse(input);
74 gUnitExecutor executer = new gUnitExecutor(parse(input), testsuiteDir);
99 public static GrammarInfo parse(CharStream input) throws RecognitionException { method in class:Interp
105 parser.gUnitDef(); // parse gunit script and save elements to grammarInfo
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 67 * uri to parse
71 public static List <NameValuePair> parse (final URI uri, final String encoding) { method in class:URLEncodedUtils
76 parse(result, new Scanner(query), encoding); method
89 * The entity to parse
93 public static List <NameValuePair> parse ( method in class:URLEncodedUtils
101 parse(result, new Scanner(content), method
127 * Input that contains the parameters to parse.
131 public static void parse ( method in class:URLEncodedUtils
  /external/apache-http/src/org/apache/http/impl/cookie/
BestMatchSpec.java 95 public List<Cookie> parse( method in class:BestMatchSpec
120 return getStrict().parse(helems, origin);
122 // Need to parse the header again,
125 return getNetscape().parse(header, origin);
127 return getCompat().parse(helems, origin);
NetscapeDraftSpec.java 119 public List<Cookie> parse(final Header header, final CookieOrigin origin) method in class:NetscapeDraftSpec
144 return parse(new HeaderElement[] { parser.parseHeader(buffer, cursor) }, origin);
  /external/chromium_org/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/
ChromiumTestShellTestBase.java 63 if (url != null) intent.setData(Uri.parse(url));
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
id3_parser.js 248 Id3Parser.prototype.parse = function(file, metadata, callback, onError) {
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellTestBase.java 60 if (url != null) intent.setData(Uri.parse(url));
  /external/chromium_org/third_party/WebKit/Source/core/loader/
CrossOriginPreflightResultCache.cpp 90 bool CrossOriginPreflightResultCacheItem::parse(const ResourceResponse& response, String& errorDescription) function in class:WebCore::CrossOriginPreflightResultCacheItem
94 errorDescription = "Cannot parse Access-Control-Allow-Methods response header field.";
100 errorDescription = "Cannot parse Access-Control-Allow-Headers response header field.";
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPreserveAspectRatio.cpp 158 void SVGPreserveAspectRatio::parse(const String& string) function in class:WebCore::SVGPreserveAspectRatio
174 bool SVGPreserveAspectRatio::parse(const LChar*& ptr, const LChar* end, bool validate) function in class:WebCore::SVGPreserveAspectRatio
179 bool SVGPreserveAspectRatio::parse(const UChar*& ptr, const UChar* end, bool validate) function in class:WebCore::SVGPreserveAspectRatio
  /external/chromium_org/third_party/WebKit/Source/platform/
URLPatternMatcher.cpp 49 bool URLPatternMatcher::parse(const String& pattern) function in class:WebCore::URLPatternMatcher
  /external/chromium_org/third_party/WebKit/Source/platform/text/
DateTimeFormatTest.cpp 164 Tokens parse(const String& formatString) function in class:DateTimeFormatTest
167 if (!DateTimeFormat::parse(formatString, handler))
178 if (!DateTimeFormat::parse(formatString, handler))
217 EXPECT_EQ(Tokens(), parse(""));
224 parse("yyyy-MM-dd"));
231 parse("kk:mm:ss"));
238 parse("h:m a"));
245 parse("y'Nen' M'Getsu' d'Nichi'"));
250 EXPECT_EQ(Tokens("*failed*"), parse("'foo"));
251 EXPECT_EQ(Tokens("*failed*"), parse("fo'o"))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser.py 141 output formats are "emacs" which emacs can parse
142 and "vs7" which Microsoft Visual Studio 7 can parse.
389 """Parse the --filter flag, and return a list of filter rules.
404 def parse(self, args): member in class:ArgumentParser
405 """Parse the command line arguments to check-webkit-style.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbnf.h 213 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
217 * <p>The user can also specify a special &quot;rule set&quot; named <tt>%%lenient-parse</tt>.
218 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
223 * of the <tt>lenient-parse</tt> rule set.</p>
516 * @param perror The parse error if an error was encountered.
541 * @param perror The parse error if an error was encountered.
559 * @param perror The parse error if an error was encountered.
588 * @param perror The parse error if an error was encountered.
1034 RuleBasedNumberFormat::parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const function in class:RuleBasedNumberFormat
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 230 def parse(filename): function
231 '''Parse the format descrition in CSV format in terms of the

Completed in 768 milliseconds

1 2 3 4 5 6 7 8 91011>>