HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 426 - 450 of 4958) sorted by null

<<11121314151617181920>>

  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
PostFile.java 28 = MediaType.parse("text/x-markdown; charset=utf-8");
PostString.java 27 = MediaType.parse("text/x-markdown; charset=utf-8");
  /external/opencv3/platforms/android/service/engine/src/org/opencv/engine/
MarketConnector.java 21 Uri uri = Uri.parse("market://details?id=" + AppID);
  /external/parameter-framework/upstream/parameter/
RuleParser.h 57 // Parse
58 bool parse(CCompoundRule *pParentRule, std::string &strError);
SelectionCriterionRule.h 58 // Parse
59 virtual bool parse(CRuleParser &ruleParser, std::string &strError);
  /external/parameter-framework/upstream/tools/xmlGenerator/
hostConfig.py 41 dom = xml.dom.minidom.parse(infile)
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderOperationTest.java 22 final Uri URI = Uri.parse("content://com.xtremelabs.robolectric");
39 final Uri URI = Uri.parse("content://com.xtremelabs.robolectric");
51 final Uri URI = Uri.parse("content://com.xtremelabs.robolectric");
65 final Uri URI = Uri.parse("content://com.xtremelabs.robolectric");
ContentProviderResultTest.java 25 Uri uri = Uri.parse("content://com.xtremelabs.robolectric");
UriTest.java 15 Uri testUri = Uri.parse("http://someplace.com:8080/a/path?param=value&another_param=another_value#top");
  /external/selinux/sepolgen/src/sepolgen/
classperms.py 114 result = yacc.parse(txt)
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliParser.java 44 @NotNull @Override public ASTNode parse(IElementType root, PsiBuilder builder) { method in class:SmaliParser
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 40 public void parse(InputSource source) method in class:SAX1ParserAdapter
44 xmlReader.parse(source);
50 public void parse(String systemId) method in class:SAX1ParserAdapter
54 xmlReader.parse(systemId);
  /external/testng/src/test/java/org/testng/xml/
SuiteXmlParserTest.java 31 parser.parse(fileName, stream, false);
  /external/v8/test/webkit/
date-parse-comments-test.js 31 shouldBeNaN('Date.parse("' + date + '")');
32 shouldBeNaN('Date.parse("' + date.toUpperCase() + '")');
33 shouldBeNaN('Date.parse("' + date.toLowerCase() + '")');
35 shouldBeTrue('Date.parse("' + date + '") == ' + numericResult);
36 shouldBeTrue('Date.parse("' + date.toUpperCase() + '") == ' + numericResult);
37 shouldBeTrue('Date.parse("' + date.toLowerCase() + '") == ' + numericResult);
41 var timeZoneOffset = Date.parse(" Dec 25 1995 1:30 ") - Date.parse(" Dec 25 1995 1:30 GMT ");
  /frameworks/av/include/media/stagefright/foundation/
ParsedMessage.h 27 static sp<ParsedMessage> Parse(
55 ssize_t parse(const char *data, size_t size, bool noMoreData);
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 90 Xml.parse(in, Xml.Encoding.UTF_8, this);
96 Xml.parse(in, this);
104 uri = Uri.parse(uriStr);
176 Uri u = Uri.parse(atts.getValue(URI_STR));
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 12 WeakResourceFilter::parse(const String8& str) function in class:WeakResourceFilter
34 } else if (!AaptConfig::parse(part, &entry.first)) {
145 StrongResourceFilter::parse(const String8& str) { function in class:StrongResourceFilter
150 if (!AaptConfig::parse(configStrs[i], &config)) {
  /frameworks/base/tools/split-select/
SplitDescription.h 44 static bool parse(const android::String8& str, SplitDescription* outSplit);
  /frameworks/compile/mclinker/lib/Script/
ScriptReader.cpp 59 return parser.parse() == 0;
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ImageViewBindingAdapter.java 35 view.setImageURI(Uri.parse(imageUri));
  /frameworks/native/include/input/
VirtualKeyMap.h 67 status_t parse();
  /frameworks/opt/net/voip/src/jni/rtp/
util.cpp 25 int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss) function
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/utils/
Utils.java 53 return Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + "://" +
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 144 * source. This <code>DOMConfiguration</code> is specific to the parse
148 * parse operation. The DOM application is responsible for passing any
297 * Parse an XML document from a resource identified by a
315 public Document parse(LSInput input) method in interface:LSParser
319 * Parse an XML document from a location identified by a URI reference [<a href='http://www.ietf.org/rfc/rfc2396.txt'>IETF RFC 2396</a>]. If the URI
344 * Append the result of the parse operation as children of the context
351 * parse operation. For this action to work, the context node must be an
357 * Insert the result of the parse operation as the immediately preceding
364 * Insert the result of the parse operation as the immediately following
371 * Replace the context node with the result of the parse operation. Fo
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 184 * Parse the document.
195 * @see #parse(org.xml.sax.InputSource)
196 * @see org.xml.sax.Parser#parse(java.lang.String)
198 public void parse (String systemId)
201 parse(new InputSource(systemId));
206 * Parse the document.
217 * @see #parse(java.lang.String)
218 * @see org.xml.sax.Parser#parse(org.xml.sax.InputSource)
220 public void parse (InputSource input)
224 xmlReader.parse(input)
197 public void parse (String systemId) method in class:XMLReaderAdapter
200 parse(new InputSource(systemId)); method
219 public void parse (InputSource input) method in class:XMLReaderAdapter
    [all...]

Completed in 446 milliseconds

<<11121314151617181920>>