/development/testrunner/ |
coverage_targets.py | 48 def Parse(self, file_path): 49 """Parse the coverage target data from from given file path, and add it to 52 file_path: absolute file path to parse 57 doc = xml.dom.minidom.parse(file_path) 130 def Parse(xml_file_path): 133 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)
|
/external/apache-http/src/org/apache/http/client/protocol/ |
ResponseProcessCookies.java | 120 List<Cookie> cookies = cookieSpec.parse(header, cookieOrigin);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2965DomainAttributeHandler.java | 57 * Parse cookie domain attribute. 59 public void parse(final SetCookie cookie, String domain) method in class:RFC2965DomainAttributeHandler
|
RFC2965PortAttributeHandler.java | 103 * Parse cookie port attribute. 105 public void parse(final SetCookie cookie, final String portValue) method in class:RFC2965PortAttributeHandler
|
/external/emma/core/java12/com/vladium/emma/report/ |
reportCommand.java | 53 final IOptsParser.IOpts parsedopts = parser.parse (m_args); 55 // check if usage is requested before checking args parse errors etc:
|
/external/icu4c/i18n/ |
nfrs.h | 60 UBool parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const;
|
rbt_pars.h | 65 * Parse error information. 146 * Parse the given string as a sequence of rules, separated by newline 151 * Parse the given rules, in the given direction. After this call 161 void parse(const UnicodeString& rules, 167 * Return the compound filter parsed by parse(). Caller owns result. 168 * @return the compound filter parsed by parse(). 184 * MAIN PARSER. Parse the next rule in the given rule string, starting 186 * parse characters at or after limit. 242 * Parse a pragma. This method assumes resemblesPragma() has 266 * Parse a UnicodeSet out, store it, and return the stand-in characte [all...] |
/external/icu4c/tools/toolutil/ |
xmlparser.h | 159 * The parse methods parse whole documents and return the parse trees via their 174 * Parse an XML document, create the entire document tree, and 178 UXMLElement *parse(const UnicodeString &src, UErrorCode &errorCode); 180 * Parse an XML file, create the entire document tree, and
|
/external/svox/pico/src/com/svox/pico/ |
EngineSettings.java | 77 Uri marketUri = Uri.parse(MARKET_URI_START + unavailableLang.toLowerCase().replace("-", "."));
|
/external/webkit/WebCore/page/ |
UserContentURLPattern.cpp | 62 bool UserContentURLPattern::parse(const String& pattern) function in class:WebCore::UserContentURLPattern
|
/external/webkit/WebCore/svg/ |
SVGComponentTransferFunctionElement.cpp | 63 tableValuesBaseValue()->parse(value);
|
/external/webkit/WebKitTools/simplejson/ |
scanner.py | 23 [(SUBPATTERN, (idx + 1, sre_parse.parse(phrase, flags)))])
|
/frameworks/base/core/java/android/provider/ |
SearchRecentSuggestions.java | 140 mSuggestionsUri = Uri.parse("content://" + mAuthority + "/suggestions");
|
/frameworks/base/core/tests/coretests/src/android/pim/vcard/ |
ContentValuesVerifier.java | 72 vCardParser.parse(is, builder);
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
ExpatPerformanceTest.java | 77 Xml.parse(newInputStream(), Xml.Encoding.UTF_8, new DefaultHandler());
|
/frameworks/base/test-runner/src/android/test/ |
TestBrowserControllerImpl.java | 78 intent.setData(Uri.parse(testName));
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerProvider.java | 38 .parse("content://com.android.locationtracker");
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppUtility.java | 95 Uri u = Uri.parse(info.mFileUri); 98 Uri u = Uri.parse(info.mFileName); 141 Uri path = Uri.parse(fileName); 179 Uri path = Uri.parse(fileName);
|
/packages/apps/Browser/src/com/android/browser/ |
GeolocationPermissionsPrompt.java | 78 Uri uri = Uri.parse(mOrigin);
|
OpenDownloadReceiver.java | 56 Uri path = Uri.parse(filename);
|
/packages/apps/Email/src/com/android/exchange/provider/ |
ExchangeProvider.java | 36 public static final Uri GAL_URI = Uri.parse("content://" + EXCHANGE_AUTHORITY + "/gal/");
|
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/ |
DateTime.java | 119 public static DateTime parse(String dateString) throws ParseException {
method in class:DateTime
|
/packages/apps/IM/libwbxml/include/ |
wbxml_parser.h | 92 int parse(const char * data, uint32_t len, bool end);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MessageStatusReceiver.java | 40 Uri.parse("content://sms/status");
|