OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startswith
(Results
726 - 750
of
1128
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java
305
if (attribute.
startsWith
(ANDROID_NS_NAME_PREFIX)) {
564
if (!name.
startsWith
(ATTR_LAYOUT_PREFIX)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java
563
if (wsFolderPath.
startsWith
(RES_FOLDER_REL)) {
571
if (wsFolderPath.
startsWith
(RES_FOLDER_ABS)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageParser.java
120
if (arg.
startsWith
("GL_"))
122
else if (arg.toLowerCase().
startsWith
("0x"))
[
all
...]
/sdk/ide_common/src/com/android/ide/common/resources/
ResourceRepository.java
163
assert url.
startsWith
("@") : url;
170
int typeBegin = url.
startsWith
("@+") ? 2 : 1; //$NON-NLS-1$
/sdk/traceview/src/com/android/traceview/
DmTraceReader.java
425
if (line.
startsWith
("*")) {
514
if (tokens[3].
startsWith
("(")) {
/external/chromium/net/tools/testserver/
testserver.py
674
if self.path.
startswith
("/download-unknown-size"):
676
elif self.path.
startswith
("/download-known-size"):
754
if not self.path.
startswith
(prefix):
802
if range and range.
startswith
('bytes='):
973
if not auth.
startswith
('Digest'):
[
all
...]
/external/icu4c/i18n/
vtzone.cpp
[
all
...]
/frameworks/base/core/java/android/provider/
MediaStore.java
[
all
...]
/frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java
370
if (number.
startsWith
(CLIR_OFF)) {
374
if (number.
startsWith
(CLIR_ON)) {
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java
[
all
...]
/external/javassist/src/main/javassist/
CtClassType.java
410
if (name.
startsWith
(thisName)) {
[
all
...]
/external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp
391
if (urlString.
startsWith
("file:///", false) && urlString.endsWith("/etc/catalog", false))
396
if (urlString.
startsWith
("http://www.w3.org/TR/xhtml", false))
400
if (urlString.
startsWith
("http://www.w3.org/Graphics/SVG", false))
[
all
...]
/frameworks/base/core/java/android/webkit/
BrowserFrame.java
717
if (url.
startsWith
(ANDROID_RESOURCE)) {
756
} else if (url.
startsWith
(ANDROID_ASSET)) {
767
url.
startsWith
(ANDROID_CONTENT)) {
[
all
...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java
681
if (!path.
startsWith
(externalPath)) {
[
all
...]
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java
271
if (line.
startsWith
("USER")) { //$NON-NLS-1$
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java
620
if (link.
startsWith
("http") || //$NON-NLS-1$
621
link.
startsWith
("file:/")) { //$NON-NLS-1$
623
} else if (link.
startsWith
("page:")) { //$NON-NLS-1$
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java
167
assertTrue(audioUri.toString().
startsWith
(membersUri.toString()));
/cts/tools/host/src/com/android/cts/
TestSession.java
285
if (testFullName.
startsWith
(javaPkgName)) {
TestSessionBuilder.java
307
if (str.
startsWith
(expectation)) {
TestSessionLog.java
256
if (filename.
startsWith
(mResultDir)) {
/cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java
110
assert className.
startsWith
("L");
/cts/tools/utils/
DescriptionGenerator.java
559
if (name.
startsWith
("test")) {
Completed in 2603 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>