HomeSort by relevance Sort by last modified time
    Searched defs:kFunction (Results 1 - 5 of 5) sorted by null

  /external/skia/src/animator/
SkScriptCallBack.h 20 kFunction,
41 virtual Type getType() const { return kFunction; }
SkScript.h 97 kFunction,
  /external/libchrome/base/
tracked_objects_unittest.cc 168 const char kFunction[] = "TinyStartupShutdown";
169 Location location(kFunction, kFile, kLineNumber, NULL);
222 EXPECT_EQ(kFunction,
379 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotWorkerThread";
380 Location location(kFunction, kFile, kLineNumber, NULL);
401 const char kFunction[] = "DeactivatedBirthOnlyToSnapshotMainThread";
402 Location location(kFunction, kFile, kLineNumber, NULL);
422 const char kFunction[] = "BirthOnlyToSnapshotWorkerThread";
423 Location location(kFunction, kFile, kLineNumber, NULL);
428 ExpectSimpleProcessData(process_data, kFunction, kWorkerThreadName
    [all...]
  /external/v8/src/
deoptimizer.h 120 kFunction,
    [all...]
types.h 228 V(DetectableReceiver, kFunction | kOtherObject | kProxy) \
229 V(Object, kFunction | kOtherObject | kOtherUndetectable) \
355 kFunction,
600 : StructuralType(kFunction, 2 + arity, zone) {
611 DCHECK(IsKind(type, kFunction));
792 bool IsFunction() { return IsKind(TypeBase::kFunction); }

Completed in 666 milliseconds