/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
D | test_edge_data.py | 36 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=False, function=False, tryexcept=False… 42 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=False, function=False, tryexcept=False… 48 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=False, function=False, tryexcept=False… 54 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=False, function=False, tryexcept=False… 60 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=True, function=False, tryexcept=False,… 66 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=True, function=False, tryexcept=False,… 72 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=True, function=False, tryexcept=True, … 78 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=True, function=False, tryexcept=True, … 84 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=True, function=False, tryexcept=True, … 90 …self.assertEqual(ed, modulegraph.DependencyInfo(conditional=True, function=False, tryexcept=True, … [all …]
|
D | test_imports.py | 123 fromlist=False, conditional=False, function=False, tryexcept=False)) 160 fromlist=False, conditional=False, function=False, tryexcept=False)) 175 fromlist=False, conditional=False, function=False, tryexcept=False)) 187 fromlist=True, conditional=False, function=False, tryexcept=False)) 192 fromlist=False, conditional=False, function=False, tryexcept=False)) 208 fromlist=False, conditional=False, function=False, tryexcept=False)) 213 fromlist=False, conditional=False, function=False, tryexcept=False)) 229 fromlist=False, conditional=False, function=False, tryexcept=False)) 240 fromlist=False, conditional=False, function=False, tryexcept=False)) 245 fromlist=True, conditional=False, function=False, tryexcept=False))
|
D | test_modulegraph.py | 45 …info = modulegraph.DependencyInfo(function=True, conditional=False, tryexcept=True, fromlist=False) 54 …info1 = modulegraph.DependencyInfo(function=True, conditional=False, tryexcept=True, fromlist=Fals… 55 …info2 = modulegraph.DependencyInfo(function=False, conditional=True, tryexcept=True, fromlist=Fals… 57 …info1._merged(info2), modulegraph.DependencyInfo(function=True, conditional=True, tryexcept=True, … 59 …info2 = modulegraph.DependencyInfo(function=False, conditional=True, tryexcept=False, fromlist=Fal… 61 …info1._merged(info2), modulegraph.DependencyInfo(function=True, conditional=True, tryexcept=True, … 63 …info2 = modulegraph.DependencyInfo(function=False, conditional=False, tryexcept=False, fromlist=Fa… 65 …info1._merged(info2), modulegraph.DependencyInfo(function=False, conditional=False, tryexcept=Fals… 67 …info1 = modulegraph.DependencyInfo(function=True, conditional=False, tryexcept=True, fromlist=True) 69 …info1._merged(info2), modulegraph.DependencyInfo(function=False, conditional=False, tryexcept=Fals… [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | TracedBranchUnit.java | 42 int conditional) in branchConditionally() argument 44 if (conditional == Value.ALWAYS) in branchConditionally() 49 else if (conditional != Value.NEVER) in branchConditionally() 52 super.branchConditionally(clazz, codeAttribute, offset, branchTarget, conditional); in branchConditionally()
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/ |
D | make_signed.pass.cpp | 53 test_make_signed< wchar_t, std::conditional<sizeof(wchar_t) == 4, int, short>::type >(); in main() 54 …test_make_signed< const wchar_t, std::conditional<sizeof(wchar_t) == 4, const int, const short>::t… in main() 55 …test_make_signed< const Enum, std::conditional<sizeof(Enum) == sizeof(int), const int, const signe… in main() 56 test_make_signed< BigEnum, std::conditional<sizeof(long) == 4, long long, long>::type >(); in main()
|
D | make_unsigned.pass.cpp | 53 …test_make_unsigned<wchar_t, std::conditional<sizeof(wchar_t) == 4, unsigned int, unsigned short>::… in main() 54 …test_make_unsigned<const wchar_t, std::conditional<sizeof(wchar_t) == 4, const unsigned int, const… in main() 55 …test_make_unsigned<const Enum, std::conditional<sizeof(Enum) == sizeof(int), const unsigned int, c… in main() 57 std::conditional<sizeof(long) == 4, unsigned long long, unsigned long>::type> (); in main()
|
/external/deqp/doc/testspecs/GL3/ |
D | functional.conditional_render.txt | 19 GL 3 conditional render 56 overlap conditions. Each query test renders a scene with one conditional 58 previously GL controlled conditional render call controlled by the test. 61 conditional call indicated by the test name. The occlusion query used in 69 before the conditional clear. 72 rendering the occlusion geometry. After the conditional depth/stencil clear 81 (read & write) FBO between the occludion query and the conditional rendering.
|
D | stress.conditional_render.txt | 19 GL3 conditional render stress tests 26 + Query and conditional geometry significantly apart 33 Conditional rendering stress tests use a large number of conditional rendering 38 the same scene with geometry culled either by conditional rendering or the 42 conditional rendering is done.
|
/external/libopus/silk/ |
D | gain_quant.c | 43 …const opus_int conditional, /* I first gain is delta coded if 1… in silk_gains_quant() argument 60 if( k == 0 && conditional == 0 ) { in silk_gains_quant() 97 …const opus_int conditional, /* I first gain is delta coded if 1… in silk_gains_dequant() argument 104 if( k == 0 && conditional == 0 ) { in silk_gains_dequant()
|
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | conditional.pass.cpp | 18 static_assert((std::is_same<std::conditional<true, char, int>::type, char>::value), ""); in main() 19 static_assert((std::is_same<std::conditional<false, char, int>::type, int>::value), ""); in main()
|
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 42 typedef typename conditional<(sizeof(I1)<sizeof(I2)), I2, I1>::type type; 278 typedef typename conditional< 289 typedef typename conditional< 334 typedef typename conditional< 398 typedef typename conditional<is_same<CurrentScalarType,NewScalarType>::value, 420 typedef typename conditional< 435 typedef typename conditional< 451 typedef typename conditional<
|
/external/llvm/test/MC/MachO/AArch64/ |
D | reloc-errors.s | 3 ; CHECK: error: conditional branch requires assembler-local label. 'external' is external. 6 ; CHECK: error: Invalid relocation on conditional branch
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_unfilled.c | 101 GLuint conditional; in cull_direction() local 107 conditional = BRW_CONDITIONAL_GE; in cull_direction() 109 conditional = BRW_CONDITIONAL_L; in cull_direction() 113 conditional, in cull_direction() 129 GLuint conditional; in copy_bfc() local 144 conditional = BRW_CONDITIONAL_GE; in copy_bfc() 146 conditional = BRW_CONDITIONAL_L; in copy_bfc() 150 conditional, in copy_bfc()
|
/external/eigen/Eigen/src/plugins/ |
D | CommonCwiseUnaryOps.h | 20 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex, 25 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex, 30 typedef typename internal::conditional<NumTraits<Scalar>::IsComplex,
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixMatrix.h | 272 typename conditional<StorageOrder==RowMajor,_RhsScalar,_LhsScalar>::type, 273 typename conditional<StorageOrder==RowMajor,_LhsScalar,_RhsScalar>::type> 280 typedef typename conditional<Transpose,_RhsScalar,_LhsScalar>::type LhsScalar; 281 typedef typename conditional<Transpose,_LhsScalar,_RhsScalar>::type RhsScalar; 314 typename conditional<StorageOrder==RowMajor,_RhsScalar,_LhsScalar>::type, 315 typename conditional<StorageOrder==RowMajor,_LhsScalar,_RhsScalar>::type> 320 typedef typename conditional<Transpose,_RhsScalar,_LhsScalar>::type LhsScalar; 321 typedef typename conditional<Transpose,_LhsScalar,_RhsScalar>::type RhsScalar;
|
/external/libhevc/common/arm/ |
D | ihevc_inter_pred_luma_copy_w16out.s | 92 tst r12,#7 @conditional check for wd (multiples) 98 subs r4,r12,#0 @wd conditional subtract 142 sub r4,r12,#0 @wd conditional check 170 suble r4,r12,#0 @wd conditional check 214 suble r4,r12,#0 @wd conditional check
|
D | ihevc_inter_pred_chroma_copy_w16out.s | 118 tst r12,#7 @conditional check for wd (multiples) 128 subs r4,r12,#0 @wd conditional subtract 169 subs r4,r12,#0 @wd conditional subtract 200 sub r4,r12,#0 @wd conditional check 230 suble r4,r12,#0 @wd conditional check 274 suble r4,r12,#0 @wd conditional check
|
/external/clang/test/SemaCXX/ |
D | decltype.cpp | 105 class conditional { 108 void foo(conditional<decltype((1),int>) { // expected-note 2 {{to match this '('}} expected-error …
|
/external/llvm/test/Transforms/SampleProfile/ |
D | nolocinfo.ll | 9 ; Remarks for conditional branches need debug location information for the 12 ; CHECK: remark: nolocinfo.c:3:5: most popular destination for conditional branches at <UNKNOWN LOC…
|
/external/eigen/Eigen/src/Core/ |
D | ForceAlignedAccess.h | 127 inline typename internal::add_const_on_value_type<typename internal::conditional<Enable,ForceAligne… 138 inline typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>::type
|
D | NumTraits.h | 64 typedef typename internal::conditional< 66 typename internal::conditional<sizeof(T)<=2, float, double>::type,
|
/external/llvm/docs/ |
D | BranchWeightMetadata.rst | 29 Metadata is only assigned to the conditional branches. There are two extra 80 It is especially useful in conditional statements. Currently Clang supports two 81 conditional statements:
|
/external/llvm/test/MC/ARM/ |
D | thumb2-branches.s | 82 @ conditional branches accept narrow suffix and encode to short encodings 124 @ same branch insturction encoding to conditional or unconditional depending 225 @ conditional branches accept narrow suffix and encode to short encodings 267 @ same branch insturction encoding to conditional or unconditional depending
|
/external/eigen/blas/ |
D | BandTriangularSolver.h | 32 typename internal::conditional< 68 typename internal::conditional<
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-07-06-LoweringIRForCodeGen.txt | 8 move-conditional instruction. I don't think we want to put that in the core 10 conditional move instruction in the VM, it is pretty difficult to maintain a
|