/external/google-fruit/tests/ |
D | tested_features.md | 5 * **TODO** Typical use-case 6 * **TODO** With assisted params 7 * **TODO** Check what happens with non-normalized types (all kinds) 31 * **TODO** Using the Inject typedef 32 * **TODO** Using the INJECT macro 33 * **TODO** Also with no params 34 * **TODO** Also for a templated class 35 * **TODO** Also for a templated constructor (only explicitly or using Inject) 36 * **TODO** With all kinds of non-normalized params (esp. with INJECT) 37 * **TODO** With a constructor mistakenly taking an Assisted<X> or Annotated<A,X> parameter (instead… [all …]
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.intrinsics.vert | 11 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 22 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 28 // TODO: fma(inD0, inD1, inD2); 40 // TODO: mul(inF0, inF1); 56 // TODO: sampler intrinsics, when we can declare the types. 64 // TODO: ... add when float1 prototypes are generated 78 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 91 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 98 // TODO: fma(inD0, inD1, inD2); 111 // TODO: mul(inF0, inF1); [all …]
|
D | hlsl.intrinsics.negative.frag | 3 // AllMemoryBarrier(); // TODO: expected error: invalid in fragment stage 4 // AllMemoryBarrierWithGroupSync(); // TODO: expected error: invalid in fragment stage 11 // DeviceMemoryBarrierWithGroupSync(); // TODO: expected error: only valid in compute stage 15 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC 16 …// InterlockedAdd(inI0, inI0, 3); // expected error: last parameter is out TODO: accept… 17 … is out TODO: accepted even though marked as out i // InterlockedMax(inI0, inI0, 3); … 18 …// InterlockedMin(inI0, inI0, 3); // expected error: last parameter is out TODO: accept… 19 …// InterlockedOor(inI0, inI0, 3); // expected error: last parameter is out TODO: accept… 20 …// InterlockedXor(inI0, inI0, 3); // expected error: last parameter is out TODO: accept… 21 // GroupMemoryBarrier(); // TODO: expected error: invalid in fragment stage [all …]
|
D | hlsl.intrinsics.frag | 28 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 48 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 54 // TODO: fma(inD0, inD1, inD2); 84 // TODO: sampler intrinsics, when we can declare the types. 92 // TODO: ... add when float1 prototypes are generated 108 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 127 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 132 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 139 // TODO: fma(inD0, inD1, inD2); 172 // TODO: sampler intrinsics, when we can declare the types. [all …]
|
D | remap.hlsl.templatetypes.everything.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO: 37 // matrix<float, 4, 1> r63 = float4x1(1,2,3,4); // TODO: 38 // matrix<float, 1, 4> r64 = float1x4(1,2,3,4); // TODO: 42 // TODO: bool mats 43 // TODO: int mats
|
D | remap.hlsl.templatetypes.none.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO: 37 // matrix<float, 4, 1> r63 = float4x1(1,2,3,4); // TODO: 38 // matrix<float, 1, 4> r64 = float1x4(1,2,3,4); // TODO: 42 // TODO: bool mats 43 // TODO: int mats
|
D | hlsl.templatetypes.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO: 37 // matrix<float, 4, 1> r63 = float4x1(1,2,3,4); // TODO: 38 // matrix<float, 1, 4> r64 = float1x4(1,2,3,4); // TODO: 42 // TODO: bool mats 43 // TODO: int mats
|
/external/angle/third_party/glslang/src/Test/ |
D | hlsl.intrinsics.vert | 11 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 22 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 28 // TODO: fma(inD0, inD1, inD2); 40 // TODO: mul(inF0, inF1); 56 // TODO: sampler intrinsics, when we can declare the types. 64 // TODO: ... add when float1 prototypes are generated 78 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 91 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 98 // TODO: fma(inD0, inD1, inD2); 111 // TODO: mul(inF0, inF1); [all …]
|
D | hlsl.intrinsics.negative.frag | 3 // AllMemoryBarrier(); // TODO: expected error: invalid in fragment stage 4 // AllMemoryBarrierWithGroupSync(); // TODO: expected error: invalid in fragment stage 11 // DeviceMemoryBarrierWithGroupSync(); // TODO: expected error: only valid in compute stage 15 // fma(inF0, inF1, inF2); // TODO: this might auto-promote: need to check against FXC 16 …// InterlockedAdd(inI0, inI0, 3); // expected error: last parameter is out TODO: accept… 17 … is out TODO: accepted even though marked as out i // InterlockedMax(inI0, inI0, 3); … 18 …// InterlockedMin(inI0, inI0, 3); // expected error: last parameter is out TODO: accept… 19 …// InterlockedOor(inI0, inI0, 3); // expected error: last parameter is out TODO: accept… 20 …// InterlockedXor(inI0, inI0, 3); // expected error: last parameter is out TODO: accept… 21 // GroupMemoryBarrier(); // TODO: expected error: invalid in fragment stage [all …]
|
D | hlsl.intrinsics.frag | 28 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 48 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 54 // TODO: fma(inD0, inD1, inD2); 84 // TODO: sampler intrinsics, when we can declare the types. 92 // TODO: ... add when float1 prototypes are generated 108 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 127 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 132 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 139 // TODO: fma(inD0, inD1, inD2); 172 // TODO: sampler intrinsics, when we can declare the types. [all …]
|
D | remap.hlsl.templatetypes.none.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO: 37 // matrix<float, 4, 1> r63 = float4x1(1,2,3,4); // TODO: 38 // matrix<float, 1, 4> r64 = float1x4(1,2,3,4); // TODO: 42 // TODO: bool mats 43 // TODO: int mats
|
D | remap.hlsl.templatetypes.everything.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO: 37 // matrix<float, 4, 1> r63 = float4x1(1,2,3,4); // TODO: 38 // matrix<float, 1, 4> r64 = float1x4(1,2,3,4); // TODO: 42 // TODO: bool mats 43 // TODO: int mats
|
D | hlsl.templatetypes.frag | 34 // matrix<bool, 2, 3> r60 = bool2x3(false, true, false, true, false, true); // TODO: 37 // matrix<float, 4, 1> r63 = float4x1(1,2,3,4); // TODO: 38 // matrix<float, 1, 4> r64 = float1x4(1,2,3,4); // TODO: 42 // TODO: bool mats 43 // TODO: int mats
|
/external/grpc-grpc/ |
D | .pylintrc | 3 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection 16 # NOTE(nathaniel): We are big fans of "TODO(<issue link>): " and 17 # "NOTE(<username or issue link>): ". We do not allow "TODO:", 18 # "TODO(<username>):", "FIXME:", or anything else. 24 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279): 28 # TODO(https://github.com/grpc/grpc/issues/8622): Enable this after the 31 # TODO(https://github.com/grpc/grpc/issues/261): Doesn't seem to 35 # TODO(https://github.com/grpc/grpc/issues/261): Enable this one. 38 # TODO(https://github.com/grpc/grpc/issues/261): This doesn't seem to 55 # TODO(https://github.com/grpc/grpc/issues/261): Doesn't yet play [all …]
|
D | .pylintrc-tests | 3 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection 16 # NOTE(nathaniel): We are big fans of "TODO(<issue link>): " and 17 # "NOTE(<username or issue link>): ". We do not allow "TODO:", 18 # "TODO(<username>):", "FIXME:", or anything else. 28 # TODO(https://github.com/grpc/grpc/issues/261): investigate 57 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279): 61 # TODO(https://github.com/grpc/grpc/issues/8622): Enable this after the 64 # TODO(https://github.com/grpc/grpc/issues/261): Doesn't seem to 68 # TODO(https://github.com/grpc/grpc/issues/261): Enable this one. 71 # TODO(https://github.com/grpc/grpc/issues/261): This doesn't seem to [all …]
|
/external/pdfium/testing/resources/javascript/ |
D | document_methods.in | 109 // TODO(tsepez): test success cases. 116 // TODO(tsepez): test with no permissions. 130 // TODO(tonikitoo): test success cases. 137 // TODO(tonikitoo): test success cases. 147 // TODO(tsepez): test success cases. 158 // TODO(tsepez): test success cases. 174 // TODO(tsepez): add field object so this case works. 189 // TODO(tsepez): test with no permissions. 190 // TODO(tsepez): test success cases. 197 // TODO(tsepez): test with no permissions. [all …]
|
D | event_properties.in | 73 // TODO(tsepez): figure out a way to set event names for tests. 91 // TODO(tsepez): is silently ignoring update correct here? 96 // TODO(tsepez): is silently ignoring update correct here? 101 // TODO(tsepez): is silently ignoring update correct here? 107 // TODO(tsepez): figure out a way to set event names for tests. 113 // TODO(tsepez): figure out a way to set event names for tests. 121 // TODO(tsepez): dig deeper into object. 125 // TODO(tsepez): dig deeper into object.
|
/external/llvm/test/CodeGen/SPARC/ |
D | float-constants.ll | 3 ; TODO: actually fix the codegen to be optimal. At least we don't 10 ; TODO-CHECK: sethi 1049856, %o0 11 ; TODO-CHECK: sethi 0, %o1 21 ; TODO-CHECK: sethi 1049856, %o0 22 ; TODO-CHECK: sethi 0, %o1 35 ; TODO-CHECK: sethi 1049856, %o0 36 ; TODO-CHECK: sethi 0, %o1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | float-constants.ll | 3 ; TODO: actually fix the codegen to be optimal. At least we don't 10 ; TODO-CHECK: sethi 1049856, %o0 11 ; TODO-CHECK: sethi 0, %o1 21 ; TODO-CHECK: sethi 1049856, %o0 22 ; TODO-CHECK: sethi 0, %o1 35 ; TODO-CHECK: sethi 1049856, %o0 36 ; TODO-CHECK: sethi 0, %o1
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | BUILD | 179 "nomac", # TODO(mihaimaruseac): b/127695564 194 "nomac", # TODO(mihaimaruseac): b/127695564 209 "nomac", # TODO(mihaimaruseac): b/127695564 225 "nomac", # TODO(mihaimaruseac): b/127695564 242 "nomac", # TODO(mihaimaruseac): b/127695564 259 "nomac", # TODO(mihaimaruseac): b/127695564 276 "nomac", # TODO(mihaimaruseac): b/127695564 292 "nomac", # TODO(b/146226927) 309 "nomac", # TODO(mihaimaruseac): b/127695564 325 "nomac", # TODO(mihaimaruseac): b/127695564 [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrAtomics.td | 15 // TODO: Implement atomic instructions. 21 // TODO: add atomic fences here... 27 // TODO: add atomic loads here... 33 // TODO: add atomic stores here... 39 // TODO: add exclusive operations here...
|
/external/icu/icu4c/source/data/brkitr/dictionaries/ |
D | thaidict.txt | 5414 # ดี.ซี. -- TODO: why does this have full stop in it? 15997 # วี.ดี. # TODO: why do these have full stops? 16382 # ส.ธรนินทร์ -- TODO: why do these have full stops? 23343 # เอ.ยู.เอ. -- TODO: why do we have a full stop?
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | store-private.ll | 43 ; TODO: Is the reload necessary? 72 ; TODO: Is the reload necessary? 92 ; TODO: This load and store can be eliminated 102 ; TODO: This load and store can be eliminated 158 ; TODO: This load and store cannot be eliminated, 169 ; TODO: This load and store cannot be eliminated, 208 ; TODO: This load and store cannot be eliminated, 219 ; TODO: This load and store cannot be eliminated, 257 ; TODO: This load and store cannot be eliminated, 263 ; TODO: This load and store cannot be eliminated, [all …]
|
/external/skqp/modules/sksg/ |
D | BUILD.gn | 26 "../..:tests_config", # TODO: refactor to make this nicer 33 "../..:gpu_tool_utils", # TODO: refactor to make this nicer 39 if (target_cpu != "wasm") { # TODO: clean up wasm test 44 "../..:samples_config", # TODO: refactor to make this nicer
|
/external/skia/modules/sksg/ |
D | BUILD.gn | 29 "../..:tests_config", # TODO: refactor to make this nicer 36 "../..:gpu_tool_utils", # TODO: refactor to make this nicer 42 if (target_cpu != "wasm") { # TODO: clean up wasm test 47 "../..:samples_config", # TODO: refactor to make this nicer
|