Home
last modified time | relevance | path

Searched refs:ARGLIST (Results 1 – 13 of 13) sorted by relevance

/external/eigen/lapack/
Dlapack_common.h15 #define EIGEN_LAPACK_FUNC(FUNC,ARGLIST) \ argument
16 extern "C" { int EIGEN_BLAS_FUNC(FUNC) ARGLIST; } \
17 int EIGEN_BLAS_FUNC(FUNC) ARGLIST
/external/eigen/test/eigen2/
Dtestsuite.cmake54 set(ARGLIST ${CTEST_SCRIPT_ARG}) variable
55 while(${ARGLIST} MATCHES ".+.*")
58 string(REGEX MATCH "([^,]*)(,.*)?" DUMMY ${ARGLIST})
62 string(REGEX MATCHALL "[^,]*,(.*)" DUMMY ${ARGLIST})
63 SET(ARGLIST ${CMAKE_MATCH_1}) variable
79 endwhile(${ARGLIST} MATCHES ".+.*")
/external/eigen/test/
Dtestsuite.cmake61 set(ARGLIST ${CTEST_SCRIPT_ARG}) variable
62 while(${ARGLIST} MATCHES ".+.*")
65 string(REGEX MATCH "([^,]*)(,.*)?" DUMMY ${ARGLIST})
69 string(REGEX MATCHALL "[^,]*,(.*)" DUMMY ${ARGLIST})
70 SET(ARGLIST ${CMAKE_MATCH_1}) variable
86 endwhile(${ARGLIST} MATCHES ".+.*")
/external/autotest/server/site_tests/moblab_RunSuite/
Dcontrol.dummyServer24 --args="<ARGLIST>"
26 where ARGLIST is a whitespace separated list of the following key=value pairs.
Dcontrol.smoke23 test_that -b stumpy_moblab <remote> moblab_SmokeSuite --args="<ARGLIST>"
25 where ARGLIST is a whitespace separated list of the following key=value pairs.
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
DANTLRv3.g56 ARGLIST;
410 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
411 where ARGLIST is always there even if no args exist.
450 -> ^(ARGLIST rewrite_template_arg+)
451 | -> ARGLIST
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLRv3.g55 ARGLIST;
414 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
415 where ARGLIST is always there even if no args exist.
454 -> ^(ARGLIST rewrite_template_arg+)
455 | -> ARGLIST
DANTLRv3Tree.g253 : ^(ARGLIST rewrite_template_arg+)
254 | ARGLIST
DANTLR.g91 ARGLIST;
982 ^(TEMPLATE (ID|ACTION) ^(ARGLIST ^(ARG ID ACTION) ...) )
983 where ARGLIST is always there even if no args exist.
1032 -> ^(ARGLIST["ARGLIST"] rewrite_template_arg+)
1034 -> ARGLIST["ARGLIST"]
DANTLRTreePrinter.g361 ^( ARGLIST
DDefineGrammarItemsWalker.g676 ^( ARGLIST
DCodeGenTreeWalker.g1570 ^( ARGLIST
1602 // set alt num for same reason as ARGLIST above
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dcontrol36 test_that --args="<ARGLIST>" <DUT-IPADDR> autoupdate_EndToEndTest
38 where ARGLIST is a whitespace separated list of the following key=value pairs.