/external/mockito/src/main/java/org/mockito/internal/stubbing/answers/ |
D | AnswerFunctionalInterfaces.java | 43 return answer.answer((A)invocation.getArgument(0)); in toAnswer() 58 answer.answer((A)invocation.getArgument(0)); 77 (A)invocation.getArgument(0), 78 (B)invocation.getArgument(1)); 95 (A)invocation.getArgument(0), 96 (B)invocation.getArgument(1)); 116 (A)invocation.getArgument(0), 117 (B)invocation.getArgument(1), 118 (C)invocation.getArgument(2)); 136 (A)invocation.getArgument(0), [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | objc-nsinvocation-argument-lifetime.m | 8 - (void)getArgument:(void *)Arg atIndex:(int)Index; 13 - (void)getArgument:(void *)Arg atIndex:(int)Index; 38 [Invocation getArgument:&Arg2 atIndex:2]; 39 [Invocation getArgument:&IntVar atIndex:2]; 41 [Invocation getArgument:&Arg3 atIndex:3]; 42 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass… 44 [Invocation getArgument:&Arg4 atIndex:4]; 45 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass… 47 [Invocation getArgument:&Arg5 atIndex:5]; 48 …// CHECK-MESSAGES: :[[@LINE-1]]:27: warning: NSInvocation '-getArgument:atIndex:' should only pass… [all …]
|
/external/llvm-project/mlir/test/EDSC/ |
D | builder-api-test.cpp | 72 Value lb(f.getArgument(0)), ub(f.getArgument(1)); in TEST_FUNC() 122 Value i, a(f.getArgument(0)), b(f.getArgument(1)), c(f.getArgument(2)), in TEST_FUNC() 123 d(f.getArgument(3)); in TEST_FUNC() 144 Value a(f.getArgument(0)), b(f.getArgument(1)), c(f.getArgument(2)), in TEST_FUNC() 145 d(f.getArgument(3)); in TEST_FUNC() 166 Value lb1(f.getArgument(0)), lb2(f.getArgument(1)), ub1(f.getArgument(2)), in TEST_FUNC() 167 ub2(f.getArgument(3)); in TEST_FUNC() 187 Value i, lb_1(f.getArgument(0)), ub_1(f.getArgument(1)), in TEST_FUNC() 188 ub_2(f.getArgument(2)); in TEST_FUNC() 326 MemRefBoundsCapture vA(f.getArgument(0)), vB(f.getArgument(1)), in TEST_FUNC() [all …]
|
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgr.cpp | 931 if (remoteCommand.getArgument(0) == "on") { in setTuningModeCommandProcess() 937 } else if (remoteCommand.getArgument(0) == "off") { in setTuningModeCommandProcess() 962 if (remoteCommand.getArgument(0) == "raw") { in setValueSpaceCommandProcess() 968 } else if (remoteCommand.getArgument(0) == "real") { in setValueSpaceCommandProcess() 993 if (remoteCommand.getArgument(0) == "hex") { in setOutputRawFormatCommandProcess() 999 } else if (remoteCommand.getArgument(0) == "dec") { in setOutputRawFormatCommandProcess() 1024 if (remoteCommand.getArgument(0) == "on") { in setAutoSyncCommandProcess() 1030 } else if (remoteCommand.getArgument(0) == "off") { in setAutoSyncCommandProcess() 1072 strOutputFormat = remoteCommand.getArgument(0); in listCriteriaCommandProcess() 1124 return createDomain(remoteCommand.getArgument(0), strResult) ? CCommandHandler::EDone in createDomainCommandProcess() [all …]
|
/external/parameter-framework/upstream/test/test-platform/ |
D | TestPlatform.cpp | 141 return createExclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0), in createExclusiveSelectionCriterionFromStateList() 150 return createInclusiveSelectionCriterionFromStateList(remoteCommand.getArgument(0), in createInclusiveSelectionCriterionFromStateList() 160 remoteCommand.getArgument(0), in createExclusiveSelectionCriterion() 161 strtoul(remoteCommand.getArgument(1).c_str(), nullptr, 0), strResult) in createExclusiveSelectionCriterion() 170 remoteCommand.getArgument(0), in createInclusiveSelectionCriterion() 171 strtoul(remoteCommand.getArgument(1).c_str(), nullptr, 0), strResult) in createInclusiveSelectionCriterion() 188 const string &strAbort = remoteCommand.getArgument(0); in setter() 220 mParameterMgrPlatformConnector.setSchemaUri(remotecommand.getArgument(0)); in setSchemaUri() 232 if (convertTo(remoteCommand.getArgument(1), state)) { in setCriterionState() 234 bSuccess = setCriterionState(remoteCommand.getArgument(0), state, strResult); in setCriterionState() [all …]
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | PassDocGen.cpp | 24 os << llvm::formatv("### `-{0}`: {1}\n", pass.getArgument(), in emitDoc() 34 longestOption = std::max(option.getArgument().size(), longestOption); in emitDoc() 36 os << "-" << option.getArgument(); in emitDoc() 37 os.indent(longestOption - option.getArgument().size()) in emitDoc() 68 return (*lhs)->getArgument().compare( in emitDocs() 69 (*rhs)->getArgument()); in emitDocs()
|
D | PassGen.cpp | 89 opt.getArgument(), opt.getDescription()); in emitPassOptionDecls() 117 pass.getArgument(), dependentDialectRegistrations); in emitPassDecl() 170 pass.getArgument(), pass.getSummary(), in emitRegistration()
|
/external/clang/test/ARCMT/ |
D | check-api.m | 9 - (void)getArgument:(void *)argumentLocation atIndex:(int)idx; 33 …[invok getArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not sa… 34 …[invok getArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not safe… 35 [invok getArgument:&unsafe_id atIndex:0]; 36 [invok getArgument:&arg atIndex:0];
|
/external/llvm-project/clang/test/ARCMT/ |
D | check-api.m | 9 - (void)getArgument:(void *)argumentLocation atIndex:(int)idx; 33 …[invok getArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not sa… 34 …[invok getArgument:&weak_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not safe… 35 [invok getArgument:&unsafe_id atIndex:0]; 36 [invok getArgument:&arg atIndex:0];
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | nms_utils.cc | 45 Value boxes = func_.getArgument(0); in RewriteFunc() 46 Value scores = func_.getArgument(1); in RewriteFunc() 47 Value max_output_size = func_.getArgument(2); in RewriteFunc() 48 Value iou_threshold = func_.getArgument(3); in RewriteFunc() 49 Value score_threshold = func_.getArgument(4); in RewriteFunc() 77 auto boxes_type = func_.getArgument(0).getType().dyn_cast<RankedTensorType>(); in VerifySignature()
|
D | lstm_utils.cc | 483 input_ = fused_func_op_.getArgument(0); in Initialize() 484 bias_ = fused_func_op_.getArgument(2); in Initialize() 486 weight_ = fused_func_op_.getArgument(1); in Initialize() 500 projection_ = fused_func_op_.getArgument(3); in Initialize() 527 layer_norm_scale_ = fused_func_op_.getArgument(4); in Initialize() 631 Value input = func_op.getArgument(0); in ConvertKerasLSTMLayer() 632 Value output_init_state = func_op.getArgument(1); in ConvertKerasLSTMLayer() 633 Value hidden_init_state = func_op.getArgument(2); in ConvertKerasLSTMLayer() 634 Value weight_kernel = func_op.getArgument(3); in ConvertKerasLSTMLayer() 635 Value recurrent_kernel = func_op.getArgument(4); in ConvertKerasLSTMLayer() [all …]
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | objc-nsinvocation-argument-lifetime.rst | 8 to the ``NSInvocation`` methods ``getArgument:atIndex:`` and 18 [invocation getArgument:&arg atIndex:2]; 28 [invocation getArgument:&arg atIndex:2];
|
/external/parameter-framework/upstream/remote-processor/ |
D | RequestMessage.cpp | 78 const string &CRequestMessage::getArgument(size_t argument) const in getArgument() function in CRequestMessage 102 writeString(getArgument(argument)); in fillDataToSend() 136 uiSize += getStringSize(getArgument(uiArgument)); in getDataSize()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | tensorflow_abi_knowledge_propagation.cc | 106 Value alloc_ptr = kernel.getArgument(kernel_p); in runOnFunction() 107 Value align_ptr = kernel.getArgument(kernel_p + 1); in runOnFunction() 115 Value offset = kernel.getArgument(kernel_p + 2); in runOnFunction() 127 kernel.getArgument(kernel_p + 2 + memref.getRank() * 2); in runOnFunction()
|
D | embed_tf_framework.cc | 70 Value ctx = func.getArgument(0); in matchAndRewrite() 103 Value ctx = func.getArgument(0); in matchAndRewrite() 132 Value ctx = func.getArgument(0); in matchAndRewrite()
|
/external/llvm-project/mlir/test/lib/IR/ |
D | TestMatchers.cpp | 39 auto a = m_Val(f.getArgument(0)); in test1() 40 auto b = m_Val(f.getArgument(1)); in test1() 41 auto c = m_Val(f.getArgument(2)); in test1() 127 auto a = m_Val(f.getArgument(0)); in test2()
|
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags() 107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID() 113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes() 122 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue() 154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs() 169 ValueTy *getArgument(unsigned Index) { in getArgument() function
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_composite_functions_tf.cc | 78 Value lookup = func_.getArgument(1); in RewriteFunc() 79 Value value = func_.getArgument(0); in RewriteFunc() 132 auto input = lstm_func.getArgument(i); in CheckFusableLayerNormalizedLstmCellSimple() 147 auto input = lstm_func.getArgument(i); in CheckFusableLstmCellSimple() 198 auto input = lstm_func.getArgument(i); in CheckFusableKerasLstm()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | deduplicate_bound_input_bindings.cc | 46 auto duplicate_arg = func.getArgument(i); in runOnFunction() 47 auto original_arg = func.getArgument(unique_bound_inputs[attr]); in runOnFunction()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/ |
D | Issue144Test.java | 39 Expression firstParameter = methodCallExpr.getArgument(0); in issue144() 53 Expression firstParameter = methodCallExpr.getArgument(0); in issue144WithReflectionTypeSolver() 65 Expression firstParameter = methodCallExpr.getArgument(0); in issue144WithCombinedTypeSolver()
|
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | Pass.h | 32 StringRef getArgument() const; 83 StringRef getArgument() const;
|
/external/llvm/lib/Analysis/ |
D | MemoryLocation.cpp | 98 const Value *Arg = CS.getArgument(ArgIdx); in getForArgument() 152 if (const ConstantInt *LenCI = dyn_cast<ConstantInt>(CS.getArgument(2))) in getForArgument() 157 return MemoryLocation(CS.getArgument(ArgIdx), UnknownSize, AATags); in getForArgument()
|
/external/webrtc/examples/objc/AppRTCMobile/tests/ |
D | ARDAppClient_xctest.mm | 58 [invocation getArgument:&completionHandler atIndex:4]; 67 [invocation getArgument:&message atIndex:2]; 68 [invocation getArgument:&completionHandler atIndex:5]; 79 [invocation getArgument:&completionHandler atIndex:4]; 99 [invocation getArgument:&message atIndex:2]; 112 [invocation getArgument:&completionHandler atIndex:2];
|
/external/llvm-project/mlir/lib/IR/ |
D | BuiltinDialect.cpp | 140 if (fnInputTypes[i] != entryBlock.getArgument(i).getType()) in verify() 142 << i << '(' << entryBlock.getArgument(i).getType() in verify() 180 if (!mapper.contains(getArgument(i))) in clone() 191 if (isExternalFn || !mapper.contains(getArgument(i))) in clone()
|
/external/llvm-project/mlir/lib/Dialect/Shape/Transforms/ |
D | ShapeToShapeLowering.cpp | 46 Value product = b.create<MulOp>(loc, valueType, body->getArgument(1), in matchAndRewrite() 47 body->getArgument(2)); in matchAndRewrite()
|