/external/clang/test/Analysis/ |
D | auto-obj-dtors-cfg-output.cpp | 30 extern const bool UV; 132 if (UV) return; in test_return() 194 if (UV) goto l0; in test_goto() 195 if (UV) goto l1; in test_goto() 322 if (UV) return; in test_if_jumps() 326 if (UV) return; in test_if_jumps() 460 if (UV) break; in test_while_jumps() 461 if (UV) continue; in test_while_jumps() 462 if (UV) return; in test_while_jumps() 489 while (UV); in test_do_implicit_scope() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 416 UserValue *UV = Leader->getLeader(); in getUserValue() local 417 Leader = UV; in getUserValue() 418 for (; UV; UV = UV->getNext()) in getUserValue() 419 if (UV->match(Var, Offset)) in getUserValue() 420 return UV; in getUserValue() 423 UserValue *UV = new UserValue(Var, Offset, DL, allocator); in getUserValue() local 424 userValues.push_back(UV); in getUserValue() 425 Leader = UserValue::merge(Leader, UV); in getUserValue() 426 return UV; in getUserValue() 436 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local [all …]
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 465 UserValue *UV = Leader->getLeader(); in getUserValue() local 466 Leader = UV; in getUserValue() 467 for (; UV; UV = UV->getNext()) in getUserValue() 468 if (UV->match(Var, Expr, DL->getInlinedAt(), Offset, IsIndirect)) in getUserValue() 469 return UV; in getUserValue() 474 UserValue *UV = userValues.back().get(); in getUserValue() local 475 Leader = UserValue::merge(Leader, UV); in getUserValue() 476 return UV; in getUserValue() 486 if (UserValue *UV = virtRegToEqClass.lookup(VirtReg)) in lookupVirtReg() local 487 return UV->getLeader(); in lookupVirtReg() [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | G_M_A_P_.py | 32 self.UV = uv 41 writer.simpletag("UV", value=self.UV) 64 if self.UV is None: 65 self.UV = 0 73 …return "GMAPRecord[ UV: " + str(self.UV) + ", cid: " + str(self.cid) + ", gid: " + str(self.gid) +…
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 272 UV = VALUE_UINT_VEC, enumerator 1443 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init() 1444 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init() 1451 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e… in init() 1452 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e… in init() 1465 …<< operInfoFunc(subName, subOp, UV, Value(UV, 1e2f, 2e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init() 1466 …<< operInfoFunc(subName, subOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init() 1473 …<< operInfoFunc(subName, subOp, UV, Value(U, 1e2f, 2e2f), Value(UV, 0.0f, 1e2f), notUsed, 5… in init() 1474 …<< operInfoFunc(subName, subOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2… in init() 1487 …<< operInfoFunc(mulName, mulOp, UV, Value(UV, 0.0f, 16.0f), Value(U, 0.0f, 16.0f), notUsed, … in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 292 UV = VALUE_UINT_VEC, enumerator 1475 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 1e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init() 1476 …<< operInfoFunc(addName, addOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init() 1483 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 1e2f), Value(UV, 0.0f, 1e2f), notUsed, 5e… in init() 1484 …<< operInfoFunc(addName, addOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2e… in init() 1497 …<< operInfoFunc(subName, subOp, UV, Value(UV, 1e2f, 2e2f), Value(U, 0.0f, 1e2f), notUsed, 5e… in init() 1498 …<< operInfoFunc(subName, subOp, UV, Value(UV, 0.0f, 4e9f), Value(U, 0.0f, 4e9f), notUsed, 2e… in init() 1505 …<< operInfoFunc(subName, subOp, UV, Value(U, 1e2f, 2e2f), Value(UV, 0.0f, 1e2f), notUsed, 5… in init() 1506 …<< operInfoFunc(subName, subOp, UV, Value(U, 0.0f, 4e9f), Value(UV, 0.0f, 4e9f), notUsed, 2… in init() 1519 …<< operInfoFunc(mulName, mulOp, UV, Value(UV, 0.0f, 16.0f), Value(U, 0.0f, 16.0f), notUsed, … in init() [all …]
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_4.glslf | 34 * samplers to hold Y, and UV components. 51 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
D | yuv2rgb_1.glslf | 65 * value from each channel of the source image, converts it from Y'UV 174 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
D | yuv2rgb_3.glslf | 53 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
D | yuv2rgb_2.glslf | 62 * This does the colorspace conversion from Y'UV to RGB as a matrix
|
/external/autotest/client/cros/ |
D | mock_owner_private.key | 5 3O1ej5CoPLz6ejyv2diIySh/UV/ug2m9wS3w/YAEM0LHAFGfFQH752lGnl2HDglz
|
/external/libcxx/test/support/ |
D | test_iterators.h | 94 template <class T, class TV, class U, class UV> 97 operator==(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y) 102 template <class T, class TV, class U, class UV> 105 operator!=(const input_iterator<T, TV>& x, const input_iterator<U, UV>& y)
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 94 SkScalar UV = (1 - u) * (1 - v); in eval_sheet() local 96 SkScalar x0 = UV * edge[TL].fX + uV * edge[TR].fX + Uv * edge[BL].fX + uv * edge[BR].fX; in eval_sheet() 97 SkScalar y0 = UV * edge[TL].fY + uV * edge[TR].fY + Uv * edge[BL].fY + uv * edge[BR].fY; in eval_sheet()
|
/external/curl/tests/data/ |
D | test1221 | 33 result: 16AFKPQ expected: 16AFKPQ input: 123__678__ABC__FGH__KLM__PQ.S.UV
|
D | test1222 | 33 result: 16AFKPQ expected: 16AFKPQ input: 123__678__ABC__FGH__KLM__PQ.S.UV
|
/external/curl/lib/ |
D | objnames-test10.sh | 89 argstr=123__678__ABC__FGH__KLM__PQ.S.UV
|
D | objnames-test08.sh | 89 argstr=123__678__ABC__FGH__KLM__PQ.S.UV
|
/external/libyuv/files/docs/ |
D | formats.md | 105 planes for UV: I420, I422, I444, I400, NV21, NV12, I400 106 The size (subsampling) of the UV varies.
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Scale.miff | 15 …�SJ�WNfcJQe>@L/9<06;.Wi>v�Vj�R`�I`�IhbRjcSibRjbSkbSlcSne[�����͗�DI4;;/]>7�UV�CB�BD�DB�E=�B:�=.�<-…
|
D | Gamma.miff | 15 …UV\VW]VV\UUZTU]UQ^VVcV\iV\iSaoWp�ft�h��}��~UcW��������������������������}�������������������������…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kdt_lfz3.pkb | 66 )O�%ET^+�,�+��� B�/ӐTr�_zcS4�`��⥬����*6�S"�0%���R��w��~���O�KU=�KUSZ��e?Xu��F ��eH��惮UV…
|
D | fr-FR_kdt_posp.pkb | 86 …�G�xxE��b��<O�H�Bj�b!�5A{���n!� �tl@B�fh0�@A;� �<D'�5���,�q�UV>�{��^��"L{� -̣�~H… 111 …rT�(����~��n�@�@a���"H�=D ���Hn��� �0M�}�"��Ё�2D�a�� ���>UV"���bBuE��{��8��d…
|
/external/llvm/lib/Analysis/ |
D | GlobalsModRef.cpp | 810 const Value *UV = GV1 ? UV2 : UV1; in alias() local 811 if (isNonEscapingGlobalNoAlias(GV, UV)) in alias()
|
D | MemoryBuiltins.cpp | 437 if (UndefValue *UV = dyn_cast<UndefValue>(V)) in compute() local 438 return visitUndefValue(*UV); in compute()
|
/external/selinux/mcstrans/share/examples/nato/setrans.d/ |
D | eyes-only.conf | 695 ~c221=UV # Burkina Faso
|