Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 69) sorted by relevance

123

/ndk/sources/third_party/googletest/googletest/test/
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(r'\d+ FAILED TESTS',
[all …]
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)*',
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/build/tools/toolchain-patches-host/mingw-w64/
Dmingw-w64-widl.patch13 +$(warning "srcdir != builddir, debugging comments in idl files will be sub-optimal")
32 …_BUILDDIR_TRUE@$(warning "srcdir != builddir, debugging comments in idl files will be sub-optimal")
64 # Make sure we can run config.sub.
65 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
66 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
/ndk/tests/device/test-stlport_shared-exception/jni/
Dfp-regs.cpp12 sub (void) in sub() function
47 sub (); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dfp-regs.cpp12 sub (void) in sub() function
47 sub (); in main()
/ndk/tests/device/test-yasm/jni/
Dprint_hello.asm9 sub esp, 28
/ndk/tests/build/ssax-instructions/jni/
Dtest.S12 sub sp, sp, #32 @ 0x20 label
55 sub r0, r2, ip label
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c1173 do_subst(sub) in do_subst() argument
1174 struct subst *sub; in do_subst()
1187 if (!match_regex(sub->regx, line.active, line.length, start,
1188 &regs, sub->max_id + 1))
1191 if (!sub->replacement && sub->numb <= 1)
1193 if (regs.start[0] == 0 && !sub->global)
1234 && ++count >= sub->numb)
1240 repl_mod = append_replacement (&s_accum, sub->replacement, &regs, repl_mod);
1241 again = sub->global;
1267 && match_regex(sub->regx, line.active, line.length, start,
[all …]
Dcompile.c772 setup_replacement(sub, text, length) in setup_replacement() argument
773 struct subst *sub; in setup_replacement()
784 sub->max_id = 0;
819 if (sub->max_id < tail->subst_id)
820 sub->max_id = tail->subst_id;
872 sub->replacement = root.next;
/ndk/tests/build/prebuilt-copy/
DREADME6 It works by first building two prebuilt libraries in a sub-project, then
/ndk/sources/host-tools/sed-4.2.1/
Daclocal.m4204 mkdir sub
218 : > sub/conftest.c
220 echo '#include "conftst'$i'.h"' >> sub/conftest.c
221 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
223 touch sub/conftst$i.h
225 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
243 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
244 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
245 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
247 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dvpathgpath43 sub touchfiles {
Dreinvoke14 # with sub-second timestamps, maybe + NFS? Not sure.
Dvpathplus60 sub touchfiles {
/ndk/sources/host-tools/make-3.81/
Daclocal.m4177 mkdir sub
191 : > sub/conftest.c
193 echo '#include "conftst'$i'.h"' >> sub/conftest.c
194 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
196 touch sub/conftst$i.h
198 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
216 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
217 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
218 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
220 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dsparc_atomic.s58 sub %o2, 0x1, %o3 ! decrement and store current
/ndk/sources/host-tools/nawk-20071023/
Dlex.c42 int sub; member
464 yylval.i = kp->sub; in word()
467 if (kp->sub == FSYSTEM && safe) in word()
Dproto.h196 extern Cell *sub(Node **, int);
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dcall72 # TEST eclipsing of arguments when invoking sub-calls
/ndk/docs/tools/
Dndk-markdown-substitutions.py17 return self.pattern.sub(self.replacement, line)
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dxemacs.inp45 config.sub config_h.in configure configure.ac depcomp \
Dxemacs.good45 " config.sub config_h.in configure configure.ac depcomp \\"
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp301 size_t sub = 0; in parse_substitution() local
304 sub = static_cast<size_t>(*t - '0'); in parse_substitution()
306 sub = static_cast<size_t>(*t - 'A') + 10; in parse_substitution()
309 sub *= 36; in parse_substitution()
311 sub += static_cast<size_t>(*t - '0'); in parse_substitution()
313 sub += static_cast<size_t>(*t - 'A') + 10; in parse_substitution()
317 ++sub; in parse_substitution()
318 if (sub < db.subs.size()) in parse_substitution()
320 for (const auto& n : db.subs[sub]) in parse_substitution()
570 size_t sub = static_cast<size_t>(*t - '0'); in parse_template_param() local
[all …]
/ndk/docs/text/
DOVERVIEW.text144 project directory, or any of its sub-directories.
205 If you want to define Android.mk files in sub-directories, you should
211 This will include all Android.mk files in sub-directories of the current
269 one where your AndroidManifest.xml is located) or any of its sub-directories.

123