/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/pdfium/testing/resources/javascript/ |
D | document_methods.in | 127 // TODO(tsepez): test success cases. 134 // TODO(tsepez): test with no permissions. 135 // TODO(tsepez): test success cases. 147 // TODO(tonikitoo): test success cases. 154 // TODO(tonikitoo): test success cases. 164 // TODO(tsepez): test success cases. 175 // TODO(tsepez): test success cases. 188 // TODO(tsepez): test success cases. 202 // TODO(tsepez): test with no permissions. 203 // TODO(tsepez): test success cases. [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); 83 // TODO: sampler intrinsics, when we can declare the types. 91 // TODO: ... add when float1 prototypes are generated 107 // asdouble(inU0, inU1); // TODO: enable when HLSL parser used for intrinsics 126 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 131 // TODO: EvaluateAttributeSnapped(inF0, int2(1,2)); 138 // TODO: fma(inD0, inD1, inD2); 171 // 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
|
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
|
/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/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/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/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/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/icu/icu4c/source/data/unidata/ |
D | UCARules.txt | 1429 # TODO: There are several problems with this file. See http://unicode.org/cldr/trac/ticket/6745 1430 &'\u202F' # TODO: reset to the last space, not [last regular] 1431 # TODO: do not tailor this: < '\uFFFE' 1455 &[last variable] # TODO: insert this reset so that variables work 2388 # TODO: do not try to set this: < [variable top] 2389 &\u30FD # TODO: instead, reset to the last symbol so that maxVariable=symbol works 8329 &\uFDFC # TODO: reset to the last currency symbol 8387 &[last regular] # TODO: digits & letters from here 29518 # TODO: do not tailor to this: & [last trailing] 29519 # TODO: do not tailor U+FFFD < � [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
D | COFF_Thumb.s | 40 # TODO rtdyld-check: decode_operand(rel2, 1) = (__imp_OutputDebugStringA&0xffff0000>>16) 46 # TODO rtdyld-check: decode_operand(rel3, 1) = (string&0xffff0000>>16) 52 # TODO rtdyld-check: decode_operand(rel4, 1) = (__imp_ExitProcess&0xffff0000>>16) 111 # TODO rtdyld-check: decode_operand(rel12, 1) = (__imp_OutputDebugStringW&0xffff0000>>16) 130 # TODO rtdyld-check: decode_operand(branch_to_thumb_func, 1) = (function&0xffff0000>>16) 149 # TODO rtdyld-check: decode_operand(ref_to_data_symbol_addr, 1) = (a_data_symbol&0xffff0000>>16)
|
/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 | 28 "../..:tests_config", # TODO: refactor to make this nicer 35 "../..:gpu_tool_utils", # TODO: refactor to make this nicer 41 if (target_cpu != "wasm") { # TODO: clean up wasm test 46 "../..:samples_config", # TODO: refactor to make this nicer
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedM1.td | 70 // TODO: Non-conditional direct branches take zero cycles and units. 73 // TODO: Branch and link is much different. 77 // TODO: Shift over 3 and some extensions take 2 cycles. 86 // TODO: Division blocks the divider inside C. 89 // TODO: Long multiplication take 5 cycles and also the ALU. 90 // TODO: Multiplication with accumulation can be advanced. 92 // TODO: 64-bit multiplication has a throughput of 1/2. 99 // TODO: The latency for the post or pre register is 1 cycle. 104 // TODO: Extended address requires also the ALU. 110 // TODO: Extended address requires also the ALU. [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | README.txt | 28 ** TODO Use Push/Pop instructions 32 ** TODO requiresRegisterScavenging 39 ** TODO Implement PrintGlobalVariable 40 ** TODO Remove LOAD32sym 94 ** TODO Support all register classes 99 *** TODO SETCC (ctlz x), 5) == const 100 *** TODO SETCC (and load, const) == const 102 *** TODO SETCC (sext x) == const 105 ** TODO Better imediate constants 108 ** TODO Implement cycle counter [all …]
|
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/ |
D | libjingle_media_unittest.gtest-memcheck.txt | 1 #TODO(wu): https://code.google.com/p/webrtc/issues/detail?id=2380 4 #TODO(jiayl): https://code.google.com/p/webrtc/issues/detail?id=3492 7 # TODO(pbos): https://code.google.com/p/webrtc/issues/detail?id=4963
|
/external/tensorflow/tensorflow/lite/ |
D | BUILD | 79 # TODO(aselle): Resolve problems preventing C99 usage. 137 # TODO(ahentz): investigate dependency on gemm_support requiring usage of tf_copts. 218 "tflite_not_portable_ios", # TODO(b/117786830) 236 "tflite_not_portable_ios", # TODO(b/117786830) 258 "tflite_not_portable_ios", # TODO(b/117786830) 274 "tflite_not_portable_ios", # TODO(b/117786830) 318 "no_windows", # TODO(b/116667551): No weak symbols with MSVC. 339 "tflite_not_portable_ios", # TODO(b/117786830) 364 "tflite_not_portable_ios", # TODO(b/117786830) 402 "tflite_not_portable_ios", # TODO(b/117786830)
|
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/ |
D | testing_api.proto | 20 // TODO remove this when oneof support is added to nanopb 30 // TODO remove this when oneof support is added to nanopb 45 // TODO plain_text and number_of_blocks should be mutually exclusive. 90 TODO look into adding callback support to oneof fields in nanopb
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlBuffer.mm | 21 // TODO: DrawIndirect buffers aren't actually supported yet because we don't have a way of 36 // TODO: We are treating all buffers as static access since we don't have an implementation to 68 // TODO: implement encoding data into argument (DrawIndirect) buffers. 118 // TODO: We will want to decide if we need to create a new buffer here in order to avoid 123 // TODO: We can't ensure that map will only be called once on static access buffers until 151 // TODO: by calling didModifyRange here we invalidate the buffer. This will cause problems for 187 SkASSERT(fIsDynamic == false); // TODO: implement synchronization to allow dynamic access.
|