Home
last modified time | relevance | path

Searched refs:Static (Results 1 – 25 of 190) sorted by relevance

12345678

/external/clang/test/CXX/class.access/class.protected/
Dp1.cpp215 class Static {}; class
220 static void foo(Static);
236 a.foo(Static()); in test()
240 a.foo(Static()); in test()
244 a.foo(Static()); in test()
248 a.foo(Static()); in test()
253 class Static {}; class
258 static void foo(Static);
274 void (*sx)(Static) = &A::foo; in test()
278 void (*sx)(Static) = &A::foo; in test()
[all …]
/external/tcpdump/tests/
Ddcb_qcn.out8 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
11 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
20 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
23 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
94 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
97 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
186 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
189 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
199 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
202 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
[all …]
Ddcb_ets.out9 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
12 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
76 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
79 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
88 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
91 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
101 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
104 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
177 Subnet-Mask, BR, Time-Zone, Classless-Static-Route
180 Default-Gateway, Classless-Static-Route, Classless-Static-Route-Microsoft, Option 252
[all …]
/external/clang/test/CodeGenCXX/
Dtemplate-inner-struct-visibility-hidden.cpp14 static int Static; member
21 template<typename T> int C<T>::Inner::Inner2::Static; member in C<T>::Inner::Inner2
/external/clang/docs/analyzer/
Dindex.rst1 .. Clang Static Analyzer documentation master file, created by
6 Welcome to Clang Static Analyzer's documentation!
/external/clang/test/OpenMP/
Dthreadprivate_codegen.cpp186 struct Static { struct
388 Res = Static::s.a; in main()
684 Res = Static::s.a; in foobar()
/external/google-breakpad/src/testing/gtest/xcode/Config/
DStaticLibraryTarget.xcconfig10 // Static libs can be included in bundles so make them position independent
13 // Static libs should not have their internal globals or external symbols
/external/protobuf/gtest/xcode/Config/
DStaticLibraryTarget.xcconfig10 // Static libs can be included in bundles so make them position independent
13 // Static libs should not have their internal globals or external symbols
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/
DStaticLibraryTarget.xcconfig10 // Static libs can be included in bundles so make them position independent
13 // Static libs should not have their internal globals or external symbols
/external/llvm/test/CodeGen/SystemZ/
Dalloca-03.ll30 ; Static alloca, align 128.
59 ; Static alloca w/out alignment - part of frame.
70 ; Static alloca of one i32, aligned by 128.
/external/llvm/test/tools/llvm-readobj/
Dsymbols.test13 COFF-NEXT: StorageClass: Static (0x3)
22 COFF-NEXT: StorageClass: Static (0x3)
31 COFF-NEXT: StorageClass: Static (0x3)
Dbigobj.test94 CHECK-NEXT: StorageClass: Static (0x3)
111 CHECK-NEXT: StorageClass: Static (0x3)
128 CHECK-NEXT: StorageClass: Static (0x3)
/external/guice/core/test/com/google/inject/
DInjectorTest.java210 requestStaticInjection(Static.class);
214 assertEquals("test", Static.s);
215 assertEquals(5, Static.i);
239 static class Static {
246 Static.s = s;
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp78 if (TM.getRelocationModel() == Reloc::Static) in ClassifyGlobalReference()
92 if (TM.getRelocationModel() != Reloc::Static && GV->hasDefaultVisibility()) { in ClassifyGlobalReference()
/external/clang/
DREADME.txt11 different source-level tools. One example of this is the Clang Static Analyzer.
18 Clang Static Analyzer: http://clang-analyzer.llvm.org/
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp174 RM = Reloc::Static; in createX86MCCodeGenInfo()
185 RM = Reloc::Static; in createX86MCCodeGenInfo()
190 if (RM == Reloc::Static && TT.isOSDarwin() && is64Bit) in createX86MCCodeGenInfo()
/external/compiler-rt/make/platform/
Ddarwin_bni.mk4 Configs := Debug Release Profile Static
33 CFLAGS.Static := $(CFLAGS) -static
38 VISIBILITY_HIDDEN.Static := 1
/external/tinyxml/
DtinyxmlSTL.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "tinyxmlSTL - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "tinyxmlSTL - Win32 Debug" (based on "Win32 (x86) Static Library")
Dtinyxml_lib.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "tinyxml - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "tinyxml - Win32 Debug" (based on "Win32 (x86) Static Library")
/external/libogg/win32/VS6/
Dogg_static.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "ogg_static - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "ogg_static - Win32 Debug" (based on "Win32 (x86) Static Library")
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java987 Static.intValue = 5; in testReadAndWriteStaticFields()
989 assertEquals(10, Static.intValue); in testReadAndWriteStaticFields()
992 Static.longValue = 500L; in testReadAndWriteStaticFields()
994 assertEquals(1234L, Static.longValue); in testReadAndWriteStaticFields()
997 Static.booleanValue = false; in testReadAndWriteStaticFields()
999 assertEquals(true, Static.booleanValue); in testReadAndWriteStaticFields()
1002 Static.floatValue = 1.5f; in testReadAndWriteStaticFields()
1004 assertEquals(0.5f, Static.floatValue); in testReadAndWriteStaticFields()
1007 Static.doubleValue = 155.5; in testReadAndWriteStaticFields()
1009 assertEquals(266.6, Static.doubleValue); in testReadAndWriteStaticFields()
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/visualc/
Dfreetype.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Static Library")
22 !MESSAGE "freetype - Win32 Debug Multithreaded" (based on "Win32 (x86) Static Library")
23 !MESSAGE "freetype - Win32 Release Multithreaded" (based on "Win32 (x86) Static Library")
24 !MESSAGE "freetype - Win32 Release Singlethreaded" (based on "Win32 (x86) Static Library")
25 !MESSAGE "freetype - Win32 Debug Singlethreaded" (based on "Win32 (x86) Static Library")
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/visualce/
Dfreetype.dsp5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
20 !MESSAGE "freetype - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "freetype - Win32 Debug" (based on "Win32 (x86) Static Library")
22 !MESSAGE "freetype - Win32 Debug Multithreaded" (based on "Win32 (x86) Static Library")
23 !MESSAGE "freetype - Win32 Release Multithreaded" (based on "Win32 (x86) Static Library")
24 !MESSAGE "freetype - Win32 Release Singlethreaded" (based on "Win32 (x86) Static Library")
25 !MESSAGE "freetype - Win32 Debug Singlethreaded" (based on "Win32 (x86) Static Library")
/external/vboot_reference/
Dvboot_host.pc.in8 Description: Static library of functions related to vboot and cgpt.
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.h20 UString Static; variable

12345678