Home
last modified time | relevance | path

Searched refs:Static (Results 1 – 25 of 179) 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/lldb/test/lang/cpp/overloaded-functions/
Dstatic-b.cpp1 static int Static() in Static() function
8 return Static(); in CallStaticB()
Dstatic-a.cpp1 static int Static() in Static() function
8 return Static(); in CallStaticA()
/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.cpp156 struct Static { struct
342 Res = Static::s.a; in main()
551 Res = Static::s.a; in foobar()
/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/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/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DMeshLoader.java204 vb.setupData(Usage.Static, indicesPerFace, Format.UnsignedShort, sb); in startFaces()
208 vb.setupData(Usage.Static, indicesPerFace, Format.UnsignedInt, ib); in startFaces()
384 Usage usage = HARDWARE_SKINNING ? Usage.Static : Usage.CpuOnly; in startBoneAssigns()
396 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer()
402 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer()
408 vb.setupData(Usage.Static, 4, Format.Float, fb); in startVertexBuffer()
415 vb.setupData(Usage.Static, dimensions, Format.Float, fb); in startVertexBuffer()
421 vb.setupData(Usage.Static, 3, Format.Float, fb); in startVertexBuffer()
439 vb.setupData(Usage.Static, dims, Format.Float, fb); in startVertexBuffer()
525 vb.setupData(Usage.Static, 3, Format.UnsignedInt, ib); in startLodFaceList()
[all …]
/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/libpng/projects/vstudio/
DWARNING22 The Visual Studio 2010 defaults for a Win32 DLL or Static Library project are
27 Static Library /MD /MDd
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp74 if (TM.getRelocationModel() == Reloc::Static) in ClassifyGlobalReference()
88 if (TM.getRelocationModel() != Reloc::Static && GV->hasDefaultVisibility()) { in ClassifyGlobalReference()
/external/compiler-rt/make/platform/
Ddarwin_bni.mk4 Configs := Debug Release Profile Static
33 CFLAGS.Static := $(CFLAGS) -static
38 VISIBILITY_HIDDEN.Static := 1
/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/
DTargetLoweringObjectFile.cpp217 if (ReloModel == Reloc::Static) in getKindForGlobal()
230 if (ReloModel == Reloc::Static) in getKindForGlobal()
244 if (ReloModel == Reloc::Static) in getKindForGlobal()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp180 RM = Reloc::Static; in createX86MCCodeGenInfo()
191 RM = Reloc::Static; in createX86MCCodeGenInfo()
196 if (RM == Reloc::Static && T.isOSDarwin() && is64Bit) in createX86MCCodeGenInfo()
/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/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/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/lldb/source/Plugins/DynamicLoader/
DCMakeLists.txt3 add_subdirectory(Static)
/external/vboot_reference/
Dvboot_host.pc.in8 Description: Static library of functions related to vboot and cgpt.

12345678