/cts/tools/utils/ |
android_api_description_splitter.py | 86 self.doc = xml.dom.minidom.parse(xmlfile)
|
/dalvik/dx/src/com/android/dx/command/dump/ |
Main.java | 95 bytes = HexParser.parse(src);
|
/developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 39 private static final Uri DOCS_URI = Uri.parse(
|
/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/ |
WeatherDataProvider.java | 48 Uri.parse("content://com.example.android.widgetdata.provider");
|
/developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/java/com/example/android/borderlessbuttons/ |
MainActivity.java | 39 private static final Uri DOCS_URI = Uri.parse(
|
/development/ndk/platforms/android-21/arch-arm/include/asm/ |
setup.h | 147 int (*parse)(const struct tag *); member in struct:tagtable
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
MediaContentJob.java | 39 static final Uri MEDIA_URI = Uri.parse("content://" + MediaStore.AUTHORITY + "/");
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MainActivity.java | 111 Uri uri = Uri.parse(input.getText().toString());
|
/development/samples/browseable/BorderlessButtons/src/com.example.android.borderlessbuttons/ |
MainActivity.java | 39 private static final Uri DOCS_URI = Uri.parse(
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
RSSPullParser.java | 177 fileName = Uri.parse(urlValue).getLastPathSegment();
|
/development/testrunner/coverage/ |
coverage_targets.py | 55 def Parse(self, file_path): 56 """Parse the coverage target data from from given file path, and add it to 59 file_path: absolute file path to parse 64 doc = xml.dom.minidom.parse(file_path) 102 """Parse coverage data from XML. 124 def Parse(xml_file_path): 127 targets.Parse(xml_file_path)
|
/development/testrunner/test_defs/ |
test_defs.py | 46 def Parse(self, file_path): 47 """Parse the test suite data from from given file path. 50 file_path: absolute file path to parse 55 doc = xml.dom.minidom.parse(file_path) 68 """Alternate parse method that accepts a string of the xml data.""" 79 test_suite = suite_parser.Parse(element) 120 def Parse(file_path): 131 tests_result.Parse(file_path)
|
/device/google/dragon/crash_collector/src/com/android/crashreportprovider/ |
CrashReportProvider.java | 41 public static final Uri URI = Uri.parse("content://com.android.crashreportprovider/");
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testtree.py | 921 valid = wiz.parse( 940 valid = wiz.parse( [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interp.java | 63 // pass me a java file to parse 126 ParseTree t = parseEngine.parse(startRule);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2965DomainAttributeHandler.java | 62 * Parse cookie domain attribute. 64 public void parse(final SetCookie cookie, String domain) method in class:RFC2965DomainAttributeHandler
|
RFC2965PortAttributeHandler.java | 108 * Parse cookie port attribute. 110 public void parse(final SetCookie cookie, final String portValue) method in class:RFC2965PortAttributeHandler
|
/external/autotest/frontend/client/src/autotest/common/ |
XhrJsonRpcProxy.java | 74 responseValue = JSONParser.parse(responseText);
|
/external/bison/ |
Android.mk | 76 lib/printf-parse.c \ 172 src/parse-gram.c \
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
test_encoding.py | 32 p.parse(data, useChardet=False)
|
/external/clang/include/clang/AST/ |
RawCommentList.h | 121 /// Parse the comment, assuming it is attached to decl \c D. 122 comments::FullComment *parse(const ASTContext &Context,
|
/external/curl/packages/vms/ |
backup_gnv_curl_src.com | 46 $ set proc/parse=extended 105 $ my_dir = f$parse(current_default,,,"DIRECTORY") - "[" - "<" - ">" - "]"
|
/external/deqp/executor/ |
xeTestCaseListParser.cpp | 79 void TestCaseListParser::parse (const deUint8* bytes, int numBytes) function in class:xe::TestCaseListParser
|
xeTestLogParser.cpp | 52 void TestLogParser::parse (const deUint8* bytes, size_t numBytes) function in class:xe::TestLogParser 130 // \todo [2012-06-16 pyry] Parse status code already here?
|
/external/deqp/framework/delibs/decpp/ |
deSha1.hpp | 41 static Sha1 parse (const std::string& str);
|