HomeSort by relevance Sort by last modified time
    Searched refs:hasPrefix (Results 1 - 25 of 34) sorted by null

1 2

  /external/guava/guava/src/com/google/common/collect/
BstPath.java 52 public final boolean hasPrefix() {
71 checkState(hasPrefix());
BstOperations.java 101 while (path.hasPrefix()) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
QName.java 58 public boolean hasPrefix()
XMPSerializerRDF.java 878 if (qname.hasPrefix())
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstPathTest.java 38 assertFalse(rootPath.hasPrefix());
51 assertTrue(nodePath.hasPrefix());
  /external/chromium_org/third_party/mozilla/
NSURL+Utils.m 133 if ([line hasPrefix:@"URL="]) {
137 else if ([line hasPrefix:@"["]) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
QualifiedName.cpp 108 if (hasPrefix())
ElementData.cpp 134 if (!attribute->name().hasPrefix()) {
QualifiedName.h 87 bool hasPrefix() const { return m_impl->m_prefix != nullAtom; }
ElementData.h 212 if (!attribute.name().hasPrefix()) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 567 boolean hasPrefix = !TextUtils.isEmpty(prefix);
576 if (hasPrefix) {
618 if (hasPrefix) {
623 if (hasPrefix) {
630 if (hasPrefix || hasPart1) {
642 if (hasPrefix || hasPart1 || hasPart2) {
651 if (hasPrefix || hasPart1 || hasPart2 || hasPart3) {
    [all...]
  /frameworks/base/core/java/android/text/util/
Linkify.java 404 boolean hasPrefix = false;
409 hasPrefix = true;
421 if (!hasPrefix) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 233 if (key.hasPrefix()) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.cpp 320 bool isPossibleHTMLAttr = !attributeName.hasPrefix() && (attributeName.namespaceURI() == nullAtom);
HTMLElement.cpp 78 // FIXME: We should have a way to detect XHTML elements and replace the hasPrefix() check with it.
79 if (document().isHTMLDocument() && !tagQName().hasPrefix())
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 191 REGISTER_OVERLOADED_2(hasPrefix);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 229 if (descent < 3 && lineGap >= 3 && [familyName hasPrefix:@"Hiragino"]) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.m 327 if ([line hasPrefix:@"m=audio "]) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ThemeMac.mm 84 if ([[self familyName] hasPrefix:@"."])
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 202 milliseconds

1 2