/frameworks/wilhelm/tools/mphtogen/ |
D | Makefile | 1 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/ |
D | set-cpu-freq | 6 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 …]
|
D | set-gpu-freq | 6 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 …]
|
D | get-thermal | 4 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
|
D | switch-device | 8 DIR=`pwd` 10 cd $DIR 45 DIR=`pwd` 49 cd $DIR
|
/frameworks/native/cmds/ip-up-vpn/ |
D | ip-up-vpn.c | 34 #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/ |
D | generate-preloaded-classes.sh | 22 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 23 cat "$DIR/copyright-header"
|
/frameworks/base/cmds/statsd/src/storage/ |
D | StorageManager.cpp | 104 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/ |
D | utils.cpp | 115 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 …]
|
D | installd.cpp | 107 DIR *dir; in initialize_directories()
|
/frameworks/native/services/vr/performanced/ |
D | directory_reader.h | 45 DIR* directory_;
|
/frameworks/native/libs/diskusage/ |
D | dirsize.c | 34 DIR *d; in calculate_dir_size()
|
/frameworks/av/media/mtp/ |
D | MtpUtils.cpp | 125 DIR* dir = opendir(fromPath); in copyRecursive() 202 DIR* dir = opendir(path); in deleteRecursive()
|
/frameworks/base/tools/aapt/ |
D | DirectoryWalker.h | 95 DIR* dir;
|
/frameworks/av/include/media/ |
D | PluginLoader.h | 38 DIR* pDir = opendir(pluginDir.string()); in PluginLoader()
|
/frameworks/av/media/libmedia/include/media/ |
D | PluginLoader.h | 38 DIR* pDir = opendir(pluginDir.string()); in PluginLoader()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.cpp | 242 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/ |
D | com_android_server_AlarmManagerService.cpp | 271 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(rtc_sysfs), closedir); in wall_clock_rtc()
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | FileSystem.inc | 45 dirent* cur_dir = ::readdir(reinterpret_cast<DIR*>(pDir)); 97 closedir(reinterpret_cast<DIR*>(pDir.m_Handler));
|
/frameworks/base/cmds/incidentd/src/ |
D | report_directory.cpp | 99 DIR* dir; in clean_directory()
|
/frameworks/av/media/libstagefright/id3/ |
D | testid3.cpp | 119 DIR *dir = opendir(path); in scan()
|
/frameworks/av/drm/drmserver/ |
D | PlugInManager.h | 204 DIR* pDir = opendir(rsDirPath.string()); in getPlugInPathList()
|
/frameworks/base/core/java/android/text/ |
D | DynamicLayout.java | 465 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/ |
D | fd_utils.cpp | 436 DIR* d = opendir(kFdPath); in Create() 476 DIR* d = opendir(kFdPath); in Restat()
|
/frameworks/base/tools/bit/ |
D | make.cpp | 68 DIR* dir = opendir(base.c_str()); in sniff_device_name()
|