/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
InlineMethodResolver.java | 36 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Static; 37 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Virtual; 38 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Direct; 41 public static InlineMethodResolver createInlineMethodResolver(DeodexUtil deodexUtil, int odexVersion) { 56 private static class InlineMethodResolver_version35 extends InlineMethodResolver 62 deodexUtil.new InlineMethod(Static, "Lorg/apache/harmony/dalvik/NativeTestTarget;", "emptyInlineMethod", "", "V"), 67 deodexUtil.new InlineMethod(Static, "Ljava/lang/Math;", "abs", "I", "I"), 68 deodexUtil.new InlineMethod(Static, "Ljava/lang/Math;", "abs", "J", "J"), 69 deodexUtil.new InlineMethod(Static, "Ljava/lang/Math;", "abs", "F", "F") [all...] |
/external/clang/test/CodeGenCXX/ |
template-inner-struct-visibility-hidden.cpp | 14 static int Static; 21 template<typename T> int C<T>::Inner::Inner2::Static;
|
/system/core/liblinenoise/ |
Android.mk | 4 # Static library
|
/external/liblzf/ |
Android.mk | 9 # Static library for host 19 # Static library for target
|
/external/llvm/include/llvm/Support/ |
CodeGen.h | 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
|
/frameworks/native/libs/binder/ |
Static.cpp | 17 // All static variables go here, to control initialization and 20 #include <private/binder/Static.h> 45 static LibUtilsIPCtStatics gIPCStatics;
|
IPermissionController.cpp | 26 #include <private/binder/Static.h>
|
Android.mk | 30 Static.cpp
|
/external/clang/test/CXX/class.access/class.protected/ |
p1.cpp | 7 static int sx; // expected-note 3 {{declared}} \ 38 static int sx; 39 static void test(A&); 42 static void test(B&); 45 static void test(C&); 48 static void test(D&); 72 static int sx; 73 static void test(A&); 76 static void test(A&); 79 static void test(A&) [all...] |
/frameworks/base/cmds/installd/ |
Android.mk | 7 # Static library used in testing and executable
|
/system/core/libnl_2/ |
Android.mk | 20 # Static Library
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
CompilerOption.h | 69 RelocModelOpt = llvm::Reloc::Static;
|
/frameworks/compile/mclinker/lib/LD/ |
Android.mk | 4 # Static library: libmcldLD 58 # Static library: libmcldLDVariant
|
/external/llvm/lib/Target/CellSPU/MCTargetDesc/ |
SPUMCTargetDesc.cpp | 35 static MCInstrInfo *createSPUMCInstrInfo() { 41 static MCRegisterInfo *createCellSPUMCRegisterInfo(StringRef TT) { 47 static MCSubtargetInfo *createSPUMCSubtargetInfo(StringRef TT, StringRef CPU, 54 static MCAsmInfo *createSPUMCAsmInfo(const Target &T, StringRef TT) { 65 static MCCodeGenInfo *createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM, 69 // For the time being, use static relocations, since there's really no 71 X->InitMCCodeGenInfo(Reloc::Static, CM, OL); 75 // Force static initialization.
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCTargetDesc.cpp | 35 static MCInstrInfo *createHexagonMCInstrInfo() { 41 static MCRegisterInfo *createHexagonMCRegisterInfo(StringRef TT) { 47 static MCSubtargetInfo *createHexagonMCSubtargetInfo(StringRef TT, 55 static MCAsmInfo *createHexagonMCAsmInfo(const Target &T, StringRef TT) { 66 static MCCodeGenInfo *createHexagonMCCodeGenInfo(StringRef TT, Reloc::Model RM, 70 // For the time being, use static relocations, since there's really no 72 X->InitMCCodeGenInfo(Reloc::Static, CM, OL); 76 // Force static initialization.
|
/frameworks/native/libs/utils/ |
Static.cpp | 17 // All static variables go here, to control initialization and 20 #include <private/utils/Static.h> 43 static LibUtilsFirstStatics gFirstStatics; 83 static LogTextOutput gLogTextOutput; 84 static FdTextOutput gStdoutTextOutput(STDOUT_FILENO); 85 static FdTextOutput gStderrTextOutput(STDERR_FILENO);
|
/external/compiler-rt/make/platform/ |
darwin_bni.mk | 4 Configs := Debug Release Profile Static 32 CFLAGS.Static := $(CFLAGS) -static 37 VISIBILITY_HIDDEN.Static := 1
|
/packages/apps/Phone/ |
Android.mk | 3 # Static library with some common classes for the phone apps.
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 50 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) { 77 static bool IsNullTerminatedString(const Constant *C) { 195 // In static relocation model, the linker will resolve all addresses, so 200 if (ReloModel == Reloc::Static) 208 // In static relocation model, the linker will resolve all addresses, so 213 if (ReloModel == Reloc::Static) 227 if (ReloModel == Reloc::Static)
|
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/ |
MeshLoader.java | 51 import static com.jme3.util.xml.SAXUtil.*; 73 private static final Logger logger = Logger.getLogger(MeshLoader.class.getName()); 74 public static boolean AUTO_INTERLEAVE = true; 75 public static boolean HARDWARE_SKINNING = false; 76 private static final Type[] TEXCOORD_TYPES = 204 vb.setupData(Usage.Static, indicesPerFace, Format.UnsignedShort, sb); 208 vb.setupData(Usage.Static, indicesPerFace, Format.UnsignedInt, ib); 384 Usage usage = HARDWARE_SKINNING ? Usage.Static : Usage.CpuOnly; 396 vb.setupData(Usage.Static, 3, Format.Float, fb); 402 vb.setupData(Usage.Static, 3, Format.Float, fb) [all...] |
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
p3-0x.cpp | 64 namespace Static { 67 static auto f() -> decltype(m); // expected-error{{'this' cannot be implicitly used in a static member function declaration}} 68 static auto g() -> decltype(this->m); // expected-error{{'this' cannot be used in a static member function declaration}} 70 static int h(); 72 static int i() noexcept(noexcept(m + 2)); // expected-error{{'this' cannot be implicitly used in a static member function declaration}} 75 auto X1::h() -> decltype(m) { return 0; } // expected-error{{'this' cannot be implicitly used in a static member function declaration}} 82 static T f(int) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
SkeletonWire.java | 84 ib.setupData(Usage.Static, 2, Format.UnsignedShort, sib);
|
/external/llvm/lib/Target/MBlaze/MCTargetDesc/ |
MBlazeMCTargetDesc.cpp | 37 static MCInstrInfo *createMBlazeMCInstrInfo() { 43 static MCRegisterInfo *createMBlazeMCRegisterInfo(StringRef TT) { 49 static MCSubtargetInfo *createMBlazeMCSubtargetInfo(StringRef TT, StringRef CPU, 56 static MCAsmInfo *createMCAsmInfo(const Target &T, StringRef TT) { 64 static MCCodeGenInfo *createMBlazeMCCodeGenInfo(StringRef TT, Reloc::Model RM, 69 RM = Reloc::Static; 76 static MCStreamer *createMCStreamer(const Target &T, StringRef TT, 95 static MCInstPrinter *createMBlazeMCInstPrinter(const Target &T, 106 // Force static initialization.
|
/external/llvm/lib/Target/PowerPC/ |
PPCSubtarget.cpp | 35 static const char *GetCurrentPowerPCCPU() { 133 // We never have stubs if HasLazyResolverStubs=false or if in static mode. 134 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
DexMakerTest.java | 25 import static java.lang.reflect.Modifier.ABSTRACT; 26 import static java.lang.reflect.Modifier.FINAL; 27 import static java.lang.reflect.Modifier.NATIVE; 28 import static java.lang.reflect.Modifier.PRIVATE; 29 import static java.lang.reflect.Modifier.PROTECTED; 30 import static java.lang.reflect.Modifier.PUBLIC; 31 import static java.lang.reflect.Modifier.STATIC; 32 import static java.lang.reflect.Modifier.SYNCHRONIZED; 47 private static TypeId<DexMakerTest> TEST_TYPE = TypeId.get(DexMakerTest.class) [all...] |