Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dtracked_objects_unittest.cc164 const char kFunction[] = "TinyStartupShutdown"; in TEST_F() local
165 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
224 EXPECT_EQ(kFunction, process_data.tasks[0].birth.location.function_name); in TEST_F()
239 EXPECT_EQ(kFunction, in TEST_F()
246 EXPECT_EQ(kFunction, in TEST_F()
304 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread"; in TEST_F() local
305 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
321 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread"; in TEST_F() local
322 Location location(kFunction, kFile, kLineNumber, NULL); in TEST_F()
338 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread"; in TEST_F() local
[all …]
/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/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/chromium_org/v8/src/
Dtypes.cc156 if (type->IsFunction()) return kFunction; in Lub()
228 return kFunction; in Lub()
Dtypes.h217 V(DetectableObject, kArray | kFunction | kRegExp | kOtherObject) \
Dcode-stubs-hydrogen.cc1512 HParameter* function = GetParameter(FastNewContextStub::kFunction); in BuildCodeStub()
Dcode-stubs.h606 static const int kFunction = 0; variable