/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wps-ap-cli | 3 CLI=wpa_cli 9 if ! $CLI wps_pbc | grep -q OK; then 19 cpin=`$CLI wps_check_pin "$pin" | tail -1` 38 $CLI wps_pin any "$cpin" 43 $CLI status wps
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 216 SDValue BPFTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall() argument 218 SelectionDAG &DAG = CLI.DAG; in LowerCall() 219 auto &Outs = CLI.Outs; in LowerCall() 220 auto &OutVals = CLI.OutVals; in LowerCall() 221 auto &Ins = CLI.Ins; in LowerCall() 222 SDValue Chain = CLI.Chain; in LowerCall() 223 SDValue Callee = CLI.Callee; in LowerCall() 224 bool &IsTailCall = CLI.IsTailCall; in LowerCall() 225 CallingConv::ID CallConv = CLI.CallConv; in LowerCall() 226 bool IsVarArg = CLI.IsVarArg; in LowerCall() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 681 bool ForceRetVoidTy, CallLoweringInfo &CLI) { in lowerCallOperands() argument 703 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands() 705 return lowerCallTo(CLI); in lowerCallOperands() 744 CallLoweringInfo CLI; in selectPatchpoint() local 745 CLI.setIsPatchPoint(); in selectPatchpoint() 746 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 749 assert(CLI.Call && "No call instruction specified."); in selectPatchpoint() 755 assert(CLI.NumResultRegs == 0 && "Unexpected result register."); in selectPatchpoint() 756 CLI.ResultReg = createResultReg(TLI.getRegClassFor(MVT::i64)); in selectPatchpoint() 757 CLI.NumResultRegs = 1; in selectPatchpoint() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 869 bool ForceRetVoidTy, CallLoweringInfo &CLI) { in lowerCallOperands() argument 889 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs); in lowerCallOperands() 891 return lowerCallTo(CLI); in lowerCallOperands() 930 CallLoweringInfo CLI; in selectPatchpoint() local 931 CLI.setIsPatchPoint(); in selectPatchpoint() 932 if (!lowerCallOperands(I, NumMetaOpers, NumCallArgs, Callee, IsAnyRegCC, CLI)) in selectPatchpoint() 935 assert(CLI.Call && "No call instruction specified."); in selectPatchpoint() 941 assert(CLI.NumResultRegs == 0 && "Unexpected result register."); in selectPatchpoint() 942 CLI.ResultReg = createResultReg(TLI.getRegClassFor(MVT::i64)); in selectPatchpoint() 943 CLI.NumResultRegs = 1; in selectPatchpoint() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 275 SDValue BPFTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, in LowerCall() argument 277 SelectionDAG &DAG = CLI.DAG; in LowerCall() 278 auto &Outs = CLI.Outs; in LowerCall() 279 auto &OutVals = CLI.OutVals; in LowerCall() 280 auto &Ins = CLI.Ins; in LowerCall() 281 SDValue Chain = CLI.Chain; in LowerCall() 282 SDValue Callee = CLI.Callee; in LowerCall() 283 bool &IsTailCall = CLI.IsTailCall; in LowerCall() 284 CallingConv::ID CallConv = CLI.CallConv; in LowerCall() 285 bool IsVarArg = CLI.IsVarArg; in LowerCall() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-21.ll | 6 ; Check unsigned comparison near the low end of the CLI range, using zero 20 ; Check unsigned comparison near the low end of the CLI range, using sign 34 ; Check unsigned comparison near the high end of the CLI range, using zero 48 ; Check unsigned comparison near the high end of the CLI range, using sign 62 ; Check unsigned comparison above the high end of the CLI range, using zero 79 ; and simply ignore CLI for this range. First check the low end of the range. 103 ; Check signed comparison near the low end of the CLI range, using zero 117 ; Check signed comparison near the low end of the CLI range, using sign 118 ; extension. This cannot use CLI. 130 ; Check signed comparison near the high end of the CLI range, using zero [all …]
|
D | int-cmp-20.ll | 6 ; Check unsigned comparison near the low end of the CLI range, using zero 20 ; Check unsigned comparison near the low end of the CLI range, using sign 34 ; Check unsigned comparison near the high end of the CLI range, using zero 48 ; Check unsigned comparison near the high end of the CLI range, using sign 62 ; Check unsigned comparison above the high end of the CLI range, using zero 79 ; and simply ignore CLI for this range. First check the low end of the range. 103 ; Check signed comparison near the low end of the CLI range, using zero 117 ; Check signed comparison near the low end of the CLI range, using sign 118 ; extension. This cannot use CLI. 130 ; Check signed comparison near the high end of the CLI range, using zero [all …]
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/sevenz/ |
D | CoverageTest.java | 33 CLI foo = new CLI(); in testCLIInstance() 36 CLI.main(new String[]{"/dev/null/not-there"}); in testCLIInstance()
|
/external/grpc-grpc-java/documentation/ |
D | server-reflection-tutorial.md | 6 the gRPC command line tool (gRPC CLI), which can be used to introspect server 55 ## gRPC CLI 58 CLI to get information about its available services. gRPC CLI is written 59 in C++. Instructions on how to build gRPC CLI can be found at 62 ## Use gRPC CLI to check services 157 $ ./grpc_cli call localhost:50051 SayHello "name: 'gRPC CLI'" 162 message: "Hello gRPC CLI"
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 280 CallLoweringInfo &CLI, SmallVectorImpl<SDValue> &InVals) const { in LowerCall() argument 281 SelectionDAG &DAG = CLI.DAG; in LowerCall() 282 SDLoc DL = CLI.DL; in LowerCall() 283 SDValue Chain = CLI.Chain; in LowerCall() 284 SDValue Callee = CLI.Callee; in LowerCall() 288 CallingConv::ID CallConv = CLI.CallConv; in LowerCall() 293 if (CLI.IsPatchPoint) in LowerCall() 298 if ((CallConv == CallingConv::Fast && CLI.IsTailCall && in LowerCall() 300 (CLI.CS && CLI.CS->isMustTailCall())) in LowerCall() 302 CLI.IsTailCall = false; in LowerCall() [all …]
|
/external/grpc-grpc/doc/ |
D | server_reflection_tutorial.md | 6 gRPC CLI, which can be used to introspect server protos and send/receive test 26 After enabling Server Reflection in a server application, you can use gRPC CLI 29 Instructions on how to use gRPC CLI can be found at 33 Server Reflection and gRPC CLI. First, we need to build gRPC CLI and setup an 47 - Build gRPC CLI 54 gRPC CLI binary `grpc_cli` can be found at `bins/opt/` folder. This tool is 135 $ grpc_cli call localhost:50051 SayHello "name: 'gRPC CLI'" 140 message: "Hello gRPC CLI"
|
/external/openthread/tests/toranj/ |
D | README_CLI.md | 3 `toranj-cli` is a test framework for OpenThread using its CLI interface. 10 - `toranj` in CLI mode runs `ot-cli-ftd` on simulation platform (real-time). 19 Building OpenThread (NCP/CLI for FTD/MTD/RCP mode) with simulation platform using cmake 33 Building OpenThread (NCP/CLI for FTD/MTD/RCP mode) with simulation platform using cmake 51 To run all CLI tests, `start` script can be used. This script will build OpenThread with proper con… 64 … a sub-process to run `ot-cli-ftd` and provides methods to control the node and issue CLI commands. 80 `cli.Node()` provides methods matching different CLI commands, in addition to some helper methods f… 108 A direct CLI command can be issued using `node.cli(command)` with a given `command` string. 183 … uses CLI commands to test the behavior of OpenThread with simulation platform. `thread-cert` scri…
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 34 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local 35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy() 44 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 35 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local 36 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy() 45 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
|
/external/lz4/programs/ |
D | README.md | 5 The Command Line Interface (CLI) can be generated 12 For advanced use cases, there are targets to different variations of the CLI: 13 - `lz4` : default CLI, with a command line syntax close to gzip 17 The CLI generates and decodes [LZ4-compressed frames](../doc/lz4_Frame_format.md). 21 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined into `-b1e18i1`. 25 CLI includes in-memory compression benchmark module for lz4.
|
/external/openthread/src/cli/ |
D | README_COMMISSIONING.md | 1 # OpenThread CLI - Commissioning 114 ## CLI Reference 116 - [Commissioner CLI Reference](README_COMMISSIONER.md) 117 - [Joiner CLI Reference](README_JOINER.md)
|
/external/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 76 const TargetLowering::CallLoweringInfo &CLI) { in PreAnalyzeCallResultForF128() argument 79 originalTypeIsF128(CLI.RetTy, CLI.Callee.getNode())); in PreAnalyzeCallResultForF128() 80 OriginalArgWasFloat.push_back(CLI.RetTy->isFloatingPointTy()); in PreAnalyzeCallResultForF128()
|
D | MipsFastISel.cpp | 98 bool fastLowerCall(CallLoweringInfo &CLI) override; 195 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 197 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 1086 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() argument 1089 CallingConv::ID CC = CLI.CallConv; in processCallArgs() 1092 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs() 1104 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs() 1176 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs() 1220 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() argument 1222 CallingConv::ID CC = CLI.CallConv; in finishCall() [all …]
|
D | MipsCCState.h | 34 const TargetLowering::CallLoweringInfo &CLI); 103 const TargetLowering::CallLoweringInfo &CLI) { in AnalyzeCallResult() argument 104 PreAnalyzeCallResultForF128(Ins, CLI); in AnalyzeCallResult()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 48 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local 49 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy() 58 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 50 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemcpy() local 51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy() 61 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 44 TargetLowering::CallLoweringInfo CLI(DAG); in EmitTargetCodeForMemset() local 45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset() 49 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI); in EmitTargetCodeForMemset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 147 bool fastLowerCall(CallLoweringInfo &CLI) override; 245 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 247 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); 1139 bool MipsFastISel::processCallArgs(CallLoweringInfo &CLI, in processCallArgs() argument 1142 CallingConv::ID CC = CLI.CallConv; in processCallArgs() 1145 CCInfo.AnalyzeCallOperands(OutVTs, CLI.OutFlags, CCAssignFnForCall(CC)); in processCallArgs() 1157 const Value *ArgVal = CLI.OutVals[VA.getValNo()]; in processCallArgs() 1235 CLI.OutRegs.push_back(VA.getLocReg()); in processCallArgs() 1279 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() argument 1281 CallingConv::ID CC = CLI.CallConv; in finishCall() [all …]
|
/external/zstd/lib/dll/example/ |
D | README.md | 14 Command Line Interface (CLI) supports gzip-like arguments. 15 By default CLI takes an input file and compresses it to an output file: 19 The full list of commands for CLI can be obtained with `-h` or `-H`. The ratio can 21 compression. CLI includes in-memory compression benchmark module with compression 23 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined
|
/external/lz4/lib/dll/example/ |
D | README.md | 16 Command Line Interface (CLI) supports gzip-like arguments. 17 By default CLI takes an input file and compresses it to an output file: 21 The full list of commands for CLI can be obtained with `-h` or `-H`. The ratio can 23 compression. CLI includes in-memory compression benchmark module with compression 25 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined
|