Home
last modified time | relevance | path

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

12345678910>>...61

/third_party/glib/glib/tests/
Dscannerapi.c29 scanner_fixture_setup (ScannerFixture *fix, in scanner_fixture_setup() argument
32 fix->scanner = g_scanner_new (NULL); in scanner_fixture_setup()
33 g_assert (fix->scanner != NULL); in scanner_fixture_setup()
36 scanner_fixture_teardown (ScannerFixture *fix, in scanner_fixture_teardown() argument
39 g_assert (fix->scanner != NULL); in scanner_fixture_teardown()
40 g_scanner_destroy (fix->scanner); in scanner_fixture_teardown()
52 test_scanner_warn (ScannerFixture *fix, in test_scanner_warn() argument
55 fix->scanner->msg_handler = scanner_msg_func; in test_scanner_warn()
56 g_scanner_warn (fix->scanner, "test"); in test_scanner_warn()
60 test_scanner_error (ScannerFixture *fix, in test_scanner_error() argument
[all …]
/third_party/boost/libs/gil/test/core/channel/
Dtest_fixture.cpp22 fixture::channel_minmax_value<channel_t> fix; in operator ()() local
24 BOOST_TEST_EQ(fix.min_v_, exp.min_v_); in operator ()()
25 BOOST_TEST_EQ(fix.max_v_, exp.max_v_); in operator ()()
39 fixture::channel_value<channel_t> fix; in operator ()() local
41 BOOST_TEST_EQ(fix.min_v_, exp.min_v_); in operator ()()
42 BOOST_TEST_EQ(fix.max_v_, exp.max_v_); in operator ()()
56 fixture::channel_reference<channel_t &> fix; in operator ()() local
58 BOOST_TEST_EQ(fix.min_v_, exp.min_v_); in operator ()()
59 BOOST_TEST_EQ(fix.max_v_, exp.max_v_); in operator ()()
73 fixture::channel_reference<channel_t const &> fix; in operator ()() local
[all …]
/third_party/typescript/tests/baselines/reference/
DjsdocImportTypeReferenceToCommonjsModule.types3 >config : { fix: boolean; }
5 fix: boolean
6 >fix : boolean
9 >config : { fix: boolean; }
14 >demo : (a: { fix: boolean; }) => void
15 >a : { fix: boolean; }
17 a.fix
18 >a.fix : boolean
19 >a : { fix: boolean; }
20 >fix : boolean
DjsdocImportTypeReferenceToCommonjsModule.symbols5 fix: boolean
6 >fix : Symbol(fix, Decl(ex.d.ts, 0, 21))
17 a.fix
18 >a.fix : Symbol(fix, Decl(ex.d.ts, 0, 21))
20 >fix : Symbol(fix, Decl(ex.d.ts, 0, 21))
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-fixed-factor.c21 struct clk_fixed_factor *fix = in clk_factor_recalc_rate() local
26 rate = (unsigned long long int)parent_rate * fix->mult; in clk_factor_recalc_rate()
27 do_div(rate, fix->div); in clk_factor_recalc_rate()
39 struct clk_fixed_factor *fix; in clk_hw_register_fixed_factor() local
43 fix = kzalloc(sizeof(*fix), GFP_KERNEL); in clk_hw_register_fixed_factor()
44 if (!fix) in clk_hw_register_fixed_factor()
48 fix->mult = mult; in clk_hw_register_fixed_factor()
49 fix->div = div; in clk_hw_register_fixed_factor()
50 clk = &fix->clk; in clk_hw_register_fixed_factor()
55 kfree(fix); in clk_hw_register_fixed_factor()
/third_party/uboot/u-boot-2020.01/drivers/video/imx/
Dmxc_ipuv3_fb.c127 struct fb_fix_screeninfo *fix = &info->fix; in mxcfb_set_fix() local
130 fix->line_length = var->xres_virtual * var->bits_per_pixel / 8; in mxcfb_set_fix()
132 fix->type = FB_TYPE_PACKED_PIXELS; in mxcfb_set_fix()
133 fix->accel = FB_ACCEL_NONE; in mxcfb_set_fix()
134 fix->visual = FB_VISUAL_TRUECOLOR; in mxcfb_set_fix()
135 fix->xpanstep = 1; in mxcfb_set_fix()
136 fix->ypanstep = 1; in mxcfb_set_fix()
192 fbi->fix.line_length, in setup_disp_channel2()
193 fbi->fix.smem_start, in setup_disp_channel2()
194 fbi->fix.smem_start + in setup_disp_channel2()
[all …]
/third_party/libuv/
DChangeLog9 * process: fix hang after NOTE_EXIT (Jameson Nash)
18 * doc: fix v1.43.0 changelog entries (cjihrig)
26 * unix: fix STATIC_ASSERT to check what it means to check (Jessica Clarke)
40 * test: fix flaky uv_fs_lutime test (Momtchil Momtchev)
42 * build: fix cmake install locations (Jameson Nash)
44 * thread,win: fix C90 style nit (ssrlive)
70 * build: fix error C4146 on MSVC (UMU)
72 * test: fix benchmark-ping-udp (Ryan Liptak)
82 * fix oopsie from
86 * win: fix style nits [NFC] (Jameson Nash)
[all …]
/third_party/flutter/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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 …]
/third_party/grpc/tools/distrib/
Dcheck_include_guards.py51 def fail(self, fpath, regexp, fcontents, match_txt, correct, fix): argument
71 if fix:
81 def check(self, fpath, fix): argument
100 valid_guard, fix)
101 if fix: save(fpath, fcontents)
106 valid_guard, fix)
107 if fix: save(fpath, fcontents)
119 valid_guard, fix)
120 if fix: save(fpath, fcontents)
133 if fix:
[all …]
/third_party/flutter/flutter/packages/flutter_test/test/
Dgoldens_test.dart28 String fix(String path) {
70 … comparator = LocalFileComparator(fs.file(fix('/golden_test.dart')).uri, pathStyle: fs.path.style);
74 expect(comparator.basedir, fs.file(fix('/')).uri);
75 …comparator = LocalFileComparator(fs.file(fix('/foo/bar/golden_test.dart')).uri, pathStyle: fs.path…
76 expect(comparator.basedir, fs.directory(fix('/foo/bar/')).uri);
86 final Uri uri = fs.file(fix(golden)).uri;
95 fs.file(fix('/golden.png')).writeAsBytesSync(_kExpectedBytes);
101 fs.file(fix('/sub/foo.png'))
110 fs.file(fix('/foo/bar/golden.png'))
113 fs.currentDirectory = fix('/foo/bar');
[all …]
/third_party/boost/boost/hana/functional/
Dfix.hpp53 constexpr auto fix = [](auto&& f) { in __anonedc5e6d90102() variable
55 return forwarded(f)(fix(f), forwarded(x)...); in __anonedc5e6d90102()
62 constexpr detail::create<fix_t> fix{};
70 { return f(fix(f), static_cast<X&&>(x)...); }
74 { return f(fix(f), static_cast<X&&>(x)...); }
78 { return std::move(f)(fix(f), static_cast<X&&>(x)...); }
/third_party/boost/libs/gil/test/core/pixel/
Dtest_fixture.cpp39 fixture::pixel_value<pixel_t> fix; in operator ()() local
41 BOOST_TEST_EQ(fix.pixel_, default_value); in operator ()()
60 fixture::pixel_value<pixel_t> fix{sample_pixel}; in operator ()() local
61 BOOST_TEST_EQ(fix.pixel_, sample_pixel); in operator ()()
75 fixture::pixel_reference<pixel_t&> fix; in operator ()() local
77 BOOST_TEST_EQ(fix.pixel_, pix_default); in operator ()()
96 fixture::pixel_reference<pixel_t&> fix{sample_pixel}; in operator ()() local
97 BOOST_TEST_EQ(fix.pixel_, sample_pixel); in operator ()()
/third_party/node/deps/npm/node_modules/agentkeepalive/
DHistory.md6 …modules/agentkeepalive/commit/5751fc1180ed6544602c681ffbd08ca66a0cb12c)] - fix: sockLen being misc…
12 …modules/agentkeepalive/commit/495f1ab625d43945d72f68096b97db723d4f0657)] - fix: add the lost npm f…
28 …modules/agentkeepalive/commit/4d3a3b1f7b16595febbbd39eeed72b2663549014)] - fix: Handle ipv6 addres…
40 …es/agentkeepalive/commit/138eda81e10b632aaa87bea0cb66d8667124c4e8)] - doc: fix `keepAliveMsecs` pa…
62 * fix: emit agent socket close event
77 * https: fix ssl socket leak when keepalive is used
83 * fix: opened sockets number overflow maxSockets
88 * fix: pick _evictSession to httpsAgent
97 * fix: handle idle socket error
103 * fix: add default error handler to avoid Unhandled error event throw
[all …]
/third_party/skia/third_party/externals/libwebp/
DChangeLog2 53b6f762 fix indent
12 26f4aa01 Merge "alpha_processing: fix visual studio warnings" into main
13 8f594663 alpha_processing: fix visual studio warnings
14 46d844e6 Merge "cpu.cmake: fix compiler flag detection w/3.17.0+" into main
17 327ef24f cpu.cmake: fix compiler flag detection w/3.17.0+
23 4de35f43 rescaler.c: fix alignment
33 f6d29247 vp8l_dec::ProcessRows: fix int overflow in multiply
36 4edea4a6 Init{RGB,YUV}Rescaler: fix a few more int overflows
39 695bdaa2 Export/EmitRescaledRowsRGBA: fix pointer offset int overflow
40 685d073e Init{RGB,YUV}Rescaler: fix int overflows in multiplication
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/
DChangeLog14 812a6b49 lossless_enc: fix some conversion warning
34 153bb3a0 fix some clang-7 warnings:
35 ab2dc893 Rescaler: fix rounding error
36 aa65f89a HistogramCombineStochastic: fix free of uninit value
57 aec2cf02 near_lossless: fix fuzzing-detected integer overflow
62 6ed15ea1 fix unprobable leak in webp_sdl.c
74 3be698c3 CMake: fix webp_js compilation
76 4cd0582d CMake: fix webp_js compilation
114 637141bc pngdec: fix build w/libpng < 1.4.x
126 2563db47 fix rescaling rounding inaccuracy
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-non-null-assertion.ts71 fix: convertTokenToOptional('?.'),
77 fix: convertTokenToOptional('?'),
85 fix: removeToken(),
91 fix: removeToken(),
103 fix: convertTokenToOptional('?.'),
109 fix: removeToken(),
/third_party/grpc/src/php/bin/
Drun_php_cs_fixer.sh22 php-cs-fixer fix lib/Grpc || true
23 php-cs-fixer fix tests/generated_code || true
24 php-cs-fixer fix tests/interop || true
25 php-cs-fixer fix tests/unit_tests || true
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-audit.md15 npm audit fix [--force|--package-lock-only|--dry-run]
25 $ npm audit fix
28 Run `audit fix` without modifying `node_modules`, but still updating the
31 $ npm audit fix --package-lock-only
36 $ npm audit fix --only=prod
39 Have `audit fix` install semver-major updates to toplevel dependencies, not just
42 $ npm audit fix --force
45 Do a dry run to get an idea of what `audit fix` will do, and _also_ output
48 $ npm audit fix --dry-run --json
87 You can also have npm automatically fix the vulnerabilities by running `npm
[all …]
/third_party/weex-loader/deps/weex-scripter/test/
Dfix.js18 expect(fixer.fix('module.exports = {data: {a: 1}}')).
20 expect(fixer.fix('module.exports = {data: function () {return {a: 1}}}')).
25 var result = fixer.fix('module.exports = {\n data: {a: 1}}')
30 …var result = fixer.fix('require("./b.wx")\n\nvar c = require("./lib/c")\n\nmodule.exports = {\n …
/third_party/node/deps/npm/node_modules/es6-promise/
DCHANGELOG.md43 * fix require('es6-promise/auto') for Node < 4
47 * fix asap when using https://github.com/Kinvey/titanium-sdk
51 * fix Readme links
55 * fix require('es6-promise/auto');
64 * fix links in readme
69 * fix tampering related bug global `constructor` was referenced by mistake.
82 * fix race tampering issue
84 * fix Promise.all tampering
86 * fix issues with NWJS/electron
99 * fix node detection issues with NWJS/electron
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go41 fix-tests is a tool to update tests with new expected output.
43 fix-tests performs string matching and heuristics to fix up expected results of
50 fix-tests <executable>
194 return "", fmt.Errorf("Could not fix 'EXPECT_EQ' pattern in '%v'", file)
213 return "", fmt.Errorf("Could apply fix for 'HasSubstr' pattern in '%v'", file)
216 return "", fmt.Errorf("Could find fix for 'HasSubstr' pattern in '%v'", file)
219 return fmt.Errorf("Cannot fix this type of failure")
/third_party/node/deps/npm/node_modules/es-to-primitive/
DCHANGELOG.md12 …* [Fix: ES5] fix coercion logic: ES5’s ToPrimitive does not coerce any primitive value, regardless…
21 * [Tests] fix npm upgrades on older node versions
22 * [Tests] fix testling
27 …* [Fix: ES5] fix coercion logic: ES5’s ToPrimitive does not coerce any primitive value, regardless…
32 * [Tests] fix npm upgrades on older node versions
33 * [Tests] fix testling
/third_party/uboot/u-boot-2020.01/scripts/
Dcheckpatch.pl43 my $fix = 0;
222 'fix!' => \$fix,
241 $fix = 1 if ($fix_inplace);
699 my ($suspect, $fix) = split(/\|\|/, $line);
701 $spelling_fix{$suspect} = $fix;
722 my ($suspect, $fix) = split(/->/, $line);
724 $spelling_fix{$suspect} = $fix;
2349 push(@fixed, $rawline) if ($fix);
2642 $fix) {
2650 $fix) {
[all …]
/third_party/lz4/
DNEWS2 fix : decompression functions were reading a few bytes beyond input size (introduced in v1.9.0, rep…
3 api : fix : lz4frame initializers compatibility with c++, reported by @degski
22 fix : corruption in v1.8.2 at level 9 for files > 64KB under rare conditions (#560)
34 fix : compression compatible with low memory addresses (< 0xFFFF)
35 fix : decompression segfault when provided with NULL input, by @terrelln
44 perf : fix bad degenerative case, reported by @c-morgenstern
45 fix : decompression failed when using a combination of extDict + low memory address (#397), reporte…
47 cli : fix : `lz4 -d --rm` preserves timestamp (#441)
48 cli : fix : do not modify /dev/null permission as root, by @aliceatlas
52 install: fix man page directory (#387), reported by Stuart Cardall (@itoffshore)
[all …]

12345678910>>...61