HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 1051 - 1075 of 1306) sorted by null

<<41424344454647484950>>

  /packages/apps/Phone/src/com/android/phone/
OutgoingCallBroadcaster.java 187 Uri uri = Uri.parse(originalUri);
SimContacts.java 249 intent.setData(Uri.parse("content://icc/adn"));
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 212 return Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + "://"
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 377 getContentResolver().delete(Uri.parse(info.mMediaProviderUri), null,
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkRepoSource.java 171 // Parse the old document using a non namespace aware builder
179 oldDoc = builder.parse(xml);
189 // Failed to parse XML document
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /external/jdiff/
xerces.jar 
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 150 Uri uri = Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + "://" +
160 Uri u = Uri.parse(path);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 172 arguments.parse(argArray);
933 /** {@code non-null} after {@link #parse}; file name arguments */
1063 public void parse(String[] args) { method in class:Main.Arguments
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 129 assertSame(h.getLevel(), Level.parse("FINE"));
207 assertSame(h.getLevel(), Level.parse("FINE"));
  /external/bluetooth/hcidump/src/
hcidump.c 58 PARSE,
68 static int mode = PARSE;
331 /* Parse and print */
332 parse(&frm);
445 parse(&frm);
1036 case PARSE:
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 94 // Step five, parse the exif data.
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 161 var args = JSON.parse(chrome.dialogArguments);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 366 return parse(reinterpret_cast<const uint8 *>(buffer), uint32(len));
530 bool PseudoTcp::parse(const uint8* buffer, uint32 size) { function in class:cricket::PseudoTcp
  /external/icu4c/i18n/
translit.cpp     [all...]
transreg.cpp 177 void TransliteratorAlias::parse(TransliteratorParser& parser, function in class:TransliteratorAlias
184 parser.parse(aliasesOrRules, direction, pe, ec);
554 // alias->isRuleBased(), and if they get TRUE, they call alias->parse()
559 // alias->parse() and reg->reget(), that another thread will have
    [all...]
udat.cpp 214 res = ((DateFormat*)format)->parse(src, pp);
242 ((DateFormat*)format)->parse(src, *(Calendar*)calendar, pp);
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java     [all...]
  /external/proguard/src/proguard/
ConfigurationParser.java 96 public void parse(Configuration configuration) method in class:ConfigurationParser
512 // Parse the class annotations and access modifiers until the class keyword.
515 // Parse the annotation type, if any.
532 // Parse the class access modifiers.
553 // Parse the annotation type.
593 // Parse the class name part.
611 // Parse 'implements ...' or 'extends ...' part, if any.
617 // Parse the annotation type, if any.
658 // Parse all class members.
    [all...]
  /external/v8/test/mjsunit/
undeletable-functions.js 67 CheckEcmaSemantics(Date, ["UTC", "parse", "now"], "Date");
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp     [all...]
  /external/webkit/Tools/Scripts/
VCSUtils.pm 197 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
292 chomp(my $gitDir = `git rev-parse --git-dir`);
401 chomp($gitRoot = `git rev-parse --show-cdup`);
535 # Parse the next Git diff header from the given file handle, and advance
542 # line of the header to parse. This should be a line
583 die("Could not parse leading \"diff --git\" line: \"$line\".");
661 # Parse the next SVN diff header from the given file handle, and advance
669 # line of the header to parse. This should be a line
757 # Parse the next diff header from the given file handle, and advance
765 # line of the header to parse. For SVN-formatted diffs, thi
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 54 extern int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss);
944 if (parse(env, jRemoteAddress, remotePort, &remote) < 0) {
  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceProcessor.java 95 mIterator.parse(rrule.until);
    [all...]

Completed in 1374 milliseconds

<<41424344454647484950>>