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

1 2 34 5 6 7

  /external/netcat/
stupidh 45 stddef dirent direct dir ndir utmp wtmp utmpx wtmpx lastlog login paths \
  /external/skia/src/core/
SkPictureRecord.h 138 int paths(size_t* size) const;
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 127 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color)
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 378 deque<string> paths; local
380 paths.push_back(cwd_ + "/GET_");
382 while (!paths.empty()) {
383 while (current_dir == NULL && !paths.empty()) {
384 string current_dir_name = paths.front();
387 paths.pop_front();
410 paths.push_front(current_entry_name);
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 40 next to this script itself. Each should contain a list of paths to individual
210 def gather_file_paths(self, paths):
214 paths: a list of globs to use instead of the defaults."""
215 self._test_files = test_files.gather_test_files(self._port, paths)
    [all...]
  /external/clearsilver/util/
neo_hdf.c 1790 HDF *paths; local
    [all...]
  /external/libxml2/
catalog.c 3116 const char *cur, *paths; local
3235 const char *paths; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
scm.py 160 paths = self.changed_files()
161 for path in paths:
379 if not os.path.isabs(checkout_root): # Sometimes git returns relative paths
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 234 String [] paths = devices.split(","); local
235 for (String path: paths) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/export/
MultiApkExportHelper.java 158 * The string must be a list of paths, relative to the export project path (given to
161 * @param projects the string containing all the relative paths to the projects. This is
166 String[] paths = projectList.split("\\:"); local
170 for (String path : paths) {
  /external/chromium/base/
directory_watcher_inotify.cc 97 bool OnEnumeratedSubtree(const FilePathSet& paths);
  /external/ipsec-tools/src/racoon/
session.c 61 #include <paths.h>
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 207 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color)
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 296 NSMutableArray *WKNoteOpenPanelFiles(NSArray *paths);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 527 ArrayList<TreePath> paths = new ArrayList<TreePath>(); local
537 paths.add(new TreePath(segments.toArray()));
541 return new TreeSelection(paths.toArray(new TreePath[paths.size()]));
    [all...]
  /system/core/sh/
histedit.c 45 #include <paths.h>
var.c 46 #include <paths.h>
  /external/elfutils/src/
ld.c 353 they are searched after all paths given by the user on the
355 ld_state.default_paths = ld_state.paths;
356 ld_state.paths = ld_state.tailpaths = NULL;
1094 ld_state.paths = ld_state.tailpaths = newpath;
    [all...]
ld.h 288 paths we look at.*/
735 /* List of all the paths to look at. */
736 struct pathelement *paths; member in struct:ld_state
740 /* User provided paths for lookup of DSOs. */
877 /* Search paths added by the default linker script. */
  /external/v8/tools/
test.py     [all...]
  /ndk/build/core/
definitions.mk 123 # Rationale: This function is used to translate Cygwin paths into
128 # Note that we want mixed paths, which are supported by our toolchain binaries.
136 # Arguments: 1: list of file paths (e.g. "foo bar")
138 # Usage : $(call host-c-includes,<paths>)
139 # Rationale: This function is used to translate Cygwin paths into
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 441 WARNING: This method assumes that paths are output in a depth-first,
467 # we fell off the end, the paths much be the same
483 # IF we were looking at the last segment of one of the paths,
  /external/openssl/crypto/x509/
x509_vfy.h 93 int num_paths; /* number of paths to files or directories */
95 char **paths; /* the list of paths or directories */ member in struct:x509_file_st
  /external/openssl/include/openssl/
x509_vfy.h 93 int num_paths; /* number of paths to files or directories */
95 char **paths; /* the list of paths or directories */ member in struct:x509_file_st
  /build/core/
cleanbuild.mk 163 # Use "./" in front of the paths to avoid accidentally deleting random

Completed in 905 milliseconds

1 2 34 5 6 7