Searched refs:sub (Results 1 - 25 of 27) sorted by relevance

12

/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_output_test.py101 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
108 return re.sub(r'Stack trace:(.|\n)*?\n\n',
116 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
122 return re.sub(r'\(\d+ ms', '(? ms', output)
136 return re.sub(r'unsigned int', 'unsigned', test_output)
144 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
146 test_output = re.sub(r': Failure\n', r': error: ', test_output)
148 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
156 output = re.sub(r'\d+ tests?, listed below',
158 output = re.sub(
[all...]
H A Dgtest_xml_test_utils.py170 timestamp.value = re.sub(r'^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d$',
174 time.value = re.sub(r'^\d+(\.\d+)?$', '*', time.value)
182 message.value = re.sub(source_line_pat, '\\1*\n', message.value)
186 cdata = re.sub(source_line_pat, '\\1*\n', child.nodeValue)
188 child.nodeValue = re.sub(r'\nStack trace:\n(.|\n)*',
H A Dgtest_help_test.py56 INCORRECT_FLAG_VARIANTS = [re.sub('^--', '-', LIST_TESTS_FLAG),
57 re.sub('^--', '/', LIST_TESTS_FLAG),
58 re.sub('_', '-', LIST_TESTS_FLAG)]
/ndk/tests/device/test-yasm/jni/
H A Dprint_hello.asm9 sub esp, 28
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Dfp-regs.cpp12 sub (void) function
47 sub ();
/ndk/tests/device/test-stlport_static-exception/jni/
H A Dfp-regs.cpp12 sub (void) function
47 sub ();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/comparison/
H A Dless_equal.hpp17 # include <boost/preprocessor/arithmetic/sub.hpp>
/ndk/tests/build/ssax-instructions/jni/
H A Dtest.S12 sub sp, sp, #32 @ 0x20 label
55 sub r0, r2, ip label
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
H A Dconfig.py646 sub = self.config.substitutions
648 sub.append(('%cxx', self.cxx.path))
654 sub.append(('%flags', flags_str))
655 sub.append(('%compile_flags', compile_flags_str))
656 sub.append(('%link_flags', link_flags_str))
657 sub.append(('%all_flags', all_flags))
665 sub.append(('%compile', compile_str))
666 sub.append(('%link', link_str))
667 sub.append(('%build', build_str))
676 sub
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/detail/
H A Ddiv_base.hpp18 # include <boost/preprocessor/arithmetic/sub.hpp>
/ndk/sources/cxx-stl/stlport/src/
H A Dsparc_atomic.s58 sub %o2, 0x1, %o3 ! decrement and store current
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
H A Ddef_params_tail.hpp33 # include <boost/mpl/aux_/preprocessor/sub.hpp>
67 # include <boost/preprocessor/arithmetic/sub.hpp>
/ndk/sources/host-tools/nawk-20071023/
H A Dlex.c42 int sub; member in struct:Keyword
84 { "sub", SUB, SUB },
464 yylval.i = kp->sub;
467 if (kp->sub == FSYSTEM && safe)
H A Dproto.h196 extern Cell *sub(Node **, int);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
H A Diter_fold_if_impl.hpp37 # include <boost/preprocessor/arithmetic/sub.hpp>
H A Dnumeric_op.hpp48 # include <boost/mpl/aux_/preprocessor/sub.hpp>
/ndk/build/core/toolchains/x86-4.9/
H A Dsetup.mk62 # The ABI-specific sub-directory that the SDK tools recognize for
/ndk/build/core/toolchains/x86_64-4.9/
H A Dsetup.mk60 # The ABI-specific sub-directory that the SDK tools recognize for
/ndk/build/core/toolchains/x86_64-clang3.6/
H A Dsetup.mk80 # The ABI-specific sub-directory that the SDK tools recognize for
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
H A Dcxa_demangle.cpp301 size_t sub = 0; local
304 sub = static_cast<size_t>(*t - '0');
306 sub = static_cast<size_t>(*t - 'A') + 10;
309 sub *= 36;
311 sub += static_cast<size_t>(*t - '0');
313 sub += static_cast<size_t>(*t - 'A') + 10;
317 ++sub;
318 if (sub < db.subs.size())
320 for (const auto& n : db.subs[sub])
570 size_t sub local
[all...]
/ndk/build/core/toolchains/x86-clang3.6/
H A Dsetup.mk82 # The ABI-specific sub-directory that the SDK tools recognize for
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
H A Drepeat_from_to.hpp18 # include <boost/preprocessor/arithmetic/sub.hpp>
/ndk/tests/
H A Dtests.py245 golden_path = re.sub(r'\.in$', '.out', test_case)
262 golden_path = re.sub(r'\.in$', '.out', test_case)
/ndk/build/core/
H A Dinit.mk189 # that is not exported to sub-processes, and isn't defined by
/ndk/tests/device/test-libc++-shared-full/jni/
H A DAndroid.mk2616 $(call gen-test, numerics/numarray/template.valarray/valarray.sub/gslice_const)
2617 $(call gen-test, numerics/numarray/template.valarray/valarray.sub/gslice_non_const)
2618 $(call gen-test, numerics/numarray/template.valarray/valarray.sub/indirect_array_const)
2619 $(call gen-test, numerics/numarray/template.valarray/valarray.sub/indirect_array_non_const)
2620 $(call gen-test, numerics/numarray/template.valarray/valarray.sub/slice_const)
2621 $(call gen-test, numerics/numarray/template.valarray/valarray.sub/slice_non_const)
2622 $(call gen-test, numerics/numarray/template.valarray/valarray.sub/valarray_bool_const)
2623 $(call gen-test, numerics/numarray/template.valarray/valarray.sub/valarray_bool_non_const)
3178 $(call gen-test, numerics/rand/rand.eng/rand.eng.sub/assign)
3179 $(call gen-test, numerics/rand/rand.eng/rand.eng.sub/cop
[all...]

Completed in 1249 milliseconds

12