/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/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/ |
template_util.h | 49 // Types YesType and NoType are guaranteed such that sizeof(YesType) < 50 // sizeof(NoType). 53 struct NoType { 71 static NoType Test(...); 84 static NoType Test(...);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
template_util.h | 45 // Types YesType and NoType are guaranteed such that sizeof(YesType) < 46 // sizeof(NoType). 49 struct NoType { 67 static NoType Test(...); 80 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/platform/ |
PlatformEvent.h | 34 NoType = 0, 96 : m_type(NoType)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
TypeTraits.h | 89 struct NoType { 94 static NoType floatCheck(...); 106 struct NoType { 111 static NoType convertCheck(...); 141 struct NoType { 146 static NoType subclassCheck(...); 154 struct NoType { 159 static NoType subclassCheck(...);
|
/frameworks/compile/mclinker/lib/LD/ |
ELFBinaryReader.cpp | 100 ResolveInfo::NoType, 110 ResolveInfo::NoType, 120 ResolveInfo::NoType,
|
/external/chromium_org/base/ |
template_util.h | 83 // Types YesType and NoType are guaranteed such that sizeof(YesType) < 84 // sizeof(NoType). 87 struct NoType { 105 static NoType Test(...); 118 static NoType Test(...);
|
callback_internal.h | 78 static NoType Test(...);
|
/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,
|
/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...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
devtools_http_client_unittest.cc | 122 TEST(ParseWebViewsInfo, NoType) {
|
/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 | 235 m_type = NoType; 334 , m_baseEventType(PlatformEvent::NoType) 390 m_baseEventType = PlatformEvent::NoType; [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventConversion.cpp | 217 // the ASSERT_NOT_REACHED() at the end, convert the DoubleTap to a NoType. 218 m_type = PlatformEvent::NoType;
|
/prebuilts/misc/common/ecj/ |
ecj.jar | |