/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
Type.java | 60 } else if (ctClass.equals(CtClass.shortType)) {
|
/art/runtime/verifier/ |
reg_type.cc | 40 ShortType* ShortType::instance_ = NULL; 113 std::string ShortType::Dump() const { 264 ShortType* ShortType::CreateInstance(mirror::Class* klass, const std::string& descriptor, 267 instance_ = new ShortType(klass, descriptor, cache_id); 272 ShortType* ShortType::GetInstance() { 277 void ShortType::Destroy() {
|
reg_type_cache.cc | 52 entries_.push_back(ShortType::GetInstance()); 103 return *ShortType::GetInstance(); 250 ShortType::Destroy(); 268 CreatePrimitiveTypeInstance<ShortType>("S");
|
reg_type.h | 426 class ShortType : public Cat1Type { 432 static ShortType* CreateInstance(mirror::Class* klass, const std::string& descriptor, 435 static ShortType* GetInstance(); 438 ShortType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) 442 static ShortType* instance_;
|
reg_type_cache.h | 100 return *ShortType::GetInstance();
|
/external/chromium_org/third_party/cld/base/ |
commandlineflags.h | 368 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 369 namespace fL##shorttype { \ 377 using fL##shorttype::FLAGS_##name 379 #define DECLARE_VARIABLE(type, shorttype, name) \ 380 namespace fL##shorttype { \ 383 using fL##shorttype::FLAGS_##name
|
/external/chromium/sdch/open-vcdiff/src/gflags/ |
gflags.h | 449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 450 namespace fL##shorttype { \ 458 using fL##shorttype::FLAGS_##name 460 #define DECLARE_VARIABLE(type, shorttype, name) \ 461 namespace fL##shorttype { \ 464 using fL##shorttype::FLAGS_##name
|
/external/open-vcdiff/gflags/src/gflags/ |
gflags.h | 454 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 455 namespace fL##shorttype { \ 463 using fL##shorttype::FLAGS_##name 465 #define DECLARE_VARIABLE(type, shorttype, name) \ 466 namespace fL##shorttype { \ 469 using fL##shorttype::FLAGS_##name
|
gflags.h.in | 454 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 455 namespace fL##shorttype { \ 463 using fL##shorttype::FLAGS_##name 465 #define DECLARE_VARIABLE(type, shorttype, name) \ 466 namespace fL##shorttype { \ 469 using fL##shorttype::FLAGS_##name
|
/external/open-vcdiff/gflags/src/windows/gflags/ |
gflags.h | 463 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ 464 namespace fL##shorttype { \ 473 using fL##shorttype::FLAGS_##name 475 #define DECLARE_VARIABLE(type, shorttype, name) \ 476 namespace fL##shorttype { \ 480 using fL##shorttype::FLAGS_##name
|
/external/javassist/src/main/javassist/expr/ |
NewArray.java | 109 return CtClass.shortType;
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
Annotation.java | 138 else if (type == CtClass.shortType)
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 178 const unsigned shortType = 3; 209 if (tag == orientationTag && type == shortType && count == 1)
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Type.java | 58 public static final Type SHORT = new Type(CtClass.shortType); 108 prims.put(CtClass.shortType, SHORT);
|
/external/javassist/src/main/javassist/ |
CtClass.java | 94 public static CtClass shortType; 147 shortType = new CtPrimitiveType("short", 'S', "java.lang.Short", 150 primitiveTypes[3] = shortType; [all...] |
/external/clang/utils/ABITest/ |
ABITestGen.py | 518 shortType = BuiltinType('short',2) 550 'i16' : shortType,
|
/external/javassist/src/main/javassist/bytecode/ |
Bytecode.java | 734 || type == CtClass.byteType || type == CtClass.shortType 767 || type == CtClass.byteType || type == CtClass.shortType [all...] |
Descriptor.java | 608 type = CtClass.shortType;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdi.jar | |
jdimodel.jar | |
/external/jdiff/src/jdiff/ |
HTMLReportGenerator.java | [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |
/external/guava/guava/lib/ |
jdiff.jar | |