/external/e2fsprogs/lib/ss/ |
D | mk_cmds.sh.in | 6 DIR="${DIR-@datadir@/ss}" 29 DIR="$_SS_DIR_OVERRIDE"; 32 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then 33 DIR="$SS_DIR" 35 if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.awk" ; then 51 ${SED} -f "${DIR}/ct_c.sed" "${FILE}" \ 52 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
|
/external/e2fsprogs/lib/et/ |
D | compile_et.sh.in | 7 DIR="${DIR-@datadir@/et}" 12 DIR="$ET_DIR" 32 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then 33 DIR="$ET_DIR" 35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then 49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et" 56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
|
/external/tesseract/ccstruct/ |
D | polyaprx.cpp | 45 #define DIR 2 /*direction of run */ macro 173 edgepts[epindex].flags[DIR] = epdir; in edgesteps_to_edgepts() 198 edgepts[epindex].flags[DIR] = epdir; in edgesteps_to_edgepts() 229 while (((edgept->flags[DIR] - edgept->prev->flags[DIR] + 1) & 7) < 3 in fix2() 231 (edgept->prev->flags[DIR] - edgept->next->flags[DIR]) & 7) != 2 in fix2() 240 dir1 = edgept->flags[DIR]; /*first direction */ in fix2() 244 dir2 = edgept->flags[DIR]; /*2nd direction */ in fix2() 248 while (edgept->prev->flags[DIR] == edgept->next->flags[DIR]) { in fix2() 250 if (edgept->flags[DIR] == dir1) in fix2() 260 && linestart->prev->flags[DIR] == dir2 in fix2() [all …]
|
/external/bluetooth/glib/build/win32/dirent/ |
D | dirent.h | 62 } DIR; typedef 64 DIR* __cdecl opendir (const char*); 65 struct dirent* __cdecl readdir (DIR*); 66 int __cdecl closedir (DIR*); 67 void __cdecl rewinddir (DIR*); 68 long __cdecl telldir (DIR*); 69 void __cdecl seekdir (DIR*, long);
|
/external/icu4c/tools/genrb/ |
D | gendtjar.pl | 184 opendir(DIR,$icuBuildDir); 186 @list = readdir(DIR); 187 closedir(DIR); 254 opendir(DIR,$icuDataDir); 256 @list = readdir(DIR); 257 closedir(DIR); 307 … opendir(DIR,$icuDataDir) or die "ERROR: Could not open the $icuDataDir directory for reading $!"; 309 @list = readdir(DIR); 310 closedir(DIR);
|
/external/openssl/ssl/ |
D | install.com | 29 CREATE/DIR/LOG WRK_SSLROOT:[000000] 31 CREATE/DIR/LOG WRK_SSLVLIB: 33 CREATE/DIR/LOG WRK_SSLALIB: 35 CREATE/DIR/LOG WRK_SSLINCLUDE: 37 CREATE/DIR/LOG WRK_SSLVEXE: 39 CREATE/DIR/LOG WRK_SSLAEXE:
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 138 %token DIR 145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL 150 : DIR ACTION 165 | DIR PRIORITY PRIO_OFFSET ACTION 184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION 206 | DIR PRIORITY PRIO_BASE ACTION 217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION 239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION 261 | DIR
|
D | policy_parse.h | 42 DIR = 258, enumerator 61 #define DIR 258 macro
|
/external/openssl/apps/ |
D | install.com | 27 CREATE/DIR/LOG WRK_SSLROOT:[000000] 29 CREATE/DIR/LOG WRK_SSLVEXE: 31 CREATE/DIR/LOG WRK_SSLAEXE: 33 CREATE/DIR/LOG WRK_SSLLIB:
|
D | CA.com | 95 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'] 96 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.certs] 97 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.crl] 98 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.newcerts] 99 $ CREATE /DIR /PROTECTION=OWNER:RWED 'CATOP'.private]
|
/external/webkit/SunSpider/ |
D | sunspider-compare-results | 125 opendir DIR, $dir or die; 126 for my $file (readdir DIR) { 135 closedir DIR;
|
D | sunspider | 181 opendir DIR, $dir or die; 182 for my $file (readdir DIR) { 191 closedir DIR;
|
/external/webkit/WebCore/bindings/scripts/ |
D | CodeGenerator.pm | 366 if (!opendir(DIR, $thisDir)) { 367 … opendir(DIR, $directory) or die "[ERROR] Can't open directory $thisDir or $directory: \"$!\"\n"; 371 my @names = readdir(DIR) or die "[ERROR] Cant't read directory $thisDir \"$!\"\n"; 372 closedir(DIR);
|
/external/grub/stage2/ |
D | dir.h | 133 DIR; typedef 140 extern DIR *opendir ();
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
D | mklistpage.pl | 227 opendir (DIR, $dir) || die ("couldn't open directory $dir: $!"); 228 local @testdir_contents = readdir(DIR); 229 closedir(DIR);
|
D | runtests.pl | 53 opendir ( DIR, ${dir_path} ); 54 local @testdir_contents = readdir( DIR ); 55 closedir( DIR );
|
/external/grub/util/ |
D | grub-set-default.in | 36 --root-directory=DIR Use the directory DIR instead of the root directory
|
D | grub-set-default | 36 --root-directory=DIR Use the directory DIR instead of the root directory
|
/external/bluetooth/bluez/ |
D | bluez.m4 | 8 AC_ARG_WITH(bluez, AC_HELP_STRING([--with-bluez=DIR], [BlueZ library is installed in DIR]), [
|
/external/openssl/crypto/ |
D | install.com | 27 CREATE/DIR/LOG WRK_SSLROOT:[000000] 29 CREATE/DIR/LOG WRK_SSLVLIB: 31 CREATE/DIR/LOG WRK_SSLALIB: 33 CREATE/DIR/LOG WRK_SSLINCLUDE:
|
/external/webkit/WebKitTools/Scripts/ |
D | svn-apply | 342 opendir DIR, $dir or die "Could not open '$dir' to list files: $?"; 343 for (my $item = readdir DIR; $item && $directoryIsEmpty; $item = readdir DIR) { 352 closedir DIR;
|
D | bisect-builds | 212 DIR => File::Spec->tmpdir, 304 opendir(DIR, $localDirectory) || die "$!"; 305 foreach my $file (readdir(DIR)) { 310 closedir(DIR);
|
/external/genext2fs/ |
D | config.h.in | 3 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 31 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 58 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 62 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
/external/openssl/crypto/krb5/ |
D | Makefile | 5 DIR= krb5 macro 32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
|
/external/bison/m4/ |
D | lib-link.m4 | 139 [ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib 256 dnl Use an explicit option to hardcode DIR into the resulting 258 dnl Potentially add DIR to ltrpathdirs. 272 dnl Using DIR/libNAME.so during linking hardcodes DIR into the 277 dnl Use an explicit option to hardcode DIR into the resulting 280 dnl Potentially add DIR to rpathdirs. 444 dnl Potentially add DIR to rpathdirs. 456 dnl Potentially add DIR to ltrpathdirs.
|