/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/installd/ |
D | utils.cpp | 89 DIR* dir = opendir(root_path.c_str()); in resolve_ce_path_by_inode_or_fallback() 403 DIR* dir = opendir(path.c_str()); in get_known_users() 564 static int _delete_dir_contents(DIR *d, in _delete_dir_contents() 585 DIR *subdir; in _delete_dir_contents() 663 DIR *d; in delete_dir_contents() 734 void operator()(DIR* d) const noexcept { ::closedir(d); } in open_dir() 736 return std::unique_ptr<DIR, DirCloser>(::opendir(dir)); in open_dir() 806 DIR *d; in delete_dir_contents_fd() 846 DIR *ds = fdopendir(sdfd); in _copy_dir_files() 893 DIR *ds = nullptr; in copy_dir_files() [all …]
|
D | installd.cpp | 111 DIR *dir; in initialize_directories()
|
/frameworks/native/cmds/rss_hwm_reset/ |
D | rss_hwm_reset.cc | 50 DIR* dirp = opendir("/proc"); in main()
|
/frameworks/av/media/libstagefright/xmlparser/vts/ |
D | ValidateMediaCodecs.cpp | 28 DIR* d; in get_files_in_dirs()
|
/frameworks/native/services/vr/performanced/ |
D | directory_reader.h | 46 DIR* directory_;
|
/frameworks/base/core/xsd/vts/ |
D | ValidatePermission.cpp | 29 DIR* d; in get_files_in_dirs()
|
/frameworks/base/tools/aapt2/io/ |
D | FileSystem.cpp | 95 std::unique_ptr<DIR, decltype(closedir) *> d(opendir(root.data()), closedir); in Create() 112 std::unique_ptr<DIR, decltype(closedir)*> subdir(opendir(prefix_path.data()), closedir); in Create()
|
/frameworks/native/libs/diskusage/ |
D | dirsize.c | 34 DIR *d; in calculate_dir_size()
|
/frameworks/base/services/core/xsd/vts/ |
D | ValidateDefaultPermissions.cpp | 30 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(dir_path), closedir); in get_files_in_dirs()
|
/frameworks/base/tools/aapt/ |
D | DirectoryWalker.h | 96 DIR* dir;
|
/frameworks/av/media/mtp/ |
D | MtpUtils.cpp | 125 DIR* dir = opendir(fromPath); in copyRecursive() 203 DIR* dir = opendir(path); in deleteRecursive()
|
/frameworks/av/media/libmedia/include/media/ |
D | PluginLoader.h | 38 DIR* pDir = opendir(pluginDir.string()); in PluginLoader()
|
/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | file_test.cc | 507 struct dirent* SkipDotDirsWithReaddir(DIR* pdir, struct dirent* entry) { in SkipDotDirsWithReaddir() 524 DIR* pdir = opendir(dir.GetDirName()); in TEST() 579 bool SkipDotDirsWithReaddir_r(DIR* pdir, struct dirent* entry, struct dirent** result) { in SkipDotDirsWithReaddir_r() 589 void TestReaddirRWithDir(DIR* pdir, const char* innerdir) { in TestReaddirRWithDir() 607 DIR* pdir = opendir(dir.GetDirName()); in TEST() 618 DIR* pdir = opendir(dir.GetDirName()); in TEST()
|
/frameworks/base/cmds/incidentd/src/ |
D | report_directory.cpp | 42 DIR* dir; in clean_directory()
|
/frameworks/base/cmds/incidentd/tests/ |
D | Reporter_test.cpp | 116 DIR* dir; in InspectFiles()
|
/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/av/media/module/id3/ |
D | testid3.cpp | 121 DIR *dir = opendir(path); in scan()
|
/frameworks/av/drm/drmserver/ |
D | PlugInManager.h | 206 DIR* pDir = opendir(rsDirPath.c_str()); in getPlugInPathList()
|
/frameworks/native/cmds/dumpstate/ |
D | DumpPool.cpp | 131 std::unique_ptr<DIR, decltype(&closedir)> dir_ptr(opendir(folder.c_str()), in deleteTempFiles()
|
/frameworks/base/tools/aapt2/test/ |
D | Fixture.cpp | 43 std::unique_ptr<DIR, decltype(closedir)*> dir(opendir(root_dir.data()), closedir); in ClearDirectory()
|