Searched refs:DIR (Results 1 - 23 of 23) sorted by relevance

/frameworks/wilhelm/tools/mphtogen/
H A DMakefile0 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_OutputMi
1 DIR = ../../src/autogen macro
[all...]
/frameworks/base/cmds/ip-up-vpn/
H A Dip-up-vpn.c34 #define DIR "/data/misc/vpn/" macro
68 FILE *state = fopen(DIR ".tmp", "wb");
148 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) {
/frameworks/base/libs/diskusage/
H A Ddirsize.c41 DIR *d;
/frameworks/base/tools/aapt/
H A DDirectoryWalker.h95 DIR* dir;
H A DAaptAssets.cpp1753 DIR* dir = NULL;
2221 DIR* dir = opendir(srcDir.string());
/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp57 DIR* taskdir;
H A Dandroid_util_Process.cpp187 DIR *d;
592 DIR* dirp = opendir(file8);
925 DIR *proc = opendir("/proc");
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp119 DIR *dir = opendir(path);
/frameworks/base/cmds/installd/
H A Dutils.c210 static int _delete_dir_contents(DIR *d, const char *ignore)
228 DIR *subdir;
273 DIR *d;
294 DIR *d;
314 DIR *d;
508 DIR* dir, char *pathBase, char *pathPos, size_t pathAvailLen)
530 DIR *subdir;
622 DIR *d;
635 DIR* subdir;
692 ALOGI("DEL DIR
[all...]
H A Dcommands.c297 DIR *d;
362 DIR *d;
482 DIR *d;
824 DIR *d;
901 DIR *d;
H A Dinstalld.c411 DIR *dir;
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_file.c136 DIR *dir = NULL;
235 DIR *dir;
297 while ( (ent = readdir((DIR *)*session)) != NULL)
329 /*add "/" at the end of a DIR file entry*/
359 closedir( (DIR *)session);
/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h204 DIR* pDir = opendir(rsDirPath.string());
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp154 DIR* dir = opendir(path);
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java159 start[DIR] = DIR_LEFT_TO_RIGHT << DIR_SHIFT;
589 return mInts.getValue(line, DIR) >> DIR_SHIFT;
708 private static final int DIR = START; field in class:DynamicLayout
H A DStaticLayout.java677 lines[off + DIR] |= dir << DIR_SHIFT;
873 return mLines[mColumns * line + DIR] >> DIR_SHIFT;
935 private static final int DIR = START; field in class:StaticLayout
/frameworks/native/cmds/dumpstate/
H A Dutils.c52 DIR *d;
421 DIR *proc = opendir("/proc");
/frameworks/base/cmds/rawbu/
H A Dbackup.cpp67 DIR *dir;
258 DIR *dir;
/frameworks/base/services/jni/
H A Dcom_android_server_BatteryService.cpp236 DIR* dir = opendir(POWER_SUPPLY_PATH);
/frameworks/av/media/mtp/
H A DMtpServer.cpp996 DIR* dir = opendir(path);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp418 DIR *d = opendir(buffer);
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1382 DIR* dir;
/frameworks/base/services/input/
H A DEventHub.cpp1442 DIR *dir;

Completed in 207 milliseconds