HomeSort by relevance Sort by last modified time
    Searched full:uri (Results 276 - 300 of 2862) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java 37 multi.addAttribute("http://some.uri", "foo", "ns1:foo",
39 multi.addAttribute("http://some.uri", "bar", "ns1:bar",
41 multi.addAttribute("http://some.other.uri", "answer", "ns2:answer",
107 assertEquals("http://some.uri", multi.getURI(0));
108 assertEquals("http://some.uri", multi.getURI(1));
109 assertEquals("http://some.other.uri", multi.getURI(2));
197 assertEquals(0, multi.getIndex("http://some.uri", "foo"));
198 assertEquals(1, multi.getIndex("http://some.uri", "bar"));
199 assertEquals(2, multi.getIndex("http://some.other.uri", "answer"));
205 assertEquals(-1, multi.getIndex("http://some.uri", null))
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
LocalDataSource.java 21 import java.net.URI;
31 import android.net.Uri;
72 public LocalDataSource(final Context context, final String uri, final boolean flattenAllItems) {
73 this.mUri = uri;
77 String bucketId = Uri.parse(uri).getQueryParameter("bucketId");
85 if (uri.equals(MediaStore.Images.Media.EXTERNAL_CONTENT_URI.toString())) {
93 mSingleUri = isSingleImageMode(uri) && mBucketId == null;
134 MediaItem newItem = createMediaItemFromUri(mContext, Uri.parse(mUri), item.getMediaType());
138 parentSet.mName = Utils.getBucketNameFromUri(mContext.getContentResolver(), Uri.parse(fileUri))
360 Uri uri = Uri.parse(item.mContentUri); local
385 final Uri uri = (mediaType == MediaItem.MEDIA_TYPE_IMAGE) local
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusViewFactory.java 20 import android.net.Uri;
36 Uri getGlobalSearchIconUri();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 28 * The attribute is always represented by a namespace URI, a name and a value.
30 * The namespace URI can be empty for an attribute without a namespace but is never null.
47 * @param uri The URI of the attribute.
51 public SimpleAttribute(String uri, String name, String value) {
52 mUri = uri == null ? "" : uri;
58 * Returns the namespace URI of the attribute.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
FileWrapper.java 27 import java.net.URI;
69 * Creates a new File instance by converting the given <code>file:</code> URI into an
71 * @param uri An absolute, hierarchical URI with a scheme equal to "file", a non-empty path
74 * @see File#File(URI)
76 public FileWrapper(URI uri) {
77 super(uri);
FolderWrapper.java 21 import java.net.URI;
65 * Creates a new File instance by converting the given <code>file:</code> URI into an
67 * @param uri An absolute, hierarchical URI with a scheme equal to "file", a non-empty path
70 * @see File#File(URI)
72 public FolderWrapper(URI uri) {
73 super(uri);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 158 * <p>Whenever the XML writer finds a new Namespace URI, it checks
161 * not already in use for another Namespace URI).</p>
164 * to a Namespace URI with the setPrefix method:</p>
360 * clear the prefix or URI information in the writer or
413 * Specify a preferred prefix for a Namespace URI.
419 * @param uri The Namespace URI.
426 public void setPrefix (String uri, String prefix)
428 prefixTable.put(uri, prefix);
433 * Get the current or preferred prefix for a Namespace URI
1255 String uri = nsSupport.getURI(prefix); local
    [all...]
  /development/pdk/docs/porting/
instrumentation_framework.jd 35 [-n &lt;COMPONENT&gt;] [-D] [&lt;URI&gt;]
76 Uri phoneUri = null;
77 Uri emailUri = null;
83 Uri uri = mActivity.getContentResolver().insert(Contacts.People.CONTENT_URI, values);
84 phoneUri = Uri.withAppendedPath(uri, Contacts.People.Phones.CONTENT_DIRECTORY);
93 emailUri = Uri.withAppendedPath(uri, ContactMethods.CONTENT_DIRECTORY);
120 Uri uri = Uri.parse("content://contacts/people/1")
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
WordActivity.java 21 import android.net.Uri;
38 Uri uri = getIntent().getData(); local
39 Cursor cursor = managedQuery(uri, null, null, null, null);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAssociatedURIList.java 36 * List of P-Associated-URI headers
42 * P-Associated-URI = "P-Associated-URI" ":" # ( "<" URI ">" *( ";" generic-param ))
  /external/nist-sip/java/javax/sip/message/
MessageFactory.java 5 import javax.sip.address.URI;
16 Request createRequest(URI requestURI, String method, CallIdHeader callId,
21 Request createRequest(URI requestURI, String method, CallIdHeader callId,
26 Request createRequest(URI requestURI, String method, CallIdHeader callId,
  /external/webkit/WebCore/rendering/style/
BindingURI.cpp 29 BindingURI::BindingURI(StringImpl* uri)
32 m_uri = uri;
33 if (uri)
34 uri->ref();
  /frameworks/base/core/java/android/pim/vcard/
VCardEntryCommitter.java 19 import android.net.Uri;
40 private ArrayList<Uri> mCreatedUris = new ArrayList<Uri>();
65 public ArrayList<Uri> getCreatedUris() {
  /frameworks/base/core/jni/
ActivityManager.cpp 28 // Perform ContentProvider.openFile() on the given URI, returning
30 int openContentProviderFile(const String16& uri)
39 data.writeString16(uri);
52 String8(uri).string(), exceptionCode);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMLocatorImpl.java 28 private final String uri; field in class:DOMLocatorImpl
36 this.uri = src.getUri();
77 /* URI
81 return uri;
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 47 * the Namespace URI that is automatically mapped to the "xml" prefix.
54 * whose [prefix] property has no value) have a namespace URI of http://www.w3.org/2000/xmlns/
65 * &lt;prefix, uri&gt;. The default size can be set to anything
116 // bind "xml" prefix to the XML uri
119 // bind "xmlns" prefix to the XMLNS uri
155 public boolean declarePrefix(String prefix, String uri) {
171 fNamespace[i - 1] = uri;
183 // bind prefix to uri in current context
185 fNamespace[fNamespaceSize++] = uri;
213 public String getPrefix(String uri) {
    [all...]
  /packages/apps/Camera/src/com/android/camera/gallery/
VideoList.java 21 import android.net.Uri;
57 public VideoList(ContentResolver resolver, Uri uri, int sort,
59 super(resolver, uri, sort, bucketId);
VideoObject.java 23 import android.net.Uri;
41 long id, Uri uri, long miniThumbMagic,
43 super(cr, id, uri, miniThumbMagic,
  /packages/apps/Email/tests/src/com/android/email/
MessagingControllerUnitTests.java 23 import android.net.Uri;
46 Uri uri = ContentUris.withAppendedId( local
48 getContext().getContentResolver().delete(uri, null, null);
  /packages/apps/Tag/src/com/android/vcard/
VCardEntryCommitter.java 19 import android.net.Uri;
40 private ArrayList<Uri> mCreatedUris = new ArrayList<Uri>();
65 public ArrayList<Uri> getCreatedUris() {
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_PlaylistsTest.java 28 import android.net.Uri;
50 + "should be added in to javadoc when getting uri for internal volume.")
82 Uri uri = mContentResolver.insert(Playlists.EXTERNAL_CONTENT_URI, values); local
83 assertNotNull(uri);
87 Cursor c = mContentResolver.query(uri, null, null, null, null);
104 assertEquals(1, mContentResolver.update(uri, values, null, null));
105 c = mContentResolver.query(uri, null, null, null, null);
115 assertEquals(1, mContentResolver.delete(uri, null, null));
128 Uri uri = mContentResolver.insert(Playlists.INTERNAL_CONTENT_URI, values) local
    [all...]
  /external/skia/include/core/
SkPixelRef.h 87 /** Return the optional URI string associated with this pixelref. May be
92 /** Copy a URI string to this pixelref, or clear the URI if the uri is null
94 void setURI(const char uri[]) {
95 fURI.set(uri);
98 /** Copy a URI string to this pixelref
100 void setURI(const char uri[], size_t len) {
101 fURI.set(uri, len);
104 /** Assign a URI string to this pixelref
    [all...]
  /external/svox/pico/src/com/svox/pico/
DownloadVoiceData.java 20 import android.net.Uri;
32 Uri marketUri = Uri.parse(MARKET_URI);
  /external/webkit/WebCore/css/
CSSNamespace.h 34 CSSNamespace(const AtomicString& prefix, const AtomicString& uri, CSSNamespace* parent)
36 , m_uri(uri)
42 const AtomicString& uri() { return m_uri; } function in struct:WebCore::CSSNamespace
  /external/webkit/WebCore/platform/graphics/gtk/
DataSourceGStreamer.cpp 118 g_free(src->uri);
176 return src->uri;
179 static gboolean webkit_data_src_uri_set_uri(GstURIHandler* handler, const gchar* uri)
183 // URI as defined in RFC2397:
188 gchar** scheme_and_remains = g_strsplit(uri, ":", 2);
202 GST_ERROR_OBJECT(src, "A mime-type is needed in %s", uri);
211 GST_ERROR_OBJECT(src, "Data has to be base64-encoded in %s", uri);
220 if (src->uri) {
221 g_free(src->uri);
222 src->uri = 0
    [all...]

Completed in 2901 milliseconds

<<11121314151617181920>>