Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 55) sorted by relevance

123

/ndk/sources/host-tools/nawk-20071023/
Drun.c133 execute(a); in run()
137 Cell *execute(Node *u) /* execute a node of the parse tree */ in execute() function
181 x = execute(a[0]); in program()
190 x = execute(a[1]); in program()
199 x = execute(a[2]); in program()
231 fcn = execute(a[0]); /* the function itself */ in call()
251 y = execute(x); in call()
282 y = execute((Node *)(fcn->sval)); /* execute body */ in call()
354 y = execute(a[0]); in jump()
361 y = execute(a[0]); in jump()
[all …]
Dproto.h151 extern Cell *execute(Node *);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dfor_each.hpp43 static void execute( in execute() function
62 static void execute( in execute() function
79 …::execute( static_cast<iter*>(0), static_cast<LastIterator*>(0), static_cast<TransformFunc*>(0), f… in execute()
101 ::execute(static_cast<first*>(0), static_cast<last*>(0), static_cast<TransformOp*>(0), f); in for_each()
/ndk/build/tools/toolchain-patches/gcc/
D0010-Fix-PR-target-63209.patch11 .../gcc/testsuite/gcc.c-torture/execute/pr63209.c | 27 ++++++++++++++++++++++
13 create mode 100644 gcc-4.9/gcc/testsuite/gcc.c-torture/execute/pr63209.c
65 + * gcc.c-torture/execute/pr63209.c: New test.
70 … --git a/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/pr63209.c b/gcc-4.9/gcc/testsuite/gcc.c-tortu…
74 +++ b/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/pr63209.c
/ndk/tests/abcc/jni/device/
Dmain.cpp59 compiler->execute(); in Java_compiler_abcc_AbccService_genLibs()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Diterator.hpp457 static Difference execute(Iterator i1, const Iterator i2, ...) in execute() function
468 static Difference execute(Iterator i1, const Iterator i2, std::random_access_iterator_tag*) in execute() function
482 return iterator_traits_::distance_select<Iterator,diff_t>::execute( in distance()
/ndk/sources/host-tools/make-3.81/po/
Dinsert-header.sin3 # At each occurrence of a line starting with "msgid ", we execute the following
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
Dclean5 ."NOT execute the command unless the rule is given in \n"
DPHONY11 ."clean should still execute because of it's phony status.";
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments10 ."text on the line which should never execute since it should be \n"
Derrors58 # command in the target and execute the second which deletes the file "foo"
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp173 int execute( unit_test::callback0<int> const& F );
/ndk/tests/device/issue42891-boost-1_52/
DCOPYING6 execute, and transmit the Software, and to prepare derivative works of the
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dwildcard9 two.example and 3.example. We execute three tests. The first
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_monitor.ipp69 execute( callback0<int>( zero_return_wrapper( tc.test_func() ) ) );
Dframework.ipp268 em.execute( tic );
419 em.execute( ut_detail::test_start_caller( to, tcc.p_count ) );
Dexecution_monitor.ipp988 …detail::report_error( execution_exception::system_fatal_error, "tried to execute an instruction wh…
1201 // ************** execution_monitor::execute ************** //
1205 execution_monitor::execute( unit_test::callback0<int> const& F )
1323 } // execute
/ndk/tests/abcc/jni/host/
Dmain.cpp141 compiler->execute(); in main()
/ndk/tests/abcc/jni/
DAbcc.h175 void execute() { in execute() function
/ndk/sources/third_party/googletest/
DREADME.NDK84 the device and execute it with ADB, e.g.:
/ndk/build/tools/
Dndk-common.sh572 execute() function
/ndk/sources/host-tools/make-3.81/
DSMakefile173 execute <<
210 execute <<
DREADME.W3237 correct PATH and other environment variables for it, then execute ...
51 menue entry from the cl-installation), then execute EITHER ...
DINSTALL47 `sh ./configure' instead to prevent `csh' from trying to execute
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg54 def execute(self, test, lit_config):

123