HomeSort by relevance Sort by last modified time
    Searched refs:paths (Results 101 - 125 of 151) sorted by null

1 2 3 45 6 7

  /external/skia/src/core/
SkPictureRecord.cpp 628 paths(&sizeData);
662 int SkPictureRecord::paths(size_t* size) const { function in class:SkPictureRecord
  /frameworks/base/core/java/android/content/
IntentFilter.java 113 * has matched against the Intent, <em>or</em> no paths were supplied in the
765 * path to be considered. If any paths are
767 * them. If no paths are included, then only the scheme/authority must
793 * Return the number of data paths in the filter.
808 * filter does not include any paths, false will <em>always</em> be
832 * Return an iterator over the filter's data paths.
866 * schemes/paths, the match will only succeed if the intent does not
901 final ArrayList<PatternMatcher> paths = mDataPaths; local
    [all...]
  /external/webkit/WebCore/html/
HTMLInputElement.cpp     [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java     [all...]
  /external/jpeg/
ltconfig 627 # Accept absolute paths.
850 # Solaris 2 before 2.5 hardcodes -L paths.
1060 echo $ac_n "checking how to hardcode library paths into programs... $ac_c" 1>&6
    [all...]
  /external/libvpx/build/make/
gen_msvs_proj.sh 38 -Lpath/to/lib Additional library search paths
  /external/libxml2/
xmllint.c 218 static xmlChar *paths[MAX_PATHS + 1]; variable
230 fprintf(stderr, "MAX_PATHS reached: too many paths\n");
240 paths[nbpaths] = xmlStrndup(path, cur - path);
241 if (paths[nbpaths] != NULL)
296 newURL = xmlStrdup((const xmlChar *) paths[i]);
    [all...]
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 273 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color)
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 126 Vector<String> paths; local
128 qtPath.split(UChar(':'), /* allowEmptyEntries */ false, paths);
130 db->setPluginDirectories(paths);
    [all...]
  /build/core/
main.mk 26 # trailing "./" from paths in various places.
520 # they're actually full paths to a particular file.
  /external/dhcpcd/
dhcpcd.c 39 #include <paths.h>
  /external/e2fsprogs/misc/
fsck.c 44 #include <paths.h>
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 504 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color)
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/libpng/
CHANGES     [all...]
  /external/qemu/block/
raw-posix.c 34 #include <paths.h>
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 609 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 694 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color)
    [all...]
  /system/core/toolbox/
newfs_msdos.c 54 #include <paths.h>
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 832 String[] paths = splitString(bootClassPath, ':'); local
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm 313 - (BOOL)_imageExistsAtPaths:(NSArray *)paths;
584 - (BOOL)_imageExistsAtPaths:(NSArray *)paths
586 NSEnumerator *enumerator = [paths objectEnumerator];
613 - (DOMDocumentFragment *)_documentFragmentWithPaths:(NSArray *)paths
616 NSEnumerator *enumerator = [paths objectEnumerator];
    [all...]
  /external/ppp/pppd/
sys-linux.c 95 #include <paths.h>
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 

Completed in 1730 milliseconds

1 2 3 45 6 7