Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 63) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.cons/
Dstring.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
25 std::ofstream fs(temp); in main()
29 std::ifstream fs(temp); in main()
34 std::remove(temp.c_str()); in main()
36 std::wofstream fs(temp); in main()
40 std::wifstream fs(temp); in main()
45 std::remove(temp.c_str()); in main()
Dpointer.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
25 std::ofstream fs(temp.c_str()); in main()
29 std::ifstream fs(temp.c_str()); in main()
34 std::remove(temp.c_str()); in main()
36 std::wofstream fs(temp.c_str()); in main()
40 std::wifstream fs(temp.c_str()); in main()
45 std::remove(temp.c_str()); in main()
Dmove.pass.cpp24 std::string temp = get_temp_file_name(); in main() local
26 std::ofstream fso(temp.c_str()); in main()
31 std::ifstream fs(temp.c_str()); in main()
36 std::remove(temp.c_str()); in main()
38 std::wofstream fso(temp.c_str()); in main()
43 std::wifstream fs(temp.c_str()); in main()
48 std::remove(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Dmove_assign.pass.cpp24 std::string temp = get_temp_file_name(); in main() local
26 std::ofstream fso(temp.c_str()); in main()
32 std::ifstream fs(temp.c_str()); in main()
37 std::remove(temp.c_str()); in main()
39 std::wofstream fso(temp.c_str()); in main()
45 std::wifstream fs(temp.c_str()); in main()
50 std::remove(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/ofstream.members/
Dopen_string.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
30 fs.open(temp); in main()
35 std::ifstream fs(temp.c_str()); in main()
40 std::remove(temp.c_str()); in main()
47 fs.open(temp); in main()
52 std::wifstream fs(temp.c_str()); in main()
57 std::remove(temp.c_str()); in main()
Dopen_pointer.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
30 fs.open(temp.c_str()); in main()
35 std::ifstream fs(temp.c_str()); in main()
40 std::remove(temp.c_str()); in main()
47 fs.open(temp.c_str()); in main()
52 std::wifstream fs(temp.c_str()); in main()
57 std::remove(temp.c_str()); in main()
Drdbuf.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
25 std::ofstream fs(temp.c_str()); in main()
29 std::remove(temp.c_str()); in main()
31 std::wofstream fs(temp.c_str()); in main()
35 std::remove(temp.c_str()); in main()
Dclose.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
27 fs.open(temp.c_str()); in main()
32 std::remove(temp.c_str()); in main()
36 fs.open(temp.c_str()); in main()
41 std::remove(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.members/
Dopen_pointer.pass.cpp20 std::string temp = get_temp_file_name(); in main() local
23 assert(f.open(temp.c_str(), std::ios_base::out) != 0); in main()
29 assert(f.open(temp.c_str(), std::ios_base::in) != 0); in main()
35 std::remove(temp.c_str()); in main()
38 assert(f.open(temp.c_str(), std::ios_base::out) != 0); in main()
44 assert(f.open(temp.c_str(), std::ios_base::in) != 0); in main()
50 remove(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/
Dclose.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
27 fs.open(temp.c_str(), std::ios_base::out); in main()
32 std::remove(temp.c_str()); in main()
36 fs.open(temp.c_str(), std::ios_base::out); in main()
41 std::remove(temp.c_str()); in main()
Dopen_string.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
27 fs.open(temp, std::ios_base::in | std::ios_base::out in main()
36 std::remove(temp.c_str()); in main()
40 fs.open(temp, std::ios_base::in | std::ios_base::out in main()
49 std::remove(temp.c_str()); in main()
Dopen_pointer.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
27 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
36 std::remove(temp.c_str()); in main()
40 fs.open(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
49 std::remove(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/
Dstring.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
25 std::fstream fs(temp, in main()
34 std::remove(temp.c_str()); in main()
36 std::wfstream fs(temp, in main()
45 std::remove(temp.c_str()); in main()
Dpointer.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
25 std::fstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
33 std::remove(temp.c_str()); in main()
35 std::wfstream fs(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
43 std::remove(temp.c_str()); in main()
Dmove.pass.cpp24 std::string temp = get_temp_file_name(); in main() local
26 std::fstream fso(temp, std::ios_base::in | std::ios_base::out in main()
35 std::remove(temp.c_str()); in main()
37 std::wfstream fso(temp, std::ios_base::in | std::ios_base::out in main()
46 std::remove(temp.c_str()); in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dobstack.h160 } temp; /* Temporary for some macros. */ member
429 ( (h)->temp.tempint = (length), \
430 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
431 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
434 ( (h)->temp.tempint = (length), \
435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
437 memcpy ((h)->next_free, where, (h)->temp.tempint), \
438 (h)->next_free += (h)->temp.tempint)
441 ( (h)->temp.tempint = (length), \
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
Dmove_assign.pass.cpp24 std::string temp = get_temp_file_name(); in main() local
26 std::fstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
36 std::remove(temp.c_str()); in main()
38 std::wfstream fso(temp.c_str(), std::ios_base::in | std::ios_base::out in main()
48 std::remove(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
Dmove_assign.pass.cpp24 std::string temp = get_temp_file_name(); in main() local
27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in in main()
39 std::remove(temp.c_str()); in main()
42 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in in main()
54 std::remove(temp.c_str()); in main()
Dmember_swap.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
26 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in in main()
38 std::remove(temp.c_str()); in main()
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in in main()
53 std::remove(temp.c_str()); in main()
Dnonmember_swap.pass.cpp25 std::string temp = get_temp_file_name(); in main() local
28 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in in main()
40 std::remove(temp.c_str()); in main()
43 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in in main()
55 std::remove(temp.c_str()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
Dmove.pass.cpp24 std::string temp = get_temp_file_name(); in main() local
27 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in in main()
38 std::remove(temp.c_str()); in main()
41 assert(f.open(temp.c_str(), std::ios_base::out | std::ios_base::in in main()
52 std::remove(temp.c_str()); in main()
/ndk/sources/third_party/googletest/googletest/samples/
Dsample2.cc53 const char* const temp = MyString::CloneCString(a_c_string); in Set() local
55 c_string_ = temp; in Set()
/ndk/sources/cxx-stl/gabi++/src/
Dhelper_func_internal.cc262 const uint8_t* temp = action; in scanEHTable() local
263 int64_t actionOffset = readSLEB128(&temp); in scanEHTable()
325 const uint32_t* temp = reinterpret_cast<const uint32_t*>(classInfo) + specIndex; in canExceptionSpecCatch() local
328 uint32_t ttypeIndex = *temp; in canExceptionSpecCatch()
332 ttypeIndex = decodeRelocTarget2((uint32_t)temp); in canExceptionSpecCatch()
333 temp += 1; in canExceptionSpecCatch()
458 const uint8_t* temp = classInfo + specIndex; in canExceptionSpecCatch() local
461 uint64_t ttypeIndex = readULEB128(&temp); in canExceptionSpecCatch()
/ndk/sources/host-tools/make-3.81/
Dgetopt.c756 char *temp = my_index (optstring, c); in _getopt_internal() local
762 if (temp == NULL || c == ':') in _getopt_internal()
778 if (temp[0] == 'W' && temp[1] == ';') in _getopt_internal()
901 if (temp[1] == ':') in _getopt_internal()
903 if (temp[2] == ':') in _getopt_internal()
/ndk/sources/host-tools/nawk-20071023/
Dtran.c104 char temp[50]; in arginit() local
111 sprintf(temp, "%d", i); in arginit()
113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab); in arginit()
115 setsymtab(temp, *av, 0.0, STR, ARGVtab); in arginit()
159 Cell *cp, *temp; in freesymtab() local
169 for (cp = tp->tab[i]; cp != NULL; cp = temp) { in freesymtab()
173 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()

123