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

1 2

  /external/chromium_org/base/strings/
stringize_macros_unittest.cc 11 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
26 EXPECT_STREQ("myobj->FunctionCall(y)",
stringize_macros.h 24 // #define B(x) myobj->FunctionCall(x)
28 // STRINGIZE(B(y)) produces "myobj->FunctionCall(y)"
  /external/chromium_org/third_party/angle_dx11/src/compiler/depgraph/
DependencyGraph.cpp 36 TGraphFunctionCall* functionCall = new TGraphFunctionCall(intermFunctionCall);
37 mAllNodes.push_back(functionCall);
38 if (functionCall->getIntermFunctionCall()->isUserDefined())
39 mUserDefinedFunctionCalls.push_back(functionCall);
40 return functionCall;
DependencyGraphOutput.h 18 virtual void visitFunctionCall(TGraphFunctionCall* functionCall);
DependencyGraphOutput.cpp 22 void TDependencyGraphOutput::visitFunctionCall(TGraphFunctionCall* functionCall)
25 mSink << "function call " << functionCall->getIntermFunctionCall()->getName() << "\n";
DependencyGraphBuilder.cpp 39 TGraphFunctionCall* functionCall = mGraph->createFunctionCall(intermFunctionCall);
56 argument->addDependentNode(functionCall);
66 mNodeSets.insertIntoTopSet(functionCall);
DependencyGraph.h 195 virtual void visitFunctionCall(TGraphFunctionCall* functionCall) {};
  /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/chromium_org/third_party/angle_dx11/src/compiler/timing/
RestrictFragmentShaderTiming.cpp 64 TGraphFunctionCall* functionCall = *iter;
65 beginError(functionCall->getIntermFunctionCall());
  /external/chromium_org/tools/gn/
parser.h 73 FRIEND_TEST_ALL_PREFIXES(Parser, FunctionCall);
tokenizer_unittest.cc 108 TEST(Tokenizer, FunctionCall) {
parser_unittest.cc 159 TEST(Parser, FunctionCall) {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 102 %type <expr> FunctionCall
363 FunctionCall
366 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 468 class FunctionCall : public SimpleCall {
472 FunctionCall(const CallExpr *CE, ProgramStateRef St,
476 FunctionCall(const FunctionCall &Other) : SimpleCall(Other) {}
477 virtual void cloneTo(void *Dest) const { new (Dest) FunctionCall(*this); }
933 return Alloc.Allocate<FunctionCall>();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 90 FunctionCall: "FunctionCall",
TimelinePresentationModel.js 95 recordStyles[recordTypes.FunctionCall] = { title: WebInspector.UIString("Function Call"), category: categories["scripting"] };
338 if (childRecord.type === recordTypes.FunctionCall) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 108 static const char FunctionCall[] = "FunctionCall";
263 pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptName, scriptLine), TimelineRecordType::FunctionCall, true, frameForScriptExecutionContext(context));
269 didCompleteCurrentRecord(TimelineRecordType::FunctionCall);
  /external/chromium_org/tools/perf/measurements/test_data/
loading_timeline.csv 1 CompositeLayers_avg (ms),ResizeImage (ms),Layout (ms),EvaluateScript (ms),ResourceReceivedData (ms),FireAnimationFrame_max (ms),EvaluateScript_avg (ms),Paint_max (ms),ResourceReceiveResponse (ms),ResizeImage_avg (ms),TimerFire_max (ms),Program_max (ms),XHRReadyStateChange (ms),ResourceReceivedData_avg (ms),DecodeImage_avg (ms),ResourceReceiveResponse_avg (ms),ParseHTML_avg (ms),Layout_avg (ms),XHRLoad_avg (ms),EventDispatch (ms),FireAnimationFrame_avg (ms),FunctionCall (ms),FireAnimationFrame (ms),RecalculateStyles_max (ms),ParseHTML_max (ms),PaintSetup_max (ms),dom_content_loaded_time (ms),CompositeLayers_max (ms),DecodeImage (ms),FunctionCall_avg (ms),FunctionCall_max (ms),ScrollLayer (ms),GCEvent_avg (ms),TimerFire_avg (ms),PaintSetup (ms),Layout_max (ms),Paint (ms),Program (ms),XHRLoad_max (ms),load_time (ms),RecalculateStyles (ms),ResourceReceiveResponse_max (ms),EventDispatch_max (ms),ScrollLayer_max (ms),EventDispatch_avg (ms),XHRReadyStateChange_avg (ms),RecalculateStyles_avg (ms),ResourceReceivedData_max (ms),GCEvent (ms),url,Paint_avg (ms),GCEvent_max (ms),XHRLoad (ms),PaintSetup_avg (ms),Program_avg (ms),ScrollLayer_avg (ms),DecodeImage_max (ms),CompositeLayers (ms),ParseHTML (ms),TimerFire (ms),ResizeImage_max (ms),XHRReadyStateChange_max (ms),EvaluateScript_max (ms)
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/clang/docs/
Block-ABI-Apple.rst 482 functioncall(^{ i = 10; });
639 functioncall(^{ [obj somemessage]; });
716 functioncall(_block_literal->invoke(&_block_literal));
    [all...]
  /external/chromium_org/v8/src/
builtins.h 199 V(FunctionCall, BUILTIN, UNINITIALIZED, \
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 322 TEST(Replacement, FunctionCall) {
  /external/v8/src/
builtins.h 175 V(FunctionCall, BUILTIN, UNINITIALIZED, \

Completed in 934 milliseconds

1 2