/external/cblas/testing/ |
c_cblat1.f | 80 * .. Scalar Arguments .. 204 * .. Set vector arguments .. 281 * .. Scalar Arguments .. 534 * .. Scalar Arguments .. 537 * .. Array Arguments .. 586 * .. Scalar Arguments .. 588 * .. Array Arguments .. 606 * .. Scalar Arguments .. 617 * .. Scalar Arguments .. 620 * .. Array Arguments . [all...] |
c_zblat1.f | 80 * .. Scalar Arguments .. 204 * .. Set vector arguments .. 281 * .. Scalar Arguments .. 534 * .. Scalar Arguments .. 537 * .. Array Arguments .. 586 * .. Scalar Arguments .. 588 * .. Array Arguments .. 606 * .. Scalar Arguments .. 617 * .. Scalar Arguments .. 620 * .. Array Arguments . [all...] |
c_cblat2.f | 480 * .. Scalar Arguments .. 486 * .. Array Arguments .. 524 * Define the number of arguments. 835 * .. Scalar Arguments .. 841 * .. Array Arguments .. [all...] |
c_dblat2.f | 472 * .. Scalar Arguments .. 478 * .. Array Arguments .. 515 * Define the number of arguments. 832 * .. Scalar Arguments .. 838 * .. Array Arguments .. [all...] |
c_sblat2.f | 472 * .. Scalar Arguments .. 478 * .. Array Arguments .. 515 * Define the number of arguments. 832 * .. Scalar Arguments .. 838 * .. Array Arguments .. [all...] |
c_zblat2.f | 481 * .. Scalar Arguments .. 487 * .. Array Arguments .. 525 * Define the number of arguments. 837 * .. Scalar Arguments .. 843 * .. Array Arguments .. [all...] |
/external/eigen/blas/testing/ |
cblat1.f | 80 * .. Scalar Arguments .. 204 * .. Set vector arguments .. 281 * .. Scalar Arguments .. 533 * .. Scalar Arguments .. 536 * .. Array Arguments .. 585 * .. Scalar Arguments .. 587 * .. Array Arguments .. 605 * .. Scalar Arguments .. 616 * .. Scalar Arguments .. 619 * .. Array Arguments . [all...] |
sblat1.f | 130 * .. Scalar Arguments .. 246 * .. Scalar Arguments .. 305 * .. Set vector arguments .. 340 * .. Scalar Arguments .. 688 * .. Scalar Arguments .. [all...] |
zblat1.f | 80 * .. Scalar Arguments .. 204 * .. Set vector arguments .. 281 * .. Scalar Arguments .. 533 * .. Scalar Arguments .. 536 * .. Array Arguments .. 585 * .. Scalar Arguments .. 587 * .. Array Arguments .. 605 * .. Scalar Arguments .. 616 * .. Scalar Arguments .. 619 * .. Array Arguments . [all...] |
cblat2.f | 416 * .. Scalar Arguments .. 422 * .. Array Arguments .. 459 * Define the number of arguments. 761 * .. Scalar Arguments .. 767 * .. Array Arguments .. 804 * Define the number of arguments. [all...] |
dblat2.f | 407 * .. Scalar Arguments .. 413 * .. Array Arguments .. 449 * Define the number of arguments. 748 * .. Scalar Arguments .. 754 * .. Array Arguments .. 790 * Define the number of arguments. [all...] |
sblat2.f | 407 * .. Scalar Arguments .. 413 * .. Array Arguments .. 449 * Define the number of arguments. 748 * .. Scalar Arguments .. 754 * .. Array Arguments .. 790 * Define the number of arguments. [all...] |
zblat2.f | 418 * .. Scalar Arguments .. 424 * .. Array Arguments .. 461 * Define the number of arguments. 764 * .. Scalar Arguments .. 770 * .. Array Arguments .. 807 * Define the number of arguments. [all...] |
dblat3.f | 373 * .. Scalar Arguments .. 378 * .. Array Arguments .. 654 * .. Scalar Arguments .. 659 * .. Array Arguments .. [all...] |
sblat3.f | 373 * .. Scalar Arguments .. 378 * .. Array Arguments .. 654 * .. Scalar Arguments .. 659 * .. Array Arguments .. [all...] |
/external/libxml2/win32/ |
configure.js | 445 // Parse the command-line arguments. 446 for (i = 0; (i < WScript.Arguments.length) && (error == 0); i++) { 448 arg = WScript.Arguments(i); 557 genReadme(WScript.Arguments(1), WScript.Arguments(2), WScript.Arguments(3));
|
/external/clang/unittests/Tooling/ |
CompilationDatabaseTest.cpp | 39 expectFailure("[{\"directory\":\"\",\"file\":\"\"}]", "Missing command or arguments"); 41 expectFailure("[{\"directory\":\"\",\"arguments\":[]}]", "Missing file"); 42 expectFailure("[{\"arguments\":\"\",\"file\":\"\"}]", "Missing directory"); 43 expectFailure("[{\"directory\":\"\",\"arguments\":\"\",\"file\":\"\"}]", "Arguments not array"); 45 expectFailure("[{\"directory\":\"\",\"arguments\":[[]],\"file\":\"\"}]", 46 "Arguments contain non-string"); 160 StringRef Arguments = "arguments"; 166 "\"arguments\":[\"" + Arguments + "\"], [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 74 * Please see {@link ZygoteConnection.Arguments} for documentation on the 506 ZygoteConnection.Arguments parsedArgs) 526 // existing arguments and append the classpath to it. ART will handle the classpath 548 * Pass the remaining arguments to SystemServer. 631 * Prepare the arguments and fork for the system server process. 662 ZygoteConnection.Arguments parsedArgs = null; 667 parsedArgs = new ZygoteConnection.Arguments(args); [all...] |
/external/jcommander/src/test/java/com/beust/jcommander/ |
JCommanderTest.java | 113 * List regardless of how the arguments are specified 472 final Arity1 arguments = new Arity1(); local 473 final JCommander jCommander = new JCommander(arguments); 481 final Arity1 arguments = new Arity1(); local 482 final JCommander jCommander = new JCommander(arguments); 487 Assert.assertTrue(arguments.inspect); 491 final Arity1 arguments = new Arity1(); local 492 final JCommander jCommander = new JCommander(arguments); 497 Assert.assertFalse(arguments.inspect); [all...] |
/external/v8/test/webkit/fast/js/ |
arguments.js | 25 "This test thoroughly checks the behaviour of the 'arguments' object." 30 return arguments[0]; 35 return arguments[1]; 40 return arguments[2]; 45 return arguments[3]; 50 return arguments[4]; 54 arguments.length = 5; 55 return arguments.length; 59 Array.prototype.push.call(arguments, a); 60 return arguments[1] [all...] |
/external/libxml2/vms/ |
build_libxml.com | 5 $! Arguments:
|
/external/v8/src/runtime/ |
runtime-array.cc | 7 #include "src/arguments.h" 240 Arguments* caller_args) { 312 // The arguments passed in caused a transition. This kind of complexity 327 // TODO(bmeurer): Remove this Arguments nonsense. 328 Arguments argv(argc, args.arguments() - 1);
|
/external/google-breakpad/src/testing/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/llvm/utils/unittest/googletest/src/ |
gtest-death-test.cc | 847 // Utility class for accumulating command-line arguments. 848 class Arguments { 850 Arguments() { 854 ~Arguments() { [all...] |