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

1 23 4 5 6 7

  /bionic/libc/unistd/
popen.c 43 #include <paths.h>
exec.c 40 #include <paths.h>
syslog.c 40 #include <paths.h>
  /bootable/recovery/updater/
install.c 260 char** paths = malloc(argc * sizeof(char*)); local
263 paths[i] = Evaluate(state, argv[i]);
264 if (paths[i] == NULL) {
267 free(paths[j]);
269 free(paths);
278 if ((recursive ? dirUnlinkHierarchy(paths[i]) : unlink(paths[i])) == 0)
280 free(paths[i]);
282 free(paths);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 174 protected Set<File> doInBackground(File... paths) {
178 for (File path : paths) {
  /external/clearsilver/python/examples/base/
CSPage.py 52 def setPaths(self, paths):
53 for path in paths:
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog 141 my %paths = processPaths(@ARGV);
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 99 // This is a list of clipping paths which are currently active, in the
260 // If we are currently tracking any anti-alias clip paths, then we already
589 void PlatformContextSkia::applyAntiAliasedClipPaths(WTF::Vector<SkPath>& paths)
606 // Here, we walk the list of clipping paths backwards and, for each, we
608 // for any number of clipping paths.
618 for (size_t i = paths.size() - 1; i < paths.size(); --i) {
619 paths[i].setFillType(SkPath::kInverseWinding_FillType);
620 m_canvas->drawPath(paths[i], paint);
  /external/ipsec-tools/src/racoon/
main.c 51 #include <paths.h>
  /external/libxml2/include/libxml/
catalog.h 116 xmlLoadCatalogs (const char *paths);
  /external/skia/src/core/
SkPicturePlayback.h 128 int paths(size_t* size);
SkPicturePlayback.cpp 22 int paths = record.paths(&pathBytes); local
33 if (paths != 0)
34 SkDebugf("paths size %zd (paths:%d) ", pathBytes, paths);
149 paths = fPlayback->paths(&pathBytes);
157 if (paths != 0)
158 SkDebugf("paths size %zd (paths:%d) ", pathBytes, paths)
909 int SkPicturePlayback::paths(size_t* size) { function in class:SkPicturePlayback
    [all...]
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 81 * Initialize the list of partial paths
86 static void sem_partial_path_print(sem_partial_path* path, sem_partial_path* paths, int npaths, wordmap* ilabels);
544 * Go through the partial paths which were successful and accumulate the scripts
863 * Go through the partial paths which were successful and accumulate the scripts
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 45 executables like svn in front of the Cygwin ones in their paths.
  /bionic/libc/tools/
bionic_utils.py 284 def walk_source_files(paths,callback,args,excludes=[]):
285 """recursively walk a list of paths and files, only keeping the source files in directories"""
286 for path in paths:
  /external/v8/test/mjsunit/
short-circuit-boolean.js 28 // Test some code paths through the compiler for short-circuited
codegen-coverage.js 30 // Test paths in the code generator where values in specific registers
  /ndk/build/core/
prebuilt-library.mk 26 # Check that LOCAL_SRC_FILES contains only paths to shared libraries
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigManagerDialog.java 464 // get the selection paths
466 TreePath[] paths =selection.getPaths(); local
468 if (paths.length == 0) {
472 TreePath pathSelection = paths[0];
  /build/core/
config.mk 23 # TODO: Enforce some kind of layering; only add include paths
42 # Some specific paths to tools
45 # Various mappings to avoid hard-coding paths all over the place
  /bionic/libc/kernel/tools/
utils.py 231 def walk_source_files(paths,callback,args,excludes=[]):
232 """recursively walk a list of paths and files, only keeping the source files in directories"""
233 for path in paths:
  /external/srec/config/en.us/
Android.mk 29 # define paths to some grammar tools
  /external/dhcpcd/
bpf.c 38 #include <paths.h>
common.c 39 # include <paths.h>
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 27 #include <paths.h>

Completed in 1325 milliseconds

1 23 4 5 6 7