Home
last modified time | relevance | path

Searched refs:fix (Results 1 – 25 of 1844) sorted by relevance

12345678910>>...74

/external/llvm-project/clang/test/FixIt/
Dfixit-availability.mm10 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
11 // CHECK-NEXT: fix-it:{{.*}}:{[[@LINE-2]]:14-[[@LINE-2]]:14}:"\n } else {\n // Fallback on ea…
13 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
14 // CHECK-NEXT: fix-it:{{.*}}:{[[@LINE-2]]:29-[[@LINE-2]]:29}:"\n } else {\n // Fallback on ea…
16 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
17 // CHECK-NEXT: fix-it:{{.*}}:{[[@LINE-2]]:19-[[@LINE-2]]:19}:"\n } else {\n // Fallback on ea…
20 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:5-[[@LINE-1]]:5}:"if (@available(macOS 10.12, *)) {\n "
21 // CHECK-NEXT: fix-it:{{.*}}:{[[@LINE-2]]:20-[[@LINE-2]]:20}:"\n } else {\n // Fallback on ea…
24 // CHECK: fix-it:{{.*}}:{[[@LINE-1]]:3-[[@LINE-1]]:3}:"if (@available(macOS 10.12, *)) {\n "
25 // CHECK-NEXT: fix-it:{{.*}}:{[[@LINE-2]]:31-[[@LINE-2]]:31}:"\n } else {\n // Fallback on ea…
[all …]
Dformat.m12 // CHECK: fix-it:"{{.*}}":{10:11-10:13}:"%d"
13 // CHECK: fix-it:"{{.*}}":{11:11-11:14}:"%d"
19 // CHECK: fix-it:"{{.*}}":{16:11-16:13}:"%d"
20 // CHECK: fix-it:"{{.*}}":{17:11-17:14}:"%d"
21 // CHECK: fix-it:"{{.*}}":{18:11-18:13}:"%d"
28 // CHECK: fix-it:"{{.*}}":{25:11-25:13}:"%s"
29 // CHECK: fix-it:"{{.*}}":{27:11-27:14}:"%s"
35 // CHECK: fix-it:"{{.*}}":{31:11-31:13}:"%s"
36 // CHECK: fix-it:"{{.*}}":{33:11-33:14}:"%s"
37 // CHECK: fix-it:"{{.*}}":{34:11-34:13}:"%s"
[all …]
Dformat-darwin.m44 // CHECK: fix-it:"{{.*}}":{[[@LINE-5]]:11-[[@LINE-5]]:13}:"%ld"
45 // CHECK: fix-it:"{{.*}}":{[[@LINE-6]]:16-[[@LINE-6]]:16}:"(long)"
47 // CHECK: fix-it:"{{.*}}":{[[@LINE-7]]:11-[[@LINE-7]]:13}:"%lu"
48 // CHECK: fix-it:"{{.*}}":{[[@LINE-8]]:16-[[@LINE-8]]:16}:"(unsigned long)"
50 // CHECK: fix-it:"{{.*}}":{[[@LINE-9]]:11-[[@LINE-9]]:13}:"%d"
51 // CHECK: fix-it:"{{.*}}":{[[@LINE-10]]:16-[[@LINE-10]]:16}:"(int)"
53 // CHECK: fix-it:"{{.*}}":{[[@LINE-11]]:11-[[@LINE-11]]:13}:"%u"
54 // CHECK: fix-it:"{{.*}}":{[[@LINE-12]]:16-[[@LINE-12]]:16}:"(unsigned int)"
58 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:11-[[@LINE-2]]:13}:"%ld"
59 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:16-[[@LINE-3]]:16}:"(long)"
[all …]
Dnullability.mm13 // CHECK: fix-it:"{{.*}}nullability.mm":{[[@LINE-1]]:14-[[@LINE-1]]:14}:" _Nonnull "
16 // CHECK: fix-it:"{{.*}}nullability.mm":{[[@LINE-1]]:13-[[@LINE-1]]:13}:" _Nonnull"
19 // CHECK: fix-it:"{{.*}}nullability.mm":{[[@LINE-1]]:14-[[@LINE-1]]:14}:" _Nonnull "
21 // No fix-its on either the macro definition or instantiation.
22 // CHECK-NOT: fix-it:"{{.*}}nullability.mm":{[[@LINE+2]]
23 // CHECK-NOT: fix-it:"{{.*}}nullability.mm":{[[@LINE+2]]
31 // CHECK: fix-it:"{{.*}}nullability.mm":{[[@LINE-1]]:17-[[@LINE-1]]:17}:" _Nonnull"
35 // CHECK: fix-it:"{{.*}}nullability.mm":{[[@LINE-1]]:14-[[@LINE-1]]:14}:"_Nonnull"
38 // CHECK: fix-it:"{{.*}}nullability.mm":{[[@LINE-1]]:14-[[@LINE-1]]:14}:" _Nonnull"
41 // CHECK: fix-it:"{{.*}}nullability.mm":{[[@LINE-1]]:14-[[@LINE-1]]:14}:"_Nonnull"
[all …]
Dformat.mm12 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unsigned short)"
15 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d"
16 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unsigned short)"
21 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unichar)"
24 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d"
25 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
28 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%f"
29 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
/external/rust/crates/chrono/src/format/
Dparse.rs615 check!("apr", [fix!(ShortMonthName)]; month: 4); in test_parse()
616 check!("Apr", [fix!(ShortMonthName)]; month: 4); in test_parse()
617 check!("APR", [fix!(ShortMonthName)]; month: 4); in test_parse()
618 check!("ApR", [fix!(ShortMonthName)]; month: 4); in test_parse()
619 check!("April", [fix!(ShortMonthName)]; TOO_LONG); // `Apr` is parsed in test_parse()
620 check!("A", [fix!(ShortMonthName)]; TOO_SHORT); in test_parse()
621 check!("Sol", [fix!(ShortMonthName)]; INVALID); in test_parse()
622 check!("Apr", [fix!(LongMonthName)]; month: 4); in test_parse()
623 check!("Apri", [fix!(LongMonthName)]; TOO_LONG); // `Apr` is parsed in test_parse()
624 check!("April", [fix!(LongMonthName)]; month: 4); in test_parse()
[all …]
/external/clang/test/FixIt/
Dformat.m12 // CHECK: fix-it:"{{.*}}":{10:11-10:13}:"%d"
13 // CHECK: fix-it:"{{.*}}":{11:11-11:14}:"%d"
19 // CHECK: fix-it:"{{.*}}":{16:11-16:13}:"%d"
20 // CHECK: fix-it:"{{.*}}":{17:11-17:14}:"%d"
21 // CHECK: fix-it:"{{.*}}":{18:11-18:13}:"%d"
28 // CHECK: fix-it:"{{.*}}":{25:11-25:13}:"%s"
29 // CHECK: fix-it:"{{.*}}":{27:11-27:14}:"%s"
35 // CHECK: fix-it:"{{.*}}":{31:11-31:13}:"%s"
36 // CHECK: fix-it:"{{.*}}":{33:11-33:14}:"%s"
37 // CHECK: fix-it:"{{.*}}":{34:11-34:13}:"%s"
[all …]
Dformat-darwin.m42 // CHECK: fix-it:"{{.*}}":{[[@LINE-5]]:11-[[@LINE-5]]:13}:"%ld"
43 // CHECK: fix-it:"{{.*}}":{[[@LINE-6]]:16-[[@LINE-6]]:16}:"(long)"
45 // CHECK: fix-it:"{{.*}}":{[[@LINE-7]]:11-[[@LINE-7]]:13}:"%lu"
46 // CHECK: fix-it:"{{.*}}":{[[@LINE-8]]:16-[[@LINE-8]]:16}:"(unsigned long)"
48 // CHECK: fix-it:"{{.*}}":{[[@LINE-9]]:11-[[@LINE-9]]:13}:"%d"
49 // CHECK: fix-it:"{{.*}}":{[[@LINE-10]]:16-[[@LINE-10]]:16}:"(int)"
51 // CHECK: fix-it:"{{.*}}":{[[@LINE-11]]:11-[[@LINE-11]]:13}:"%u"
52 // CHECK: fix-it:"{{.*}}":{[[@LINE-12]]:16-[[@LINE-12]]:16}:"(unsigned int)"
56 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:11-[[@LINE-2]]:13}:"%ld"
57 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:16-[[@LINE-3]]:16}:"(long)"
[all …]
Dformat.mm12 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unsigned short)"
15 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d"
16 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unsigned short)"
21 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:16-[[@LINE-1]]:16}:"(unichar)"
24 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%d"
25 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
28 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:13}:"%f"
29 // CHECK-NOT: fix-it:"{{.*}}":{[[@LINE-2]]:16-[[@LINE-2]]:16}:"(unichar)"
/external/llvm-project/llvm/test/Analysis/CostModel/X86/
Darith-fix.ll14 declare i64 @llvm.smul.fix.i64(i64, i64, i32)
15 declare <2 x i64> @llvm.smul.fix.v2i64(<2 x i64>, <2 x i64>, i32)
16 declare <4 x i64> @llvm.smul.fix.v4i64(<4 x i64>, <4 x i64>, i32)
17 declare <8 x i64> @llvm.smul.fix.v8i64(<8 x i64>, <8 x i64>, i32)
19 declare i32 @llvm.smul.fix.i32(i32, i32, i32)
20 declare <4 x i32> @llvm.smul.fix.v4i32(<4 x i32>, <4 x i32>, i32)
21 declare <8 x i32> @llvm.smul.fix.v8i32(<8 x i32>, <8 x i32>, i32)
22 declare <16 x i32> @llvm.smul.fix.v16i32(<16 x i32>, <16 x i32>, i32)
24 declare i16 @llvm.smul.fix.i16(i16, i16, i32)
25 declare <8 x i16> @llvm.smul.fix.v8i16(<8 x i16>, <8 x i16>, i32)
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dattr-deprecated-replacement-fixit.m2 …64-apple-darwin9 -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck --implicit-check-not fix-it: %s
56 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:16}:"multi_new"
57 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:19-[[@LINE-2]]:28}:"parameter_new"
58 // CHECK: fix-it:"{{.*}}":{[[@LINE-3]]:31-[[@LINE-3]]:42}:"replace_new_ment"
61 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:18}:"renameVarArgs"
64 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:23}:"leadingMinusRenamed"
67 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:22}:"leadingPlusRenamed"
70 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:26}:"renameEmptyName"
71 // CHECK: fix-it:"{{.*}}":{[[@LINE-2]]:29-[[@LINE-2]]:29}:"toNonEmpty"
74 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:11-[[@LINE-1]]:17}:"target"
[all …]
/external/llvm-project/llvm/test/CodeGen/X86/
Dmulfix_combine.ll4 declare i32 @llvm.smul.fix.i32(i32, i32, i32 immarg)
5 declare i32 @llvm.umul.fix.i32(i32, i32, i32 immarg)
6 declare i32 @llvm.smul.fix.sat.i32(i32, i32, i32 immarg)
7 declare i32 @llvm.umul.fix.sat.i32(i32, i32, i32 immarg)
9 declare <4 x i32> @llvm.smul.fix.v4i32(<4 x i32>, <4 x i32>, i32 immarg)
10 declare <4 x i32> @llvm.umul.fix.v4i32(<4 x i32>, <4 x i32>, i32 immarg)
11 declare <4 x i32> @llvm.smul.fix.sat.v4i32(<4 x i32>, <4 x i32>, i32 immarg)
12 declare <4 x i32> @llvm.umul.fix.sat.v4i32(<4 x i32>, <4 x i32>, i32 immarg)
19 %tmp = call i32 @llvm.smul.fix.i32(i32 undef, i32 %y, i32 2)
28 %tmp = call i32 @llvm.smul.fix.i32(i32 0, i32 %y, i32 2)
[all …]
/external/zlib/contrib/minizip/
DChangeLogUnzip10 - fix buffer overrun risk in unzip.c (Xavier Roche)
11 - fix a minor buffer insecurity in minizip.c (Mike Whittaker)
31 - fix memory leak in minizip.c
34 - fix bugs in minizip.c sample for zipping big file
35 - fix problem in month in date handling
36 - fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for
40 - fix bugs in zip.c
45 - fix change_file_date in miniunz.c for Unix (Jean-loup Gailly)
46 - fix miniunz.c for file without specific record for directory
49 - fix bug in unzGetCurrentFileInfo for get extra field and comment
[all …]
/external/mesa3d/docs/relnotes/
D17.1.6.rst4 Mesa 17.1.6 is a bug fix release which fixes bugs found since the 17.1.5
52 - svga: fix texture swizzle writemasking
64 - nir: fix algebraic optimizations
72 - radv: fix non-0 based layer clears.
73 - radv: fix buffer views on SI/CIK.
75 - radv/ac: port SI TC L1 write corruption fix.
93 - cherry-ignore: add "swr: fix transform feedback logic"
96 - cherry-ignore: add bindless textures fix
97 - cherry-ignore: add "st/glsl_to_tgsi: fix getting the image type for
99 - cherry-ignore: add yet another bindless textures fix
[all …]
D12.0.4.rst4 Mesa 12.0.4 is a bug fix release which fixes bugs found since the 12.0.4
71 - configure.ac: fix the name of the Wayland Scanner pc file
75 - st/mesa: fix swizzle issue in st_create_sampler_view_from_stobj()
85 - gbm: fix potential NULL deref of mapImage/unmapImage.
94 - anv/wsi: fix apps that acquire multiple images up front
101 - cherry-ignore: add vaapi encode fix
102 - cherry-ignore: add EGL_KHR_debug fix
138 - mesa/formatquery: limit ES target support, fix core context support
139 - nir: fix definition of pack_uvec2_to_uint
141 - st/mesa: fix is_scissor_enabled when X/Y are negative
[all …]
D20.0.3.rst4 Mesa 20.0.3 is a bug fix release which fixes bugs found since the 20.0.2
84 - amd/addrlib: fix build on non-x86 platforms
119 - nir: fix clip/cull_distance_array_size in
121 - ac: fix fast division
122 - st/mesa: fix use of uninitialized memory due to st_nir_lower_builtin
145 - aco: fix boolean undef regclass
146 - nir/gather_info: fix per-vertex handling in try_mask_partial_io
148 - glsl: fix race in instance getters
149 - util/u_queue: fix race in total_jobs_size access
153 - freedreno/ir3/ra: fix array liveranges
[all …]
D10.3.3.rst4 Mesa 10.3.3 is a bug fix release which fixes bugs found since the 10.3.2
56 - mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
65 - freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0
71 - freedreno/ir3: fix UCMP handling
75 - freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argument
99 - r600g: fix polygon mode for points and lines and point/line fill
101 - radeonsi: fix polygon mode for points and lines and point/line fill
103 - radeonsi: fix incorrect index buffer max size for lowered 8-bit
122 - freedreno/ir3: fix error in bail logic
123 - freedreno/ir3: fix constlen with relative addressing
[all …]
D20.3.1.rst4 Mesa 20.3.1 is a bug fix release which fixes bugs found since the 20.3.0 release.
61 - radeonsi: fix regression on gpus using the radeon winsys.
80 - nir: Redefine start/end_ip of blocks to fix NIR-to-TGSI liveness bugs.
85 - zink: fix channel ordering in format-mapping
109 - android: spirv: fix '::' typo in gen rules
118 - zink: fix direct image mapping offset
119 - zink: really fix direct image mapping offset (I mean it this time)
120 - st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORT
128 - radeonsi: fix si_get_draw_start_count count value
141 - radv: fix exporting multiviews with NGG
[all …]
D9.0.2.rst4 Mesa 9.0.2 is a bug fix release which fixes bugs found since the 9.0.1
80 - glcpp: Typo fix.
97 - docs: fix release date of 9.0.1
103 - Revert "r600g: try to fix streamout for the cases where BURST_COUNT >
117 - nvc0: fix missing permanent bo reference on poly cache
145 - nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D
148 - nouveau: fix undefined behaviour when testing sample_count
153 - r600g: fix lod bias/explicit lod with cube maps.
154 - glsl_to_tgsi: fix dst register for texturing fetches.
155 - glsl: fix cut-n-paste error in error handling. (v2)
[all …]
/external/grpc-grpc/tools/distrib/
Dcheck_include_guards.py51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument
70 if fix:
80 def check(self, fpath, fix): argument
99 valid_guard, fix)
100 if fix: save(fpath, fcontents)
105 valid_guard, fix)
106 if fix: save(fpath, fcontents)
118 valid_guard, fix)
119 if fix: save(fpath, fcontents)
133 if fix:
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/distrib/
Dcheck_include_guards.py51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument
73 if fix:
83 def check(self, fpath, fix): argument
103 valid_guard, fix)
104 if fix: save(fpath, fcontents)
109 valid_guard, fix)
110 if fix: save(fpath, fcontents)
122 valid_guard, fix)
123 if fix: save(fpath, fcontents)
138 if fix:
[all …]
/external/tensorflow/tensorflow/compiler/tests/
DBUILD81 "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
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
257 "no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
[all …]
/external/autotest/client/bin/self-test/
Dtest7 fix=`/bin/pwd`
8 fix=`dirname $fix`
9 fix=`dirname $fix`
35 sed -e "s@$fix@SRC@" -e "s@, line [0-9]*@, line N@" \
/external/llvm/lib/Target/Sparc/
DLeonFeatures.td39 "AT697E erratum fix: Do not emit SDIV, emit SDIVCC instead">;
43 "AT697E erratum fix: Restrict the size of the immediate "
48 "AT697E erratum fix: Do not rely on the zero bit flag "
53 "LEON2 erratum fix: Insert a NOP before the double "
57 "LEON3 erratum fix: Do not select FSMULD">;
61 "LEON3 erratum fix: Replace FMULS instruction with a "
67 "LEON3 erratum fix: Prevent any rounding mode change "
72 "LEON3 erratum fix: Fix FDIVS/FDIVD/FSQRTS/FSQRTD "
77 "LEON3 erratum fix: Insert a NOP instruction after "
83 "LEON3 erratum fix: Flush cache line containing the "
[all …]
/external/libkmsxx/utils/
Dfbtest.cpp31 struct fb_fix_screeninfo fix; in main() local
33 r = ioctl(fd, FBIOGET_FSCREENINFO, &fix); in main()
37 var.yres_virtual * fix.line_length, in main()
44 ptr, var.yres_virtual * fix.line_length, fix.line_length, 0); in main()
50 fix.line_length); in main()

12345678910>>...74