Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 51) 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/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
Dhe.po109 msgid "# commands to execute"
110 msgstr "# commands to execute"
/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/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/sources/host-tools/make-3.81/tests/scripts/functions/
Dwildcard9 two.example and 3.example. We execute three tests. The first
/ndk/sources/third_party/googletest/
DREADME.NDK84 the device and execute it with ADB, e.g.:
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dformat.py48 def execute(self, test, lit_config): member in LibcxxTestFormat
/ndk/build/tools/
Dndk-common.sh547 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
DABOUT-NLS106 prompt, merely execute `setenv LANG de_DE' (in `csh'),
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1255 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 …]
Dmake.texi281 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 …]

123