| /development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
| DictionaryProvider.java | 35 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/dictionary");
|
| /development/samples/Wiktionary/src/com/example/android/wiktionary/ |
| WordWidget.java | 99 Log.e("WordWidget", "Couldn't parse API response", e); 116 Intent defineIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(definePage));
|
| /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
| WordWidget.java | 89 Log.e("WordWidget", "Couldn't parse API response", e); 92 // Use a regular expression to parse out the word and its definition 107 Intent defineIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(definePage));
|
| /external/apache-http/src/org/apache/http/impl/ |
| AbstractHttpClientConnection.java | 180 HttpResponse response = (HttpResponse) this.responseParser.parse();
|
| AbstractHttpServerConnection.java | 141 HttpRequest request = (HttpRequest) this.requestParser.parse();
|
| /external/apache-http/src/org/apache/http/impl/cookie/ |
| DateUtils.java | 55 * Date format pattern used to parse HTTP date headers in RFC 1123 format. 60 * Date format pattern used to parse HTTP date headers in RFC 1036 format. 65 * Date format pattern used to parse HTTP date headers in ANSI C 92 * @param dateValue the date value to parse 106 * @param dateValue the date value to parse 111 * @throws DateParseException if none of the dataFormats could parse the dateValue 121 * @param dateValue the date value to parse 130 * @throws DateParseException if none of the dataFormats could parse the dateValue 161 return dateParser.parse(dateValue); 167 // we were unable to parse the dat [all...] |
| /external/apache-http/src/org/apache/http/impl/io/ |
| AbstractMessageParser.java | 126 // Parse the header name and value 171 public HttpMessage parse() throws IOException, HttpException { method in class:AbstractMessageParser
|
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| pseudotcp.h | 145 bool parse(const uint8* buffer, uint32 size);
|
| /external/emma/core/java12/com/vladium/emma/instr/ |
| instrCommand.java | 54 final IOptsParser.IOpts parsedopts = parser.parse (m_args); 56 // check if usage is requested before checking args parse errors etc:
|
| /external/icu4c/i18n/ |
| rbt.cpp | 41 parser.parse(rules, direction, parseError, status);
|
| transreg.h | 79 * must call parse() on it, then call TransliteratorRegistry::reget(). 88 * Note: Only call parse() if isRuleBased() returns TRUE. 94 void parse(TransliteratorParser& parser, 182 * situation the caller must call alias->parse() to do the parsing
|
| /external/icu4c/samples/numfmt/ |
| main.cpp | 56 // Parse a string. The string uses the digits '0' through '9' 60 fmt->parse(str, result, status); 61 check(status, "NumberFormat::parse"); 63 printf("NumberFormat::parse(\""); // Display the result
|
| /external/icu4c/test/perf/normperf/ |
| dtfmtrtperf.h | 173 // Before parse, set unknown zone to SimpleDateFormat instance 178 // Parse 182 //errln("Failed to create an instance of calendar for receiving parse result."); 188 sdf->parse(tzstr, *outcal, pos);
|
| /external/iptables/extensions/ |
| libxt_RATEEST.c | 202 .parse = RATEEST_parse,
|
| /external/javassist/src/main/javassist/bytecode/ |
| StackMapTable.java | 176 public void parse() throws BadBytecode { method in class:StackMapTable.Walker 365 parse(); method 702 new Printer(smt.get(), writer).parse(); method 812 parse(); method
|
| /external/jsilver/src/com/google/clearsilver/jsilver/data/ |
| DefaultHdfParser.java | 35 public void parse(Reader reader, Data output, ErrorHandler errorHandler, method in class:DefaultHdfParser
|
| NewHdfParser.java | 95 * State information that we pass through the parse methods. Allows parser to be reentrant as all 190 public void parse(Reader reader, Data output, Parser.ErrorHandler errorHandler, method in class:NewHdfParser 194 parse(ParseState.createNewParseState(output, reader, errorHandler, resourceLoader, this, 198 private void parse(ParseState state) throws IOException { method in class:NewHdfParser 204 reportError(state, "End of line was prematurely reached. Parse error."); 326 * HdfNameAttrs object. It returns a {@code boolean} with whether it succeeded to parse. 367 // No attributes to parse 402 * Parse out a single HDF attribute. If there is no explicit value, use default value of "1" like 403 * in C clearsilver. Returns NO_MATCH if it fails to parse an attribute. 419 // We need to parse out the attribute value [all...] |
| /external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
| SyntaxTreeDumper.java | 144 TemplateSyntaxTree tree = builder.parse(reader, filename, EscapeMode.ESCAPE_NONE);
|
| /external/llvm/lib/DebugInfo/ |
| DWARFContext.cpp | 64 Abbrev->parse(abbrData); 96 // We have to parse it first.
|
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| HeaderParser.java | 46 * Parse the weekday field 78 * parse and return a date field. 153 * @param String to parse. 165 * Parse the SIP header from the buffer and return a parsed 169 public SIPHeader parse() throws ParseException { method in class:HeaderParser 182 * Parse the header name until the colon and chew WS after that.
|
| ViaParser.java | 197 public SIPHeader parse() throws ParseException { method in class:ViaParser 199 dbg_enter("parse"); 224 dbg_leave("parse"); 253 * (ViaList) vp.parse(); System.out.println("encoded = " + vl.encode()); }
|
| /external/proguard/src/proguard/ant/ |
| ProGuardTask.java | 47 parser.parse(configuration);
|
| /external/qemu/android/ |
| charmap.c | 392 * line - Line in .kcm file to parse. 545 * kcm_file_path - Full path to the .kcm file to parse. 578 // Line by line parse the file. 639 derror("Unable to parse kcm file.");
|
| /external/strace/ |
| strace-graph | 89 print STDERR "$0: $ARGV: $.: cannot parse line.\n"; 126 print STDERR "$0: $ARGV: $.: cannot parse string.\n";
|
| /external/svox/pico/compat/src/com/android/tts/compat/ |
| CompatTtsService.java | 66 Cursor c = getContentResolver().query(Uri.parse("content://" + getPackageName()
|