HomeSort by relevance Sort by last modified time
    Searched full:dirs (Results 201 - 225 of 494) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-gprof.1 251 .IX Item "-I dirs"
255 .IX Item "--directory-path=dirs"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-gprof.1 251 .IX Item "-I dirs"
255 .IX Item "--directory-path=dirs"
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-gprof.1 251 .IX Item "-I dirs"
255 .IX Item "--directory-path=dirs"
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-gprof.1 251 .IX Item "-I dirs"
255 .IX Item "--directory-path=dirs"
  /external/clang/include/clang/Lex/
HeaderSearch.h 224 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs,
227 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
229 SearchDirs = dirs;
  /external/elfutils/libdw/
dwarf_getsrclines.c 621 const char **dirs = (void *) &files->info[nfilelist]; local
634 dirs[i] = dirarray[i]->dir;
635 dirs[ndirlist] = NULL;
  /external/stressapptest/src/
Makefile.in 255 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
256 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  /external/webkit/Tools/Scripts/
svn-apply 164 my @dirs = File::Spec->splitdir($path);
166 while (scalar @dirs) {
167 $dir = File::Spec->catdir($dir, shift @dirs);
  /frameworks/base/docs/html/guide/topics/connectivity/
wifip2p.jd 528 File dirs = new File(f.getParent());
529 if (!dirs.exists())
530 dirs.mkdirs();
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 555 * //@todo NOTE: We don't actually search java.ext.dirs for
612 //@todo NOTE: We don't actually search java.ext.dirs for
614 othercp = System.getProperty("java.ext.dirs");
618 h.put("java.ext.dirs", othercp);
623 h.put(FOUNDCLASSES + "java.ext.dirs", classpathJars);
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 1441 Vector<String8> dirs; local
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
Makefile.in 322 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
323 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  /external/libmtp/examples/
Makefile.in 339 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
340 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 445 sys::Path dirs(I->getPath());
446 dirs.eraseComponent();
447 if (dirs.createDirectoryOnDisk(/*create_parents=*/true, ErrMsg))
  /external/openfst/src/extensions/far/
Makefile.in 377 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
378 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  /external/openfst/src/extensions/pdt/
Makefile.in 367 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
368 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  /external/webkit/Source/WebKit/mac/Misc/
WebNSURLExtras.mm     [all...]
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 149 print "Making work dirs...\n";
167 @dirs = grep (!/^(\..*|CVS|RCS)$/, readdir (SCRIPTDIR) );
169 foreach $dir (@dirs)
  /external/clang/test/Driver/
freebsd.c 28 // RUN: --sysroot=%S/Inputs/multiarch_freebsd64_tree -print-search-dirs 2>&1 \
  /external/dropbear/debian/
changelog 143 * debian/compat, debian/dirs, dropbear.default: remove; obsolete.
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 243 if (m_sourcePath != null) srcpathCache = new SourcePathCache (m_sourcePath, true); // ignore non-existent source dirs
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 42 void handleDirStart (File pathDir, File dir); // not generated for path dirs themselves
  /external/icu4c/test/hdrtst/
Makefile.in 34 DIRS=$(prefix)/include/unicode
  /external/llvm/test/
Makefile 11 DIRS =
  /external/qemu/memcheck/
memcheck_util.c 62 * directory. Lets iterate through all parent sym dirs, until we find

Completed in 2880 milliseconds

1 2 3 4 5 6 7 891011>>