OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startswith
(Results
26 - 50
of
1128
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Browser/src/com/android/browser/
Performance.java
118
if (newUrl.
startsWith
("http://www.")) {
120
} else if (newUrl.
startsWith
("http://")) {
122
} else if (newUrl.
startsWith
("https://www.")) {
124
} else if (newUrl.
startsWith
("https://")) {
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SysinfoPanel.java
326
if ((line.
startsWith
("DUMP OF SERVICE ") || line.
startsWith
("-----")) &&
382
if (line == null || line.
startsWith
("DUMP OF SERVICE")) {
386
if (line.
startsWith
("Current Battery Usage Statistics")) {
420
if (line == null || line.
startsWith
("DUMP OF SERVICE")) {
446
if (line == null || line.
startsWith
("DUMP OF SERVICE")) {
450
if (line.
startsWith
("Load:")) {
505
if (line.
startsWith
("MemTotal")) {
507
} else if (line.
startsWith
("MemFree")) {
510
} else if (line.
startsWith
("Slab"))
[
all
...]
/external/apache-harmony/support/src/test/java/tests/support/
Support_NetworkInterface.java
33
if (platform.
startsWith
("Windows")) {
47
if (platform.
startsWith
("Linux")) {
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncStartsWith.java
28
* Execute the
StartsWith
() function.
45
return m_arg0.execute(xctxt).xstr().
startsWith
(m_arg1.execute(xctxt).xstr())
/packages/apps/Mms/tests/src/com/android/mms/util/
HttpUtilsTests.java
44
curAcceptLang.
startsWith
(defaultLocale.getLanguage()));
56
curAcceptLang.
startsWith
("he"));
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp
421
if ((*it).
startsWith
("wpsDeviceName="))
423
else if ((*it).
startsWith
("p2p_device_name="))
534
if (str.
startsWith
("dev_name='"))
536
else if (str.
startsWith
("config_methods="))
539
else if (str.
startsWith
("dev="))
541
else if (str.
startsWith
("dev_type=") && dev_type.isEmpty())
592
if (bss.isEmpty() || bss.
startsWith
("FAIL"))
605
if ((*it).
startsWith
("bssid="))
607
else if ((*it).
startsWith
("id="))
609
else if ((*it).
startsWith
("flags=")
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java
295
if (!eventStr.
startsWith
(EVENT_PREFIX_STR)) {
296
if (eventStr.
startsWith
(WPA_EVENT_PREFIX_STR) &&
299
} else if (eventStr.
startsWith
(WPS_OVERLAP_STR)) {
301
} else if (eventStr.
startsWith
(P2P_EVENT_PREFIX_STR)) {
303
} else if (eventStr.
startsWith
(HOST_AP_EVENT_PREFIX_STR)) {
364
if (eventData.
startsWith
(MONITOR_SOCKET_CLOSED_STR)) {
375
if (eventData.
startsWith
(WPA_RECV_ERROR_STR)) {
389
if (eventData.
startsWith
(EAP_AUTH_FAILURE_STR)) {
453
if (dataString.
startsWith
(P2P_DEVICE_FOUND_STR)) {
455
} else if (dataString.
startsWith
(P2P_DEVICE_LOST_STR))
[
all
...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
FsUtils.java
134
if (!path.
startsWith
(HTTP_TESTS_PREFIX)) {
138
if (path.
startsWith
(HTTPS_TESTS_PREFIX)) {
141
} else if (!path.
startsWith
(HTTP_LOCAL_TESTS_PREFIX)
142
&& !path.
startsWith
(HTTP_MEDIA_TESTS_PREFIX)
143
&& !path.
startsWith
(HTTP_WML_TESTS_PREFIX)) {
/dalvik/dx/src/com/android/dx/command/annotool/
Main.java
79
if (arg.
startsWith
("--annotation=")) {
86
} else if (arg.
startsWith
("--element=")) {
97
} else if (arg.
startsWith
("--print=")) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShouldQueryStrategy.java
81
if (mLastQuery.
startsWith
(query) && !corpus.queryAfterZeroResults()
89
if (query.
startsWith
(mLastQuery)) {
91
} else if (mLastQuery.
startsWith
(query)) {
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
BufferedBlockCipher.java
49
pgpCFB = (idx > 0 && name.
startsWith
("PGP", idx));
57
partialBlockOkay = (idx > 0 && (name.
startsWith
("CFB", idx) || name.
startsWith
("OFB", idx) || name.
startsWith
("OpenPGP", idx) || name.
startsWith
("SIC", idx) || name.
startsWith
("GCTR", idx)));
/external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java
51
if (spec.
startsWith
(IInclExclFilter.INCLUSION_PREFIX_STRING) ||
52
spec.
startsWith
(IInclExclFilter.EXCLUSION_PREFIX_STRING))
79
if (spec.
startsWith
(IInclExclFilter.INCLUSION_PREFIX_STRING))
85
if (spec.
startsWith
(IInclExclFilter.EXCLUSION_PREFIX_STRING))
101
if (spec.
startsWith
(IInclExclFilter.EXCLUSION_PREFIX_STRING))
107
if (spec.
startsWith
(IInclExclFilter.INCLUSION_PREFIX_STRING))
/build/tools/
post_process_props.py
46
if line.
startswith
(key):
53
if self.lines[i].
startswith
(key):
/development/tools/mkstubs/src/com/android/mkstubs/
Filter.java
83
if (s.
startsWith
(prefix)) {
97
if (s.
startsWith
(prefix)) {
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExecTest.java
70
.
startsWith
("FOOBAR"));
108
.
startsWith
("FOOBAR"));
119
.
startsWith
("FOOBAR"));
131
.
startsWith
("FOOBAR"));
169
.
startsWith
("FOOBAR"));
191
.
startsWith
("FOOBAR"));
211
.
startsWith
("BOOFAR"));
238
.
startsWith
("ZOOZAR"));
/external/doclava/src/com/google/doclava/
JarUtils.java
43
if (url.
startsWith
(JAR_URI_PREFIX) && bang != -1) {
61
if (entry.getName().
startsWith
(jarDir + "/") && !entry.isDirectory()) {
/external/javassist/sample/evolve/
DemoServer.java
50
if (cmd.
startsWith
("GET /java.html ")) {
54
else if (cmd.
startsWith
("GET /update.html ")) {
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsValidateUnquotedLiteral.java
41
if (in.
startsWith
("0x") || in.
startsWith
("0X")) {
/frameworks/base/media/libstagefright/httplive/
M3UParser.cpp
185
if (line.
startsWith
("#EXT-X-TARGETDURATION")) {
190
} else if (line.
startsWith
("#EXT-X-MEDIA-SEQUENCE")) {
195
} else if (line.
startsWith
("#EXT-X-KEY")) {
200
} else if (line.
startsWith
("#EXT-X-ENDLIST")) {
202
} else if (line.
startsWith
("#EXTINF")) {
207
} else if (line.
startsWith
("#EXT-X-DISCONTINUITY")) {
215
} else if (line.
startsWith
("#EXT-X-STREAM-INF")) {
228
if (!line.
startsWith
("#")) {
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserFactoryImpl.java
47
if (!name.
startsWith
("http://xml.org/sax/features/")) {
92
if (!name.
startsWith
("http://xml.org/sax/features/")) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java
122
assert text.
startsWith
(COMMENT_PROLOGUE);
134
if (value.
startsWith
(target)) {
175
assert text.
startsWith
(COMMENT_PROLOGUE);
191
if (!v.
startsWith
(target)) {
277
if (text.
startsWith
(COMMENT_PROLOGUE)) {
315
if (layout.
startsWith
(ANDROID_LAYOUT_PREFIX)) {
317
} else if (layout.
startsWith
(LAYOUT_PREFIX)) {
359
boolean isFramework = header.
startsWith
(ANDROID_LAYOUT_PREFIX);
365
boolean isFramework = footer.
startsWith
(ANDROID_LAYOUT_PREFIX);
371
boolean isFramework = layout.
startsWith
(ANDROID_LAYOUT_PREFIX)
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemReader.java
27
if (line != null && line.
startsWith
(BEGIN))
/external/clang/lib/Analysis/
CocoaConventions.cpp
71
if (TDName.
startswith
(Prefix) && TDName.endswith("Ref"))
86
return Name.
startswith
(Prefix);
153
if (suffix.
startswith
("reate")) {
156
else if (suffix.
startswith
("opy")) {
/external/clang/utils/C++Tests/LLVM-Code-Symbols/
check-symbols
21
if not ln.
startswith
(' C')]
/external/icu4c/test/intltest/
ustrtest.h
48
* Test methods
startsWith
and endsWith
Completed in 4528 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>