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

  /external/chromium/base/
template_util.h 42 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
43 // sizeof(NoType).
46 struct NoType {
64 static NoType Test(...);
77 static NoType Test(...);
  /external/webkit/Source/WebKit2/Shared/
WebEvent.cpp 36 : m_type(static_cast<uint32_t>(NoType))
WebEvent.h 46 NoType = -1,
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 98 ResolveInfo::NoType,
108 ResolveInfo::NoType,
118 ResolveInfo::NoType,
  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h 89 struct NoType {
94 static NoType floatCheck(...);
114 struct NoType {
119 static NoType subclassCheck(...);
127 struct NoType {
132 static NoType subclassCheck(...);
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 286 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
302 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
318 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
334 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
349 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
364 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
386 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
401 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
416 ASSERT_TRUE( ResolveInfo::NoType == sym->type());
431 ASSERT_TRUE( ResolveInfo::NoType == sym->type())
    [all...]
NamePoolTest.cpp 124 ResolveInfo::Type type = ResolveInfo::NoType;
LinkerTest.cpp 450 /// 7: 00000000 0 NOTYPE GLOBAL DEFAULT UND _Z1gv
453 ResolveInfo::NoType,
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 230 ResolveInfo::NoType,
243 ResolveInfo::NoType,
269 ResolveInfo::NoType,
279 ResolveInfo::NoType,
301 ResolveInfo::NoType,
311 ResolveInfo::NoType,
333 ResolveInfo::NoType,
343 ResolveInfo::NoType,
365 ResolveInfo::NoType,
391 ResolveInfo::NoType,
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 51 NoType = 0,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 166 ResolveInfo::NoType,
177 ResolveInfo::NoType,
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 485 if (event.type() != WebEvent::NoType)
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 705 milliseconds