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

1 2 3 4 5

  /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/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 20 UString 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() {
  /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/swiftshader/third_party/LLVM/include/llvm/Support/
CodeGen.h 22 enum Model { Default, Static, PIC_, DynamicNoPIC };
  /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/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.h 40 Static,
139 static void InitializeLLVMTarget();
  /prebuilts/go/darwin-x86/src/debug/gosym/
symtab.go 37 // Static reports whether this symbol is static (not visible outside its file).
38 func (s *Sym) Static() bool { return s.Type >= 'a' }
  /prebuilts/go/linux-x86/src/debug/gosym/
symtab.go 37 // Static reports whether this symbol is static (not visible outside its file).
38 func (s *Sym) Static() bool { return s.Type >= 'a' }
  /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/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 108 namespace Static {
112 static auto f() -> decltype(m); // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
113 static auto g() -> decltype(this->m); // expected-error{{'this' cannot be used in a static member function declaration}}
115 static int h();
117 static int i() noexcept(noexcept(m + 2)); // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
120 auto X1::h() -> decltype(m) { return 0; } // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
127 static T f(int)
    [all...]
  /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...]
  /external/llvm/include/llvm/Support/
CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC };
  /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 };

Completed in 1182 milliseconds

1 2 3 4 5