HomeSort by relevance Sort by last modified time
    Searched full:startswith (Results 501 - 525 of 1128) sorted by null

<<21222324252627282930>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 335 if (attrName.equals("xmlns") || attrName.startsWith("xmlns:"))
481 if (attrName.equals("xmlns") || attrName.startsWith("xmlns:"))
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 659 return (attRawName.startsWith("xmlns")
661 || attRawName.startsWith("xmlns:")));
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 819 if name.startswith('include'):
824 if name.startswith('\\'):
831 if name.startswith('define'):
842 if name.startswith('if') and name[2:3].isspace():
844 if condition.startswith('0') or condition.startswith('(0)'):
872 if name.startswith('endif'):
876 elif name.startswith('if'):
    [all...]
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 344 if arg.startswith(prefix):
348 if arg.startswith(prefix):
  /external/clang/lib/Rewrite/
Rewriter.cpp 400 if (!startSpace.startswith(parentSpace))
413 if (origIndent.startswith(startSpace))
  /external/doclava/src/com/google/doclava/
LinkReference.java 325 if (text.startsWith("\"")) {
336 } else if (text.startsWith("<")) {
  /external/icu4c/test/intltest/
dadrcal.cpp 135 if(from.startsWith(kMILLIS)){
186 if(to.startsWith(kMILLIS)){
  /external/llvm/lib/Object/
COFFObjectFile.cpp 163 .StartsWith(".debug", 'N')
164 .StartsWith(".sxdata", 'N')
  /external/proguard/src/proguard/gui/
default.pro 244 public boolean startsWith(java.lang.String);
245 public boolean startsWith(java.lang.String,int);
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 246 if (MIMETypeRegistry::isJavaAppletMIMEType(serviceType()) && classId().startsWith("java:", false))
485 if (useMap.startsWith("#"))
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 462 ASSERT(coreItem->urlString().startsWith("http:", false) || coreItem->urlString().startsWith("https:", false));
  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 238 ASSERT(m_historyItem->urlString().startsWith("http:", false) || m_historyItem->urlString().startsWith("https:", false));
  /frameworks/base/core/java/android/widget/
ArrayAdapter.java 483 if (valueText.startsWith(prefixString)) {
491 if (words[k].startsWith(prefixString)) {
  /frameworks/base/core/tests/coretests/src/android/provider/
SearchRecentSuggestionsProviderTest.java 360 result = result && (display1 != null) && display1.startsWith(matchDisplay1);
363 result = result && (display2 != null) && display2.startsWith(matchDisplay2);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
  /libcore/luni/src/main/java/java/net/
NetworkInterface.java 201 if (s.startsWith("0x")) {
286 if (interfaces[counter2].name.startsWith(interfaces[counter].name + ":")) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 396 if (entityName.startsWith("#x")) {
398 } else if (entityName.startsWith("#")) {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStore.java 89 return alias.startsWith(PREFIX_SYSTEM);
92 return alias.startsWith(PREFIX_USER);
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 336 if (encoding != null && encoding.toLowerCase(Locale.US).startsWith("utf")) {
346 if (encoding.toLowerCase(Locale.US).startsWith("utf")) {
  /packages/apps/Browser/src/com/android/browser/
SuggestionsAdapter.java 465 if (like.startsWith("http") || like.startsWith("file")) {
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 265 if (!(url.startsWith("http://") || url.startsWith("https://"))) {
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 126 if (months[0].startsWith("1")) {
219 if (months[0].startsWith("1")) {
  /packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java 325 if (inputUriAsString.startsWith(Contacts.CONTENT_URI.toString())) {
331 } else if (inputUriAsString.startsWith(Data.CONTENT_URI.toString())) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 349 if (mSelectedContactUri.toString().startsWith(Contacts.CONTENT_LOOKUP_URI.toString())) {
355 } else if (mSelectedContactUri.toString().startsWith(Contacts.CONTENT_URI.toString()) &&
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupExchangeFragment.java 281 if (protocol == null || !protocol.startsWith("eas")) {
405 if (userName.startsWith("\\")) {

Completed in 1595 milliseconds

<<21222324252627282930>>