Home
last modified time | relevance | path

Searched refs:temp_str (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DRTPchange.cc50 char temp_str[100]; in main() local
51 if (fgets(temp_str, 100, stat_file) == NULL) { in main()
/external/autotest/client/cros/
Dpower_status.py198 temp_str = ''
204 temp_str += '%s:%d ' % (kname, val)
211 return temp_str
434 temp_str = self.thermal.get_temps()
435 if temp_str:
436 logging.info('Temperature reading: ' + temp_str)
/external/toolchain-utils/crosperf/
Dmachine_manager_unittest.py813 temp_str = 'abcde'
814 checksum_str = cm._GetMD5Checksum(temp_str)
817 temp_str = ''
818 checksum_str = cm._GetMD5Checksum(temp_str)
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_process_unittest.cc616 std::string temp_str; in TEST() local
619 temp_str = tmp_file.full_file_name(); in TEST()
621 const char* tempfile_name = temp_str.c_str(); in TEST()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc2991 char* temp_str = new (std::nothrow) char[length]; // NOLINT in set_muxing_app() local
2992 if (!temp_str) in set_muxing_app()
2996 strcpy_s(temp_str, length, app); in set_muxing_app()
2998 strcpy(temp_str, app); in set_muxing_app()
3002 muxing_app_ = temp_str; in set_muxing_app()
3009 char* temp_str = new (std::nothrow) char[length]; // NOLINT in set_writing_app() local
3010 if (!temp_str) in set_writing_app()
3014 strcpy_s(temp_str, length, app); in set_writing_app()
3016 strcpy(temp_str, app); in set_writing_app()
3020 writing_app_ = temp_str; in set_writing_app()