HomeSort by relevance Sort by last modified time
    Searched full:notfound (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
NotFound.h 1 #include <JavaScriptCore/NotFound.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/wtf/
NotFound.h 3 #include <JavaScriptCore/NotFound.h>
  /external/webkit/Source/WebCore/platform/
ContentType.cpp 45 if (semi != notFound) {
47 if (start != notFound) {
49 if (start != notFound) {
52 if (quote != notFound && end != notFound)
56 if (end == notFound)
73 if (semi != notFound)
LinkHash.cpp 37 return notFound;
43 return notFound;
49 return notFound;
55 return notFound;
61 return notFound;
67 return notFound;
105 size_t previousSlash = slash ? reverseFind(path.data(), path.size(), '/', slash - 1) : notFound;
107 if (previousSlash == notFound || (previousSlash > 3 && path[previousSlash - 2] == ':' && path[previousSlash - 1] == '/')) {
116 } while ((slash = findSlashDotDotSlash(path.data(), path.size(), slash)) != notFound);
123 if (!refPos || refPos == notFound)
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
LocalizedStringsMac.mm 43 NSString *notFound = @"localized string not found";
44 NSString *result = [bundle localizedStringForKey:(NSString *)keyString.get() value:notFound table:nil];
46 ASSERT_WITH_MESSAGE(result != notFound, "could not find localizable string %s in bundle", key);
  /external/webkit/Source/JavaScriptCore/wtf/
NotFound.h 31 const size_t notFound = static_cast<size_t>(-1);
35 using WTF::notFound;
  /external/webkit/Source/WebCore/platform/win/
LocalizedStringsWin.cpp 78 static CFStringRef notFound = CFSTR("localized string not found");
81 RetainPtr<CFStringRef> result(AdoptCF, CFCopyLocalizedStringWithDefaultValue(keyString.get(), 0, webKitBundle(), notFound, 0));
82 ASSERT_WITH_MESSAGE(result.get() != notFound, "could not find localizable string %s in bundle", key);
  /external/webkit/Source/WebKit/mac/Misc/
WebLocalizableStrings.mm 61 NSString *notFound = @"localized string not found";
63 NSString *result = [bundle localizedStringForKey:(NSString *)keyString value:notFound table:nil];
65 ASSERT_WITH_MESSAGE(result != notFound, "could not find localizable string %s in bundle", key);
  /external/webkit/Source/WebKit/chromium/tests/
ArenaTestHelpers.h 31 #include <wtf/NotFound.h>
56 ASSERT_NE(slot, notFound);
  /external/mesa3d/docs/
modelers.html 14 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html">ARCAD</a> - CAD program
30 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html" target="_parent">KWRL</a> - VRML browser
43 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html">Moonlight Atelier</a> - modeling and rendering package
55 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html">3D Studio file viewer</a> - by David Farrell
62 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html">VRweb</a> - VRML browser
science.html 13 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html">CLEO3D</a> - event displayer for the CLEOIII detector
37 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html" target="_parent">MathGL3d</a> - Mathematica viewer
53 <li><a href="http://mesa3d.sourceforge.net/notfound.html">PHLEX</a> - Finite element vis
62 </li><li><a href="http://mesa3d.sourceforge.net/notfound.html">SPARROW</a> - robot simulation
utility.html 28 <li><a href="http://mesa3d.sourceforge.net/notfound.html">VRML Site
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 535 return notFound;
549 return notFound;
552 return notFound;
572 return notFound;
584 return notFound;
594 return notFound;
597 return notFound;
607 return notFound;
617 return notFound;
628 return notFound;
    [all...]
WTFString.h 165 { return m_impl ? m_impl->find(c, start) : notFound; }
167 { return m_impl ? m_impl->find(str.impl(), start) : notFound; }
169 { return m_impl ? m_impl->find(matchFunction, start) : notFound; }
171 { return m_impl ? m_impl->find(str, start) : notFound; }
175 { return m_impl ? m_impl->reverseFind(c, start) : notFound; }
177 { return m_impl ? m_impl->reverseFind(str.impl(), start) : notFound; }
181 { return m_impl ? m_impl->findIgnoringCase(str, start) : notFound; }
183 { return m_impl ? m_impl->findIgnoringCase(str.impl(), start) : notFound; }
185 { return m_impl ? m_impl->reverseFindIgnoringCase(str.impl(), start) : notFound; }
199 bool contains(UChar c) const { return find(c) != notFound; }
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLFormattingElementList.cpp 62 if (index != notFound) {
72 ASSERT(index != notFound);
99 if (index != notFound)
HTMLParserIdioms.cpp 113 if (eIndex == notFound)
117 if (dotIndex != notFound) {
118 if (eIndex == notFound)
125 if (eIndex != notFound) {
  /external/webkit/Source/WebCore/wml/
WMLEventHandlingElement.cpp 64 ASSERT(m_doElements.find(doElement) == WTF::notFound);
74 if (position == WTF::notFound)
  /external/webkit/Source/WebKit/win/
WebLocalizableStrings.cpp 167 static CFStringRef notFound = CFSTR("localized string not found");
171 return notFound;
174 CFStringRef result = CFCopyLocalizedStringWithDefaultValue(keyString.get(), 0, bundle, notFound, 0);
176 ASSERT_WITH_MESSAGE(result != notFound, "could not find localizable string %s in bundle", key);
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/
NetscapePluginModule.cpp 54 ASSERT(initializedNetscapePluginModules().find(this) == notFound);
131 ASSERT(pluginModuleIndex != notFound);
179 ASSERT(initializedNetscapePluginModules().find(this) != notFound);
190 ASSERT(initializedNetscapePluginModules().find(this) == notFound);
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Engine.java 146 throw notFound(serviceName, algorithm);
151 throw notFound(serviceName, algorithm);
170 throw notFound(serviceName, algorithm);
175 private NoSuchAlgorithmException notFound(String serviceName, String algorithm)
  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 98 { return m_impl ? m_impl->find(c, start) : notFound; }
100 { return m_impl ? m_impl->find(str.impl(), start) : notFound; }
102 { return m_impl ? m_impl->find(str, start) : notFound; }
106 { return m_impl ? m_impl->reverseFind(c, start) : notFound; }
108 { return m_impl ? m_impl->reverseFind(str.impl(), start) : notFound; }
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 47 if (positionSlash == notFound)
50 if (positionBackslash == notFound)
156 if (lastDivPos != notFound) {
177 if (pos == notFound)
185 if (pos == notFound)
  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.cpp 89 if (important == notFound)
102 bool important = priority.find("important", 0, false) != notFound;
  /external/webkit/Source/WebCore/html/
DataGridColumnList.cpp 83 if (index == notFound)
97 if (colIndex == notFound)
  /external/webkit/Source/WebCore/platform/network/
ResourceResponseBase.cpp 472 if (loc != notFound)
639 if (nextEqualSignPosition != notFound && (nextEqualSignPosition < nextCommaPosition || nextCommaPosition == notFound)) {
648 if (nextDoubleQuotePosition != notFound) {
654 if (nextCommaPosition2 != notFound)
666 if (nextCommaPosition2 != notFound) {
676 } else if (nextCommaPosition != notFound && (nextCommaPosition < nextEqualSignPosition || nextEqualSignPosition == notFound)) {

Completed in 944 milliseconds

1 2 3 4 5 6 7