Home
last modified time | relevance | path

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

12345678910>>...16

/external/freetype/builds/windows/vc2010/
Dfreetype.sln9 Debug Static|Win32 = Debug Static|Win32
10 Debug Static|x64 = Debug Static|x64
13 Release Static|Win32 = Release Static|Win32
14 Release Static|x64 = Release Static|x64
21 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.ActiveCfg = Debug Static|Win32
22 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.Build.0 = Debug Static|Win32
23 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.ActiveCfg = Debug Static|x64
24 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|x64.Build.0 = Debug Static|x64
29 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.ActiveCfg = Release Static|Win32
30 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.Build.0 = Release Static|Win32
[all …]
/external/libcxx/test/std/containers/container.node/
Dnode_handle.pass.cpp55 struct Static struct
57 Static() = default;
58 Static(const Static&) = delete;
59 Static(Static&&) = delete;
60 Static& operator=(const Static&) = delete;
61 Static& operator=(Static&&) = delete;
66 template <> struct hash<Static>
68 using argument_type = Static;
71 size_t operator()(const Static&) const;
90 Static, int, my_compare<Static>, std::less<Static>,
[all …]
/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/skqp/docker/skia-release/
DDockerfile26 RUN mkdir -p /tmp/skia/skia/out/Static
42 ] ' > /tmp/skia/skia/out/Static/args.gn
47 && ./bin/gn gen out/Static \
49 && /tmp/depot_tools/ninja -C out/Static
56 # && /tmp/depot_tools/ninja -C out/Static
/external/skia/docker/skia-release/
DDockerfile26 RUN mkdir -p /tmp/skia/skia/out/Static
42 ] ' > /tmp/skia/skia/out/Static/args.gn
47 && ./bin/gn gen out/Static \
49 && /tmp/depot_tools/ninja -C out/Static
56 # && /tmp/depot_tools/ninja -C out/Static
/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/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dliveness.py55 if anno.hasanno(node.ast_node, anno.Static.SCOPE):
56 node_scope = anno.getanno(node.ast_node, anno.Static.SCOPE)
170 anno.setanno(node, anno.Static.LIVE_VARS_IN,
187 anno.setanno(node, anno.Static.LIVE_VARS_OUT, frozenset(stmt_live_out))
193 anno.setanno(node, anno.Static.LIVE_VARS_IN, stmt_live_in)
218 anno.setanno(node, anno.Static.LIVE_VARS_OUT,
Dreaching_definitions_test.py52 defs = anno.getanno(node, anno.Static.DEFINITIONS)
58 defined_in = anno.getanno(node, anno.Static.DEFINED_VARS_IN)
70 anno.getanno(first, anno.Static.DEFINITIONS)[0],
71 anno.getanno(second, anno.Static.DEFINITIONS)[0])
77 anno.getanno(first, anno.Static.DEFINITIONS)[0],
78 anno.getanno(second, anno.Static.DEFINITIONS)[0])
Dreaching_definitions.py133 if anno.hasanno(node.ast_node, anno.Static.SCOPE):
134 node_scope = anno.getanno(node.ast_node, anno.Static.SCOPE)
244 anno.setanno(node, anno.Static.DEFINITIONS,
247 anno.setanno(node, anno.Static.DEFINITIONS,
257 anno.setanno(node, anno.Static.DEFINED_VARS_IN, frozenset(node_defined_in))
/external/llvm/test/MC/COFF/
Dseh-section-2.s70 # 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dseh-section-2.s70 # 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/python/cpython3/PC/bdist_wininst/
Dinstall.rc27 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
43 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
62 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
73 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp184 void writeOperand(Value *Operand, bool Static = false);
186 void writeOperandInternal(Value *Operand, bool Static = false);
213 void printConstant(Constant *CPV, bool Static);
215 bool printConstExprCast(const ConstantExpr *CE, bool Static);
216 void printConstantArray(ConstantArray *CPA, bool Static);
217 void printConstantVector(ConstantVector *CV, bool Static);
340 gep_type_iterator E, bool Static);
560 void CWriter::printConstantArray(ConstantArray *CPA, bool Static) { in printConstantArray() argument
619 printConstant(cast<Constant>(CPA->getOperand(0)), Static); in printConstantArray()
622 printConstant(cast<Constant>(CPA->getOperand(i)), Static); in printConstantArray()
[all …]
/external/tensorflow/tensorflow/python/autograph/converters/
Dslices_test.py40 def_, = anno.getanno(node.args.args[0], anno.Static.DEFINITIONS)
61 def_, = anno.getanno(node.args.args[0], anno.Static.DEFINITIONS)
66 anno.Static.DEFINITIONS)
/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/test/OpenMP/
Dthreadprivate_codegen.cpp186 struct Static { struct
388 Res = Static::s.a; in main()
684 Res = Static::s.a; in foobar()
/external/clang/docs/analyzer/
Dindex.rst1 .. Clang Static Analyzer documentation master file, created by
6 Welcome to Clang Static Analyzer's documentation!
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_outfeed_test.cc50 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
78 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
Dcpu_literal_caching_test.cc69 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
117 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
/external/guice/core/test/com/google/inject/
DInjectorTest.java220 requestStaticInjection(Static.class);
224 assertEquals("test", Static.s);
225 assertEquals(5, Static.i);
252 static class Static {
260 Static.s = s;
/external/python/cpython2/PC/bdist_wininst/
Dinstall.rc104 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
120 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
139 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
150 CONTROL 110,IDC_BITMAP,"Static",SS_BITMAP | SS_CENTERIMAGE,6,8,
/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/googletest/googletest/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.

12345678910>>...16