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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsDebugFlags.java 21 public static class Static {
23 public static final boolean EnableTransitionThumbnailDebugMode = false;
26 public static final boolean DisableRecentsLowRamEnterExitAnimation = false;
  /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/robolectric-shadows/integration_tests/powermock/src/test/java/org/robolectric/integration_tests/mockito/
PowerMockStaticTest.java 3 import static org.assertj.core.api.Assertions.assertThat;
17 @PrepareForTest(PowerMockStaticTest.Static.class)
24 PowerMockito.mockStatic(Static.class);
25 Mockito.when(Static.staticMethod()).thenReturn("hello mock");
27 assertThat(Static.staticMethod()).isEqualTo("hello mock");
30 public static class Static {
31 public static String staticMethod() {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
  /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-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/darwin-x86/clang-4691093/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 };
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
  /prebuilts/clang/host/linux-x86/clang-4691093/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
Android.mk 22 # Static library for platform use
40 # Static library for NDK use (CTS)

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>