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

1 2 3

  /frameworks/wilhelm/tools/mphtogen/
Makefile 0 DIR = ../../src/autogen
2 ALL = $(DIR)/MPH_to_3DGroup.h $(DIR)/MPH_to_AudioPlayer.h $(DIR)/MPH_to_AudioRecorder.h \
3 $(DIR)/MPH_to_Engine.h $(DIR)/MPH_to_LEDDevice.h $(DIR)/MPH_to_Listener.h \
4 $(DIR)/MPH_to_MetadataExtractor.h $(DIR)/MPH_to_MidiPlayer.h $(DIR)/MPH_to_OutputMix.h
    [all...]
  /external/ltp/testcases/network/
Makefile 27 DIR := datafiles
29 CLEAN_TARGETS += $(DIR)
33 INSTALL_TARGETS := $(addprefix $(DIR)/ascii.,sm med lg jmb)
34 INSTALL_TARGETS += $(addprefix $(DIR)/bin.,sm med lg jmb)
48 $(DESTDIR)/$(INSTALL_DIR)/$(DIR) $(DIR): %:
51 generate: $(DIR)
52 cd "$(DIR)" && \
  /external/vulkan-validation-layers/loader/
dirent_on_windows.h 18 typedef struct DIR DIR;
24 DIR *opendir(const char *);
25 int closedir(DIR *);
26 struct dirent *readdir(DIR *);
27 void rewinddir(DIR *);
dirent_on_windows.c 24 struct DIR {
31 DIR *opendir(const char *name) {
32 DIR *dir = 0; local
39 if ((dir = (DIR *)loader_instance_tls_heap_alloc(sizeof *dir)) != 0 &&
40 (dir->name = (char *)loader_instance_tls_heap_alloc(base_length + strlen(all) + 1)) != 0) {
41 strcat(strcpy(dir->name, name), all);
43 if ((dir->handle = (handle_type)_findfirst(dir->name, &dir->info)) != -1)
    [all...]
  /external/clang/test/Preprocessor/
pp-record.c 14 #define DIR 1
18 #if DIR
  /external/fio/os/windows/posix/include/
dirent.h 18 typedef struct dirent_ctx DIR;
20 DIR *opendir(const char *dirname);
21 struct dirent *readdir(DIR *dirp);
22 int closedir(DIR *dirp);
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 34 #define DIR "/data/misc/vpn/"
69 FILE *state = fopen(DIR ".tmp", "wb");
130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) {
  /packages/apps/Launcher2/
fill_screens.py 14 DIR = "db_files"
31 shutil.rmtree(DIR, True)
32 os.makedirs(DIR)
  /packages/apps/Launcher3/
fill_screens.py 14 DIR = "db_files"
31 shutil.rmtree(DIR, True)
32 os.makedirs(DIR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dirent.h 40 /* disk transfer area for this dir */
43 /* dirent struct to return from dir (NOTE: this makes this thread
44 * safe as long as only one thread uses a particular DIR struct at
59 /* given path for dir with search pattern (struct is extended) */
61 } DIR;
63 DIR* __cdecl __MINGW_NOTHROW opendir (const char*);
64 struct dirent* __cdecl __MINGW_NOTHROW readdir (DIR*);
65 int __cdecl __MINGW_NOTHROW closedir (DIR*);
66 void __cdecl __MINGW_NOTHROW rewinddir (DIR*);
67 long __cdecl __MINGW_NOTHROW telldir (DIR*);
    [all...]
  /bionic/libc/include/
dirent.h 77 typedef struct DIR DIR;
79 DIR* opendir(const char* __path);
80 DIR* fdopendir(int __dir_fd);
81 struct dirent* readdir(DIR* __dir);
82 struct dirent64* readdir64(DIR* __dir) __INTRODUCED_IN(21);
83 int readdir_r(DIR* __dir, struct dirent* __entry, struct dirent** __buffer) __attribute__((__deprecated__("readdir_r is deprecated; use readdir instead")));
84 int readdir64_r(DIR* __dir, struct dirent64* __entry, struct dirent64** __buffer) __INTRODUCED_IN(21) __attribute__((__deprecated__("readdir64_r is deprecated; use readdir64 instead")));
85 int closedir(DIR* __dir);
86 void rewinddir(DIR* __dir)
    [all...]
  /external/jsoncpp/devtools/
antglob.py 49 DIR = 1
54 ALL_NO_LINK = DIR | FILE
55 ALL = DIR | FILE | LINKS
62 **/a: match 'a', 'dir/a', 'dir1/dir2/a'
145 entry_type = is_file and FILE or DIR
168 ['path/source.py', '/.py', 'dir.py/z', 'z.pyc', 'z.c'] ),
171 ['path/', 'a/path/b', 'dir.py/z', 'somepath', 'pathsuffix', 'a/somepath'] ),
185 ['src/a.py', 'src/dir/a.py'],
  /external/owasp/sanitizer/tools/
update_tree_in_svn.py 14 DIR = 'd'
36 if os.path.isdir(path): return DIR
100 (NO_EXIST, DIR) : (recurse, remove, svn_delete,),
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
104 (DIR, NO_EXIST): (mkdir, svn_add, recurse,),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),
106 (DIR, DIR) : (recurse,),
  /device/linaro/bootloader/edk2/StdLib/Include/
dirent.h 54 typedef struct _dirdesc DIR;
83 int closedir(DIR *);
84 void rewinddir(DIR *);
86 DIR *opendir(const char *) __RENAME(__opendir30);
87 struct dirent *readdir(DIR *) __RENAME(__readdir30);
88 int readdir_r(DIR * __restrict, struct dirent * __restrict,
91 void seekdir(DIR *, long);
92 long telldir(DIR *);
93 DIR *__opendir2(const char *, int) __RENAME(__opendir230);
  /external/ImageMagick/MagickCore/
nt-base-private.h 55 } DIR;
108 extern MagickPrivate DIR
122 NTCloseDirectory(DIR *),
139 NTTellDirectory(DIR *);
149 *NTReadDirectory(DIR *);
160 NTSeekDirectory(DIR *,ssize_t),
  /external/ipsec-tools/src/libipsec/
policy_parse.h 42 DIR = 258,
61 #define DIR 258
  /external/libxml2/
check-xinclude-test-suite.py 12 DIR="xinclude-test-suite"
18 os.chdir(DIR)
  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.h 52 #define MAXOPENDIRS 1024 /* max opendirs to try to exhaust dir streams */
61 #define DIR 0
nftw64.h 51 #define MAXOPENDIRS 1024 /* max opendirs to try to exhaust dir streams */
60 #define DIR 0
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectoryTest.java 39 final String DIR = "some/dir";
41 pwdCommandHandler.setDirectory(DIR);
48 assertEquals("workingDirectory", DIR, workingDir);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_StartTest.java 61 final String DIR = "abc 1234567";
63 pwd.setDirectory(DIR);
75 assertEquals("pwd", DIR, ftpClient.printWorkingDirectory());
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectoryTest.java 39 final String DIR = "some/dir";
41 pwdCommandHandler.setDirectory(DIR);
48 assertEquals("workingDirectory", DIR, workingDir);
  /external/syslinux/com32/include/sys/
dirent.h 43 typedef struct _DIR_ DIR;
  /bionic/libc/bionic/
dirent.cpp 51 struct DIR {
60 #define CHECK_DIR(d) if (d == nullptr) __fortify_fatal("%s: null DIR*", __FUNCTION__)
62 static DIR* __allocate_DIR(int fd) {
63 DIR* d = reinterpret_cast<DIR*>(malloc(sizeof(DIR)));
75 int dirfd(DIR* d) {
80 DIR* fdopendir(int fd) {
94 DIR* opendir(const char* path) {
99 static bool __fill_DIR(DIR* d)
    [all...]
  /external/python/cpython3/Misc/
coverity_model.c 28 typedef struct {} DIR;
124 DIR *fdopendir(int fd)
126 DIR *d;

Completed in 2048 milliseconds

1 2 3