/aosp_15_r20/external/llvm/test/MC/Disassembler/PowerPC/ |
H A D | ppc64-encoding-ext.txt | 3 # FIXME: decode as beqlr 0 7 # FIXME: decode as beqlr 1 11 # FIXME: decode as beqlr 2 15 # FIXME: decode as beqlr 3 19 # FIXME: decode as beqlr 4 23 # FIXME: decode as beqlr 5 27 # FIXME: decode as beqlr 6 31 # FIXME: decode as beqlr 7 299 # FIXME: decode as bltlr 2 303 # FIXME: decode as bltlr 0 [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/ |
H A D | dram-tune-ddr3.c | 155 #define DEFAULT_TEST_BURSTS 5 // FIXME: this is what works so far...// FIXME: was 7 169 // FIXME: ASSUME that we have DIMMS no less than 4GB in size 193 // FIXME: is this reasonable speed "binning"? in get_speed_bin() 227 uint64_t p2offset = 0x10000000/* was: dram_tune_rank_offset; */; // FIXME? in dram_tuning_mem_xor() 270 for (ii = 0; ii < II_MAX; ii += II_INC) { // FIXME? extend the range of memory tested!! in dram_tuning_mem_xor() 300 for (ii = 0; ii < II_MAX; ii += II_INC) { // FIXME? extend the range of memory tested!! in dram_tuning_mem_xor() 350 for (ii = 0; ii < II_MAX; ii += II_INC) { // FIXME? extend the range of memory tested!! in dram_tuning_mem_xor() 352 … for (i = 0; i < I_MAX; i += I_INC) { // FIXME: rearranged, did not make much difference? in dram_tuning_mem_xor() 400 // FIXME: change the loop order so that an entire cache line is compared at one time in dram_tuning_mem_xor() 401 … // FIXME: this is so that a read error that occurs *anywhere* on the cacheline will be caught, in dram_tuning_mem_xor() [all …]
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 660 // FIXME: under ASan the call below may write to freed memory and corrupt 671 // FIXME: under ASan the call below may write to freed memory and corrupt 712 // FIXME: under ASan the call below may write to freed memory and corrupt 730 // FIXME: under ASan the call below may write to freed memory and corrupt 748 // FIXME: under ASan the call below may write to freed memory and corrupt 816 // FIXME: this check should be _before_ the call to REAL(write), not after 995 // FIXME: under ASan the call below may write to freed memory and corrupt 1008 // FIXME: under ASan the call below may write to freed memory and corrupt 1021 // FIXME: under ASan the call below may write to freed memory and corrupt 1034 // FIXME: under ASan the call below may write to freed memory and corrupt [all …]
|
H A D | sanitizer_win.cc | 80 // FIXME: is it possible for the stack to not be a single allocation? in GetThreadStackTopAndBottom() 172 // FIXME: is this really "NoReserve"? On Win32 this does not matter much, in MmapFixedNoReserve() 206 // FIXME: make this really NoReserve? in MmapNoReserveOrDie() 222 // FIXME: unsupported. in MmapNoAccess() 234 // FIXME: add madvise-analog when we move to 64-bits. in FlushUnneededShadowMemory() 238 // FIXME: probably similar to FlushUnneededShadowMemory. in NoHugePagesInRegion() 243 // FIXME: add madvise-analog when we move to 64-bits. in DontDumpShadowMemory() 545 // FIXME: Use the wide variants to handle Unicode filenames. in OpenFile() 585 // FIXME: support colored output. in SupportsColoredOutput() 652 // FIXME: see comments in BlockingMutex::Lock() for the details. in BlockingMutex() [all …]
|
/aosp_15_r20/external/pytorch/tools/test/ |
H A D | test_executorch_unboxing.py | 47 # pyre-fixme[16]: `enum.Enum` has no attribute `SymInt` 48 # pyre-fixme[19]: Call `BaseType.__init__` expects 0 positional arguments, 1 was provided. 57 # pyre-fixme[16]: 67 # pyre-fixme[16]: `enum.Enum` has no attribute `SymInt` 68 # pyre-fixme[19]: Call `BaseType.__init__` expects 0 positional arguments, 1 was provided. 77 # pyre-fixme[16]: 88 # pyre-fixme[16]: `enum.Enum` has no attribute `Tensor` 89 # pyre-fixme[19]: Call `BaseType.__init__` expects 0 positional arguments, 1 was provided. 97 # pyre-fixme[16]: 112 # pyre-fixme[16]: `enum.Enum` has no attribute `Tensor` [all …]
|
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/ |
H A D | jp2.h | 176 /* FIXME: The following two variables are used to save offset 258 * @param p_stream FIXME DOC 259 * @param p_image FIXME DOC 260 * @param p_manager FIXME DOC 276 * @param p_manager FIXME DOC 301 * @param p_image FIXME DOC 302 * @param p_manager FIXME DOC 335 * @param p_image FIXME DOC 363 * @param p_tile_index FIXME DOC 364 * @param p_data_size FIXME DOC [all …]
|
H A D | j2k.h | 134 …J2K_STATE_ERR = 0x8000 /**< the decoding process has encountered an error (FIXME warning V1 = … 212 * FIXME DOC 224 * FIXME DOC 488 * SOD reader function. FIXME NOT USED for the moment 570 /* FIXME DOC*/ 670 * @param p_image FIXME DOC 699 * @param p_data FIXME DOC 700 * @param p_data_size FIXME DOC 714 * @param p_tile_index FIXME DOC 715 * @param p_data_size FIXME DOC [all …]
|
/aosp_15_r20/external/pytorch/torch/distributed/tensor/ |
H A D | _shards_wrapper.py | 81 # pyre-fixme[3]: Return type must be annotated. 82 # pyre-fixme[2]: Parameter must be annotated. 106 # pyre-fixme[3]: Return type must be annotated. 107 # pyre-fixme[2]: Parameter must be annotated. 118 # pyre-fixme[3]: Return type must be annotated. 119 # pyre-fixme[2]: Parameter must be annotated. 124 # pyre-fixme[3]: Return type must be annotated. 125 # pyre-fixme[2]: Parameter must be annotated. 134 # pyre-fixme[3]: Return type must be annotated. 135 # pyre-fixme[2]: Parameter must be annotated. [all …]
|
/aosp_15_r20/external/clang/test/CXX/drs/ |
H A D | dr2xx.cpp | 24 // dr201 FIXME: write codegen test 34 // FIXME (export) dr204: no 57 // dr208 FIXME: write codegen test 68 // dr210 FIXME: write codegen test 120 // FIXME: Should reject this: 'f' has linkage but its type does not, 127 // FIXME: Should reject this: 'f' has linkage but its type does not, 278 B<my_T1, T2, my_I>::type b3; // FIXME: expected-error {{missing 'typename'}} 280 B<my_T1, T2, my_I3>::type b5; // FIXME: expected-error {{missing 'typename'}} 288 X<i, int>::type w; // FIXME: expected-error {{missing 'typename'}} 289 X<A::i, char>::type x; // FIXME: expected-error {{missing 'typename'}} [all …]
|
H A D | dr3xx.cpp | 29 // FIXME: This shouldn't say (null). in f() 126 // FIXME: This diagnostic is terrible. in k() 132 // FIXME: This is valid. 142 // FIXME: dup 39 143 // FIXME: This should be accepted. 183 // FIXME: The diagnostics here are not very good. 193 // FIXME: should this be available in c++98 mode? expected-error@-2 {{extension}} 197 namespace dr314 { // FIXME 314: dup 1710 229 // FIXME: dup dr389 230 // FIXME: We don't have a diagnostic for a name with linkage [all …]
|
H A D | dr5xx.cpp | 6 // FIXME: This is included to avoid a diagnostic with no source location 58 // FIXME: Add tests here once DR260 is resolved. 85 // FIXME: dr1017 reverses the wording of dr515, but the current draft has 114 // FIXME: These are both ill-formed. 118 // FIXME: These are both ill-formed. 131 // FIXME: Add a codegen test. 142 // FIXME: The wording here is broken. It's not reasonable to expect a 234 extern struct { int x; } a; // FIXME: We should reject this, per dr389. 239 struct E { static P e; }; // FIXME: We should reject this, per dr389. 318 // FIXME: This is ill-formed; -pedantic-errors should reject. [all …]
|
H A D | dr4xx.cpp | 6 // FIXME: __SIZE_TYPE__ expands to 'long long' on some targets. 38 // FIXME: We're missing the "in instantiation of" note for the default 51 // FIXME: Why do we get different diagnostics in C++11 onwards here? We seem 196 // FIXME: This should be ill-formed. The member A::i<> is befriended, 261 // FIXME: This is ill-formed. 296 // FIXME: This is ill-formed, but this diagnostic is terrible. We should in test2() 414 // FIXME: This rule is obviously intended to apply to C++98 as well. 432 // FIXME: This should apply in C++98 too. 518 // dr438 FIXME write a codegen test 519 // dr439 FIXME write a codegen test [all …]
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | properties.m | 660 [_ownedProp release]; // FIXME-warning{{used after it is released}} 666 [_unownedProp release]; // FIXME-warning{{not owned at this point by the caller}} 673 [_ivarOnly release]; // FIXME-warning{{used after it is released}} 680 [_readonlyProp release]; // FIXME-warning{{used after it is released}} 687 [_implicitManualProp release]; // FIXME-warning{{used after it is released}} 693 [_implicitSynthProp release]; // FIXME-warning{{not owned at this point by the caller}} 700 CFRelease(_cfProp); // FIXME-warning{{used after it is released}} 707 [_ownedProp myMethod]; // FIXME-warning{{used after it is released}} 714 [_ivarOnly myMethod]; // FIXME-warning{{used after it is released}} 723 CFUse(_cfProp); // FIXME-warning{{used after it is released}} [all …]
|
/aosp_15_r20/external/llvm/test/MC/Mips/ |
H A D | expansion-jal-sym-pic.s | 128 # FIXME: The .text section MCSymbol isn't created when printing assembly. However, 131 # O32-FIXME: lw $25, %got(.text)($gp) # encoding: [0x8f,0x99,A,A] 132 # O32-FIXME: # fixup A - offset: 0, value: %got(.text), kin… 133 # O32-FIXME: addiu $25, $25, %lo(.text) # encoding: [0x27,0x39,A,A] 134 # O32-FIXME: # fixup A - offset: 0, value: %lo(.text), kind… 136 # N32-FIXME: lw $25, %got_disp(.text)($gp) # encoding: [0x8f,0x99,A,A] 137 # N32-FIXME: # fixup A - offset: 0, value: %got_disp(.text)… 139 # N64-FIXME: ld $25, %got_disp(.text)($gp) # encoding: [0xdf,0x99,A,A] 140 # N64-FIXME: # fixup A - offset: 0, value: %got_disp(.text)… 142 # O32-MICROMIPS-FIXME: lw $25, %got(.text)($gp) # encoding: [0xff,0x3c,A,A] [all …]
|
/aosp_15_r20/external/llvm/test/MC/PowerPC/ |
H A D | ppc64-encoding.s | 285 # FIXME: Fixed-point move assist instructions 301 # FIXME: addo 2, 3, 4 302 # FIXME: addo. 2, 3, 4 309 # FIXME: subfo 2, 3, 4 310 # FIXME: subfo. 2, 3, 4 327 # FIXME: addco 2, 3, 4 328 # FIXME: addco. 2, 3, 4 335 # FIXME: subfco 2, 3, 4 336 # FIXME: subfco. 2, 3, 4 344 # FIXME: addeo 2, 3, 4 [all …]
|
/aosp_15_r20/external/executorch/backends/cadence/runtime/ |
H A D | utils.py | 16 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 19 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 21 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 30 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 32 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 71 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 77 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 83 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 88 # pyre-fixme[24]: Generic type `np.ndarray` expects 2 type parameters. 97 # pyre-fixme[3]: Return type must be annotated. [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/mediatek/mt8195/include/ |
H A D | mt8195.h | 95 #define NFI_BASE (IO_PHYS + 0x0100D000) /* FIXME: not list in memory map */ 96 #define NFIECC_BASE (IO_PHYS + 0x0100E000) /* FIXME: not list in memory map */ 126 #define SSUSB_DEV_BASE (U3D_BASE + 0x1000) /* FIXME: not list in memory map */ 127 #define SSUSB_EPCTL_CSR_BASE (U3D_BASE + 0x1800) /* FIXME: not list in memory map */ 128 #define SSUSB_USB3_MAC_CSR_BASE (U3D_BASE + 0x2400) /* FIXME: not list in memory map */ 129 #define SSUSB_USB3_SYS_CSR_BASE (U3D_BASE + 0x2400) /* FIXME: not list in memory map */ 130 #define SSUSB_USB2_CSR_BASE (U3D_BASE + 0x3400) /* FIXME: not list in memory map */ 132 #define SSUSB_SIFSLV_IPPC_BASE (U3D_BASE + 0x3E00) /* FIXME: not list in memory map */ 134 #define SSUSB_SIFSLV_SPLLC_BASE (USB_SIF_BASE + 0x700) /* FIXME: not list in memory map… 135 #define SSUSB_SIFSLV_U2PHY_COM_BASE (USB_SIF_BASE + 0x300) /* FIXME: not list in memory map… [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | subpel_variance_sse2.asm | 113 ; FIXME(rbultje) only bilinear filters use >8 registers, and ssse3 only uses 189 ; FIXME(rbultje) if both filters are bilinear, we don't actually use m5; we 199 ; FIXME(rbultje) replace by jumptable? 361 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64 402 ; FIXME(rbultje) instead of out=((num-x)*in1+x*in2+rnd)>>log2(num), we can 419 ; FIXME(rbultje) pipeline 463 ; FIXME(rbultje) pipeline 684 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64 744 ; FIXME(rbultje) pipeline 798 ; FIXME(rbultje) pipeline [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | subpel_variance_ssse3.asm | 98 ; FIXME(rbultje) only bilinear filters use >8 registers, and ssse3 only uses 174 ; FIXME(rbultje) if both filters are bilinear, we don't actually use m5; we 184 ; FIXME(rbultje) replace by jumptable? 346 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64 387 ; FIXME(rbultje) instead of out=((num-x)*in1+x*in2+rnd)>>log2(num), we can 404 ; FIXME(rbultje) pipeline 448 ; FIXME(rbultje) pipeline 669 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64 729 ; FIXME(rbultje) pipeline 783 ; FIXME(rbultje) pipeline [all …]
|
/aosp_15_r20/external/spdx-tools/idsearcher/ |
H A D | idsearcher.go | 97 // FIXME this is not preferable -- ignoring error 99 // FIXME for now, proceed onwards with whatever IDs we obtained. 100 // FIXME instead of ignoring the error, should probably either log it, 101 // FIXME and/or enable the caller to configure what should happen. 221 // FIXME this is not preferable -- ignoring error 223 // FIXME for now, proceed onwards with whatever IDs we obtained. 224 // FIXME instead of ignoring the error, should probably either log it, 225 // FIXME and/or enable the caller to configure what should happen. 345 // FIXME this is not preferable -- ignoring error 347 // FIXME for now, proceed onwards with whatever IDs we obtained. [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | d2d1effectauthor.h | 163 /* FIXME: Add full C declaration */ 181 /* FIXME: Add full C declaration */ 201 /* FIXME: Add full C declaration */ 224 /* FIXME: Add full C declaration */ 241 /* FIXME: Add full C declaration */ 262 /* FIXME: Add full C declaration */ 279 /* FIXME: Add full C declaration */ 304 /* FIXME: Add full C declaration */ 322 /* FIXME: Add full C declaration */ 340 /* FIXME: Add full C declaration */ [all …]
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/ |
D | module.modulemap | 10 // FIXME: The standard does not require that each of these submodules 48 // FIXME: <stdalign.h> is missing. 59 // FIXME: This module only exists on OS X and for some reason the 78 // FIXME: <uchar.h> is missing. 161 // FIXME: <cstdalign> is missing. 201 // FIXME: <cuchar> is missing. 323 // FIXME: should re-export ios, streambuf? 370 // FIXME: should re-export ios, streambuf? 403 // FIXME: should re-export istream, ostream, ios, streambuf, string? 494 // FIXME: These should be private. [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxx/include/ |
D | module.modulemap | 10 // FIXME: The standard does not require that each of these submodules 48 // FIXME: <stdalign.h> is missing. 59 // FIXME: This module only exists on OS X and for some reason the 78 // FIXME: <uchar.h> is missing. 161 // FIXME: <cstdalign> is missing. 201 // FIXME: <cuchar> is missing. 323 // FIXME: should re-export ios, streambuf? 370 // FIXME: should re-export ios, streambuf? 403 // FIXME: should re-export istream, ostream, ios, streambuf, string? 494 // FIXME: These should be private. [all …]
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxx/include/ |
D | module.modulemap | 10 // FIXME: The standard does not require that each of these submodules 48 // FIXME: <stdalign.h> is missing. 59 // FIXME: This module only exists on OS X and for some reason the 78 // FIXME: <uchar.h> is missing. 161 // FIXME: <cstdalign> is missing. 201 // FIXME: <cuchar> is missing. 323 // FIXME: should re-export ios, streambuf? 370 // FIXME: should re-export ios, streambuf? 403 // FIXME: should re-export istream, ostream, ios, streambuf, string? 494 // FIXME: These should be private. [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/ |
D | module.modulemap | 10 // FIXME: The standard does not require that each of these submodules 48 // FIXME: <stdalign.h> is missing. 59 // FIXME: This module only exists on OS X and for some reason the 78 // FIXME: <uchar.h> is missing. 161 // FIXME: <cstdalign> is missing. 201 // FIXME: <cuchar> is missing. 323 // FIXME: should re-export ios, streambuf? 370 // FIXME: should re-export ios, streambuf? 403 // FIXME: should re-export istream, ostream, ios, streambuf, string? 494 // FIXME: These should be private. [all …]
|