/frameworks/rs/perf-test-scripts/ |
get-freq | 8 fileexists() { function 12 if fileexists $1; then 19 if fileexists $1; then 47 if fileexists $CPU_DIR/$core/online && [ `getprop $CPU_DIR/$core/online` -eq 0 ]; then 54 if fileexists $CPU_DIR/$core/cpufreq/scaling_available_frequencies; then 56 elif fileexists $CPU_DIR/$core/cpufreq/stats/time_in_state; then 63 if fileexists $CPU_DIR/$core/cpufreq/scaling_cur_freq; then 75 if fileexists $GPU_DIR/devfreq/available_frequencies; then 77 elif fileexists $GPU_DIR/gpu_available_frequencies; then 79 elif fileexists /d/clock/gbus/possible_rates; the [all...] |
set-gpu-freq | 12 fileexists() { function 16 if fileexists $1; then 23 if fileexists $1; then 45 if fileexists $DIR/devfreq/available_frequencies; then 47 elif fileexists $DIR/gpu_available_frequencies; then 49 elif fileexists /d/clock/gbus/possible_rates; then
|
get-thermal | 10 fileexists() { function 14 if fileexists $1; then 21 if fileexists $1; then
|
set-cpu-freq | 12 fileexists() { function 16 if fileexists $1; then 23 if fileexists $1; then 64 if fileexists $DIR/$core/online; then 69 if fileexists $DIR/$core/cpufreq/scaling_available_frequencies; then 71 elif fileexists $DIR/$core/cpufreq/stats/time_in_state; then 98 if fileexists $DIR/$core/online && [ `getprop $DIR/$core/online` -eq 0 ]; then 102 if fileexists $DIR/$core/cpufreq/scaling_cur_freq; then 138 if fileexists $DIR/$core/online; then
|
/external/tensorflow/tensorflow/stream_executor/lib/ |
env.h | 31 inline Status FileExists(const string& filename) { 32 return Env::Default()->FileExists(filename); 35 inline Status FileExists(const port::StringPiece& filename) { 36 return Env::Default()->FileExists(filename.ToString());
|
/external/tensorflow/tensorflow/core/util/ |
events_writer_test.cc | 65 CHECK(env()->FileExists(filename).ok()); 143 TF_EXPECT_OK(env()->FileExists(filename)); 145 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code()); 147 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code()); 155 TF_EXPECT_OK(env()->FileExists(filename)); 157 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code()); 159 EXPECT_EQ(errors::Code::NOT_FOUND, env()->FileExists(filename).code()); 167 TF_EXPECT_OK(env()->FileExists(filename0)); 179 TF_EXPECT_OK(env()->FileExists(filename)); 190 TF_EXPECT_OK(env()->FileExists(filename)) [all...] |
/external/tensorflow/tensorflow/core/grappler/inputs/ |
utils.cc | 32 bool FileExists(const std::string& file, Status* status) { 33 *status = Env::Default()->FileExists(file); 40 if (FileExists(graph_def_pbtxt_path, &status)) {
|
/external/tensorflow/tensorflow/core/platform/ |
env_test.cc | 184 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(root_file1).code()); 185 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(root_file2).code()); 186 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(root_file3).code()); 187 EXPECT_EQ(error::Code::NOT_FOUND, env_->FileExists(child1_file1).code()); 206 TF_EXPECT_OK(env_->FileExists(create_path)); 218 TF_EXPECT_OK(env_->FileExists(subdir_path)); 224 TF_EXPECT_OK(env_->FileExists(create_path)); 225 TF_EXPECT_OK(env_->FileExists(io::JoinPath(BaseDir(), "a/b/c"))); 280 Status FileExists(const string& dir) override { 293 return Env::Default()->FileExists(io::JoinPath(BaseDir(), path)) [all...] |
/external/perf_data_converter/src/quipper/ |
file_utils.cc | 28 bool FileExists(const string& filename) {
|
file_utils.h | 37 bool FileExists(const string& filename);
|
/external/webrtc/webrtc/base/ |
diskcache_win32.h | 23 virtual bool FileExists(const std::string& filename) const;
|
/external/perf_data_converter/src/ |
perf_to_profile_lib.cc | 13 bool FileExists(const string& path) { 29 if (!overwriteOutput && FileExists(path)) {
|
perf_to_profile_lib.h | 19 bool FileExists(const string& path);
|
/system/tools/hidl/ |
Hash.cpp | 171 std::string* err, bool* fileExists) { 176 if (fileExists != nullptr) *fileExists = false; 180 if (fileExists != nullptr) *fileExists = true;
|
/external/googletest/googletest/test/ |
gtest_premature_exit_test.cc | 50 static bool FileExists(const char* filepath) { 67 return FileExists(premature_exit_file_path_); 118 if (PrematureExitTest::FileExists(filepath)) {
|
/external/v8/testing/gtest/test/ |
gtest_premature_exit_test.cc | 50 static bool FileExists(const char* filepath) { 67 return FileExists(premature_exit_file_path_); 118 if (PrematureExitTest::FileExists(filepath)) {
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_premature_exit_test.cc | 54 static bool FileExists(const char* filepath) { 71 return FileExists(premature_exit_file_path_); 132 if (PrematureExitTest::FileExists(filepath)) {
|
/frameworks/native/cmds/dumpstate/tests/ |
dumpstate_smoke_test.cpp | 145 void FileExists(const char* filename, uint32_t minsize, uint32_t maxsize) { 163 FileExists(buf, 1000000U, 50000000U); 179 FileExists("dumpstate_board.bin", 1000000U, 80000000U); 180 FileExists("dumpstate_board.txt", 100000U, 1000000U); 186 FileExists("FS/proc/1/mountinfo", 0U, 100000U); 189 FileExists("FS/data/misc/profiles/cur/0/com.android.phone/primary.prof", 0U, 100000U);
|
/art/runtime/ |
dex2oat_environment_test.h | 72 ASSERT_TRUE(OS::FileExists(GetSystemImageFile().c_str())) 74 ASSERT_TRUE(OS::FileExists(GetDexSrc1().c_str())) 76 ASSERT_TRUE(OS::FileExists(GetStrippedDexSrc1().c_str())) 81 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str()))
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
shared_prefs_test.py | 36 device.FileExists = mock.Mock(side_effect=file_exists) 105 self.assertFalse(self.device.FileExists(prefs.path)) # file does not exist 112 self.assertFalse(self.device.FileExists(prefs.path)) # still does not exist 115 self.assertTrue(self.device.FileExists(prefs.path)) # should exist now
|
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
shared_prefs_test.py | 35 device.FileExists = mock.Mock(side_effect=file_exists) 102 self.assertFalse(self.device.FileExists(prefs.path)) # file does not exist 109 self.assertFalse(self.device.FileExists(prefs.path)) # still does not exist 112 self.assertTrue(self.device.FileExists(prefs.path)) # should exist now
|
/external/tensorflow/tensorflow/python/lib/io/ |
file_io.i | 35 inline void FileExists(const string& filename, TF_Status* out_status) { 36 tensorflow::Status status = tensorflow::Env::Default()->FileExists(filename); 42 inline void FileExists(const tensorflow::StringPiece& filename, 45 tensorflow::Env::Default()->FileExists(filename.ToString()); 116 if (!overwrite && tensorflow::Env::Default()->FileExists(target).ok()) { 130 if (!overwrite && tensorflow::Env::Default()->FileExists(target).ok()) { 243 inline void FileExists(const string& filename, TF_Status* out_status);
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
hadoop_file_system_test.cc | 107 TEST_F(HadoopFileSystemTest, FileExists) { 108 const string fname = TmpDir("FileExists"); 109 EXPECT_EQ(error::Code::NOT_FOUND, hdfs.FileExists(fname).code()); 111 TF_EXPECT_OK(hdfs.FileExists(fname)); 176 TF_EXPECT_OK(hdfs.FileExists(fname2));
|
/external/tensorflow/tensorflow/core/platform/s3/ |
s3_file_system_test.cc | 131 TEST_F(S3FileSystemTest, FileExists) { 132 const string fname = TmpDir("FileExists"); 135 EXPECT_EQ(error::Code::NOT_FOUND, s3fs.FileExists(fname).code()); 137 TF_EXPECT_OK(s3fs.FileExists(fname)); 216 TF_EXPECT_OK(s3fs.FileExists(fname2));
|
/external/webrtc/webrtc/test/testsupport/ |
fileutils.cc | 97 bool FileExists(std::string& file_name) { 130 if (FileExists(root_filename)) { 236 if (FileExists(resource_file)) { 241 if (FileExists(resource_file)) { 246 if (FileExists(resource_file)) {
|