OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startswith
(Results
326 - 350
of
1128
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/media/java/android/media/
MediaScanner.java
624
if (name.equalsIgnoreCase("title") || name.
startsWith
("title;")) {
629
} else if (name.equalsIgnoreCase("artist") || name.
startsWith
("artist;")) {
631
} else if (name.equalsIgnoreCase("albumartist") || name.
startsWith
("albumartist;")
632
|| name.equalsIgnoreCase("band") || name.
startsWith
("band;")) {
634
} else if (name.equalsIgnoreCase("album") || name.
startsWith
("album;")) {
636
} else if (name.equalsIgnoreCase("composer") || name.
startsWith
("composer;")) {
639
(name.equalsIgnoreCase("genre") || name.
startsWith
("genre;"))) {
641
} else if (name.equalsIgnoreCase("year") || name.
startsWith
("year;")) {
643
} else if (name.equalsIgnoreCase("tracknumber") || name.
startsWith
("tracknumber;")) {
649
name.equals("set") || name.
startsWith
("set;"))
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base.py
399
if (relative_path.
startswith
(LAYOUTTEST_WEBSOCKET_DIR)
400
or relative_path.
startswith
(LAYOUTTEST_HTTP_DIR)):
408
if (port and not relative_path.
startswith
("local/")):
409
if relative_path.
startswith
("ssl/"):
466
if uri.
startswith
("file:///"):
470
if uri.
startswith
("http://127.0.0.1:8880/"):
474
if uri.
startswith
("http://"):
478
if uri.
startswith
("https://"):
497
test_name.
startswith
(test_or_category)):
568
assert filename.
startswith
(self.layout_tests_dir()), "%s did not start with %s" % (filename, self.layout_tests_dir()
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java
394
} else if (arg.
startsWith
("--setuid=")) {
402
} else if (arg.
startsWith
("--setgid=")) {
410
} else if (arg.
startsWith
("--target-sdk-version=")) {
432
} else if (arg.
startsWith
("--capabilities=")) {
449
} else if (arg.
startsWith
("--rlimit=")) {
480
} else if (arg.
startsWith
("--setgroups=")) {
505
} else if (arg.
startsWith
("--nice-name=")) {
[
all
...]
/libcore/luni/src/main/java/java/security/
Provider.java
204
if (key instanceof String && ((String) key).
startsWith
("Provider.")) {
249
if (key instanceof String && ((String) key).
startsWith
("Provider.")) {
278
if (key instanceof String && ((String) key).
startsWith
("Provider.")) {
572
if (k.
startsWith
("Provider.")) { // Provider service type is reserved
580
if (k.
startsWith
("Alg.Alias.")) { // Alg.Alias.<crypto_service>.<aliasName>=<standardName>
657
if (key.
startsWith
("Provider")) {
662
if (key.
startsWith
("Alg.Alias.")) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java
213
if (value.
startsWith
("@+")) { //$NON-NLS-1$
287
assert permission.
startsWith
(PERMISSION_PKG_PREFIX);
303
if (intent.
startsWith
(ACTION_PKG_PREFIX)) {
306
} else if (intent.
startsWith
(CATEGORY_PKG_PREFIX)) {
433
if (value.
startsWith
(PERMISSION_PKG_PREFIX)) {
452
if (value.
startsWith
(ACTION_PKG_PREFIX) || value.
startsWith
(CATEGORY_PKG_PREFIX)) {
472
if (className.
startsWith
(".")) { //$NON-NLS-1$
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java
418
if(uriSpec.
startsWith
("/") || !m_scheme.equals(p_base.m_scheme) || !p_base.getSchemeSpecificPart().
startsWith
("/"))
428
if (uriSpec.
startsWith
("//"))
515
if (m_path.length() > 0 && m_path.
startsWith
("/"))
[
all
...]
/external/jdiff/src/jdiff/
RootDocToXML.java
424
if (JDiff.javaVersion.
startsWith
("1.1") ||
425
JDiff.javaVersion.
startsWith
("1.2") ||
426
JDiff.javaVersion.
startsWith
("1.3")) {
534
if (methodName.
startsWith
("<"))
636
if (name.
startsWith
("<<ambiguous>>")) {
[
all
...]
/external/protobuf/python/google/protobuf/
text_format.py
486
if text.
startswith
('-'):
580
if text.
startswith
('-'):
584
if text.
startswith
('0x', pos) or text.
startswith
('0X', pos):
586
elif text.
startswith
('0', pos):
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java
709
if (value.
startsWith
("@id/") || value.
startsWith
("@+") ||
710
value.
startsWith
("@android:id/")) {
716
if (mPlatformFile || value.
startsWith
("@android") || value.
startsWith
("@+android")) {
/packages/experimental/procstatlog/
procstatreport.py
225
if not key.
startswith
(speed_key): continue
395
if not key.
startswith
("/proc/net/dev:"): continue
450
if not key.
startswith
("/proc/yaffs:"): continue
501
if not key.
startswith
("/proc/diskstats:"): continue
524
if d.
startswith
(device) and d != device]: continue
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java
398
if (folder.getName().
startsWith
(AndroidConstants.FD_RES_LAYOUT) &&
424
if (id != null && (id.
startsWith
(ID_PREFIX) || id.
startsWith
(NEW_ID_PREFIX))) {
486
if (androidNsPrefix.
startsWith
(XMLNS_COLON)) {
598
if (name.
startsWith
(ATTR_LAYOUT_PREFIX)
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkConstants.java
421
if (os.
startsWith
("Windows")) { //$NON-NLS-1$
432
if (os.
startsWith
("Windows")) { //$NON-NLS-1$
446
if (os.
startsWith
("Mac OS")) { //$NON-NLS-1$
448
} else if (os.
startsWith
("Windows")) { //$NON-NLS-1$
450
} else if (os.
startsWith
("Linux")) { //$NON-NLS-1$
/build/tools/releasetools/
check_target_files_signatures
104
if line.
startswith
("Subject:"):
204
if info.filename.
startswith
("META-INF/") and \
307
if not name.
startswith
("unknown "):
/development/tools/apkcheck/src/com/android/apkcheck/
ApkCheck.java
72
} else if (args[idx].
startsWith
("--uses-library=")) {
82
} else if (args[idx].
startsWith
("--ignore-package=")) {
94
} else if (args[idx].
startsWith
("--")) {
/external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java
463
if (key.
startsWith
(IReportProperties.PREFIX))
501
// if (key.
startsWith
(IReportProperties.PREFIX))
504
// if (key.
startsWith
(m_reportType))
/external/emma/core/java12/com/vladium/util/
Property.java
42
return value.
startsWith
("t") || value.
startsWith
("y");
454
if (n.
startsWith
(m_systemPrefix))
/external/llvm/lib/Support/
StringRef.cpp
237
if (Str.
startswith
("0x")) {
240
} else if (Str.
startswith
("0b")) {
243
} else if (Str.
startswith
("0")) {
/external/markdown/markdown/
inlinepatterns.py
96
if ( ( string.
startswith
('"') and string.endswith('"'))
97
or (string.
startswith
("'") and string.endswith("'")) ):
352
if email.
startswith
("mailto:"):
/external/webkit/Source/WebCore/dom/
DOMImplementation.cpp
201
if ((version.isEmpty() || version == "1.1") && feature.
startsWith
("http://www.w3.org/tr/svg11/feature#", false)) {
206
if ((version.isEmpty() || version == "1.0") && feature.
startsWith
("org.w3c.", false)) {
303
|| (mimeType.
startsWith
("text/") && mimeType != "text/html"
/frameworks/base/core/java/android/content/res/
StringBlock.java
219
if (tag.
startsWith
("font;")) {
252
} else if (tag.
startsWith
("a;")) {
261
} else if (tag.
startsWith
("annotation;")) {
/packages/apps/Browser/src/com/android/browser/
IntentHandler.java
155
urlData.mUrl.
startsWith
("javascript:")) {
198
&& urlData.mUrl.
startsWith
("about:debug")) {
238
if (url != null && url.
startsWith
("http")) {
/packages/apps/Browser/src/com/android/browser/autocomplete/
SuggestedTextController.java
96
if (suggested.
startsWith
(userText.toLowerCase())) {
255
mSuggestedText.
startsWith
(mUserEntered.toString().toLowerCase())) {
495
mSuggestedText.
startsWith
(userEntered.toString().toLowerCase()));
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeUtility.java
181
* TODO: Also has a latent bug: uses "
startsWith
" to match the name, which can false-positive.
201
if (part.trim().toLowerCase().
startsWith
(lowerCaseName)) {
207
if (parameter.
startsWith
("\"") && parameter.endsWith("\"")) {
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
StorageManager.java
161
if (path.
startsWith
(mExternalStorageDir.getPath())) {
163
} else if (path.
startsWith
(mDownloadDataDir.getPath())) {
165
} else if (path.
startsWith
(mSystemCacheDir.getPath())) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java
124
if (propertyName.
startsWith
(ATTR_LAYOUT_PREFIX)) {
260
if (id.
startsWith
(NEW_ID_PREFIX)) {
273
if (attribute.getName().
startsWith
(ATTR_LAYOUT_PREFIX) &&
Completed in 1035 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>