HomeSort by relevance Sort by last modified time
    Searched refs:NoType (Results 1 - 17 of 17) 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/chromium_org/base/
template_util.h 47 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
48 // sizeof(NoType).
51 struct NoType {
69 static NoType Test(...);
82 static NoType Test(...);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
template_util.h 46 // Types YesType and NoType are guaranteed such that sizeof(YesType) <
47 // sizeof(NoType).
50 struct NoType {
68 static NoType Test(...);
81 static NoType Test(...);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformEvent.h 34 NoType = 0,
94 : m_type(NoType)
  /frameworks/compile/mclinker/lib/LD/
ELFBinaryReader.cpp 100 ResolveInfo::NoType,
110 ResolveInfo::NoType,
120 ResolveInfo::NoType,
  /external/chromium_org/third_party/WebKit/Source/wtf/
TypeTraits.h 102 struct NoType {
107 static NoType floatCheck(...);
141 struct NoType {
146 static NoType subclassCheck(...);
154 struct NoType {
159 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 456 /// 7: 00000000 0 NOTYPE GLOBAL DEFAULT UND _Z1gv
459 ResolveInfo::NoType,
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_http_client_unittest.cc 102 TEST(ParseWebViewsInfo, NoType) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 236 ResolveInfo::NoType,
249 ResolveInfo::NoType,
275 ResolveInfo::NoType,
285 ResolveInfo::NoType,
307 ResolveInfo::NoType,
317 ResolveInfo::NoType,
339 ResolveInfo::NoType,
349 ResolveInfo::NoType,
371 ResolveInfo::NoType,
397 ResolveInfo::NoType,
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 51 NoType = 0,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 168 ResolveInfo::NoType,
179 ResolveInfo::NoType,
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 341 // if the symbol does not exist, we can set type to NOTYPE
359 ResolveInfo::NoType,
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 227 m_type = NoType;
307 , m_baseEventType(PlatformEvent::NoType)
358 m_baseEventType = PlatformEvent::NoType;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 194 // the ASSERT_NOT_REACHED() at the end, convert the DoubleTap to a NoType.
195 m_type = PlatformEvent::NoType;
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 297 milliseconds