Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/wilhelm/tools/mphtogen/
DMakefile1 DIR = ../../src/autogen macro
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 \
5 $(DIR)/MPH_to_Vibra.h
/frameworks/rs/perf-test-scripts/
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/$core/online && [ `getprop $DIR/$core/online` -eq 0 ]; then
[all …]
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_on 1
[all …]
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
Dswitch-device8 DIR=`pwd`
10 cd $DIR
45 DIR=`pwd`
49 cd $DIR
/frameworks/native/cmds/ip-up-vpn/
Dip-up-vpn.c34 #define DIR "/data/misc/vpn/" macro
69 FILE *state = fopen(DIR ".tmp", "wb"); in main()
130 if (chmod(DIR ".tmp", 0444) || rename(DIR ".tmp", DIR "state")) { in main()
/frameworks/base/config/
Dgenerate-preloaded-classes.sh22 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
23 cat "$DIR/copyright-header"
/frameworks/base/cmds/statsd/src/storage/
DStorageManager.cpp104 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir); in deleteAllFiles()
119 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir); in deleteSuffixedFiles()
141 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir); in sendBroadcast()
164 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in hasConfigMetricsReport()
192 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir); in appendConfigMetricsReport()
248 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_SERVICE_DIR), closedir); in readConfigFromDisk()
290 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_SERVICE_DIR), in readConfigFromDisk()
335 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir); in trimToFit()
402 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir); in printDirStats()
/frameworks/native/cmds/installd/
Dutils.cpp115 DIR* dir = opendir(user_path.c_str()); in create_data_user_ce_package_path()
312 DIR* dir = opendir(path.c_str()); in get_known_users()
436 static int _delete_dir_contents(DIR *d, in _delete_dir_contents()
457 DIR *subdir; in _delete_dir_contents()
511 DIR *d; in delete_dir_contents()
535 DIR *d; in delete_dir_contents_fd()
575 DIR *ds = fdopendir(sdfd); in _copy_dir_files()
622 DIR *ds = NULL; in copy_dir_files()
623 DIR *dd = NULL; in copy_dir_files()
726 DIR* dir = opendir(parent.c_str()); in read_path_inode()
[all …]
Dinstalld.cpp107 DIR *dir; in initialize_directories()
/frameworks/native/services/vr/performanced/
Ddirectory_reader.h45 DIR* directory_;
/frameworks/native/libs/diskusage/
Ddirsize.c34 DIR *d; in calculate_dir_size()
/frameworks/av/media/mtp/
DMtpUtils.cpp125 DIR* dir = opendir(fromPath); in copyRecursive()
202 DIR* dir = opendir(path); in deleteRecursive()
/frameworks/base/tools/aapt/
DDirectoryWalker.h95 DIR* dir;
/frameworks/av/include/media/
DPluginLoader.h38 DIR* pDir = opendir(pluginDir.string()); in PluginLoader()
/frameworks/av/media/libmedia/include/media/
DPluginLoader.h38 DIR* pDir = opendir(pluginDir.string()); in PluginLoader()
/frameworks/native/cmds/dumpstate/
Dutils.cpp242 DIR *d; in for_each_userid()
265 DIR *d; in __for_each_pid()
332 DIR *d; in for_each_tid_helper()
599 DIR *dirp; in dump_files()
830 std::unique_ptr<DIR, decltype(&closedir)> proc(opendir("/proc"), closedir); in DumpTracesTombstoned()
935 DIR *proc = opendir("/proc"); in DumpTraces()
/frameworks/base/services/core/jni/
Dcom_android_server_AlarmManagerService.cpp271 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(rtc_sysfs), closedir); in wall_clock_rtc()
/frameworks/compile/mclinker/lib/Support/Unix/
DFileSystem.inc45 dirent* cur_dir = ::readdir(reinterpret_cast<DIR*>(pDir));
97 closedir(reinterpret_cast<DIR*>(pDir.m_Handler));
/frameworks/base/cmds/incidentd/src/
Dreport_directory.cpp99 DIR* dir; in clean_directory()
/frameworks/av/media/libstagefright/id3/
Dtestid3.cpp119 DIR *dir = opendir(path); in scan()
/frameworks/av/drm/drmserver/
DPlugInManager.h204 DIR* pDir = opendir(rsDirPath.string()); in getPlugInPathList()
/frameworks/base/core/java/android/text/
DDynamicLayout.java465 start[DIR] = DIR_LEFT_TO_RIGHT << DIR_SHIFT; in generate()
657 ints[DIR] |= reflowed.getParagraphDirection(i) << DIR_SHIFT; in reflow()
1029 return mInts.getValue(line, DIR) >> DIR_SHIFT; in getParagraphDirection()
1179 private static final int DIR = START; field in DynamicLayout
/frameworks/base/core/jni/
Dfd_utils.cpp436 DIR* d = opendir(kFdPath); in Create()
476 DIR* d = opendir(kFdPath); in Restat()
/frameworks/base/tools/bit/
Dmake.cpp68 DIR* dir = opendir(base.c_str()); in sniff_device_name()

123