Searched refs:hasPrefix (Results 1 - 25 of 27) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DBstPath.java52 public final boolean hasPrefix() { method in class:BstPath
71 checkState(hasPrefix());
H A DBstOperations.java101 while (path.hasPrefix()) {
/external/chromium_org/media/test/data/eme_player_js/
H A Dfile_io_test_player.js21 if (Utils.hasPrefix(message.message, FILE_IO_TEST_RESULT_HEADER)) {
H A Dutils.js194 Utils.hasPrefix = function(msg, prefix) {
206 return Utils.hasPrefix(Utils.convertToUint8Array(msg), HEART_BEAT_HEADER);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DQName.java58 public boolean hasPrefix() method in class:QName
H A DXMPSerializerRDF.java878 if (qname.hasPrefix())
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstPathTest.java38 assertFalse(rootPath.hasPrefix());
51 assertTrue(nodePath.hasPrefix());
/external/chromium_org/third_party/mozilla/
H A DNSURL+Utils.m133 if ([line hasPrefix:@"URL="]) {
137 else if ([line hasPrefix:@"["]) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttributeCollection.h159 if (!it->name().hasPrefix()) {
205 if (!it->name().hasPrefix()) {
H A DQualifiedName.cpp109 if (hasPrefix())
H A DQualifiedName.h111 bool hasPrefix() const { return m_impl->m_prefix != nullAtom; } function in class:blink::QualifiedName
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDocument.cpp270 bool isPossibleHTMLAttr = !attributeName.hasPrefix() && (attributeName.namespaceURI() == nullAtom);
H A DHTMLElement.cpp76 // FIXME: We should have a way to detect XHTML elements and replace the hasPrefix() check with it.
78 if (!tagQName().hasPrefix())
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.h260 if (key.hasPrefix()) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DSimpleFontDataMac.mm239 if (descent < 3 && lineGap >= 3 && [familyName hasPrefix:@"Hiragino"]) {
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
H A DAPPRTCConnectionManager.m443 if ([line hasPrefix:@"m=audio "]) {
/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp87 REGISTER_OVERLOADED_2(hasPrefix);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3378 /// \c elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))
3496 /// nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))) and
3498 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix,
3514 /// nestedNameSpecifierLoc(hasPrefix(loc(specifiesType(asString("struct A")))))
3516 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DThemeMac.mm82 if ([[self familyName] hasPrefix:@"."])
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3960 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N")))))));
3966 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N")))))));
4046 nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A"))))));
4049 nestedNameSpecifierLoc(hasPrefix(
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 646 milliseconds

12