Home
last modified time | relevance | path

Searched refs:kFunction (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/base/
Dtracked_objects_unittest.cc143 const char kFunction[] = "TinyStartupShutdown"; in TEST_F() local
144 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
199 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name); in TEST_F()
214 EXPECT_EQ(kFunction, in TEST_F()
221 EXPECT_EQ(kFunction, in TEST_F()
277 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread"; in TEST_F() local
278 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
293 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread"; in TEST_F() local
294 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
309 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread"; in TEST_F() local
[all …]
/external/chromium_org/third_party/skia/src/animator/
DSkScriptCallBack.h20 kFunction, enumerator
41 virtual Type getType() const { return kFunction; } in getType()
DSkScript.h99 kFunction, enumerator
DSkScript.cpp485 commonCallBack(kFunction, callBack, userStorage); in functionCallBack()
946 if (callBack->fCallBackType != kFunction) in handleFunction()
DSkScriptTokenizer.cpp813 if ((*callBack)->getType() != SkScriptCallBack::kFunction) in handleFunction()
/external/skia/src/animator/
DSkScriptCallBack.h20 kFunction, enumerator
41 virtual Type getType() const { return kFunction; } in getType()
DSkScript.h99 kFunction, enumerator
DSkScript.cpp485 commonCallBack(kFunction, callBack, userStorage); in functionCallBack()
946 if (callBack->fCallBackType != kFunction) in handleFunction()
DSkScriptTokenizer.cpp813 if ((*callBack)->getType() != SkScriptCallBack::kFunction) in handleFunction()
/external/chromium_org/v8/src/
Dtypes.h198 V(DetectableObject, kArray | kFunction | kRegExp | kOtherObject) \
736 ASSERT(SEMANTIC(bound->AsBitset()) == SEMANTIC(BitsetType::kFunction)); in New()
747 TypeHandle bound = BitsetType::New(BitsetType::kFunction, region); in New()
Dtypes.cc103 return kFunction; in InherentLub()
218 return kFunction; in Lub()
Dcode-stubs-hydrogen.cc1322 HParameter* function = GetParameter(FastNewContextStub::kFunction); in BuildCodeStub()
Dcode-stubs.h580 static const int kFunction = 0; variable