/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 133 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 …]
|
D | proto.h | 151 extern Cell *execute(Node *);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | for_each.hpp | 43 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/ |
D | 0010-Fix-PR-target-63209.patch | 11 .../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/ |
D | main.cpp | 59 compiler->execute(); in Java_compiler_abcc_AbccService_genLibs()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
D | iterator.hpp | 457 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/ |
D | insert-header.sin | 3 # At each occurrence of a line starting with "msgid ", we execute the following
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
D | clean | 5 ."NOT execute the command unless the rule is given in \n"
|
D | PHONY | 11 ."clean should still execute because of it's phony status.";
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | comments | 10 ."text on the line which should never execute since it should be \n"
|
D | errors | 58 # command in the target and execute the second which deletes the file "foo"
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | execution_monitor.hpp | 173 int execute( unit_test::callback0<int> const& F );
|
/ndk/tests/device/issue42891-boost-1_52/ |
D | COPYING | 6 execute, and transmit the Software, and to prepare derivative works of the
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | wildcard | 9 two.example and 3.example. We execute three tests. The first
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_monitor.ipp | 69 execute( callback0<int>( zero_return_wrapper( tc.test_func() ) ) );
|
D | framework.ipp | 268 em.execute( tic ); 419 em.execute( ut_detail::test_start_caller( to, tcc.p_count ) );
|
D | execution_monitor.ipp | 988 …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/ |
D | main.cpp | 141 compiler->execute(); in main()
|
/ndk/tests/abcc/jni/ |
D | Abcc.h | 175 void execute() { in execute() function
|
/ndk/sources/third_party/googletest/ |
D | README.NDK | 84 the device and execute it with ADB, e.g.:
|
/ndk/build/tools/ |
D | ndk-common.sh | 572 execute() function
|
/ndk/sources/host-tools/make-3.81/ |
D | SMakefile | 173 execute << 210 execute <<
|
D | README.W32 | 37 correct PATH and other environment variables for it, then execute ... 51 menue entry from the cl-installation), then execute EITHER ...
|
D | INSTALL | 47 `sh ./configure' instead to prevent `csh' from trying to execute
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 54 def execute(self, test, lit_config):
|