HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 26 - 50 of 135) sorted by null

12 3 4 5 6

  /external/smack/
Android.mk 18 # Static library
  /external/lldb/source/Plugins/
Makefile 18 DynamicLoader/Static Platform Process/gdb-remote Instruction/ARM \
Android.mk 11 DynamicLoader/Static \
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 37 static MCInstrInfo *createHexagonMCInstrInfo() {
43 static MCRegisterInfo *createHexagonMCRegisterInfo(StringRef TT) {
49 static MCSubtargetInfo *createHexagonMCSubtargetInfo(StringRef TT,
57 static MCAsmInfo *createHexagonMCAsmInfo(const MCRegisterInfo &MRI,
69 static MCCodeGenInfo *createHexagonMCCodeGenInfo(StringRef TT, Reloc::Model RM,
73 // For the time being, use static relocations, since there's really no
75 X->InitMCCodeGenInfo(Reloc::Static, CM, OL);
79 // Force static initialization.
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.cpp 56 static bool bindsLocally(const GlobalValue *GV, Reloc::Model RM) {
58 if (RM == Reloc::Static)
  /frameworks/compile/mclinker/lib/LD/
Android.mk 4 # Static library: libmcldLD
72 # Static library: libmcldLDVariant
  /frameworks/native/libs/binder/
IAppOpsCallback.cpp 25 #include <private/binder/Static.h>
IPermissionController.cpp 25 #include <private/binder/Static.h>
Static.cpp 17 // All static variables go here, to control initialization and
20 #include <private/binder/Static.h>
65 static LogTextOutput gLogTextOutput;
66 static FdTextOutput gStdoutTextOutput(STDOUT_FILENO);
67 static FdTextOutput gStderrTextOutput(STDERR_FILENO);
91 static LibBinderIPCtStatics gIPCStatics;
Android.mk 36 Static.cpp \
  /external/compiler-rt/make/platform/
darwin_bni.mk 4 Configs := Debug Release Profile Static
33 CFLAGS.Static := $(CFLAGS) -static
38 VISIBILITY_HIDDEN.Static := 1
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 29 static cl::opt<bool>
94 if (TM.getRelocationModel() != Reloc::Static && GV->hasDefaultVisibility()) {
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 53 static bool isSuitableForBSS(const GlobalVariable *GV, bool NoZerosInBSS) {
80 static bool IsNullTerminatedString(const Constant *C) {
210 // In static relocation model, the linker will resolve all addresses, so
215 if (ReloModel == Reloc::Static)
223 // In static relocation model, the linker will resolve all addresses, so
228 if (ReloModel == Reloc::Static)
242 if (ReloModel == Reloc::Static)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
Layout.java 53 private abstract static class LayoutTreeNode implements Node {
60 private abstract static class LayoutTreeBranch extends LayoutTreeNode {
67 public static class LayoutRow {
68 public static final int NO_CHECK_SET = 0;
69 public static final int VIEW_TYPE_ACTION = 0;
70 public static final int VIEW_TYPE_STATIC = 1;
175 if (node instanceof Static) {
177 Static s = (Static) node;
190 public abstract static class DrawableGetter
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen_data.cc 59 ::llvm::Reloc::Static, ::llvm::CodeModel::Small,
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stack_trace_table_test.cc 14 static void CheckTracesAndReset(tcmalloc::StackTraceTable* table,
23 static void AddTrace(tcmalloc::StackTraceTable* table,
29 SpinLockHolder h(tcmalloc::Static::pageheap_lock());
40 static const uintptr_t k1[] = {0};
60 static const uintptr_t k2[] = {1, 1024, 2, 1, 2, 0};
68 static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1, 512, 2, 2, 1, 0};
77 static const uintptr_t k4[] = {2, 2048, 2, 1, 2, 1, 512, 2, 2, 1, 0};
92 static const uintptr_t k5[] = {2, 1026, 2, 1, 2, 0};
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stack_trace_table_test.cc 14 static void CheckTracesAndReset(tcmalloc::StackTraceTable* table,
23 static void AddTrace(tcmalloc::StackTraceTable* table,
29 SpinLockHolder h(tcmalloc::Static::pageheap_lock());
40 static const uintptr_t k1[] = {0};
60 static const uintptr_t k2[] = {1, 1024, 2, 1, 2, 0};
68 static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1, 512, 2, 2, 1, 0};
77 static const uintptr_t k4[] = {2, 2048, 2, 1, 2, 1, 512, 2, 2, 1, 0};
92 static const uintptr_t k5[] = {2, 1026, 2, 1, 2, 0};
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 41 if (getRelocationModel() == Reloc::Static) {
77 static cl::opt<bool>
  /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...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 51 #include "static_vars.h" // for Static
107 static uint32 GetBytesAllocatedOnCurrentThread();
109 static void InitModule();
110 static void InitTSD();
111 static ThreadCache* GetThreadHeap();
112 static ThreadCache* GetCache();
113 static ThreadCache* GetCacheIfPresent();
114 static ThreadCache* CreateCacheIfNecessary();
115 static void BecomeIdle();
118 static inline int HeapsInUse()
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 57 #include "static_vars.h" // for Static
104 static void InitModule();
105 static void InitTSD();
106 static ThreadCache* GetThreadHeap();
107 static ThreadCache* GetCache();
108 static ThreadCache* GetCacheIfPresent();
109 static ThreadCache* CreateCacheIfNecessary();
110 static void BecomeIdle();
113 static inline int HeapsInUse();
119 // REQUIRES: Static::pageheap_lock is held
    [all...]
  /system/core/libpixelflinger/
Android.mk 73 # Static library version
  /external/chromium_org/extensions/browser/
extension_function_dispatcher.cc 76 struct Static {
77 Static() : api(ExtensionAPI::CreateWithDefaultConfiguration()) {}
80 base::LazyInstance<Static> g_global_io_data = LAZY_INSTANCE_INITIALIZER;
224 // static
412 // static
457 // static
511 // static
  /external/chromium_org/extensions/common/
extension_api.cc 96 struct Static {
97 Static()
103 base::LazyInstance<Static> g_lazy_instance = LAZY_INSTANCE_INITIALIZER;
167 // static
172 // static
179 // static
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 239 static MCInstrInfo *createX86MCInstrInfo() {
245 static MCRegisterInfo *createX86MCRegisterInfo(StringRef TT) {
260 static MCAsmInfo *createX86MCAsmInfo(const MCRegisterInfo &MRI, StringRef TT) {
301 static MCCodeGenInfo *createX86MCCodeGenInfo(StringRef TT, Reloc::Model RM,
312 // use static relocation model by default.
321 RM = Reloc::Static;
325 // is defined as a model for code which may be used in static or dynamic
327 // compile in -static mode, in x86-64 we use PIC.
332 RM = Reloc::Static;
335 // If we are on Darwin, disallow static relocation model in X86-64 mode, sinc
    [all...]

Completed in 1281 milliseconds

12 3 4 5 6