/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/llvm-project/flang/lib/Lower/ |
D | Coarray.cpp | 21 #undef TODO 22 #define TODO(MSG) \ macro 37 TODO("CHANGE TEAM construct"); in genChangeTeamConstruct() 44 TODO("CHANGE TEAM stmt"); in genChangeTeamStmt() 51 TODO("END CHANGE TEAM"); in genEndChangeTeamStmt() 57 TODO("FORM TEAM"); in genFormTeamStatement() 67 TODO("co-array address"); in genAddr() 72 TODO("co-array value"); in genValue()
|
D | OpenMP.cpp | 86 TODO(""); in genOMP() 88 TODO(""); in genOMP() 90 TODO(""); in genOMP() 92 TODO(""); in genOMP() 114 TODO("Handle OmpMemoryOrderClause"); in genOMP() 119 TODO(""); in genOMP() 122 &cancellationPointConstruct) { TODO(""); }, in genOMP() 255 §ionsConstruct) { TODO(""); }, in genOpenMPConstruct() 257 TODO(""); in genOpenMPConstruct() 263 TODO(""); in genOpenMPConstruct() [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 | 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/vulkan-deps/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 | 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
|
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
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | BUILD | 81 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 94 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 111 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 130 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 148 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 168 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 188 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 207 "no_oss", # TODO(b/148108508): Re-enable this test in OSS. 208 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip 236 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip [all …]
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_syscalls_netbsd.inc | 150 /* TODO */ 155 /* TODO */ 157 PRE_SYSCALL(compat_43_ocreat)(void *path_, long long mode_) { /* TODO */ } 159 /* TODO */ 215 /* TODO */ 219 /* TODO */ 254 /* TODO */ 258 /* TODO */ 262 /* TODO */ 266 /* TODO */ [all …]
|
/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/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/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 …]
|
/external/rust/crates/grpcio-sys/grpc/ |
D | .pylintrc-examples | 11 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection 24 # NOTE(nathaniel): We are big fans of "TODO(<issue link>): " and 25 # "NOTE(<username or issue link>): ". We do not allow "TODO:", 26 # "TODO(<username>):", "FIXME:", or anything else. 38 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279): 42 # TODO(https://github.com/grpc/grpc/issues/8622): Enable this after the 45 # TODO(https://github.com/grpc/grpc/issues/261): Doesn't seem to 49 # TODO(https://github.com/grpc/grpc/issues/261): Enable this one. 52 # TODO(https://github.com/grpc/grpc/issues/261): This doesn't seem to 69 # TODO(https://github.com/grpc/grpc/issues/261): Doesn't yet play [all …]
|
D | .pylintrc | 13 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection 27 # NOTE(nathaniel): We are big fans of "TODO(<issue link>): " and 28 # "NOTE(<username or issue link>): ". We do not allow "TODO:", 29 # "TODO(<username>):", "FIXME:", or anything else. 35 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279): 39 # TODO(https://github.com/grpc/grpc/issues/8622): Enable this after the 42 # TODO(https://github.com/grpc/grpc/issues/261): Doesn't seem to 46 # TODO(https://github.com/grpc/grpc/issues/261): Enable this one. 49 # TODO(https://github.com/grpc/grpc/issues/261): This doesn't seem to 66 # TODO(https://github.com/grpc/grpc/issues/261): Doesn't yet play [all …]
|
D | .pylintrc-tests | 10 # TODO(https://github.com/PyCQA/pylint/issues/1345): How does the inspection 23 # NOTE(nathaniel): We are big fans of "TODO(<issue link>): " and 24 # "NOTE(<username or issue link>): ". We do not allow "TODO:", 25 # "TODO(<username>):", "FIXME:", or anything else. 35 # TODO(https://github.com/grpc/grpc/issues/261): investigate 64 # TODO(https://github.com/PyCQA/pylint/issues/59#issuecomment-283774279): 68 # TODO(https://github.com/grpc/grpc/issues/8622): Enable this after the 71 # TODO(https://github.com/grpc/grpc/issues/261): Doesn't seem to 75 # TODO(https://github.com/grpc/grpc/issues/261): Enable this one. 78 # TODO(https://github.com/grpc/grpc/issues/261): This doesn't seem to [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/tensorflow/tensorflow/python/keras/engine/ |
D | BUILD | 11 # TODO(scottzhu): Remove non-keras deps from TF. 158 # TODO(keras-team): Fix the cyclar deps between layer and metrics. 258 "nomac", # TODO(mihaimaruseac): b/127695564 278 "no_oss_py38", # TODO(b/150615192) 279 "no_tfrt", # TODO(b/179805675) 280 "nomac", # TODO(mihaimaruseac): b/127695564 296 "nomac", # TODO(mihaimaruseac): b/127695564 312 "nomac", # TODO(mihaimaruseac): b/127695564 336 "nomac", # TODO(mihaimaruseac): b/127695564 353 "nomac", # TODO(mihaimaruseac): b/127695564 [all …]
|
/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?
|