HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /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...]
  /external/libogg/win32/VS6/
build_ogg_static.bat 2 echo ---+++--- Building Ogg (Static) ---+++---
build_ogg_static_debug.bat 2 echo ---+++--- Building Ogg (Static) ---+++---
  /frameworks/base/cmds/installd/
Android.mk 7 # Static library used in testing and executable
  /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.
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 60 UseSmallSection = !IsLinux && (RM == Reloc::Static);
  /frameworks/compile/mclinker/lib/LD/
Android.mk 4 # Static library: libmcldLD
78 # Static library: libmcldLDVariant
  /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/PowerPC/
PPCSubtarget.cpp 98 // We never have stubs if HasLazyResolverStubs=false or if in static mode.
99 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
  /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/ARM/
ARMSubtarget.cpp 30 static cl::opt<bool>
33 static cl::opt<bool>
100 // Keep a pointer to static instruction cost data for the specified CPU.
135 if (RelocM == Reloc::Static)

Completed in 799 milliseconds

1 2 3 4 5