/frameworks/compile/libbcc/runtime/make/platform/ |
clang_darwin.mk | 7 Description := Static runtime libraries for clang/Darwin.
|
/gdk/sources/llvm-ndk-cc/ |
Android.mk | 40 # Static library libndkpc for host
|
/system/core/libpixelflinger/ |
Android.mk | 72 # Static library version
|
/external/jmonkeyengine/engine/src/test/jme3test/texture/ |
TestTexture3D.java | 30 public static void main(String[] args) { 59 uvCoordsBuffer.setupData(Usage.Static, 3, com.jme3.scene.VertexBuffer.Format.Float,
|
/external/llvm/lib/Target/ARM/ |
ARMSubtarget.cpp | 30 static cl::opt<bool> 33 static cl::opt<bool> 134 if (RelocM == Reloc::Static)
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCTargetDesc.cpp | 37 static MCInstrInfo *createPPCMCInstrInfo() { 43 static MCRegisterInfo *createPPCMCRegisterInfo(StringRef TT) { 54 static MCSubtargetInfo *createPPCMCSubtargetInfo(StringRef TT, StringRef CPU, 61 static MCAsmInfo *createPPCMCAsmInfo(const Target &T, StringRef TT) { 79 static MCCodeGenInfo *createPPCMCCodeGenInfo(StringRef TT, Reloc::Model RM, 89 RM = Reloc::Static; 96 static MCStreamer *createMCStreamer(const Target &T, StringRef TT, 108 static MCInstPrinter *createPPCMCInstPrinter(const Target &T,
|
/external/llvm/lib/Target/ |
TargetMachineC.cpp | 67 RM = Reloc::Static;
|
/external/llvm/lib/Target/X86/ |
X86TargetMachine.cpp | 84 if (getRelocationModel() == Reloc::Static) { 111 static cl::opt<bool>
|
/external/mesa3d/ |
Android.mk | 126 # Static library for host 155 # Static library for target
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
FixedPositioning.h | 40 Percent, Fixed, Static, Intrinsic, MinIntrinsic }; 75 static SkLength convertLength(Length len)
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
bcc.cpp | 41 static bool bccBuildStampPrinted = false; 43 static void bccPrintBuildStamp() { 141 RM = llvm::Reloc::Static;
|
/external/compiler-rt/make/platform/ |
clang_linux.mk | 1 Description := Static runtime libraries for clang/Linux.
|
/external/llvm/lib/Target/CellSPU/ |
SPUAsmPrinter.cpp | 52 static const char *getRegisterName(unsigned RegNo); 265 if (TM.getRelocationModel() != Reloc::Static) { 275 if (TM.getRelocationModel() != Reloc::Static) { 330 // Force static initialization.
|
/frameworks/native/libs/utils/ |
Android.mk | 32 Static.cpp \
|
/frameworks/base/media/java/android/media/ |
MediaRouter.java | 49 private static final String TAG = "MediaRouter"; 51 static class Static { 80 Static(Context appContext) { 169 static Static sStatic; 181 public static final int ROUTE_TYPE_LIVE_AUDIO = 0x1; 191 public static final int ROUTE_TYPE_USER = 0x00800000; 194 static final HashMap<Context, MediaRouter> sRouters = new HashMap<Context, MediaRouter>(); 196 static String typesToString(int types) [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86MCTargetDesc.cpp | 352 static MCInstrInfo *createX86MCInstrInfo() { 358 static MCRegisterInfo *createX86MCRegisterInfo(StringRef TT) { 372 static MCAsmInfo *createX86MCAsmInfo(const Target &T, StringRef TT) { 407 static MCCodeGenInfo *createX86MCCodeGenInfo(StringRef TT, Reloc::Model RM, 418 // use static relocation model by default. 427 RM = Reloc::Static; 431 // is defined as a model for code which may be used in static or dynamic 433 // compile in -static mode, in x86-64 we use PIC. 438 RM = Reloc::Static; 441 // If we are on Darwin, disallow static relocation model in X86-64 mode, sinc [all...] |
/external/compiler-rt/make/ |
AppleBI.mk | 72 install-iOS: $(SYMROOT)/libcompiler_rt-static.a \ 76 cp $(SYMROOT)/libcompiler_rt-static.a \ 77 $(DSTROOT)/usr/local/lib/libcompiler_rt-static.a 87 $(SYMROOT)/libcompiler_rt-static.a : $(foreach arch,$(RC_ARCHS), \ 88 $(OBJROOT)/darwin_bni/Static/$(arch)/libcompiler_rt.a)
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
UVCoordinatesGenerator.java | 54 private static final Logger LOGGER = Logger.getLogger(UVCoordinatesGenerator.class.getName()); 57 public static final int TEXCO_ORCO = 1; 58 public static final int TEXCO_REFL = 2; 59 public static final int TEXCO_NORM = 4; 60 public static final int TEXCO_GLOB = 8; 61 public static final int TEXCO_UV = 16; 62 public static final int TEXCO_OBJECT = 32; 63 public static final int TEXCO_LAVECTOR = 64; 64 public static final int TEXCO_VIEW = 128; 65 public static final int TEXCO_STICKY = 256 [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticleTriMesh.java | 103 tvb.setupData(Usage.Static, 2, Format.Float, tb); 130 ivb.setupData(Usage.Static, 3, Format.UnsignedShort, ib);
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsMCTargetDesc.cpp | 37 static std::string ParseMipsTriple(StringRef TT, StringRef CPU) { 69 static MCInstrInfo *createMipsMCInstrInfo() { 75 static MCRegisterInfo *createMipsMCRegisterInfo(StringRef TT) { 81 static MCSubtargetInfo *createMipsMCSubtargetInfo(StringRef TT, StringRef CPU, 95 static MCAsmInfo *createMipsMCAsmInfo(const Target &T, StringRef TT) { 105 static MCCodeGenInfo *createMipsMCCodeGenInfo(StringRef TT, Reloc::Model RM, 110 RM = Reloc::Static; 117 static MCInstPrinter *createMipsMCInstPrinter(const Target &T, 126 static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
|
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 40 static char ID; 95 MF.getTarget().getRelocationModel() != Reloc::Static) && 96 "JIT relocation model must be set to static or default!");
|
/external/llvm/tools/lli/ |
lli.cpp | 120 clEnumValN(Reloc::Static, "static", 161 static cl::opt<bool> 168 static ExecutionEngine *EE = 0; 170 static void do_shutdown() { 312 // Run static constructors. 326 // Run static destructors.
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
DeodexUtil.java | 39 public static final int Virtual = 0; 40 public static final int Direct = 1; 41 public static final int Static = 2; 71 private static final Pattern shortMethodPattern = Pattern.compile("([^(]+)\\(([^)]*)\\)(.+)");
|
/external/v8/test/cctest/ |
test-func-name-inference.cc | 49 static v8::Persistent<v8::Context> env; 52 static void InitializeVM() { 62 static void CheckFunctionName(v8::Handle<v8::Script> script, 106 static v8::Handle<v8::Script> Compile(const char* src) { 179 TEST(Static) {
|
/external/v8/tools/ |
codemap.js | 46 * Static code entries. Used for statically compiled code. 51 * Libraries entries. Used for the whole static code libraries. 56 * Map of memory pages occupied with static code. 126 * Adds a static code entry. 183 * Finds a code entry that contains the specified address. Both static and 191 // Static code entries can contain "holes" of unnamed code. 241 * Returns an array of all static code entries.
|