HomeSort by relevance Sort by last modified time
    Searched defs:DIR (Results 26 - 50 of 73) sorted by null

12 3

  /packages/apps/Launcher2/
print_db.py 15 DIR = "db_files"
16 AUTO_FILE = DIR + "/launcher.db"
17 INDEX_FILE = DIR + "/index.html"
29 shutil.rmtree(DIR, True)
30 os.makedirs(DIR)
61 f = file(DIR + "/" + icon_fn, "w")
  /packages/apps/Launcher3/
print_db.py 21 DIR = "db_files"
22 AUTO_FILE = DIR + "/launcher.db"
23 INDEX_FILE = DIR + "/index.html"
36 shutil.rmtree(DIR, True)
37 os.makedirs(DIR)
81 f = file(DIR + "/" + icon_fn, "w")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 129 typedef struct __dirstream DIR;
132 Return a DIR stream on the directory, or NULL if it could not be opened.
136 extern DIR *opendir (__const char *__name) __nonnull ((1));
143 extern DIR *fdopendir (int __fd);
151 extern int closedir (DIR *__dirp) __nonnull ((1));
156 same DIR stream.
164 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
167 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
175 extern struct dirent64 *readdir64 (DIR *__dirp) __nonnull ((1));
185 extern int readdir_r (DIR *__restrict __dirp
    [all...]
  /external/selinux/gui/
polgengui.py 104 DIR = 2
603 self.__add(DIR)
    [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpDirEntry.java 44 FILE, DIR, PDIR, CDIR, LINK
163 * - FtpDirEntry.Type.DIR for a directory
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilitiesTest.java 30 private static final String DIR = "/com/android/ide/eclipse/testdata/draw9patch/";
38 String fileName = DIR + "no-patched.png";
78 String fileName = DIR + "no-patched.png";
99 String fileName = DIR + "no-patched.png";
133 String fileName = DIR + "no-patched.png";
207 String fileName = DIR + "no-patched.png";
223 String fileName = DIR + "no-patched.png";
298 String fileName = DIR + "no-patched.png";
NinePatchedImageTest.java 34 private static final String DIR = "/com/android/ide/eclipse/testdata/draw9patch/";
37 String fileName = DIR + "no-patched.png";
53 String fileName = DIR + "no-patched-interlace.png";
69 String fileName = DIR + "no-patched.png";
116 String fileName = DIR + "invalid-patched1.9.png";
124 fileName = DIR + "invalid-patched2.9.png";
132 fileName = DIR + "invalid-patched3.9.png";
140 fileName = DIR + "invalid-patched4.9.png";
151 String fileName = DIR + "invalid-patched5.9.png";
159 fileName = DIR + "invalid-patched6.9.png"
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogDataType.java 56 DIR("", "text/plain", false, false),
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
genmk.c 367 extern char *DIR(void);
369 extern char *DIR();
485 else printf("TOKENS = %stokens.h", DIR());
489 printf("DLG_FILE = %s%s\n", DIR(), dlg);
490 printf("ERR = %serr\n", DIR());
491 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr);
493 if ( !gen_CPP ) printf("MOD_FILE = %s%s\n", DIR(), mode);
495 else printf("SCAN = %s%s\n", DIR(), dlg_class);
535 if ( strcmp(outdir,".")!=0 ) printf(" -out-dir %s", outdir);
561 else printf(" %s$(SCAN).c", DIR());
    [all...]
genmk_old.c 256 extern char *DIR();
349 else printf("TOKENS = %stokens.h", DIR());
353 printf("DLG_FILE = %s%s\n", DIR(), dlg);
354 printf("ERR = %serr\n", DIR());
355 if ( strcmp(hdr,"stdpccts.h")!=0 ) printf("HDR_FILE = %s%s\n", DIR(), hdr);
357 if ( !gen_CPP ) printf("MOD_FILE = %s%s\n", DIR(), mode);
359 else printf("SCAN = %s%s\n", DIR(), dlg_class);
414 else printf(" %s$(SCAN).c", DIR());
425 printf(" %s%s", DIR(), APARSER_O);
427 printf(" %s%s", DIR(), DLEXERBASE_O);
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 109 static final int DIR = 3;
359 type = DIR;
414 * "get" (or "dir") command to the ftp server.
448 if (filename == null || type == DIR) {
624 type = DIR;
650 value = (type == ASCII ? "a" : type == DIR ? "d" : "i");
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 119 typedef void *DIR;
237 DIR *opendir (const char *);
238 struct dirent *readdir (DIR *);
239 int closedir (DIR *);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 139 + "11-01-01 1:30PM <DIR> 0 archive");
190 final String DIR = "some/dir";
192 pwdCommandHandler.setDirectory(DIR);
197 String dir = ftpClient.printWorkingDirectory(); local
198 assertEquals("Unable to PWD", DIR, dir);
  /external/libpcap/
grammar.h 93 DIR = 303,
215 #define DIR 303
grammar.c 140 (q).dir = (d),\
396 DIR = 303,
518 #define DIR 303
974 "PF_ACTION", "TYPE", "SUBTYPE", "DIR", "ADDR1", "ADDR2", "ADDR3",
987 "pfvar", "p80211", "type", "subtype", "type_subtype", "pllc", "dir",
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 121 + "11-01-01 1:30PM <DIR> archive");
169 final String DIR = "some/dir";
171 pwdCommandHandler.setDirectory(DIR);
176 String dir = ftpClient.printWorkingDirectory(); local
177 assertEquals("Unable to PWD", DIR, dir);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 292 UINT32 DIR:1;
314 UINT32 DIR:1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 288 UINT32 DIR:1;
310 UINT32 DIR:1;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UCharacterTest.java 700 final String DIR =
764 int dir = DIR.indexOf(d) >> 2; local
765 if (UCharacter.getDirection(ch) != dir)
768 " expected direction " + dir + " but got " + UCharacter.getDirection(ch));
772 byte bdir = (byte)dir;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UCharacterTest.java 697 final String DIR =
761 int dir = DIR.indexOf(d) >> 2; local
762 if (UCharacter.getDirection(ch) != dir)
765 " expected direction " + dir + " but got " + UCharacter.getDirection(ch));
769 byte bdir = (byte)dir;
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 465 start[DIR] = DIR_LEFT_TO_RIGHT << DIR_SHIFT;
657 ints[DIR] |= reflowed.getParagraphDirection(i) << DIR_SHIFT;
    [all...]
  /external/ImageMagick/MagickCore/
vms.h     [all...]
  /external/sqlite/dist/orig/
shell.c 1095 typedef struct DIR DIR;
1096 typedef DIR *LPDIR;
1097 struct DIR {
1189 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
1193 memset(dirp, 0, sizeof(DIR));
    [all...]
  /external/sqlite/dist/
shell.c 1101 typedef struct DIR DIR;
1102 typedef DIR *LPDIR;
1103 struct DIR {
1195 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2.jar 

Completed in 1527 milliseconds

12 3