/external/freetype/builds/windows/vc2010/ |
D | freetype.sln | 9 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/ |
D | node_handle.pass.cpp | 55 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/llvm-project/libcxx/test/std/containers/container.node/ |
D | node_handle.pass.cpp | 55 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/freetype/builds/windows/visualc/ |
D | freetype.sln | 7 Debug Static|Win32 = Debug Static|Win32 9 Release Static|Win32 = Release Static|Win32 13 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.ActiveCfg = Debug Static|Win32 14 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug Static|Win32.Build.0 = Debug Static|Win32 17 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.ActiveCfg = Release Static|Win32 18 {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release Static|Win32.Build.0 = Release Static|Win32
|
D | freetype.dsp | 6 # TARGTYPE "Win32 (x86) Static Library" 0x0104 23 !MESSAGE "freetype - Win32 Release Static" (based on "Win32 (x86) Static Library") 24 !MESSAGE "freetype - Win32 Debug Static" (based on "Win32 (x86) Static Library") 94 !ELSEIF "$(CFG)" == "freetype - Win32 Release Static" 98 # PROP BASE Output_Dir "Release Static" 99 # PROP BASE Intermediate_Dir "Release Static" 103 # PROP Output_Dir "..\..\..\objs\Win32\Release Static" 104 # PROP Intermediate_Dir "..\..\..\objs\Win32\Release Static" 121 !ELSEIF "$(CFG)" == "freetype - Win32 Debug Static" 125 # PROP BASE Output_Dir "Debug Static" [all …]
|
/external/ms-tpm-20-ref/TPMCmd/ |
D | simulator.sln | 32 Static|Win32 = Static|Win32 33 Static|x64 = Static|x64 48 {AAB9FA21-8671-4792-B000-B40A526058AD}.Static|Win32.ActiveCfg = Static|Win32 49 {AAB9FA21-8671-4792-B000-B40A526058AD}.Static|Win32.Build.0 = Static|Win32 50 {AAB9FA21-8671-4792-B000-B40A526058AD}.Static|x64.ActiveCfg = Static|x64 51 {AAB9FA21-8671-4792-B000-B40A526058AD}.Static|x64.Build.0 = Static|x64 68 {A9249F05-0DF5-4D06-9873-FBBE61B6768B}.Static|Win32.ActiveCfg = Static|Win32 69 {A9249F05-0DF5-4D06-9873-FBBE61B6768B}.Static|Win32.Build.0 = Static|Win32 70 {A9249F05-0DF5-4D06-9873-FBBE61B6768B}.Static|x64.ActiveCfg = Static|x64 71 {A9249F05-0DF5-4D06-9873-FBBE61B6768B}.Static|x64.Build.0 = Static|x64 [all …]
|
/external/clang/test/CXX/class.access/class.protected/ |
D | p1.cpp | 215 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/llvm-project/clang/test/CXX/class.access/class.protected/ |
D | p1.cpp | 209 class Static {}; class 214 static void foo(Static); 230 a.foo(Static()); in test() 234 a.foo(Static()); in test() 238 a.foo(Static()); in test() 242 a.foo(Static()); in test() 247 class Static {}; class 252 static void foo(Static); 268 void (*sx)(Static) = &A::foo; in test() 272 void (*sx)(Static) = &A::foo; in test() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | Merge.h | 31 const SymbolIndex *Dynamic, *Static; variable 36 MergedIndex(const SymbolIndex *Dynamic, const SymbolIndex *Static) in MergedIndex() argument 37 : Dynamic(Dynamic), Static(Static) {} in MergedIndex() 49 return Dynamic->estimateMemoryUsage() + Static->estimateMemoryUsage(); in estimateMemoryUsage()
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/ECDH/ |
D | KASValidityTest_ECCStaticUnified_NOKC_ZZOnly_resp.fax | 55 Result = F (1 - CAVS's Static public key X fails PKV 5.6.2.5) 81 Result = F (6 - IUT's Static public key Y fails PKV 5.6.2.5) 107 Result = F (7 - IUT's Static private key d changed-prikey validity) 146 Result = F (5 - IUT's Static public key X fails PKV 5.6.2.5) 159 Result = F (2 - CAVS's Static public key Y fails PKV 5.6.2.5) 237 Result = F (5 - IUT's Static public key X fails PKV 5.6.2.5) 250 Result = F (1 - CAVS's Static public key X fails PKV 5.6.2.5) 276 Result = F (2 - CAVS's Static public key Y fails PKV 5.6.2.5) 393 Result = F (6 - IUT's Static public key Y fails PKV 5.6.2.5) 406 Result = F (7 - IUT's Static private key d changed-prikey validity) [all …]
|
D | KASValidityTest_ECCStaticUnified_NOKC_ZZOnly_init.fax | 81 Result = F (2 - CAVS's Static public key Y fails PKV 5.6.2.5) 107 Result = F (5 - IUT's Static public key X fails PKV 5.6.2.5) 159 Result = F (6 - IUT's Static public key Y fails PKV 5.6.2.5) 185 Result = F (7 - IUT's Static private key d changed-prikey validity) 224 Result = F (1 - CAVS's Static public key X fails PKV 5.6.2.5) 276 Result = F (6 - IUT's Static public key Y fails PKV 5.6.2.5) 328 Result = F (7 - IUT's Static private key d changed-prikey validity) 341 Result = F (5 - IUT's Static public key X fails PKV 5.6.2.5) 367 Result = F (1 - CAVS's Static public key X fails PKV 5.6.2.5) 406 Result = F (2 - CAVS's Static public key Y fails PKV 5.6.2.5) [all …]
|
D | KASValidityTest_ECCStaticUnified_KDFConcat_NOKC_resp.fax | 64 Result = F (2 - CAVS's Static public key Y fails PKV 5.6.2.5) 82 Result = F (6 - IUT's Static public key Y fails PKV 5.6.2.5) 118 Result = F (5 - IUT's Static public key X fails PKV 5.6.2.5) 226 Result = F (1 - CAVS's Static public key X fails PKV 5.6.2.5) 316 Result = F (7 - IUT's Static private key d changed-prikey validity) 334 Result = F (2 - CAVS's Static public key Y fails PKV 5.6.2.5) 352 Result = F (6 - IUT's Static public key Y fails PKV 5.6.2.5) 388 Result = F (5 - IUT's Static public key X fails PKV 5.6.2.5) 496 Result = F (1 - CAVS's Static public key X fails PKV 5.6.2.5) 586 Result = F (7 - IUT's Static private key d changed-prikey validity) [all …]
|
D | KASValidityTest_ECCStaticUnified_KDFConcat_NOKC_init.fax | 82 Result = F (1 - CAVS's Static public key X fails PKV 5.6.2.5) 118 Result = F (2 - CAVS's Static public key Y fails PKV 5.6.2.5) 172 Result = F (6 - IUT's Static public key Y fails PKV 5.6.2.5) 226 Result = F (7 - IUT's Static private key d changed-prikey validity) 244 Result = F (5 - IUT's Static public key X fails PKV 5.6.2.5) 352 Result = F (6 - IUT's Static public key Y fails PKV 5.6.2.5) 370 Result = F (7 - IUT's Static private key d changed-prikey validity) 424 Result = F (2 - CAVS's Static public key Y fails PKV 5.6.2.5) 442 Result = F (5 - IUT's Static public key X fails PKV 5.6.2.5) 478 Result = F (1 - CAVS's Static public key X fails PKV 5.6.2.5) [all …]
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | liveness.py | 53 if anno.hasanno(node.ast_node, anno.Static.SCOPE): 54 node_scope = anno.getanno(node.ast_node, anno.Static.SCOPE) 70 node.ast_node, anno.Static.DEFINED_FNS_IN) 127 anno.setanno(node, anno.Static.LIVE_VARS_IN, 153 anno.setanno(node, anno.Static.LIVE_VARS_OUT, frozenset(stmt_live_out)) 161 assert anno.hasanno(entry_node, anno.Static.LIVE_VARS_IN), ( 164 stmt_live_in = anno.getanno(entry_node, anno.Static.LIVE_VARS_IN) 165 anno.setanno(node, anno.Static.LIVE_VARS_IN, stmt_live_in) 200 anno.setanno(node, anno.Static.LIVE_VARS_OUT,
|
D | activity_test.py | 170 scope = anno.getanno(node.body[0], anno.Static.SCOPE) 180 scope = anno.getanno(node.body[0], anno.Static.SCOPE) 182 scope = anno.getanno(node.body[1], anno.Static.SCOPE) 400 scope = anno.getanno(fn_def_node, anno.Static.SCOPE) 423 scope = anno.getanno(return_node, anno.Static.SCOPE) 449 anno.getanno(fn_def_node, anno.Static.SCOPE), ('a',), ('f',)) 491 anno.getanno(node.body[0], anno.Static.SCOPE), ('c',), ()) 502 anno.getanno(node.body[0], anno.Static.SCOPE), ('b',), ()) 568 scope = anno.getanno(lam_def_node, anno.Static.SCOPE) 578 scope = anno.getanno(lam_def_node.args, anno.Static.SCOPE) [all …]
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | list.rst | 337 …`clang-analyzer-core.CallAndMessage <clang-analyzer-core.CallAndMessage.html>`_, `Clang Static Ana… 338 …`clang-analyzer-core.DivideZero <clang-analyzer-core.DivideZero.html>`_, `Clang Static Analyzer <h… 339 …ullParamChecker <clang-analyzer-core.NonNullParamChecker.html>`_, `Clang Static Analyzer <https://… 340 …`clang-analyzer-core.NullDereference <clang-analyzer-core.NullDereference.html>`_, `Clang Static A… 341 …ackAddressEscape <clang-analyzer-core.StackAddressEscape.html>`_, `Clang Static Analyzer <https://… 342 …esult <clang-analyzer-core.UndefinedBinaryOperatorResult.html>`_, `Clang Static Analyzer <https://… 343 …`clang-analyzer-core.VLASize <clang-analyzer-core.VLASize.html>`_, `Clang Static Analyzer <https:/… 344 …script <clang-analyzer-core.uninitialized.ArraySubscript.html>`_, `Clang Static Analyzer <https://… 345 …ialized.Assign <clang-analyzer-core.uninitialized.Assign.html>`_, `Clang Static Analyzer <https://… 346 …ialized.Branch <clang-analyzer-core.uninitialized.Branch.html>`_, `Clang Static Analyzer <https://… [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/DH/ |
D | KASValidityTest_FFCStatic_NOKC_ZZOnly_init.fax | 107 Result = F (1 - CAVS's Static public key fails PKV 5.6.2.4) 118 Result = F (4 - IUT's Static private key changed-prikey validity) 140 Result = F (3 - IUT's Static public key fails PKV 5.6.2.4) 239 Result = F (1 - CAVS's Static public key fails PKV 5.6.2.4) 250 Result = F (4 - IUT's Static private key changed-prikey validity) 272 Result = F (3 - IUT's Static public key fails PKV 5.6.2.4) 344 Result = F (1 - CAVS's Static public key fails PKV 5.6.2.4) 355 Result = F (3 - IUT's Static public key fails PKV 5.6.2.4) 399 Result = F (4 - IUT's Static private key changed-prikey validity) 443 Result = F (1 - CAVS's Static public key fails PKV 5.6.2.4) [all …]
|
D | KASValidityTest_FFCStatic_NOKC_ZZOnly_resp.fax | 85 Result = F (4 - IUT's Static private key changed-prikey validity) 129 Result = F (3 - IUT's Static public key fails PKV 5.6.2.4) 151 Result = F (1 - CAVS's Static public key fails PKV 5.6.2.4) 217 Result = F (4 - IUT's Static private key changed-prikey validity) 261 Result = F (3 - IUT's Static public key fails PKV 5.6.2.4) 283 Result = F (1 - CAVS's Static public key fails PKV 5.6.2.4) 311 Result = F (1 - CAVS's Static public key fails PKV 5.6.2.4) 366 Result = F (3 - IUT's Static public key fails PKV 5.6.2.4) 399 Result = F (4 - IUT's Static private key changed-prikey validity) 454 Result = F (1 - CAVS's Static public key fails PKV 5.6.2.4) [all …]
|
/external/skqp/docker/skia-release/ |
D | Dockerfile | 26 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/llvm-project/lldb/tools/lldb-instr/ |
D | Instrument.cpp | 33 static std::string GetRecordMethodMacroName(bool Static, bool Const, in GetRecordMethodMacroName() argument 39 if (Static) in GetRecordMethodMacroName() 56 static std::string GetRegisterMethodMacroName(bool Static, bool Const) { in GetRegisterMethodMacroName() argument 61 if (Static) in GetRegisterMethodMacroName() 72 StringRef Values, bool Static, in GetRecordMethodMacro() argument 77 OS << GetRecordMethodMacroName(Static, Const, Values.empty()); in GetRecordMethodMacro() 126 bool Static, bool Const) { in GetRegisterMethodMacro() argument 129 OS << GetRegisterMethodMacroName(Static, Const); in GetRegisterMethodMacro()
|
/external/llvm-project/clang/docs/ |
D | ClangStaticAnalyzer.rst | 2 Clang Static Analyzer 5 The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C… 8 This is the Static Analyzer documentation page.
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_outfeed_test.cc | 53 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 81 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F() 109 /*relocation_model=*/CpuAotCompilationOptions::RelocationModel::Static}; in TEST_F()
|
/external/tcpdump/tests/ |
D | dcb_qcn.out | 8 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 …]
|
/external/llvm/test/MC/COFF/ |
D | seh-section-2.s | 70 # 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/llvm-project/llvm/test/MC/COFF/ |
D | seh-section-2.s | 70 # CHECK: StorageClass: Static (0x3) 88 # CHECK: StorageClass: Static (0x3) 106 # CHECK: StorageClass: Static (0x3) 124 # CHECK: StorageClass: Static (0x3) 142 # CHECK: StorageClass: Static (0x3)
|