/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/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
|
D | he.po | 109 msgid "# commands to execute" 110 msgstr "# commands to execute"
|
/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/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/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | wildcard | 9 two.example and 3.example. We execute three tests. The first
|
/ndk/sources/third_party/googletest/ |
D | README.NDK | 84 the device and execute it with ADB, e.g.:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | format.py | 48 def execute(self, test, lit_config): member in LibcxxTestFormat
|
/ndk/build/tools/ |
D | ndk-common.sh | 547 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
|
D | ABOUT-NLS | 106 prompt, merely execute `setenv LANG de_DE' (in `csh'),
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 255 execute them. 565 properly. All `make' does is execute the commands in the rule you have 2104 search, this cannot change the commands of the rule; they will execute 2392 With this rule, `make print' will execute the `lpr' command if either 3151 commands, it won't execute them. *Note Summary of Options: Options 3168 When it is time to execute commands to update a target, they are 3177 line, and the shell will execute the statements in sequence. For 3291 GNU `make' knows how to execute several commands at once. Normally, 3292 `make' will execute only one command at a time, waiting for it to 3294 tells `make' to execute many commands simultaneously. [all …]
|
D | make.texi | 281 execute them. 632 file properly. All @code{make} does is execute the commands in the rule 2473 this cannot change the commands of the rule; they will execute as written. 2820 With this rule, @samp{make print} will execute the @code{lpr} command if 3774 it only echoes commands, it won't execute them. @xref{Options Summary, 3798 When it is time to execute commands to update a target, they are 3813 invoke one shell to run the entire line, and the shell will execute 3941 GNU @code{make} knows how to execute several commands at once. 3942 Normally, @code{make} will execute only one command at a time, waiting 3944 @samp{--jobs} option tells @code{make} to execute many commands [all …]
|