HomeSort by relevance Sort by last modified time
    Searched full:path (Results 1376 - 1400 of 4958) sorted by null

<<51525354555657585960>>

  /external/skia/src/views/
SkListView.cpp 19 SkDirListSource(const char path[], const char suffix[], const char target[])
20 : fPath(path), fSuffix(suffix), fTarget(target)
84 evt->setString("path", label.c_str());
99 SkListSource* SkListSource::CreateFromDir(const char path[], const char suffix[], const char target[])
101 return new SkDirListSource(path, suffix, target);
486 const char* path = dom.findAttr(child, "path"); local
487 if (path)
488 src = SkListSource::CreateFromDir( path,
754 SkString path(evt->findString("path"))
    [all...]
  /external/webkit/JavaScriptCore/wtf/
AVLTree.h 324 // Records a path into the tree. If branch[n] is true, indicates
325 // take greater branch from the nth node in the path, otherwise
330 // Zero-based depth of path into tree.
333 // Handles of nodes in path from root to current node (returned by *).
351 // Gives path to subtree being built. If branch[N] is false, branch
609 // Records a path into the tree. If branch[n] is true, indicates
610 // take greater branch from the nth node in the path, otherwise
759 // Records a path into the tree. If branch[n] is true, indicates
760 // take greater branch from the nth node in the path, otherwise
838 // "path" is the parent of the subtree being eliminated or reduce
    [all...]
  /external/webkit/WebKitTools/Scripts/
VCSUtils.pm 191 my $path = '.';
199 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die;
225 $last = $path;
226 $path = File::Spec->catdir($parent, $path);
289 my ($path) = @_;
290 return $path unless isGit();
295 return $gitRoot . $path;
300 my ($path) = @_;
301 $path =~ s/\\/\//g
    [all...]
  /external/dbus/bus/
signals.c 41 char *path; member in struct:BusMatchRule
88 dbus_free (rule->path);
169 if (!_dbus_string_append_printf (&str, "path='%s'", rule->path))
331 const char *path)
335 _dbus_assert (path != NULL);
337 new = _dbus_strdup (path);
342 dbus_free (rule->path);
343 rule->path = new;
756 * path='/bar/foo',destination=':452345.34
1376 const char *path; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ApkBuilder.java 58 import org.eclipse.core.runtime.Path;
150 // get the resource and the path segments.
307 // get the output folder, this method returns the path with a trailing
556 // need to figure out some path before we can execute aapt;
1200 IPath path = lib.getFullPath(); local
1355 IPath path = null; local
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 219 * be the path of a class file, a jar file, or a directory
393 "indication that the path you are on will ultimately lead " +
596 * Returns the "fixed" version of a given file path, suitable for
597 * use as a path within a {@code .jar} file and for checking
600 * the path, and if it finds it, it takes the portion after to be
601 * the fixed path. If that isn't found but the path starts with
606 * @param path {@code non-null;} the path to "fix"
608 * the given {@code path})
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 44 #include "Path.h"
164 cairo_path_t* path = cairo_copy_path(cr); local
185 cairo_append_path(shadowContext, path);
609 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color)
641 addPath(Path::createRoundedRectangle(rects[i], FloatSize(radius, radius)));
812 Path p;
1053 void GraphicsContext::addPath(const Path& path)
1059 cairo_path_t* p = cairo_copy_path(path.platformPath()->m_cr);
1064 void GraphicsContext::clip(const Path& path
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 165 static wstring path; local
169 return path;
174 path = buffer;
175 int lastSlash = path.rfind('\\');
176 if (lastSlash != -1 && lastSlash + 1 < path.length())
177 path = path.substr(0, lastSlash + 1);
179 return path;
184 static wstring path; local
188 return path;
    [all...]
  /bionic/libc/include/
fts.h 43 char *fts_path; /* path for this descent */
45 size_t fts_pathlen; /* sizeof(path) */
69 char *fts_accpath; /* access path */
70 char *fts_path; /* root path */
  /bionic/libc/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /bionic/libc/tools/
checksyscalls.py 49 if not os.path.isdir(linux_root):
125 if not os.path.exists(arm_unistd):
136 if not os.path.exists(x86_unistd):
139 if not os.path.exists(x86_unistd):
  /build/tools/dexpreopt/
Config.mk 107 PATH=$(HOST_OUT_EXECUTABLES):$$PATH \
118 export PATH=$(HOST_OUT_EXECUTABLES):$$PATH; \
  /cts/tools/host/src/com/android/cts/
Log.java 121 * @param path The path to add the log file.
123 public static void initLog(String path) {
124 mLogFileName = path + File.separator + LOG_FNAME_PREFIX
  /dalvik/dx/etc/
jasmin 17 # Set up prog to be the path of this script, including following symlinks,
  /dalvik/dx/src/junit/runner/
LoadingTestCollector.java 9 * all classes on the class path and tests whether
  /dalvik/libcore/dom/src/test/resources/META-INF/
MANIFEST.MF 2 Class-Path: dom3-xml-apis.jar dom3-xercesImpl.jar xmlParserAPIs.jar x
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
FileURLConnection.java 202 String path = fileName; local
204 path = path.replace('/', File.separatorChar);
206 permission = new FilePermission(path, "read"); //$NON-NLS-1$
  /dalvik/libcore/luni/src/test/java/java/io/
FileTest.java 41 // ext has a limit of around 256 characters for each path entry.
44 // Keep creating subdirectories until the path length is greater than 1KiB.
54 // Rather than test all methods, assume that if createTempFile creates a long path and
80 // Mostly it behaves like an invalid path...
  /dalvik/libcore/luni/src/test/java/junit/runner/
LoadingTestCollector.java 9 * all classes on the class path and tests whether
  /dalvik/libcore/security/src/main/java/java/security/
CodeSigner.java 43 * the certificate path associated with this code signer.
62 * certificate path and the same time stamp, if present in both.
87 * Returns the certificate path associated with this {@code CodeSigner}.
89 * @return the certificate path associated with this {@code CodeSigner}.
Timestamp.java 43 * timestamp} and the given certificate path.
48 * the certificate path.
93 * Returns the certificate path of this {@code Timestamp}.
95 * @return the certificate path of this {@code Timestamp}.
  /dalvik/libcore/security/src/main/java/java/security/cert/
CertPathBuilderResult.java 36 * @return the built certificate path instance.
CertPathParameters.java 21 * The interface specification for certification path algorithm parameters.
CertPathValidatorResult.java 21 * The interface specification for certification path validation results.
  /dalvik/libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 190 * Util method to get absolute path to resource file
193 * @return - path to resource
209 public static File resourceToTempFile(String path) throws IOException {
214 InputStream xml = Support_Resources.class.getResourceAsStream(path);

Completed in 304 milliseconds

<<51525354555657585960>>