Home
last modified time | relevance | path

Searched refs:corrected (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/cups-filters/filter/
Dcommon.c74 int corrected = 0; in SetCommonOptions() local
81 corrected = 1; in SetCommonOptions()
89 corrected = 1; in SetCommonOptions()
101 corrected = 1; in SetCommonOptions()
111 corrected = 1; in SetCommonOptions()
123 corrected = 1; in SetCommonOptions()
132 corrected = 1; in SetCommonOptions()
143 corrected = 1; in SetCommonOptions()
155 corrected = 1; in SetCommonOptions()
167 corrected = 1; in SetCommonOptions()
[all …]
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_non-panic.txt13 1. corrected
22 * Inject data file: cases/soft-inj/non-panic/data/corrected
28 2. corrected hold
35 * same as corrected
43 3. corrected over
56 4. corrected without EN
Dsoft-inj_panic_noser.txt39 * Test logic of uncorrected and corrected
41 * Test logic of corrected with EXCP
Dsoft-inj_recoverable_ucr.txt12 * Test logic of uncorrected and corrected
14 * Test logic of corrected with EXCP
/third_party/node/deps/npm/node_modules/validate-npm-package-license/
Dindex.js61 var corrected = correct(argument);
62 if (corrected) {
64 'license is similar to the valid expression "' + corrected + '"'
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/
Dcases.sh34 corrected|corrected_hold|corrected_over|corrected_no_en)
46 corrected|corrected_hold|corrected_over|corrected_no_en)
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_digital_video_control.txt37 such as whether it is gamma corrected or the cursor is injected
143 corrected. If the value pointed to by <piValue> is non-zero,
144 the digital video data is gamma corrected. Otherwise, the
145 digital video data is not gamma corrected. This value
181 video data is gamma corrected. If the value is non-zero then
182 the digital video data is gamma corrected.
DWGL_I3D_gamma.txt172 contents of OpenGL windows are gamma corrected; the
173 desktop will not be gamma corrected. If the value pointed
175 gamma corrected. This value defaults to zero.
195 are gamma corrected; the desktop will not be gamma
196 corrected.
/third_party/openGLES/extensions/I3D/
DWGL_I3D_digital_video_control.txt37 such as whether it is gamma corrected or the cursor is injected
143 corrected. If the value pointed to by <piValue> is non-zero,
144 the digital video data is gamma corrected. Otherwise, the
145 digital video data is not gamma corrected. This value
181 video data is gamma corrected. If the value is non-zero then
182 the digital video data is gamma corrected.
DWGL_I3D_gamma.txt172 contents of OpenGL windows are gamma corrected; the
173 desktop will not be gamma corrected. If the value pointed
175 gamma corrected. This value defaults to zero.
195 are gamma corrected; the desktop will not be gamma
196 corrected.
/third_party/openGLES/extensions/EXT/
DEXT_pvrtc_sRGB.txt65 profiles of output devices. The displayed results of gamma-corrected pixel
70 corrected PVRTC compressed sRGB data.
83 When gamma corrected texture samples are fetched and operated on by ALU
85 from gamma corrected space to linear space for logical simplicity and
163 dependent. The compressed gamma-corrected formats provided in this
165 non-gamma-corrected counterparts in the IMG_texture_compression_pvrtc
176 (5) Can PVRTC gamma corrected textures, as described in this
241 from a bound texture that is gamma corrected the sample will be implicitly
251 functions is a gamma corrected 2D texture (as listed in Table 3.9.1
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_pvrtc_sRGB.txt65 profiles of output devices. The displayed results of gamma-corrected pixel
70 corrected PVRTC compressed sRGB data.
83 When gamma corrected texture samples are fetched and operated on by ALU
85 from gamma corrected space to linear space for logical simplicity and
163 dependent. The compressed gamma-corrected formats provided in this
165 non-gamma-corrected counterparts in the IMG_texture_compression_pvrtc
176 (5) Can PVRTC gamma corrected textures, as described in this
241 from a bound texture that is gamma corrected the sample will be implicitly
251 functions is a gamma corrected 2D texture (as listed in Table 3.9.1
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
DTODO65 (overflow corrected) corrected by that calculated clock skew.
112 (overflow corrected) adjusted by the packetizer.
127 values (overflow corrected) adjusted by the packetizer.
/third_party/node/deps/npm/node_modules/spdx-correct/
Dindex.js265 var corrected = identifier.replace(
269 var checked = check(corrected)
/third_party/skia/third_party/externals/icu/source/data/unidata/
DNormalizationCorrections.txt29 # typo found and corrected in Corrigendum #3, and five for
30 # the typos and misidentifications found and corrected in
/third_party/icu/icu4c/source/data/unidata/
DNormalizationCorrections.txt29 # typo found and corrected in Corrigendum #3, and five for
30 # the typos and misidentifications found and corrected in
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
DNormalizationCorrections.txt29 # typo found and corrected in Corrigendum #3, and five for
30 # the typos and misidentifications found and corrected in
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DNormalizationCorrections.txt29 # typo found and corrected in Corrigendum #3, and five for
30 # the typos and misidentifications found and corrected in
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/
DNormalizationCorrections.txt29 # typo found and corrected in Corrigendum #3, and five for
30 # the typos and misidentifications found and corrected in
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/data/
Dcorrected_hold2 # log two corrected machine checks
Dcorrected2 # log corrected machine checks
/third_party/skia/tests/
DNdkDecodeTest.cpp211 SkBitmap corrected; in DEF_TEST() local
212 corrected.allocPixels(noColorCorrection.makeColorSpace(rec.fCorrectedColorSpace)); in DEF_TEST()
213 REPORTER_ASSERT(r, gen->getPixels(corrected.pixmap())); in DEF_TEST()
215 REPORTER_ASSERT(r, !ToolUtils::equal_pixels(orig, corrected)); in DEF_TEST()
/third_party/alsa-utils/
DChangeLog39 * a little bit corrected output from Mixer
/third_party/libphonenumber/resources/geocoding/be/
D375.txt18 # The prefix for Lida (Ліда) was corrected to 154 since this was changed
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dslivers_block_test.dart80 bool corrected = false;
91 corrected = true;
336 expect(spy.corrected, false);

1234567