OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startswith
(Results
51 - 75
of
1128
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/util/
FixedStringMatcher.java
52
return string.
startsWith
(fixedString) &&
/external/webkit/Source/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp
132
// which is why we use
startsWith
()
133
return mimeType.
startsWith
("application/x-java-applet", false)
134
|| mimeType.
startsWith
("application/x-java-bean", false)
135
|| mimeType.
startsWith
("application/x-java-vm", false);
/external/webkit/Source/WebKit/wx/
wscript
45
if sys.platform.
startswith
("win"):
76
if sys.platform.
startswith
('win'):
92
if sys.platform.
startswith
('darwin'):
111
if sys.platform.
startswith
('darwin'):
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_gpu.py
51
if port_name.
startswith
('chromium-gpu-linux'):
53
if port_name.
startswith
('chromium-gpu-mac'):
55
if port_name.
startswith
('chromium-gpu-win'):
78
if not port.name().
startswith
('chromium-gpu-mac'):
/frameworks/compile/libbcc/tests/
bccarm
50
if arg.
startswith
('-'):
/libcore/luni/src/test/java/tests/org/w3c/dom/
DOMTestCase.java
44
if (docURI.
startsWith
("staff")
156
if (actualPath.
startsWith
("//")) {
187
.
startsWith
("/")
188
|| actualPath.
startsWith
("file:/"));
/packages/apps/Music/src/com/android/music/
MusicAlphabetIndexer.java
38
if (wordKey.
startsWith
(letter)) {
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ZipExecTest.java
68
.
startsWith
("FOOBAR"));
108
.
startsWith
("FOOBAR"));
121
.
startsWith
("FOOBAR"));
135
.
startsWith
("FOOBAR"));
170
.
startsWith
("FOOBAR"));
206
.
startsWith
("FOOBAR"));
247
.
startsWith
("FOOBAR"));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/discovery/
NdkDiscoveryUpdater.java
229
if (option.
startsWith
("-")) { //$NON-NLS-1$
235
} else if (option.
startsWith
("-I")) { //$NON-NLS-1$
241
} else if (option.
startsWith
("-D")) { //$NON-NLS-1$
243
} else if (option.
startsWith
("-f")) { //$NON-NLS-1$
245
} else if (option.
startsWith
("-m")) { //$NON-NLS-1$
247
} else if (option.
startsWith
("--sysroot")) { //$NON-NLS-1$
297
if (line.
startsWith
("#define")) { //$NON-NLS-1$
/system/extras/tests/sdcard/
plot_sdcard.py
98
if line.
startswith
('# Kernel:'):
100
elif line.
startswith
('# Command:'):
105
elif line.
startswith
('# Iterations'):
107
elif line.
startswith
('# Fadvise'):
109
elif line.
startswith
('# Sched'):
149
if line.
startswith
('# StopWatch'): # Start of a new dataset
159
if line.
startswith
('#'):
/external/mockwebserver/src/main/java/com/google/mockwebserver/
MockWebServer.java
350
if (contentLength == -1 && lowercaseHeader.
startsWith
("content-length:")) {
353
if (lowercaseHeader.
startsWith
("transfer-encoding:") &&
379
if (request.
startsWith
("OPTIONS ") || request.
startsWith
("GET ")
380
|| request.
startsWith
("HEAD ") || request.
startsWith
("DELETE ")
381
|| request .
startsWith
("TRACE ") || request.
startsWith
("CONNECT ")) {
385
} else if (request.
startsWith
("POST ") || request.
startsWith
("PUT "))
[
all
...]
/libcore/support/src/test/java/tests/http/
MockWebServer.java
349
if (contentLength == -1 && lowercaseHeader.
startsWith
("content-length:")) {
352
if (lowercaseHeader.
startsWith
("transfer-encoding:") &&
378
if (request.
startsWith
("OPTIONS ") || request.
startsWith
("GET ")
379
|| request.
startsWith
("HEAD ") || request.
startsWith
("DELETE ")
380
|| request .
startsWith
("TRACE ") || request.
startsWith
("CONNECT ")) {
384
} else if (request.
startsWith
("POST ") || request.
startsWith
("PUT "))
[
all
...]
/cts/tests/tests/net/src/android/net/cts/
MailToTest.java
119
assertTrue(stringUrl.
startsWith
("mailto:?"));
132
assertTrue(stringUrl.
startsWith
("mailto:?"));
145
assertTrue(stringUrl.
startsWith
("mailto:?"));
160
assertTrue(stringUrl.
startsWith
("mailto:?"));
175
assertTrue(stringUrl.
startsWith
("mailto:?"));
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java
86
if (absolutePath.
startsWith
(File.separator))
229
if (systemId.
startsWith
("file:"))
235
if (str != null && str.
startsWith
("/"))
237
if (str.
startsWith
("///") || !str.
startsWith
("//"))
/external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java
79
if (absolutePath.
startsWith
(File.separator))
222
if (systemId.
startsWith
("file:"))
228
if (str != null && str.
startsWith
("/"))
230
if (str.
startsWith
("///") || !str.
startsWith
("//"))
/external/webkit/Tools/wx/build/
build_utils.py
40
if sys.platform.
startswith
('win'):
128
if sys.platform.
startswith
('win'):
134
elif sys.platform.
startswith
('darwin'):
136
if platform.release().
startswith
('10'): # Snow Leopard
185
if line.
startswith
("Revision: "):
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionContextTest.java
180
if (cipherSuite.
startsWith
("SSL_RSA_EXPORT_")) {
185
if (cipherSuite.
startsWith
("SSL_RSA_")) {
188
if (cipherSuite.
startsWith
("TLS_RSA_")) {
191
if (cipherSuite.
startsWith
("TLS_DHE_RSA_")) {
194
if (cipherSuite.
startsWith
("SSL_DHE_RSA_")) {
/sdk/ide_common/src/com/android/ide/common/resources/
ResourceResolver.java
188
if (reference.
startsWith
(PREFIX_THEME_REF)) {
197
if (reference.
startsWith
(PREFIX_ANDROID_THEME_REF)) {
227
if (referenceName.
startsWith
(PREFIX_ANDROID)) {
249
} else if (reference.
startsWith
(PREFIX_RESOURCE_REF)) {
258
if (reference.
startsWith
(PREFIX_ANDROID_RESOURCE_REF)) {
271
if (segments[1].
startsWith
(PREFIX_ANDROID)) {
509
if (name.
startsWith
(PREFIX_RESOURCE_REF)) {
514
if (name.
startsWith
(PREFIX_ANDROID)) {
521
if (name.
startsWith
(REFERENCE_STYLE)) {
/external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py
115
if not filename.
startswith
(path):
135
return [f for f in self.files if f.
startswith
(path[:-1])]
140
return path.
startswith
(self.sep)
156
result = any(f.
startswith
(path) for f in files)
176
if self.exists(f) and f.
startswith
(path):
274
if f.
startswith
(path):
/build/tools/
findleaves.py
75
if arg.
startswith
("--mindepth="):
80
elif arg.
startswith
("--prune="):
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TextReport.java
38
if (apiPackage.getName().
startsWith
("android")
48
if (apiPackage.getName().
startsWith
("android")) {
/cts/tools/dasm/src/dasm/
Utils.java
49
if (str.
startsWith
("+")) {
52
if (str.
startsWith
("0x")) {
/cts/tools/dex-tools/src/dex/reader/
TypeFormatter.java
68
if (typeName.
startsWith
("L")) {
71
} else if (typeName.
startsWith
("[")) {
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java
228
if (lline.
startsWith
("get") || lline.
startsWith
("post")) {
235
if (lline.
startsWith
("authorization:")) {
238
if (lline.
startsWith
("content-length")) {
246
if (line.
startsWith
("transfer-encoding")) {
271
} else if (resourceName.
startsWith
(REDIRECTTEST)) {
280
} else if (resourceName.
startsWith
("http://")
420
if (header.
startsWith
("header1:")) {
/external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java
71
} else if (path1.
startsWith
(path2)) {
73
} else if (path2.
startsWith
(path1)) {
Completed in 5080 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>