HomeSort by relevance Sort by last modified time
    Searched defs:SCHEME (Results 1 - 4 of 4) sorted by null

  /development/samples/NotePad/src/com/example/android/notepad/
NotePad.java 53 * The scheme part for this provider's URI
55 private static final String SCHEME = "content://";
84 public static final Uri CONTENT_URI = Uri.parse(SCHEME + AUTHORITY + PATH_NOTES);
91 = Uri.parse(SCHEME + AUTHORITY + PATH_NOTE_ID);
98 = Uri.parse(SCHEME + AUTHORITY + PATH_NOTE_ID + "/#");
104 = Uri.parse(SCHEME + AUTHORITY + PATH_LIVE_FOLDER);
  /external/chromium/googleurl/src/
url_parse.h 98 // url_parse::Component scheme;
99 // if (!url_parse::ExtractScheme(url, url_len, &scheme))
102 // if (IsStandardScheme(url, scheme)) // Not provided by this component
104 // else if (IsFileURL(url, scheme)) // Not provided by this component
112 SCHEME,
129 // contain an entry for the four-character scheme, and it doesn't know about
150 // SCHEME: 0 0
162 // Scheme without the colon: "http://foo"/ would have a scheme of "http".
163 // The length will be -1 if no scheme is specified ("foo.com"), or 0 if ther
167 Component scheme; member in struct:url_parse::Parsed
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 279 milliseconds