/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter5/ |
toy.cpp | 173 std::vector<std::unique_ptr<ExprAST>> Args; 177 std::vector<std::unique_ptr<ExprAST>> Args) 178 : Callee(Callee), Args(std::move(Args)) {} 215 std::vector<std::string> Args; 218 PrototypeAST(const std::string &Name, std::vector<std::string> Args) 219 : Name(Name), Args(std::move(Args)) {} 312 std::vector<std::unique_ptr<ExprAST>> Args; 316 Args.push_back(std::move(Arg)) [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Format.h | 80 template <typename... Args> struct validate_format_parameters; 81 template <typename Arg, typename... Args> 82 struct validate_format_parameters<Arg, Args...> { 85 validate_format_parameters() { validate_format_parameters<Args...>(); }
|
Process.h | 91 GetArgumentVector(SmallVectorImpl<const char *> &Args,
|
/external/swiftshader/third_party/subzero/crosstest/ |
test_calling_conv_main.cpp | 67 size_t Args; 99 for (size_t i = 0; i < Funcs[f].Args; ++i) { 128 size_t Args; 148 for (size_t i = 0; i < Funcs[f].Args; ++i) {
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
specs_lib.py | 44 Args: 56 def get_positional(args, kw, kw_overrides=False): 62 Args: 63 args: argument list 73 return args, kw 74 new_args = list(args) 106 return Function(lambda x, *args, **kw: x) 132 def __init__(self, op, *args): 134 self.funs = args 151 def __init__(self, f, *args, **kw) [all...] |
/external/tensorflow/tensorflow/core/common_runtime/ |
rendezvous_util.h | 49 const Rendezvous::Args& args);
|
/external/tensorflow/tensorflow/core/framework/ |
model.cc | 73 Args{id_, name_, std::move(output)}); 107 AsyncInterleaveMany(Node::Args args, 109 : Node(args) { 125 Args{id_, name_, std::move(output)}, parameters); 166 KnownRatio(Node::Args args, int64 ratio) : Node(args), ratio_(ratio) {} 173 return std::make_shared<KnownRatio>(Args{id_, name_, std::move(output)}, 201 AsyncKnownRatio(Node::Args args, double ratio [all...] |
/external/tensorflow/tensorflow/core/lib/core/ |
errors.h | 62 template <typename... Args> 63 void AppendToMessage(::tensorflow::Status* status, Args... args) { 66 ::tensorflow::strings::StrCat(status->error_message(), "\n\t", args...)); 92 template <typename... Args> \ 93 ::tensorflow::Status FUNC(Args... args) { \ 97 ::tensorflow::errors::internal::PrepareForStrCat(args)...)); \
|
/external/v8/src/ |
string-stream.h | 122 template <typename... Args> 123 void Add(const char* format, Args... args) { 124 Add(CStrVector(format), args...); 127 template <typename... Args> 128 void Add(Vector<const char> format, Args... args) { 129 FmtElm elems[]{args...};
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/ |
NorFlashFvbDxe.c | 598 VA_LIST Args;
619 VA_START (Args, This);
622 StartingLba = VA_ARG (Args, EFI_LBA);
631 NumOfLba = VA_ARG (Args, UINT32);
636 VA_END (Args);
642 VA_END (Args);
647 VA_START (Args, This);
650 StartingLba = VA_ARG (Args, EFI_LBA);
659 NumOfLba = VA_ARG (Args, UINT32);
675 VA_END (Args);
[all...] |
/external/googletest/googlemock/include/gmock/internal/ |
gmock-internal-utils.h | 518 auto ApplyImpl(F&& f, Tuple&& args, int_pack<Idx...>) -> decltype( 519 std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...)) { 520 return std::forward<F>(f)(std::get<Idx>(std::forward<Tuple>(args))...); 525 auto Apply(F&& f, Tuple&& args) 526 -> decltype(ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args), 528 return ApplyImpl(std::forward<F>(f), std::forward<Tuple>(args), 548 template <typename R, typename... Args> 549 struct Function<R(Args...)> { 551 static constexpr size_t ArgumentCount = sizeof...(Args); 553 using Arg = ElemFromList<I, typename MakeIndexSequence<sizeof...(Args)>::type [all...] |
/build/soong/android/ |
writedocs.go | 37 primaryBuilder, err := filepath.Rel(ctx.Config().BuildDir(), os.Args[0]) 40 os.Args[0], ctx.Config().BuildDir()) 57 primaryBuilder.String(), docsFile.String(), strings.Join(os.Args[1:], " ")), 66 Args: map[string]string{
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
ObjCRetainCount.h | 208 llvm::SmallVector<ArgEffect, 10> Args; 216 ArrayRef<ArgEffect> getArgs() const { return Args; }
|
/external/googletest/googlemock/test/ |
gmock-pp_test.cc | 44 template <class... Args> 46 static constexpr int kArgs = sizeof...(Args);
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
lb_policy.h | 48 struct Args { 57 /// Channel args from the resolver. 60 grpc_channel_args* args = nullptr; member in struct:grpc_core::LoadBalancingPolicy::Args 95 /// Updates the policy with a new set of \a args from the resolver. 98 virtual void UpdateLocked(const grpc_channel_args& args) GRPC_ABSTRACT; 179 explicit LoadBalancingPolicy(const Args& args);
|
/external/libchrome/base/threading/ |
sequence_local_storage_map_unittest.cc | 37 template <typename T, typename... Args> 39 Args... args) { 40 T* value = new T(args...);
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
template_util.h | 104 template <template <typename...> class Template, typename... Args> 105 struct IsSpecializationOf<Template, Template<Args...>> : TrueType {};
|
/external/libxcam/modules/soft/ |
soft_copy_task.cpp | 39 SmartPtr<CopyTask::Args> args = base.dynamic_cast_ptr<CopyTask::Args> (); local 40 XCAM_ASSERT (args.ptr ()); 42 UcharImage *in_luma = args->in_luma.ptr (), *out_luma = args->out_luma.ptr (); 43 Uchar2Image *in_uv = args->in_uv.ptr (), *out_uv = args->out_uv.ptr ();
|
/external/llvm/include/llvm/ADT/ |
VariadicFunction.h | 69 /// ResultT FooImpl(ArrayRef<const ArgT *> Args) { 70 /// // 'Args[i]' is a pointer to the i-th argument passed to Foo(). 97 /// ArrayRef<const ArgT *> Args) { ... } 113 const ArgT *const Args[] = { LLVM_COMMA_JOIN ## N(&A) }; \ 114 return Func(makeArrayRef(Args)); \ 160 const ArgT *const Args[] = { LLVM_COMMA_JOIN ## N(&A) }; \ 161 return Func(P0, makeArrayRef(Args)); \ 208 const ArgT *const Args[] = { LLVM_COMMA_JOIN ## N(&A) }; \ 209 return Func(P0, P1, makeArrayRef(Args)); \ 257 const ArgT *const Args[] = { LLVM_COMMA_JOIN ## N(&A) }; [all...] |
/external/llvm/lib/Target/ARM/ |
ARMSelectionDAGInfo.cpp | 75 TargetLowering::ArgListTy Args; 79 Args.push_back(Entry); 82 Args.push_back(Entry); 88 Args.push_back(Entry); 99 Args.push_back(Entry); 102 Args.push_back(Entry); 105 Args.push_back(Entry); 121 std::move(Args))
|
/external/pdfium/core/fpdfapi/font/ |
cpdf_cmap.h | 50 template <typename T, typename... Args> 51 friend RetainPtr<T> pdfium::MakeRetain(Args&&... args);
|
/external/pdfium/core/fpdfapi/page/ |
cpdf_image.h | 27 template <typename T, typename... Args> 28 friend RetainPtr<T> pdfium::MakeRetain(Args&&... args);
|
/external/pdfium/core/fxcrt/css/ |
cfx_csscomputedstyle.h | 100 template <typename T, typename... Args> 101 friend RetainPtr<T> pdfium::MakeRetain(Args&&... args);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
VariadicFunction.h | 69 /// ResultT FooImpl(ArrayRef<const ArgT *> Args) { 70 /// // 'Args[i]' is a pointer to the i-th argument passed to Foo(). 97 /// ArrayRef<const ArgT *> Args) { ... } 113 const ArgT *const Args[] = { LLVM_COMMA_JOIN ## N(&A) }; \ 114 return Func(makeArrayRef(Args)); \ 160 const ArgT *const Args[] = { LLVM_COMMA_JOIN ## N(&A) }; \ 161 return Func(P0, makeArrayRef(Args)); \ 208 const ArgT *const Args[] = { LLVM_COMMA_JOIN ## N(&A) }; \ 209 return Func(P0, P1, makeArrayRef(Args)); \ 257 const ArgT *const Args[] = { LLVM_COMMA_JOIN ## N(&A) }; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
OptTable.h | 191 Arg *ParseOneArg(const ArgList &Args, unsigned &Index, 213 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
|