Home
last modified time | relevance | path

Searched defs:Args (Results 1 – 25 of 1145) sorted by relevance

12345678910>>...46

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h95 struct Args { struct
96 int64 step_id = 0;
97 RendezvousInterface* rendezvous = nullptr;
121 virtual void RunAsync(const Args& args, DoneCallback done) = 0; argument
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.h38 struct Args { struct
49 Call(Args args, grpc_error** error); argument
Dconnector.h37 struct Args { struct
39 grpc_pollset_set* interested_parties;
64 virtual void Connect(const Args& args, Result* result, argument
/external/perfetto/src/perfetto_cmd/
Drate_limiter.h27 struct Args { struct
47 ShouldTraceResponse ShouldTrace(const Args& args); argument
/external/llvm-project/clang/unittests/Frontend/
DCompilerInvocationTest.cpp45 const char *Args[] = {""}; in TEST_F() local
58 const char *Args[] = {"-fno-temp-file"}; in TEST_F() local
71 const char *Args[] = {"-ftemp-file"}; in TEST_F() local
81 const char *Args[] = {"-fmodules-strict-context-hash"}; in TEST_F() local
94 const char *Args[] = {"-triple", TripleCStr}; in TEST_F() local
108 const char *Args[] = {"-triple", DefaultTriple.c_str()}; in TEST_F() local
123 const char *Args[] = {""}; in TEST_F() local
136 const char *Args[] = {"-mrelocation-model", "static"}; in TEST_F() local
149 const char *Args[] = {"-mrelocation-model", "pic"}; in TEST_F() local
170 const char *Args[] = {""}; in TEST_F() local
[all …]
/external/rust/crates/rayon/examples/
Dcpu_monitor.rs26 pub struct Args { struct
32 let args: &Args = &Docopt::new(USAGE) in main() argument
53 fn task(args: &Args) { in task()
67 fn tasks_ended(args: &Args) { in tasks_ended()
72 fn task_stall_root(args: &Args) { in task_stall_root()
76 fn task_stall_scope(args: &Args) { in task_stall_scope()
/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp64 static void renderRpassOptions(const ArgList &Args, ArgStringList &CmdArgs) { in renderRpassOptions()
78 static void renderRemarksOptions(const ArgList &Args, ArgStringList &CmdArgs, in renderRemarksOptions()
108 static void renderRemarksHotnessOptions(const ArgList &Args, in renderRemarksHotnessOptions()
126 void tools::handleTargetFeaturesGroup(const ArgList &Args, in handleTargetFeaturesGroup()
169 void tools::addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList()
224 const ArgList &Args, ArgStringList &CmdArgs, in AddLinkerInputs()
275 const ToolChain &TC, const llvm::opt::ArgList &Args, in addLinkerCompressDebugSectionsOption()
292 void tools::AddTargetFeature(const ArgList &Args, in AddTargetFeature()
306 const ArgList &Args) { in getAMDGPUTargetGPU()
322 static std::string getLanaiTargetCPU(const ArgList &Args) { in getLanaiTargetCPU()
[all …]
DMSP430.cpp43 static StringRef getHWMultLib(const ArgList &Args) { in getHWMultLib()
56 void msp430::getMSP430TargetFeatures(const Driver &D, const ArgList &Args, in getMSP430TargetFeatures()
110 const ArgList &Args) in MSP430ToolChain()
182 void msp430::Linker::AddStartFiles(bool UseExceptions, const ArgList &Args, in AddStartFiles()
191 void msp430::Linker::AddDefaultLibs(const llvm::opt::ArgList &Args, in AddDefaultLibs()
218 void msp430::Linker::AddEndFiles(bool UseExceptions, const ArgList &Args, in AddEndFiles()
228 static void AddSspArgs(const ArgList &Args, ArgStringList &CmdArgs) { in AddSspArgs()
241 const ArgList &Args, in AddImplicitLinkerScript()
266 const ArgList &Args, in ConstructJob()
DDarwin.cpp91 const ArgList &Args, in ConstructJob()
158 void darwin::MachOTool::AddMachOArch(const ArgList &Args, in AddMachOArch()
189 static bool shouldLinkerNotDedup(bool IsLinkerOnlyAction, const ArgList &Args) { in shouldLinkerNotDedup()
205 void darwin::Linker::AddLinkArgs(Compilation &C, const ArgList &Args, in AddLinkArgs()
428 static bool isObjCRuntimeLinked(const ArgList &Args) { in isObjCRuntimeLinked()
436 static bool checkRemarksOptions(const Driver &D, const ArgList &Args, in checkRemarksOptions()
453 static void renderRemarksOptions(const ArgList &Args, ArgStringList &CmdArgs, in renderRemarksOptions()
508 const ArgList &Args, in ConstructJob()
722 const ArgList &Args, in ConstructJob()
745 const ArgList &Args, in ConstructJob()
[all …]
/external/perfetto/include/perfetto/ext/base/
Dperiodic_task.h47 struct Args { struct
54 void Start(Args); argument
Dsubprocess.h116 struct Args { struct
117 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in exec_cmd() argument
119 Args& operator=(Args&&); argument
121 std::vector<std::string> exec_cmd;
127 std::string posix_argv0_override_for_testing;
135 std::function<void()> posix_entrypoint_for_testing;
139 std::vector<std::string> env;
142 std::vector<int> preserve_fds;
145 std::string input;
147 OutputMode stdout_mode = kInherit;
[all …]
/external/rust/crates/async-trait/src/
Dargs.rs6 pub struct Args { struct
14 impl Parse for Args { argument
23 fn try_parse(input: ParseStream) -> Result<Args> { in try_parse()
/external/rust/crates/rustversion/src/
Dattr.rs6 pub struct Args { struct
16 pub fn parse(input: TokenStream) -> Result<Args> { in parse()
/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DPPC.cpp24 std::string ppc::getPPCTargetCPU(const ArgList &Args) { in getPPCTargetCPU()
108 const ArgList &Args, in getPPCTargetFeatures()
125 const ArgList &Args) { in getPPCReadGOTPtrMode()
135 ppc::FloatABI ppc::getPPCFloatABI(const Driver &D, const ArgList &Args) { in getPPCFloatABI()
164 bool ppc::hasPPCAbiArg(const ArgList &Args, const char *Value) { in hasPPCAbiArg()
DMips.cpp24 void mips::getMipsCPUAndABI(const ArgList &Args, const llvm::Triple &Triple, in getMipsCPUAndABI()
132 std::string mips::getMipsABILibSuffix(const ArgList &Args, in getMipsABILibSuffix()
152 mips::FloatABI mips::getMipsFloatABI(const Driver &D, const ArgList &Args, in getMipsFloatABI()
192 const ArgList &Args, in getMIPSTargetFeatures()
434 bool mips::hasMipsAbiArg(const ArgList &Args, const char *Value) { in hasMipsAbiArg()
439 bool mips::isUCLibc(const ArgList &Args) { in isUCLibc()
444 bool mips::isNaN2008(const ArgList &Args, const llvm::Triple &Triple) { in isNaN2008()
489 bool mips::shouldUseFPXX(const ArgList &Args, const llvm::Triple &Triple, in shouldUseFPXX()
/external/llvm-project/clang/lib/Tooling/
DArgumentsAdjusters.cpp24 static StringRef getDriverMode(const CommandLineArguments &Args) { in getDriverMode()
36 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangSyntaxOnlyAdjuster()
71 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripOutputAdjuster()
89 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripSerializeDiagnosticAdjuster()
105 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripDependencyFileAdjuster()
135 return [Extra, Pos](const CommandLineArguments &Args, StringRef /*unused*/) { in getInsertArgumentAdjuster()
162 return [First, Second](const CommandLineArguments &Args, StringRef File) { in combineAdjusters()
168 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getStripPluginsAdjuster()
/external/rust/crates/pin-project-internal/src/pin_project/
Dargs.rs12 pub(super) fn parse_args(attrs: &[Attribute]) -> Result<Args> { in parse_args()
61 pub(super) struct Args { struct
74 impl Parse for Args { argument
/external/clang/lib/Driver/
DTools.cpp55 static void handleTargetFeaturesGroup(const ArgList &Args, in handleTargetFeaturesGroup()
113 static void CheckPreprocessingOptions(const Driver &D, const ArgList &Args) { in CheckPreprocessingOptions()
126 static void CheckCodeGenerationOptions(const Driver &D, const ArgList &Args) { in CheckCodeGenerationOptions()
181 static void addDirectoryList(const ArgList &Args, ArgStringList &CmdArgs, in addDirectoryList()
236 const ArgList &Args, ArgStringList &CmdArgs) { in AddLinkerInputs()
279 static bool isObjCAutoRefCount(const ArgList &Args) { in isObjCAutoRefCount()
284 static bool isObjCRuntimeLinked(const ArgList &Args) { in isObjCRuntimeLinked()
300 const Driver &D, const ArgList &Args, in AddPreprocessingOptions()
654 static void getARMArchCPUFromArgs(const ArgList &Args, llvm::StringRef &Arch, in getARMArchCPUFromArgs()
676 const ArgList &Args, StringRef HWDiv, in getARMHWDivFeatures()
[all …]
DToolChain.cpp35 static llvm::opt::Arg *GetRTTIArgument(const ArgList &Args) { in GetRTTIArgument()
40 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, in CalculateRTTIMode()
69 const ArgList &Args) in ToolChain()
272 const ArgList &Args) { in getArchNameForCompilerRTLib()
287 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
307 const char *ToolChain::getCompilerRTArgString(const llvm::opt::ArgList &Args, in getCompilerRTArgString()
313 bool ToolChain::needsProfileRT(const ArgList &Args) { in needsProfileRT()
417 std::string ToolChain::ComputeLLVMTriple(const ArgList &Args, in ComputeLLVMTriple()
505 std::string ToolChain::ComputeEffectiveClangTriple(const ArgList &Args, in ComputeEffectiveClangTriple()
521 void ToolChain::addProfileRTLibs(const llvm::opt::ArgList &Args, in addProfileRTLibs()
[all …]
/external/llvm-project/clang/lib/AST/
DSelectorLocationsKind.cpp64 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc()
71 ArrayRef<T *> Args, in hasStandardSelLocs()
98 ArrayRef<Expr *> Args, in hasStandardSelectorLocs()
106 ArrayRef<Expr *> Args, in getStandardSelectorLoc()
115 ArrayRef<ParmVarDecl *> Args, in hasStandardSelectorLocs()
123 ArrayRef<ParmVarDecl *> Args, in getStandardSelectorLoc()
/external/clang/lib/AST/
DSelectorLocationsKind.cpp65 SourceLocation getArgLoc(unsigned Index, ArrayRef<T*> Args) { in getArgLoc()
72 ArrayRef<T *> Args, in hasStandardSelLocs()
99 ArrayRef<Expr *> Args, in hasStandardSelectorLocs()
107 ArrayRef<Expr *> Args, in getStandardSelectorLoc()
116 ArrayRef<ParmVarDecl *> Args, in hasStandardSelectorLocs()
124 ArrayRef<ParmVarDecl *> Args, in getStandardSelectorLoc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp311 ArrayRef<GenericValue> Args) { in lle_X_atexit()
320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit()
326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort()
336 ArrayRef<GenericValue> Args) { in lle_X_sprintf()
418 ArrayRef<GenericValue> Args) { in lle_X_printf()
433 char *Args[10]; in lle_X_sscanf() local
447 char *Args[10]; in lle_X_scanf() local
460 ArrayRef<GenericValue> Args) { in lle_X_fprintf()
473 ArrayRef<GenericValue> Args) { in lle_X_memset()
485 ArrayRef<GenericValue> Args) { in lle_X_memcpy()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp300 ArrayRef<GenericValue> Args) { in lle_X_atexit()
309 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit()
315 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort()
325 ArrayRef<GenericValue> Args) { in lle_X_sprintf()
407 ArrayRef<GenericValue> Args) { in lle_X_printf()
422 char *Args[10]; in lle_X_sscanf() local
436 char *Args[10]; in lle_X_scanf() local
449 ArrayRef<GenericValue> Args) { in lle_X_fprintf()
462 ArrayRef<GenericValue> Args) { in lle_X_memset()
474 ArrayRef<GenericValue> Args) { in lle_X_memcpy()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp311 ArrayRef<GenericValue> Args) { in lle_X_atexit()
320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit()
326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort()
336 ArrayRef<GenericValue> Args) { in lle_X_sprintf()
418 ArrayRef<GenericValue> Args) { in lle_X_printf()
433 char *Args[10]; in lle_X_sscanf() local
447 char *Args[10]; in lle_X_scanf() local
460 ArrayRef<GenericValue> Args) { in lle_X_fprintf()
473 ArrayRef<GenericValue> Args) { in lle_X_memset()
485 ArrayRef<GenericValue> Args) { in lle_X_memcpy()
/external/llvm-project/llvm/tools/bugpoint/
DToolRunner.cpp56 ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramWithTimeout()
73 StringRef RemoteClientPath, ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramRemotelyWithTimeout()
106 static Error ProcessFailure(StringRef ProgPath, ArrayRef<StringRef> Args, in ProcessFailure()
148 LLI(const std::string &Path, const std::vector<std::string> *Args) in LLI()
166 const std::vector<std::string> &Args, in ExecuteProgram()
253 const std::string &Bitcode, const std::vector<std::string> &Args, in ExecuteProgram()
311 const std::string &Bitcode, const std::vector<std::string> &Args, in ExecuteProgram()
355 std::vector<std::string> &Args) { in lexCommand()
406 std::vector<std::string> Args; in createCustomCompiler() local
422 std::vector<std::string> Args; in createCustomExecutor() local
[all …]

12345678910>>...46