Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 60) 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/installd/
Dutils.cpp89 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 …]
Dinstalld.cpp111 DIR *dir; in initialize_directories()
/frameworks/native/cmds/rss_hwm_reset/
Drss_hwm_reset.cc50 DIR* dirp = opendir("/proc"); in main()
/frameworks/av/media/libstagefright/xmlparser/vts/
DValidateMediaCodecs.cpp28 DIR* d; in get_files_in_dirs()
/frameworks/native/services/vr/performanced/
Ddirectory_reader.h46 DIR* directory_;
/frameworks/base/core/xsd/vts/
DValidatePermission.cpp29 DIR* d; in get_files_in_dirs()
/frameworks/base/tools/aapt2/io/
DFileSystem.cpp95 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/
Ddirsize.c34 DIR *d; in calculate_dir_size()
/frameworks/base/services/core/xsd/vts/
DValidateDefaultPermissions.cpp30 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(dir_path), closedir); in get_files_in_dirs()
/frameworks/base/tools/aapt/
DDirectoryWalker.h96 DIR* dir;
/frameworks/av/media/mtp/
DMtpUtils.cpp125 DIR* dir = opendir(fromPath); in copyRecursive()
203 DIR* dir = opendir(path); in deleteRecursive()
/frameworks/av/media/libmedia/include/media/
DPluginLoader.h38 DIR* pDir = opendir(pluginDir.string()); in PluginLoader()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc507 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/
Dreport_directory.cpp42 DIR* dir; in clean_directory()
/frameworks/base/cmds/incidentd/tests/
DReporter_test.cpp116 DIR* dir; in InspectFiles()
/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/av/media/module/id3/
Dtestid3.cpp121 DIR *dir = opendir(path); in scan()
/frameworks/av/drm/drmserver/
DPlugInManager.h206 DIR* pDir = opendir(rsDirPath.c_str()); in getPlugInPathList()
/frameworks/native/cmds/dumpstate/
DDumpPool.cpp131 std::unique_ptr<DIR, decltype(&closedir)> dir_ptr(opendir(folder.c_str()), in deleteTempFiles()
/frameworks/base/tools/aapt2/test/
DFixture.cpp43 std::unique_ptr<DIR, decltype(closedir)*> dir(opendir(root_dir.data()), closedir); in ClearDirectory()

123