/external/proguard/src/proguard/classfile/util/ |
D | InstructionSequenceMatcher.java | 131 int argumentIndex = argument - X; in matchedArgument() local 132 return argumentIndex < 0 ? in matchedArgument() 134 matchedArguments[argumentIndex]; in matchedArgument() 153 int argumentIndex = constantIndex - X; in matchedConstantIndex() local 154 return argumentIndex < 0 ? in matchedConstantIndex() 156 matchedArguments[argumentIndex]; in matchedConstantIndex() 162 int argumentIndex = branchOffset - X; in matchedBranchOffset() local 163 return argumentIndex < 0 ? in matchedBranchOffset() 165 matchedArguments[argumentIndex] - offset; in matchedBranchOffset() 446 int argumentIndex = argument2 - X; in matchingArguments() local [all …]
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | ExceptionMessages.cpp | 68 String ExceptionMessages::incorrectArgumentType(int argumentIndex, const String& detail) in incorrectArgumentType() argument 70 return "The " + ordinalNumber(argumentIndex) + " argument " + detail; in incorrectArgumentType() 73 String ExceptionMessages::notAnArrayTypeArgumentOrValue(int argumentIndex) in notAnArrayTypeArgumentOrValue() argument 76 if (argumentIndex) // method argument in notAnArrayTypeArgumentOrValue() 77 kind = ordinalNumber(argumentIndex) + " argument"; in notAnArrayTypeArgumentOrValue()
|
D | ExceptionMessages.h | 46 static String incorrectArgumentType(int argumentIndex, const String& detail); 51 static String notAnArrayTypeArgumentOrValue(int argumentIndex);
|
D | V8Utilities.cpp | 128 bool getMessagePortArray(v8::Local<v8::Value> value, int argumentIndex, MessagePortArray& ports, v8… in getMessagePortArray() argument 135 throwTypeError(ExceptionMessages::notAnArrayTypeArgumentOrValue(argumentIndex), isolate); in getMessagePortArray() 139 … ports = toRefPtrNativeArray<MessagePort, V8MessagePort>(value, argumentIndex, isolate, &success); in getMessagePortArray()
|
D | V8Utilities.h | 68 …bool getMessagePortArray(v8::Local<v8::Value>, int argumentIndex, MessagePortArray&, v8::Isolate*);
|
D | V8Binding.h | 457 …Vector<RefPtr<T> > toRefPtrNativeArray(v8::Handle<v8::Value> value, int argumentIndex, v8::Isolate… 467 … throwTypeError(ExceptionMessages::notAnArrayTypeArgumentOrValue(argumentIndex), isolate); 495 Vector<T> toNativeArray(v8::Handle<v8::Value> value, int argumentIndex, v8::Isolate* isolate) 502 … throwTypeError(ExceptionMessages::notAnArrayTypeArgumentOrValue(argumentIndex), isolate);
|
/external/proguard/src/proguard/retrace/ |
D | ReTrace.java | 696 int argumentIndex = 0; in main() local 697 while (argumentIndex < args.length) in main() 699 String arg = args[argumentIndex]; in main() 702 regularExpresssion = args[++argumentIndex]; in main() 713 argumentIndex++; in main() 716 if (argumentIndex >= args.length) in main() 722 File mappingFile = new File(args[argumentIndex++]); in main() 723 File stackTraceFile = argumentIndex < args.length ? in main() 724 new File(args[argumentIndex]) : in main()
|
/external/mockito/src/org/mockito/internal/reporting/ |
D | PrintSettings.java | 38 public boolean extraTypeInfoFor(int argumentIndex) { in extraTypeInfoFor() argument 39 return withTypeInfo.contains(argumentIndex); in extraTypeInfoFor()
|
/external/mockito/src/org/mockito/exceptions/ |
D | Reporter.java | 697 …AtInvocationTime(InvocationOnMock invocation, boolean willReturnLastParameter, int argumentIndex) { in invalidArgumentPositionRangeAtInvocationTime() argument 704 … "Wanted parameter at position " + argumentIndex) + " but " + possibleArgumentTypesOf(invocation), in invalidArgumentPositionRangeAtInvocationTime() 729 …ntToReturn(InvocationOnMock invocation, String expectedType, Class actualType, int argumentIndex) { in wrongTypeOfArgumentToReturn() argument 739 …"Position of the wanted argument is " + argumentIndex + " and " + possibleArgumentTypesOf(invocati… in wrongTypeOfArgumentToReturn()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InjectedScriptCanvasModule.cpp | 191 …String* errorString, const TraceLogId& traceLogId, int callIndex, int argumentIndex, const String&… in evaluateTraceLogCallArgument() argument 196 function.appendArgument(argumentIndex); in evaluateTraceLogCallArgument()
|
D | InspectorCanvasAgent.cpp | 184 …String* errorString, const TraceLogId& traceLogId, int callIndex, int argumentIndex, const String*… in evaluateTraceLogCallArgument() argument 188 …module.evaluateTraceLogCallArgument(errorString, traceLogId, callIndex, argumentIndex, objectGroup… in evaluateTraceLogCallArgument()
|
D | InjectedScriptCanvasModuleSource.js | 4418 evaluateTraceLogCallArgument: function(traceLogId, callIndex, argumentIndex, objectGroup) argument 4431 else if (argumentIndex === -1) 4435 if (argumentIndex < 0 || argumentIndex >= args.length) 4436 … return "Error: No argument found at index " + argumentIndex + " for call at index " + callIndex; 4437 value = args[argumentIndex];
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | CanvasProfileView.js | 578 var argumentIndex = argumentElement.__argumentIndex; 579 if (typeof argumentIndex !== "number") 580 argumentIndex = -1; 581 …CanvasAgent.evaluateTraceLogCallArgument(this._traceLogId, callIndex, argumentIndex, objectGroupNa…
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 522 goog.i18n.MessageFormat.prototype.formatSelectBlock_=function(a,b,c,d){var e=a.argumentIndex;goog.i… 523 …ormat.prototype.formatPluralOrdinalBlock_=function(a,b,c,d,e){var f=a.argumentIndex,g=a.argumentOf… 532 …at.SELECT_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c={};c.argumentIndex=b;a=this.extra… 534 …replace(d,function(a,d,e){b=d;e&&(c=parseInt(e,10));return""});d={};d.argumentIndex=b;d.argumentOf… 536 …t.ORDINAL_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c={};c.argumentIndex=b;c.argumentOf…
|
D | chromeVoxChromeOptionsScript.js | 583 goog.i18n.MessageFormat.prototype.formatSelectBlock_=function(a,b,c,d){var e=a.argumentIndex;goog.i… 584 …ormat.prototype.formatPluralOrdinalBlock_=function(a,b,c,d,e){var f=a.argumentIndex,g=a.argumentOf… 593 …at.SELECT_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c={};c.argumentIndex=b;a=this.extra… 595 …replace(d,function(a,d,e){b=d;e&&(c=parseInt(e,10));return""});d={};d.argumentIndex=b;d.argumentOf… 597 …t.ORDINAL_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c={};c.argumentIndex=b;c.argumentOf…
|
D | chromeVoxChromeBackgroundScript.js | 522 goog.i18n.MessageFormat.prototype.formatSelectBlock_=function(a,b,c,d){var e=a.argumentIndex;goog.i… 523 …ormat.prototype.formatPluralOrdinalBlock_=function(a,b,c,d,e){var f=a.argumentIndex,g=a.argumentOf… 532 …at.SELECT_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c={};c.argumentIndex=b;a=this.extra… 534 …replace(d,function(a,d,e){b=d;e&&(c=parseInt(e,10));return""});d={};d.argumentIndex=b;d.argumentOf… 536 …t.ORDINAL_BLOCK_RE_;a=a.replace(c,function(a,c){b=c;return""});c={};c.argumentIndex=b;c.argumentOf…
|