HomeSort by relevance Sort by last modified time
    Searched refs:kType (Results 1 - 22 of 22) sorted by null

  /external/v8/src/
assert-scope.cc 70 template <PerThreadAssertType kType, bool kAllow>
71 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope()
78 old_state_ = data_->Get(kType);
79 data_->Set(kType, kAllow);
83 template <PerThreadAssertType kType, bool kAllow>
84 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() {
89 template <PerThreadAssertType kType, bool kAllow>
90 void PerThreadAssertScope<kType, kAllow>::Release() {
92 data_->Set(kType, old_state_);
101 template <PerThreadAssertType kType, bool kAllow
    [all...]
assert-scope.h 37 template <PerThreadAssertType kType, bool kAllow>
  /system/netd/server/
NFLogListenerTest.cpp 107 constexpr uint16_t kType = 38;
109 subscribe(kType, dispatchFn);
113 constexpr uint16_t kType = 38;
115 subscribe(kType, dispatchFn);
121 constexpr uint16_t kType = 38;
122 const auto dispatchFn = [&invocations, kType](const nlmsghdr&, const nfgenmsg& nfmsg,
124 EXPECT_EQ(kType, be16toh(nfmsg.res_id));
127 subscribe(kType, dispatchFn);
128 sendEmptyMsg(kType);
133 constexpr uint16_t kType = 38
    [all...]
  /external/skia/tests/
RecordTestUtils.h 23 void operator()(const U& r) { ptr = &r; type = U::kType; }
26 void operator()(const T&) { type = U::kType; }
34 REPORTER_ASSERT(r, T::kType == reader.type);
RecorderTest.cpp 27 void operator()(const T&) { ++fHistogram[T::kType]; }
30 int count() const { return fHistogram[T::kType]; }
  /external/skia/src/core/
SkLiteDL.cpp 73 static const auto kType = Type::SetDrawFilter;
85 static const auto kType = Type::Save;
89 static const auto kType = Type::Restore;
93 static const auto kType = Type::SaveLayer;
117 static const auto kType = Type::Concat;
123 static const auto kType = Type::SetMatrix;
131 static const auto kType = Type::Translate;
140 static const auto kType = Type::ClipPath;
148 static const auto kType = Type::ClipRect;
156 static const auto kType = Type::ClipRRect
    [all...]
SkRecord.h 24 // type T which has a static const SkRecords::Type kType. That is to say, SkRecord is compatible
95 SkASSERT(Existing::kType == fRecords[i].type());
153 fTypeAndPtr = ((uint64_t)T::kType) << kTypeShift | (uintptr_t)ptr;
154 SkASSERT(this->ptr() == ptr && this->type() == T::kType);
SkRecords.h 171 static const Type kType = T##_Type; \
  /external/skia/gm/
nonclosedpaths.cpp 89 constexpr ClosureType kType[] = {
107 MakePath(&path, kType[type]);
130 MakePath(&path, kType[type]);
  /external/skia/src/gpu/
GrBuffer.cpp 49 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType();
50 GrScratchKey::Builder builder(key, kType, 1 + (sizeof(size_t) + 3) / 4);
GrTexture.cpp 91 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType();
103 GrScratchKey::Builder builder(key, kType, 3);
GrRenderTargetContext.cpp     [all...]
  /external/skia/tools/
DumpRecord.cpp 117 switch(T::kType) { SK_RECORD_TYPES(CASE); }
  /art/runtime/
utils.cc 557 template<ClassNameType kType, char kSeparator>
570 ClassNameType type = kType;
dex_file.h     [all...]
dex_file.cc     [all...]
dex_file_annotations.cc     [all...]
dex_file_verifier.cc     [all...]
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 270 item->mType = kType##NAME; \
276 const Item *item = findItem(name, kType##NAME); \
  /art/dexdump/
dexdump.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 421 milliseconds