Searched refs:FunctionCall (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/base/strings/
H A Dstringize_macros_unittest.cc11 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
26 EXPECT_STREQ("myobj->FunctionCall(y)",
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dstringize_macros_unittest.cc17 #define PREPROCESSOR_UTIL_UNITTEST_B(x) myobj->FunctionCall(x)
32 EXPECT_STREQ("myobj->FunctionCall(y)",
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathGrammar.y102 %type <expr> FunctionCall
363 FunctionCall
366 FunctionCall: label
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineJSProfile.js26 if (record.type() !== WebInspector.TimelineModel.RecordType.FunctionCall &&
H A DTimelineModel.js87 FunctionCall: "FunctionCall",
H A DTimelineUIUtilsImpl.js226 recordStyles[recordTypes.FunctionCall] = { title: WebInspector.UIString("Function Call"), category: categories["scripting"] };
332 case WebInspector.TimelineModel.RecordType.FunctionCall:
542 case recordTypes.FunctionCall:
639 if (recordData["scriptName"] && record.type() !== recordTypes.FunctionCall)
H A DTracingTimelineUIUtils.js237 eventStyles[recordTypes.FunctionCall] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Function Call"), categories["scripting"]);
362 case recordType.FunctionCall:
573 case recordTypes.FunctionCall:
662 if (eventData && eventData["scriptName"] && event.name !== recordTypes.FunctionCall)
H A DTracingTimelineModel.js72 FunctionCall: "FunctionCall",
590 case recordTypes.FunctionCall:
H A DTimelineFlameChart.js304 case WebInspector.TracingTimelineModel.RecordType.FunctionCall:
/external/chromium_org/tools/gn/
H A Dparser.h118 FRIEND_TEST_ALL_PREFIXES(Parser, FunctionCall);
H A Dparser_unittest.cc118 TEST(Parser, FunctionCall) {
H A Dtokenizer_unittest.cc121 TEST(Tokenizer, FunctionCall) {
/external/chromium_org/v8/src/
H A Dbuiltins.h110 V(FunctionCall, BUILTIN, UNINITIALIZED, kNoExtraICState) \
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTimelineAgent.cpp117 static const char FunctionCall[] = "FunctionCall"; member in namespace:blink::TimelineRecordType
486 pushCurrentRecord(TimelineRecordFactory::createFunctionCallData(scriptId, scriptName, scriptLine), TimelineRecordType::FunctionCall, true, frameForExecutionContext(context)); member in class:blink::TimelineRecordType
492 didCompleteCurrentRecord(TimelineRecordType::FunctionCall);
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp357 TEST(Replacement, FunctionCall) {
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1387 * | FunctionCall
1446 matchFound = FunctionCall();
1477 * FunctionCall ::= FunctionName '(' ( Argument ( ',' Argument)*)? ')'
1479 * @return true if, and only if, a FunctionCall was matched
1483 protected boolean FunctionCall() throws javax.xml.transform.TransformerException method in class:XPathParser
2233 FunctionCall();
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc4617 THREADED_TEST(FunctionCall) {

Completed in 3904 milliseconds