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

1 2 3

  /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/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
  /external/liblzf/
Android.mk 9 # Static library for host
19 # Static library for target
  /frameworks/base/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 32 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
  /external/llvm/lib/Target/CellSPU/MCTargetDesc/
SPUMCTargetDesc.cpp 34 static MCInstrInfo *createSPUMCInstrInfo() {
40 static MCRegisterInfo *createCellSPUMCRegisterInfo(StringRef TT) {
46 static MCSubtargetInfo *createSPUMCSubtargetInfo(StringRef TT, StringRef CPU,
53 static MCAsmInfo *createSPUMCAsmInfo(const Target &T, StringRef TT) {
64 static MCCodeGenInfo *createSPUMCCodeGenInfo(StringRef TT, Reloc::Model RM,
67 // For the time being, use static relocations, since there's really no
69 X->InitMCCodeGenInfo(Reloc::Static, CM);
73 // Force static initialization.
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 33 static MCInstrInfo *createSystemZMCInstrInfo() {
39 static MCRegisterInfo *createSystemZMCRegisterInfo(StringRef TT) {
45 static MCSubtargetInfo *createSystemZMCSubtargetInfo(StringRef TT,
53 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM,
57 RM = Reloc::Static;
  /frameworks/base/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);
  /packages/apps/Phone/
Android.mk 3 # Static library with some common classes for the phone apps.
  /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,
68 RM = Reloc::Static;
75 static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
96 static MCInstPrinter *createMBlazeMCInstPrinter(const Target &T,
105 // Force static initialization.
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 34 static const char *GetCurrentPowerPCCPU() {
132 // We never have stubs if HasLazyResolverStubs=false or if in static mode.
133 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 51 static bool isSuitableForBSS(const GlobalVariable *GV) {
77 static bool IsNullTerminatedString(const Constant *C) {
201 // In static relocation model, the linker will resolve all addresses, so
206 if (ReloModel == Reloc::Static)
214 // In static relocation model, the linker will resolve all addresses, so
219 if (ReloModel == Reloc::Static)
233 if (ReloModel == Reloc::Static)
  /external/llvm/lib/Target/CBackend/
CBackend.cpp 103 static char ID;
184 void writeOperand(Value *Operand, bool Static = false);
186 void writeOperandInternal(Value *Operand, bool Static = false);
213 void printConstant(Constant *CPV, bool Static);
215 bool printConstExprCast(const ConstantExpr *CE, bool Static);
216 void printConstantArray(ConstantArray *CPA, bool Static);
217 void printConstantVector(ConstantVector *CV, bool Static);
233 static bool isInlinableInst(const Instruction &I) {
264 static const AllocaInst *isDirectAlloca(const Value *V) {
275 static bool isInlineAsm(const Instruction& I)
    [all...]
  /dalvik/dx/junit-tests/com/android/dx/gen/
DexGeneratorTest.java 19 import static com.android.dx.rop.code.AccessFlags.ACC_CONSTRUCTOR;
20 import static com.android.dx.rop.code.AccessFlags.ACC_FINAL;
21 import static com.android.dx.rop.code.AccessFlags.ACC_PRIVATE;
22 import static com.android.dx.rop.code.AccessFlags.ACC_PROTECTED;
23 import static com.android.dx.rop.code.AccessFlags.ACC_PUBLIC;
24 import static com.android.dx.rop.code.AccessFlags.ACC_STATIC;
43 private static Type<DexGeneratorTest> TEST_TYPE = Type.get(DexGeneratorTest.class);
44 private static Type<?> INT_ARRAY = Type.get(int[].class);
45 private static Type<boolean[]> BOOLEAN_ARRAY = Type.get(boolean[].class);
46 private static Type<long[]> LONG_ARRAY = Type.get(long[].class)
    [all...]
  /frameworks/compile/libbcc/runtime/make/platform/
clang_darwin.mk 7 Description := Static runtime libraries for clang/Darwin.
  /system/core/libpixelflinger/
Android.mk 72 # Static library version
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 27 static cl::opt<bool>
31 static cl::opt<bool>
34 static cl::opt<bool>
133 if (RelocM == Reloc::Static)
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 36 static MCInstrInfo *createPPCMCInstrInfo() {
42 static MCRegisterInfo *createPPCMCRegisterInfo(StringRef TT) {
53 static MCSubtargetInfo *createPPCMCSubtargetInfo(StringRef TT, StringRef CPU,
60 static MCAsmInfo *createPPCMCAsmInfo(const Target &T, StringRef TT) {
78 static MCCodeGenInfo *createPPCMCCodeGenInfo(StringRef TT, Reloc::Model RM,
87 RM = Reloc::Static;
94 static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
106 static MCInstPrinter *createPPCMCInstPrinter(const Target &T,
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 75 if (getRelocationModel() == Reloc::Static) {
102 static cl::opt<bool>
  /external/mesa3d/
Android.mk 126 # Static library for host
155 # Static library for target

Completed in 6392 milliseconds

1 2 3