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

12

/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/rs/perf-test-scripts/
H A Dswitch-device8 DIR=`pwd`
10 cd $DIR
45 DIR=`pwd`
49 cd $DIR
H A Dset-gpu-freq6 DIR="/sys/class/kgsl/kgsl-3d0"
45 if fileexists $DIR/devfreq/available_frequencies; then
46 frequencies=(`getprop $DIR/devfreq/available_frequencies`)
47 elif fileexists $DIR/gpu_available_frequencies; then
48 frequencies=(`getprop $DIR/gpu_available_frequencies`)
77 setprop $DIR/bus_split 0
78 setprop $DIR/devfreq/governor performance
79 setprop $DIR/force_bus_on 1
80 setprop $DIR/force_rail_on 1
81 setprop $DIR/force_clk_o
[all...]
H A Dset-cpu-freq6 DIR="/sys/devices/system/cpu"
64 if fileexists $DIR/$core/online; then
65 adb shell "echo -n 1 > $DIR/$core/online"
69 if fileexists $DIR/$core/cpufreq/scaling_available_frequencies; then
70 frequencies=(`getprop $DIR/$core/cpufreq/scaling_available_frequencies`)
71 elif fileexists $DIR/$core/cpufreq/stats/time_in_state; then
72 frequencies=(`adb shell cat $DIR/$core/cpufreq/stats/time_in_state | cut -f1 -d " " | tr -d '\r'`)
86 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_min_freq"
87 adb shell "echo -n $freq > $DIR/$core/cpufreq/scaling_max_freq"
98 if fileexists $DIR/
[all...]
H A Dget-thermal4 DIR="/sys/devices/virtual/thermal"
43 ZONES=`adb shell ls $DIR | tr -d '\r' | grep thermal_zone | tr -d thermal_zone | sort -n`
47 print_if_exists $DIR"/thermal_zone"$ZONE"/mode" MODE
48 print_if_exists $DIR"/thermal_zone"$ZONE"/temp" TEMP
49 print_if_exists $DIR"/thermal_zone"$ZONE"/type" TYPE
54 if ! direxists $DIR; then
/frameworks/native/cmds/ip-up-vpn/
H A Dip-up-vpn.c34 #define DIR "/data/misc/vpn/" macro
69 FILE *state = fopen(DIR ".tmp", "wb");
130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) {
/frameworks/native/libs/diskusage/
H A Ddirsize.c34 DIR *d;
/frameworks/native/services/vr/performanced/
H A Ddirectory_reader.h45 DIR* directory_;
/frameworks/base/tools/aapt/
H A DDirectoryWalker.h95 DIR* dir;
/frameworks/av/include/media/
H A DPluginLoader.h38 DIR* pDir = opendir(pluginDir.string());
/frameworks/av/media/libmedia/include/media/
H A DPluginLoader.h38 DIR* pDir = opendir(pluginDir.string());
/frameworks/base/core/jni/
H A Dandroid_server_Watchdog.cpp57 DIR* taskdir;
H A Dfd_utils.cpp355 DIR* d = opendir(kFdPath);
395 DIR* d = opendir(kFdPath);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc45 dirent* cur_dir = ::readdir(reinterpret_cast<DIR*>(pDir));
97 closedir(reinterpret_cast<DIR*>(pDir.m_Handler));
/frameworks/native/cmds/installd/
H A Dutils.cpp97 DIR* dir = opendir(user_path.c_str());
279 DIR* dir = opendir(path.c_str());
417 static int _delete_dir_contents(DIR *d,
438 DIR *subdir;
492 DIR *d;
516 DIR *d;
556 DIR *ds = fdopendir(sdfd);
603 DIR *ds = NULL;
604 DIR *dd = NULL;
707 DIR* di
[all...]
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp119 DIR *dir = opendir(path);
/frameworks/av/services/mediadrm/
H A DFactoryLoader.h92 DIR* pDir = opendir(dirPath.string());
127 DIR* pDir = opendir(dirPath.string());
/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h204 DIR* pDir = opendir(rsDirPath.string());
/frameworks/base/cmds/incidentd/src/
H A Dreport_directory.cpp121 DIR* dir;
H A DReporter.cpp310 DIR* dir;
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp271 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(rtc_sysfs), closedir);
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp267 DIR *d;
290 DIR *d;
357 DIR *d;
624 DIR *dirp;
893 DIR *proc = opendir("/proc");
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp325 auto dir_deleter = [](DIR* handle) { closedir(handle); };
326 std::unique_ptr<DIR, decltype(dir_deleter)> dir(opendir(dirname.c_str()),
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp109 DIR* pDir = opendir(dirPath.string());
/frameworks/av/media/libmedia/
H A DMediaScanner.cpp154 DIR* dir = opendir(path);

Completed in 2332 milliseconds

12