HomeSort by relevance Sort by last modified time
    Searched refs:hasPrefix (Results 1 - 25 of 42) 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/media/test/data/eme_player_js/
file_io_test_player.js 21 if (Utils.hasPrefix(message.message, FILE_IO_TEST_RESULT_HEADER)) {
utils.js 194 Utils.hasPrefix = function(msg, prefix) {
206 return Utils.hasPrefix(Utils.convertToUint8Array(msg), HEART_BEAT_HEADER);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
AttributeCollection.h 159 if (!it->name().hasPrefix()) {
205 if (!it->name().hasPrefix()) {
QualifiedName.cpp 109 if (hasPrefix())
QualifiedName.h 111 bool hasPrefix() const { return m_impl->m_prefix != nullAtom; }
  /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/html/
HTMLDocument.cpp 270 bool isPossibleHTMLAttr = !attributeName.hasPrefix() && (attributeName.namespaceURI() == nullAtom);
HTMLElement.cpp 76 // FIXME: We should have a way to detect XHTML elements and replace the hasPrefix() check with it.
78 if (!tagQName().hasPrefix())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 260 if (key.hasPrefix()) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataMac.mm 239 if (descent < 3 && lineGap >= 3 && [familyName hasPrefix:@"Hiragino"]) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
APPRTCConnectionManager.m 443 if ([line hasPrefix:@"m=audio "]) {
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 87 REGISTER_OVERLOADED_2(hasPrefix);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 82 if ([[self familyName] hasPrefix:@"."])
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/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 

Completed in 757 milliseconds

1 2