Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 25 of 88) sorted by relevance

1234

/ndk/tests/device/test-gnustl-full/unit/
Dvalarray_test.cpp37 valarray<double> tmp; in transcendentals() local
38 tmp = abs(darray); in transcendentals()
39 tmp = acos(darray); in transcendentals()
40 tmp = asin(darray); in transcendentals()
41 tmp = atan(darray); in transcendentals()
42 tmp = atan2(darray, tmp); in transcendentals()
43 tmp = atan2(1.0, darray); in transcendentals()
44 tmp = atan2(darray, 1.0); in transcendentals()
45 tmp = cos(darray); in transcendentals()
46 tmp = cosh(darray); in transcendentals()
[all …]
Dioiter_test.cpp35 string tmp; in ioiter_test() local
48 tmp += c; in ioiter_test()
50 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
55 tmp.clear(); in ioiter_test()
59 tmp += c; in ioiter_test()
61 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
63 tmp.clear(); in ioiter_test()
68 tmp += c; in ioiter_test()
71 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
73 tmp.clear(); in ioiter_test()
[all …]
Dlimits_test.cpp98 _Tp tmp = lim::min(); in test_integral_limits() local
99 CHECK_COND( --tmp > lim::min() ); in test_integral_limits()
103 _Tp tmp = lim::max(); in test_integral_limits() local
104 CHECK_COND( ++tmp < lim::max() ); in test_integral_limits()
145 _Tp tmp = lim::min(); in test_float_limits() local
146 tmp /= 2; in test_float_limits()
147 if (tmp > 0 && tmp < lim::min()) { in test_float_limits()
156 _Tp tmp = lim::min(); in test_float_limits() local
157 while (tmp != 0) { in test_float_limits()
158 _Tp old_tmp = tmp; in test_float_limits()
[all …]
Dtime_facets_test.cpp30 const time_put_facet& tmp = use_facet<time_put_facet>(loc); in _time_put_get() local
37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
112 const time_put_facet& tmp = use_facet<time_put_facet>(loc); in _time_put_get() local
119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
157 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
203 locale tmp(tested_locales[i]); in test_supported_locale() local
204 loc = tmp; in test_supported_locale()
216 locale tmp(locale::classic(), tested_locales[i], locale::time); in test_supported_locale() local
217 loc = tmp; in test_supported_locale()
/ndk/tests/device/test-stlport/unit/
Dvalarray_test.cpp37 valarray<double> tmp; in transcendentals() local
38 tmp = abs(darray); in transcendentals()
39 tmp = acos(darray); in transcendentals()
40 tmp = asin(darray); in transcendentals()
41 tmp = atan(darray); in transcendentals()
42 tmp = atan2(darray, tmp); in transcendentals()
43 tmp = atan2(1.0, darray); in transcendentals()
44 tmp = atan2(darray, 1.0); in transcendentals()
45 tmp = cos(darray); in transcendentals()
46 tmp = cosh(darray); in transcendentals()
[all …]
Dioiter_test.cpp35 string tmp; in ioiter_test() local
48 tmp += c; in ioiter_test()
50 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
55 tmp.clear(); in ioiter_test()
59 tmp += c; in ioiter_test()
61 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
63 tmp.clear(); in ioiter_test()
68 tmp += c; in ioiter_test()
71 CPPUNIT_ASSERT( tmp == "abcd" ); in ioiter_test()
73 tmp.clear(); in ioiter_test()
[all …]
Dlimits_test.cpp98 _Tp tmp = lim::min(); in test_integral_limits() local
99 CHECK_COND( --tmp > lim::min() ); in test_integral_limits()
103 _Tp tmp = lim::max(); in test_integral_limits() local
104 CHECK_COND( ++tmp < lim::max() ); in test_integral_limits()
145 _Tp tmp = lim::min(); in test_float_limits() local
146 tmp /= 2; in test_float_limits()
147 if (tmp > 0 && tmp < lim::min()) { in test_float_limits()
156 _Tp tmp = lim::min(); in test_float_limits() local
157 while (tmp != 0) { in test_float_limits()
158 _Tp old_tmp = tmp; in test_float_limits()
[all …]
Dtime_facets_test.cpp30 const time_put_facet& tmp = use_facet<time_put_facet>(loc); in _time_put_get() local
37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
112 const time_put_facet& tmp = use_facet<time_put_facet>(loc); in _time_put_get() local
119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
157 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
203 locale tmp(tested_locales[i]); in test_supported_locale() local
204 loc = tmp; in test_supported_locale()
216 locale tmp(locale::classic(), tested_locales[i], locale::time); in test_supported_locale() local
217 loc = tmp; in test_supported_locale()
Dnum_facets_test.cpp140 locale tmp(tested_locales[i].name); in test_supported_locale() local
141 loc = tmp; in test_supported_locale()
153 locale tmp(locale::classic(), tested_locales[i].name, locale::numeric); in test_supported_locale() local
154 loc = tmp; in test_supported_locale()
159 locale tmp(locale::classic(), new numpunct_byname<char>(tested_locales[i].name)); in test_supported_locale() local
160 loc = tmp; in test_supported_locale()
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dmisc.c41 char **tmp; in arr2envblk() local
51 tmp = (char**) calloc(arrcnt + 1, sizeof(char *)); in arr2envblk()
52 if (!tmp) { in arr2envblk()
59 tmp[arrcnt] = arr[arrcnt]; in arr2envblk()
65 qsort((void *) tmp, (size_t) arrcnt, sizeof (char*), compare); in arr2envblk()
69 free(tmp); in arr2envblk()
74 while (tmp[arrcnt]) { in arr2envblk()
75 strcpy(ptr, tmp[arrcnt]); in arr2envblk()
76 ptr += strlen(tmp[arrcnt]) + 1; in arr2envblk()
80 free(tmp); in arr2envblk()
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dse_implicit139 $(dir)/tmp/bar.o:
141 $(dir)/tmp/foo/bar.c: ; @echo $@
142 $(dir)/tmp/bar/bar.c: ; @echo $@
150 "$dir/tmp/foo/bar.c
151 $dir/tmp/bar/bar.c
153 $dir/tmp/bar.o: {$dir/tmp/foo/bar.c} $dir/tmp/foo/bar.c $dir/tmp/bar/bar.c foo.h
161 $(dir)/tmp/foo.o: $(dir)/tmp/foo.c
162 $(dir)/tmp/foo.c: ; @echo $@
170 "$dir/tmp/foo.c
172 $dir/tmp/foo.o: {$dir/tmp/foo.c} {bar.h} $dir/tmp/foo.c
/ndk/sources/cxx-stl/stlport/src/
Dios.cpp153 pair<long*, size_t> tmp = _Stl_expand_array(_M_iwords, _M_num_iwords, index); in iword() local
154 if (tmp.first) { // The allocation, if any, succeeded. in iword()
155 _M_iwords = tmp.first; in iword()
156 _M_num_iwords = tmp.second; in iword()
170 pair<void**, size_t> tmp = _Stl_expand_array(_M_pwords, _M_num_pwords, index); in pword() local
171 if (tmp.first) { // The allocation, if any, succeeded. in pword()
172 _M_pwords = tmp.first; in pword()
173 _M_num_pwords = tmp.second; in pword()
184 pair<pair<event_callback, int>*, size_t> tmp in register_callback() local
186 if (tmp.first) { in register_callback()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_base_gcc_mips.hpp35 int tmp; in atomic_increment() local
47 "=&r"( tmp ), "=m"( *pw ): in atomic_increment()
56 int rv, tmp; in atomic_decrement() local
69 "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ): in atomic_decrement()
82 int rv, tmp; in atomic_conditional_increment() local
97 "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ): in atomic_conditional_increment()
Dshared_count.hpp336 sp_counted_base * tmp = r.pi_; in operator =() local
338 if( tmp != pi_ ) in operator =()
340 if( tmp != 0 ) tmp->add_ref_copy(); in operator =()
342 pi_ = tmp; in operator =()
350 sp_counted_base * tmp = r.pi_; in swap() local
352 pi_ = tmp; in swap()
448 sp_counted_base * tmp = r.pi_; in operator =() local
450 if( tmp != pi_ ) in operator =()
452 if(tmp != 0) tmp->weak_add_ref(); in operator =()
454 pi_ = tmp; in operator =()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dmin_allocator.h85 min_pointer operator++(int) {min_pointer tmp(*this); ++ptr_; return tmp;}
88 min_pointer operator--(int) {min_pointer tmp(*this); --ptr_; return tmp;}
95 min_pointer tmp(*this);
96 tmp += n;
97 return tmp;
107 min_pointer tmp(*this);
108 tmp -= n;
109 return tmp;
156 min_pointer operator++(int) {min_pointer tmp(*this); ++ptr_; return tmp;}
159 min_pointer operator--(int) {min_pointer tmp(*this); --ptr_; return tmp;}
[all …]
Dtest_iterators.h39 {output_iterator tmp(*this); ++(*this); return tmp;}
67 {input_iterator tmp(*this); ++(*this); return tmp;}
116 {forward_iterator tmp(*this); ++(*this); return tmp;}
165 {bidirectional_iterator tmp(*this); ++(*this); return tmp;}
169 {bidirectional_iterator tmp(*this); --(*this); return tmp;}
213 {random_access_iterator tmp(*this); ++(*this); return tmp;}
217 {random_access_iterator tmp(*this); --(*this); return tmp;}
221 {random_access_iterator tmp(*this); tmp += n; return tmp;}
226 {random_access_iterator tmp(*this); tmp -= n; return tmp;}
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
D_deque.h42 iterator tmp; in to_value_type_ite() local
43 tmp._M_cur = cast_traits::to_value_type_ptr(__ite._M_cur); in to_value_type_ite()
44 tmp._M_first = cast_traits::to_value_type_ptr(__ite._M_first); in to_value_type_ite()
45 tmp._M_last = cast_traits::to_value_type_ptr(__ite._M_last); in to_value_type_ite()
46 tmp._M_node = cast_traits::to_value_type_pptr(__ite._M_node); in to_value_type_ite()
47 return tmp; in to_value_type_ite()
50 storage_iterator tmp; in to_storage_type_ite() local
51 tmp._M_cur = cast_traits::to_storage_type_ptr(__ite._M_cur); in to_storage_type_ite()
52 tmp._M_first = cast_traits::to_storage_type_ptr(__ite._M_first); in to_storage_type_ite()
53 tmp._M_last = cast_traits::to_storage_type_ptr(__ite._M_last); in to_storage_type_ite()
[all …]
/ndk/tests/device/test-stlport/unit/cppunit/
Dtest_main.cpp43 TestCase *tmp = m_root; in run() local
44 while (tmp != 0) { in run()
45 tmp->myRun(in_testName, invert); in run()
46 tmp = tmp->m_next; in run()
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dtest_main.cpp43 TestCase *tmp = m_root; in run() local
44 while (tmp != 0) { in run()
45 tmp->myRun(in_testName, invert); in run()
46 tmp = tmp->m_next; in run()
/ndk/build/awk/
Dgen-cygwin-deps-converter.awk115 tmp = cygwin[jj]
117 cygwin[jj+1] = tmp
118 tmp = host[jj]
120 host[jj+1] = tmp
Dgen-windows-host-path.awk112 tmp = cygwin[jj]
114 cygwin[jj+1] = tmp
115 tmp = host[jj]
117 host[jj+1] = tmp
/ndk/tests/device/test-stlport_static-exception/jni/
Ddelayslot1.cpp39 S tmp; in main() local
42 cast_helper (tmp); in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Ddelayslot1.cpp39 S tmp; in main() local
42 cast_helper (tmp); in main()
/ndk/sources/third_party/googletest/
DREADME.NDK86 adb push libs/armeabi/libfoo.so /data/local/tmp/
87 adb push libs/armeabi/libgnustl_shared.so /data/local/tmp/
88 adb push libs/armeabi/foo_unittest /data/local/tmp/
89 adb shell chmod 775 /data/local/tmp/foo_unittest
90 adb shell "LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/foo_unittest"
/ndk/sources/host-tools/make-3.81/
Dvmsfunctions.c70 char *tmp; \
71 for (tmp = (str); *tmp != '\0'; tmp++) \
72 if (islower ((unsigned char)*tmp)) \
73 *tmp = toupper ((unsigned char)*tmp); \

1234