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

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGenCXX/
template-inner-struct-visibility-hidden.cpp 14 static int Static;
21 template<typename T> int C<T>::Inner::Inner2::Static;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsDebugFlags.java 31 public static class Static {
33 public static final boolean EnableTransitionThumbnailDebugMode = false;
35 public static final boolean DisableBackgroundCache = false;
37 public static final boolean EnableAffiliatedTaskGroups = false;
39 public static final boolean EnableStackActionButton = true;
41 private static final boolean EnableFastToggleTimeout = false;
43 private static final boolean EnablePaging = false;
45 public static final boolean DisableRecentsLowRamEnterExitAnimation = false;
48 public static final boolean EnableMockTasks = false
    [all...]
  /external/liblzf/
Android.mk 9 # Static library for host
19 # Static library for target
  /external/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC };
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 20 UString Static;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /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) ---+++---
  /external/clang/test/OpenMP/
threadprivate_codegen.cpp 136 // 8 caches created (for Static::s, gs1, gs3, arr_x, main::sm, ST<int>::st,
186 struct Static {
187 static S3 s;
191 static S1 gs1(5);
237 static S2 gs2(27);
305 static T st;
334 static Smain sm(gs1.a);
388 Res = Static::s.a;
    [all...]
  /system/libhidl/transport/
Static.cpp 17 // All static variables go here, to control initialization and
20 #include <hidl/Static.h>
  /external/llvm/test/MC/COFF/
seh-section-2.s 70 # CHECK: StorageClass: Static (0x3)
88 # CHECK: StorageClass: Static (0x3)
106 # CHECK: StorageClass: Static (0x3)
124 # CHECK: StorageClass: Static (0x3)
142 # CHECK: StorageClass: Static (0x3)
  /external/llvm/lib/Target/
TargetMachine.cpp 82 /// Returns the code generation relocation model. The choices are static, PIC,
91 static TLSModel::Model getSelectedTLSModel(const GlobalValue *GV) {
109 static bool CanUseCopyRelocWithPIE = false;
128 if (RM == Reloc::Static)
137 RM == Reloc::Static || M.getPIELevel() != PIELevel::Default;
145 if (!IsTLS && (RM == Reloc::Static || CanUseCopyRelocWithPIE))
  /external/compiler-rt/make/platform/
clang_mingw.mk 1 Description := Static runtime libraries for mingw-w64
  /hardware/qcom/bootctrl/
Android.mk 19 # Static library for the target. Used by update_engine_sideload from recovery.
  /external/llvm/lib/Target/AVR/
AVRTargetMachine.cpp 29 static StringRef getCPU(StringRef CPU) {
37 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
38 return RM.hasValue() ? *RM : Reloc::Static;
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 29 static Reloc::Model getEffectiveRelocModel(Optional<Reloc::Model> RM) {
31 return Reloc::Static;

Completed in 1425 milliseconds

1 2 3 4 5 6 7 8 910