Searched refs:argName (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/wtf/ |
D | Assertions.h | 110 …ionFailure(const char* file, int line, const char* function, const char* argName, const char* asse… 182 #define ASSERT_ARG(argName, assertion) ((void)0) argument 186 #define ASSERT_ARG(argName, assertion) do \ argument 188 …WTFReportArgumentAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, #argName, #assertion); \
|
D | Assertions.cpp | 149 …ionFailure(const char* file, int line, const char* function, const char* argName, const char* asse… in WTFReportArgumentAssertionFailure() argument 151 printf_stderr_common("ARGUMENT BAD: %s, %s\n", argName, assertion); in WTFReportArgumentAssertionFailure()
|
/external/webkit/WebCore/bindings/scripts/ |
D | CodeGeneratorObjC.pm | 479 my $argName = shift; 482 …return $argName if $codeGenerator->IsPrimitiveType($type) or $codeGenerator->IsStringType($type) o… 483 return $argName . "Node" if $type eq "EventTarget"; 484 return "static_cast<WebCore::Range::CompareHow>($argName)" if $type eq "CompareHow"; 485 return "static_cast<WebCore::SVGPaint::SVGPaintType>($argName)" if $type eq "SVGPaintType"; 489 return "core($argName)"; 1247 my $argName = "new" . ucfirst($attributeInterfaceName); 1248 my $arg = GetObjCTypeGetter($argName, $idlType); 1257 my $setterSig = "- (void)$setterName:($attributeType)$argName\n"; 1263 push(@implContent, " ASSERT($argName);\n\n");
|
/external/webkit/WebKitTools/Scripts/ |
D | sunspider-compare-results | 54 GetOptions('root=s' => sub { my ($argName, $value); setConfigurationProductDir(Cwd::abs_path($value…
|