/external/toybox/scripts/ |
config2help.c | 23 // Parse config files into data structures. 141 void parse(char *filename) function 165 } else if ((s = keyword("source", line))) parse(s); 219 parse(argv[1]);
|
/external/vogar/src/vogar/ |
ExpectationStore.java | 109 public static ExpectationStore parse(Log log, method in class:ExpectationStore 117 result.parse(f, mode, variant); 123 public void parse(File expectationsFile, ModeId mode, Variant variant) throws IOException { method in class:ExpectationStore
|
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/ |
CaptivePortalLoginActivity.java | 217 startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(mURL.toString()))); 340 Uri.parse(error.getUrl()).getHost() + " certificate: " + 351 startActivity(new Intent(Intent.ACTION_DIAL, Uri.parse(url)));
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
RRuleTest.java | 103 dtstart.parse(dtstartStr); 111 rangeStart.parse(advanceTo); 112 rangeEnd.parse(endAt); [all...] |
/libcore/ojluni/src/main/java/java/text/ |
SimpleDateFormat.java | 449 * The minus sign to be used with format and parse. 527 * the DateFormatSymbols. If true, the format and parse methods 529 * parse methods call Calendar.getDisplayName or 1419 public Date parse(String text, ParsePosition pos) { method in class:SimpleDateFormat 1743 break parse; local 1753 break parse; local 1762 break parse; local 1765 break parse; local 1770 break parse; local 1774 break parse; local [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
X509CRLEntryImpl.java | 120 parse(new DerValue(revokedCert)); method 135 parse(derValue); 448 private void parse(DerValue derVal) method in class:X509CRLEntryImpl
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
AttachPhotoActivity.java | 98 mContactUri = (uri == null) ? null : Uri.parse(uri); 99 mTempPhotoUri = Uri.parse(icicle.getString(KEY_TEMP_PHOTO_URI)); 100 mCroppedPhotoUri = Uri.parse(icicle.getString(KEY_CROPPED_PHOTO_URI));
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
AttachmentUtilities.java | 143 sUri = Uri.parse(Attachment.ATTACHMENT_PROVIDER_URI_PREFIX); 155 sUri = Uri.parse(Attachment.ATTACHMENT_PROVIDER_URI_PREFIX); 283 return Uri.parse(strUri);
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
AvatarUriUtil.java | 151 final Uri profilePhotoUri = (photoUriString == null) ? null : Uri.parse(photoUriString); 312 return primaryUriString == null ? null : Uri.parse(primaryUriString); 318 return fallbackUriString == null ? null : Uri.parse(fallbackUriString);
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
CallerInfoLookupHelperTest.java | 63 static final Uri URI1 = Uri.parse("tel:555-555-7010"); 64 static final Uri URI2 = Uri.parse("tel:555-555-7016"); 66 static final Uri CONTACTS_PHOTO_URI = Uri.parse(
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
commons-cli-1.2.jar | |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_compiler.py | 75 self.assertRaises(SyntaxError, compiler.parse, "foo(a=1, b)") 76 self.assertRaises(SyntaxError, compiler.parse, "foo(1, *args, 3)") 88 self.assertRaises(SyntaxError, compiler.parse, "def foo(a=1, b): pass")
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_compiler.py | 75 self.assertRaises(SyntaxError, compiler.parse, "foo(a=1, b)") 76 self.assertRaises(SyntaxError, compiler.parse, "foo(1, *args, 3)") 88 self.assertRaises(SyntaxError, compiler.parse, "def foo(a=1, b): pass")
|
/prebuilts/misc/common/commons-cli/ |
commons-cli-1.2.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_compiler.py | 75 self.assertRaises(SyntaxError, compiler.parse, "foo(a=1, b)") 76 self.assertRaises(SyntaxError, compiler.parse, "foo(1, *args, 3)") 88 self.assertRaises(SyntaxError, compiler.parse, "def foo(a=1, b): pass")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_compiler.py | 75 self.assertRaises(SyntaxError, compiler.parse, "foo(a=1, b)") 76 self.assertRaises(SyntaxError, compiler.parse, "foo(1, *args, 3)") 88 self.assertRaises(SyntaxError, compiler.parse, "def foo(a=1, b): pass")
|
/bionic/libc/kernel/uapi/asm-arm/asm/ |
setup.h | 147 int(* parse) (const struct tag *); member in struct:tagtable
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
CrossProfileUtils.java | 105 webIntent.setData(Uri.parse("http://com.android.cts.intent.receiver"));
|
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/ |
CallBlockingTest.java | 55 .setAddress(Uri.parse("tel:333-TEST"))
|
/cts/tests/tests/database/src/android/database/cts/ |
ContentObservableTest.java | 26 private static final Uri CONTENT_URI = Uri.parse("content://uri");
|
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_NameValueTableTest.java | 69 Uri uri = Uri.parse("content://authority/path");
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
RefocusTest.java | 103 Uri path = Uri.parse(ContentResolver.SCHEME_ANDROID_RESOURCE + "://" +
|
/cts/tests/tests/sax/src/android/sax/cts/ |
ElementTest.java | 125 xmlReader.parse(source);
|
/cts/tests/tests/util/src/android/util/cts/ |
XmlEncodingTest.java | 76 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_US_ASCII)), 108 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_8)), 140 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_UTF_16)), 172 Xml.parse(new ByteArrayInputStream(sourceStr.getBytes(STR_ISO_8859_1)),
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
TestListParser.java | 34 public Collection<TestSuite> parse(InputStream input) { method in class:TestListParser
|