Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
Dembedded_interpreter.py40 temp_str = in_str
41 temp_str.strip(' \t')
42 words = temp_str.split()
43 temp_str = ('').join(words)
48 if (temp_str.lower() == "quit()" or temp_str.lower() == "exit()"):
/external/chromium_org/third_party/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/chromium_org/third_party/webrtc/video/
Drampup_tests.cc285 char temp_str[5]; in GetModifierString() local
286 sprintf(temp_str, "%i", in GetModifierString()
288 str += std::string(temp_str); in GetModifierString()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
Dmkvmuxer.cpp1904 char* temp_str = new (std::nothrow) char[length]; // NOLINT in set_muxing_app() local
1905 if (!temp_str) in set_muxing_app()
1909 strcpy_s(temp_str, length, app); in set_muxing_app()
1911 strcpy(temp_str, app); in set_muxing_app()
1915 muxing_app_ = temp_str; in set_muxing_app()
1922 char* temp_str = new (std::nothrow) char[length]; // NOLINT in set_writing_app() local
1923 if (!temp_str) in set_writing_app()
1927 strcpy_s(temp_str, length, app); in set_writing_app()
1929 strcpy(temp_str, app); in set_writing_app()
1933 writing_app_ = temp_str; in set_writing_app()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2015 char* temp_str = new (std::nothrow) char[length]; // NOLINT in set_muxing_app() local
2016 if (!temp_str) in set_muxing_app()
2020 strcpy_s(temp_str, length, app); in set_muxing_app()
2022 strcpy(temp_str, app); in set_muxing_app()
2026 muxing_app_ = temp_str; in set_muxing_app()
2033 char* temp_str = new (std::nothrow) char[length]; // NOLINT in set_writing_app() local
2034 if (!temp_str) in set_writing_app()
2038 strcpy_s(temp_str, length, app); in set_writing_app()
2040 strcpy(temp_str, app); in set_writing_app()
2044 writing_app_ = temp_str; in set_writing_app()