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

1 2 3 45 6 7 8 91011>>

  /external/chromium/base/mac/
foundation_util.mm 125 NSArray* dirs =
127 if ([dirs count] < 1) {
130 NSString* path = [dirs objectAtIndex:0];
  /external/doclava/src/com/google/doclava/
SampleCode.java 72 TreeSet<String> dirs = new TreeSet<String>(); local
100 dirs.add(name);
110 for (String d : dirs) {
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 857 glob_t dirs;
863 errfunc, &dirs);
870 for (i = 0; i < dirs.gl_pathc; ++i)
881 globfree (&dirs);
889 status = glob_in_dir (filename, dirs.gl_pathv[i],
899 globfree (&dirs);
905 if (prefix_array (dirs.gl_pathv[i],
909 globfree (&dirs);
936 dirs.gl_pathc + 1) *
940 globfree (&dirs);
856 glob_t dirs; local
    [all...]
  /external/dbus/bus/
config-parser.c 818 DBusList *dirs; local
819 dirs = NULL;
830 if (!_dbus_get_standard_session_servicedirs (&dirs))
836 while ((link = _dbus_list_pop_first_link (&dirs)))
844 DBusList *dirs; local
845 dirs = NULL;
856 if (!_dbus_get_standard_system_servicedirs (&dirs))
862 while ((link = _dbus_list_pop_first_link (&dirs)))
3260 DBusList *dirs; local
3386 DBusList *dirs; local
    [all...]
  /external/mksh/src/
dot.mkshrc 52 # Berkeley C shell compatible dirs, popd, and pushd functions
76 function dirs {
87 (*) print -u2 'Usage: dirs [-lvn].'
93 print -u2 'Usage: dirs [-lvn].'
160 dirs $fa
205 dirs $fa
  /libcore/
JavaLibrary.mk 48 define all-core-resource-dirs
54 core_resource_dirs := $(call all-core-resource-dirs,main)
55 test_resource_dirs := $(call all-core-resource-dirs,test)
  /build/tools/atree/
files.cpp 438 vector<string> dirs; local
460 dirs.push_back(entry);
465 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) {
  /external/chromium/base/nix/
xdg_util.h 36 // Wrapper around xdg_user_dir_lookup() from src/base/third_party/xdg-user-dirs
  /external/clang/lib/Driver/
WindowsToolChain.cpp 324 SmallVector<StringRef, 8> Dirs;
325 StringRef(cl_include_dir).split(Dirs, ";");
327 for (SmallVectorImpl<StringRef>::iterator I = Dirs.begin(), E = Dirs.end();
  /external/llvm/utils/
countloc.sh 34 ./utils/llvmdo -topdir "$TOPDIR" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
getsrcs.sh 31 -dirs "include lib tools utils examples projects" echo
llvmgrep 36 -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
  /external/valgrind/tsan/
mk-self-contained-tsan-pin.sh 15 # The files/dirs to take:
mk-self-contained-valgrind.sh 20 # The files/dirs to take:
  /external/webkit/Tools/Scripts/
svn-unapply 221 my @dirs = File::Spec->splitdir($path);
222 while (scalar @dirs) {
223 my $dir = File::Spec->catdir(@dirs);
224 pop(@dirs);
  /packages/inputmethods/LatinIME/tools/maketext/etc/
maketext 61 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cramfs_fs.h 73 #define CRAMFS_FLAG_SORTED_DIRS 0x00000002 /* sorted dirs */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 73 #define CRAMFS_FLAG_SORTED_DIRS 0x00000002 /* sorted dirs */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cramfs_fs.h 73 #define CRAMFS_FLAG_SORTED_DIRS 0x00000002 /* sorted dirs */
  /sdk/bash_completion/
adb.bash 331 local -a dirs files
348 dirs=( $(compgen -d -- "${cur}" ) )
359 for j in "${dirs[@]}"; do
370 for i in "${dirs[@]}"; do
  /sdk/eclipse/
dictionary.txt 81 dirs
  /sdk/manifmerger/etc/
manifmerger 82 # need to use "java.ext.dirs" because "-jar" causes classpath to be ignored
  /sdk/monkeyrunner/etc/
monkeyrunner.bat 63 call %java_exe% -Xmx512m -Djava.ext.dirs=%frameworkdir%;%swt_path% -Dcom.android.monkeyrunner.bindir=..\framework -jar %jarpath% %*
  /sdk/traceview/etc/
traceview.bat 65 call %java_exe% -Djava.ext.dirs=%javaextdirs% -Dcom.android.traceview.toolsdir= -jar %jarpath% %*
  /sdk/uiautomatorviewer/etc/
uiautomatorviewer.bat 63 call %java_exe% -Djava.ext.dirs=%javaextdirs% -Dcom.android.uiautomator.bindir= -jar %jarpath% %*

Completed in 3899 milliseconds

1 2 3 45 6 7 8 91011>>