/frameworks/base/media/libmediaplayerservice/ |
TestPlayerStub.h | 101 // url's scheme is 'test:'
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
SmsBroadcastConfigInfo.java | 31 * All other values can be treated as empty CBM data coding scheme.
|
/ndk/sources/android/stlport/src/ |
fstream.cpp | 28 # error "Can't recognize IO scheme to use"
|
/ndk/sources/android/stlport/stlport/stl/config/ |
_gcc.h | 194 /* Instantiation scheme that used (default) in gcc 3 made void of sense explicit
|
/packages/apps/Music/ |
AndroidManifest.xml | 77 <data android:scheme="content"/> 96 <data android:scheme="file"/> 106 <data android:scheme="http" /> 117 <data android:scheme="content" />
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MockSource.java | 134 Uri data = new Uri.Builder().scheme("content").authority(mName).path(query).build();
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
FileWrapper.java | 71 * @param uri An absolute, hierarchical URI with a scheme equal to "file", a non-empty path
|
FolderWrapper.java | 67 * @param uri An absolute, hierarchical URI with a scheme equal to "file", a non-empty path
|
/system/core/include/diskconfig/ |
diskconfig.h | 90 uint8_t scheme; member in struct:disk_info
|
/libcore/luni/src/main/java/javax/crypto/ |
Cipher.java | 50 * name of a feedback mode and <i>padding</i> is the name of a padding scheme. 170 * if no installed provider can provide the padding scheme in 194 * if the requested padding scheme in the <i>transformation</i> 227 * if the requested padding scheme in the <i>transformation</i> [all...] |
/external/apache-http/src/org/apache/http/conn/ |
MultihomePlainSocketFactory.java | 44 import org.apache.http.conn.scheme.PlainSocketFactory; 45 import org.apache.http.conn.scheme.SocketFactory;
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 84 import org.apache.http.conn.scheme.Scheme; 841 Scheme scheme = connManager.getSchemeRegistry(). local 1054 Scheme scheme = connManager.getSchemeRegistry().getScheme(host); local [all...] |
/external/chromium/net/url_request/ |
url_request.h | 72 const std::string& scheme); 223 // Registers a new protocol handler for the given scheme. If the scheme is 228 // the scheme was first registered so that the caller can manually put it 231 // The scheme must be all-lowercase ASCII. See the ProtocolFactory 237 static ProtocolFactory* RegisterProtocolFactory(const std::string& scheme, 244 // Returns true if the scheme can be handled by URLRequest. False otherwise. 245 static bool IsHandledProtocol(const std::string& scheme);
|
/external/webkit/JavaScriptCore/wtf/ |
FastMalloc.h | 110 // Malloc validation is a scheme whereby a tag is attached to an 118 // scheme could store the tag somewhere else or ignore it.
|
/external/webkit/WebKit/mac/Plugins/ |
WebNetscapePluginView.h | 177 - (NPError)getAuthenticationInfoWithProtocol:(const char*) protocol host:(const char*)host port:(int32)port scheme:(const char*)scheme realm:(const char*)realm
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
ResourceLoadDelegate.mm | 143 && (NSOrderedSame == [[url scheme] caseInsensitiveCompare:@"http"] || NSOrderedSame == [[url scheme] caseInsensitiveCompare:@"https"])
|
/frameworks/base/core/java/android/os/ |
Build.java | 168 * <li> The {@link android.widget.TabWidget} class will use a new color scheme 169 * for tabs. In the new scheme, the foreground tab has a medium gray background
|
/frameworks/base/core/java/android/speech/ |
RecognizerResultsIntent.java | 100 * Currently this html content should be expected in the form of a uri with scheme 142 * The scheme used currently for html content in {@link #EXTRA_VOICE_SEARCH_RESULT_HTML}.
|
/frameworks/base/obex/javax/obex/ |
ObexSession.java | 95 throw new IOException("Unsupported Encoding Scheme"); 105 throw new IOException("Unsupported Encoding Scheme");
|
/packages/apps/QuickSearchBox/ |
AndroidManifest.xml | 59 <data android:scheme="qsb.corpus" /> 70 <data android:scheme="qsb.corpus" />
|
/external/chromium/net/proxy/ |
proxy_service.cc | 347 const ProxyServer* entry = proxy_rules.MapUrlSchemeToProxy(url.scheme()); 352 // scheme. Default to direct. 686 std::string url_domain = url.scheme(); 707 // If no scheme is specified then it indicates that all schemes are 709 // the protocol scheme of the url passed in. 712 std::string bypass_url_domain_with_scheme = url.scheme();
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestCase.java | 646 * @param scheme 647 * Expected scheme, for example, "file". If null, scheme is 672 String scheme, 722 if (scheme != null) { 723 assertEquals(assertID, scheme, actualScheme);
|
/external/webkit/WebKit/mac/Misc/ |
WebNSURLExtras.mm | 260 // It comes after a "://" sequence, with scheme characters preceding. 268 // Check that all characters before the :// are valid scheme characters. 859 NSData *scheme = [self _web_schemeData]; 861 if ([scheme _web_isCaseInsensitiveEqualToCString:"file"]) { [all...] |
/frameworks/base/core/java/android/content/ |
ContentResolver.java | 193 * using the content:// scheme. 238 * @param uri The URI, using the content:// scheme, for the content to 303 String scheme = uri.getScheme(); local 304 if (SCHEME_ANDROID_RESOURCE.equals(scheme)) { 314 } else if (SCHEME_FILE.equals(scheme)) { 429 * <h5>The android.resource ({@link #SCHEME_ANDROID_RESOURCE}) Scheme</h5> 463 String scheme = uri.getScheme(); local 464 if (SCHEME_ANDROID_RESOURCE.equals(scheme)) { 474 } else if (SCHEME_FILE.equals(scheme)) { [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
URLParser.java | 612 String scheme = TokenNames.SIP; local 616 scheme = TokenNames.SIPS; 622 retval.setScheme(scheme); 679 String scheme = ((Token) tokens[0]).getTokenValue(); 680 return scheme;
|