HomeSort by relevance Sort by last modified time
    Searched full:functioncall (Results 1 - 24 of 24) sorted by null

  /external/chromium/base/
stringize_macros_unittest.cc 13 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
28 EXPECT_STREQ("myobj->FunctionCall(y)",
47 EXPECT_STREQ(L"myobj->FunctionCall(y)",
stringize_macros.h 25 // #define B(x) myobj->FunctionCall(x)
29 // STRINGIZE(B(y)) produces "myobj->FunctionCall(y)"
42 // LSTRINGIZE(B(y)) produces L"myobj->FunctionCall(y)"
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineAgent.js 61 FunctionCall: "FunctionCall",
TimelinePanel.js 190 recordStyles[recordTypes.FunctionCall] = { title: WebInspector.UIString("Function Call"), category: this.categories.scripting };
353 if (childRecord.type === recordTypes.FunctionCall) {
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorTimelineAgent.cpp 79 static const char FunctionCall[] = "FunctionCall";
160 pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall);
165 didCompleteCurrentRecord(TimelineRecordType::FunctionCall);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
CodeGeneratorTestRunner.pm 250 my $functionCall;
252 $functionCall = "impl->" . $function->signature->name . "(context, argumentCount, arguments, exception)";
273 $functionCall = "impl->" . $function->signature->name . "(" . join(", ", @parameters) . ")";
276 push(@contents, " ${functionCall};\n\n") if $function->signature->type eq "void";
277 push(@contents, " return " . $self->_returnExpression($function->signature, $functionCall) . ";\n}\n");
  /external/webkit/Source/WebCore/xml/
XPathGrammar.y 104 %type <expr> FunctionCall
365 FunctionCall
368 FunctionCall:
  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 261 info_value.SetString("functionCall", "refresh");
263 info_value.SetString("functionCall", "getChildren");
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 417 class FunctionCall : public SimpleCall {
421 FunctionCall(const CallExpr *CE, ProgramStateRef St,
425 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {}
426 virtual void cloneTo(void *Dest) const { new (Dest) FunctionCall(*this); }
873 return Alloc.Allocate<FunctionCall>();
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCompiler.h 245 Call functionCall = call();
247 m_calls.append(CallRecord(functionCall, function, exceptionCheck, exceptionInfo));
  /external/clang/docs/
Block-ABI-Apple.txt 365 functioncall(^{ i = 10; });
468 functioncall(^{ [obj somemessage]; });
539 functioncall(_block_literal->invoke(&_block_literal));
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 291 TEST(Replacement, FunctionCall) {
  /external/v8/src/
builtins.h 175 V(FunctionCall, BUILTIN, UNINITIALIZED, \
debug.cc     [all...]
  /external/chromium/chrome/browser/resources/
filebrowse.html 848 if (info.functionCall == 'getRoots') {
858 } else if (info.functionCall == 'getChildren') {
888 } else if (info.functionCall == 'refresh') {
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 326 info_value.SetString("functionCall", "getRoots");
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
RetainCountChecker.cpp 949 if (const FunctionCall *FC = dyn_cast<FunctionCall>(&Call)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 855 return create<FunctionCall>(CE, State, LCtx);
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /external/libxml2/
xpath.c     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 1947 milliseconds