HomeSort by relevance Sort by last modified time
    Searched refs:Arguments (Results 176 - 200 of 419) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/cblas/testing/
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...]
c_cblat3.f 445 * .. Scalar Arguments ..
450 * .. Array Arguments ..
775 * .. Scalar Arguments ..
780 * .. Array Arguments ..
    [all...]
c_dblat3.f 434 * .. Scalar Arguments ..
439 * .. Array Arguments ..
758 * .. Scalar Arguments ..
763 * .. Array Arguments ..
    [all...]
c_sblat3.f 434 * .. Scalar Arguments ..
439 * .. Array Arguments ..
762 * .. Scalar Arguments ..
767 * .. Array Arguments ..
    [all...]
c_zblat3.f 446 * .. Scalar Arguments ..
451 * .. Array Arguments ..
776 * .. Scalar Arguments ..
781 * .. Array Arguments ..
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 2242 std::vector<Type*> arguments; member in class:sw::Function
2728 Nucleus::createFunction(Return::getType(), arguments); local
    [all...]
  /external/clang/lib/AST/
TemplateName.cpp 27 return TemplateArgument(llvm::makeArrayRef(Arguments, size()));
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc     [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 796 // Utility class for accumulating command-line arguments.
797 class Arguments {
799 Arguments() {
803 ~Arguments() {
814 void AddArguments(const ::std::vector<Str>& arguments) {
815 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
816 i != arguments.end();
828 // A struct that encompasses the arguments to the child process of a
831 char* const* argv; // Command-line arguments for the child's call to exec
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 844 // Utility class for accumulating command-line arguments.
845 class Arguments {
847 Arguments() {
851 ~Arguments() {
862 void AddArguments(const ::std::vector<Str>& arguments)
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /build/soong/ui/build/
make.go 27 // goals can be used to set MAKECMDGOALS, which emulates passing arguments to
31 // extra_targets adds real arguments to the make command, in case other targets
84 // modified by PRODUCT-*/APP-* arguments
139 make_vars, err := DumpMakeVars(ctx, config, config.Arguments(), []string{
  /external/python/cpython2/PC/VS9.0/
build.bat 5 rem Arguments:
  /external/v8/src/builtins/
builtins-function.cc 25 // Compute number of arguments, ignoring the receiver.
380 // Allocate the arguments array.
381 assembler.Comment("Allocate the arguments array");
457 Arguments* incoming = reinterpret_cast<Arguments*>(args[0]);
458 // Rewrap the arguments as builtins arguments.
460 BuiltinArguments caller_args(argc, incoming->arguments() + 1);
  /prebuilts/go/darwin-x86/src/math/
gamma.go 30 // Arguments |x| <= 34 are reduced by recurrence and the function
32 // interval (2,3). Large arguments are handled by Stirling's
33 // formula. Large negative arguments are made positive using
45 // Error for arguments outside the test range will be larger
  /prebuilts/go/linux-x86/src/math/
gamma.go 30 // Arguments |x| <= 34 are reduced by recurrence and the function
32 // interval (2,3). Large arguments are handled by Stirling's
33 // formula. Large negative arguments are made positive using
45 // Error for arguments outside the test range will be larger

Completed in 815 milliseconds

1 2 3 4 5 6 78 91011>>