Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_edge_data.py36 …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 …]
Dtest_imports.py123 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))
Dtest_modulegraph.py45 …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/
DTracedBranchUnit.java42 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/
Dmake_signed.pass.cpp53 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()
Dmake_unsigned.pass.cpp53 …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/
Dfunctional.conditional_render.txt19 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.
Dstress.conditional_render.txt19 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/
Dgain_quant.c43 …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/
Dconditional.pass.cpp18 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/
DXprHelper.h42 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/
Dreloc-errors.s3 ; 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/
Dbrw_clip_unfilled.c101 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/
DCommonCwiseUnaryOps.h20 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/
DGeneralMatrixMatrix.h272 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/
Dihevc_inter_pred_luma_copy_w16out.s92 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
Dihevc_inter_pred_chroma_copy_w16out.s118 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/
Ddecltype.cpp105 class conditional {
108 void foo(conditional<decltype((1),int>) { // expected-note 2 {{to match this '('}} expected-error …
/external/llvm/test/Transforms/SampleProfile/
Dnolocinfo.ll9 ; 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/
DForceAlignedAccess.h127 inline typename internal::add_const_on_value_type<typename internal::conditional<Enable,ForceAligne…
138 inline typename internal::conditional<Enable,ForceAlignedAccess<Derived>,Derived&>::type
DNumTraits.h64 typedef typename internal::conditional<
66 typename internal::conditional<sizeof(T)<=2, float, double>::type,
/external/llvm/docs/
DBranchWeightMetadata.rst29 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/
Dthumb2-branches.s82 @ 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/
DBandTriangularSolver.h32 typename internal::conditional<
68 typename internal::conditional<
/external/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt8 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

12345678910>>...18