Home
last modified time | relevance | path

Searched refs:checking (Results 1 – 25 of 1159) sorted by relevance

12345678910>>...47

/third_party/libffi/testsuite/libffi.call/
Dnegint.c11 static int checking(int a, short b, signed char c) in checking() function
43 checking (si, ss, sc); in main()
45 ffi_call(&cif, FFI_FN(checking), &rint, values); in main()
47 printf ("%d vs %d\n", (int)rint, checking (si, ss, sc)); in main()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_clip_band_hint.txt27 host processing code not to have to perform clip checking if geometric
30 information can be reused efficiently to turn clip-checking on or off.
42 to the normal view volume. Clip-checking can be turned on or off
61 planes have on the whether the clip-checking hint is honored or not.
62 Clip-checking should probably always be performed for user defined
90 the clip checking operation may be disabled through the use of the
91 CLIP_CHECK_HINT_SGIS hint. In addition, clip-checking may be disabled
103 CLIP_BAND_FACTOR_X_SGIS respectively. Clip-checking is disabled when
113 rasterizable volume when clip checking has been disabled are
131 CLIP_CHECK_HINT, indicating whether to turn clip-checking on or off.
/third_party/openGLES/extensions/SGIS/
DSGIS_clip_band_hint.txt27 host processing code not to have to perform clip checking if geometric
30 information can be reused efficiently to turn clip-checking on or off.
42 to the normal view volume. Clip-checking can be turned on or off
61 planes have on the whether the clip-checking hint is honored or not.
62 Clip-checking should probably always be performed for user defined
90 the clip checking operation may be disabled through the use of the
91 CLIP_CHECK_HINT_SGIS hint. In addition, clip-checking may be disabled
103 CLIP_BAND_FACTOR_X_SGIS respectively. Clip-checking is disabled when
113 rasterizable volume when clip checking has been disabled are
131 CLIP_CHECK_HINT, indicating whether to turn clip-checking on or off.
/third_party/icu/tools/multi/c/patch/
D3_21068 < --quiet, --silent do not print \`checking...' messages
1344 < # 6 checking for... messages and results
1582 > -q, --quiet, --silent do not print \`checking...' messages
1636 > --disable-option-checking ignore unrecognized --enable/--with options
2117 < echo $ac_n "checking for ICU version numbers""... $ac_c" 1>&6
2118 < echo "configure:570: checking for ICU version numbers" >&5
2120 > { $as_echo "$as_me:$LINENO: checking for ICU version numbers" >&5
2121 > $as_echo_n "checking for ICU version numbers... " >&6; }
2144 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2145 > $as_echo_n "checking for $ac_word... " >&6; }
[all …]
D3_01093 - --quiet, --silent do not print \`checking...' messages
1434 -# 6 checking for... messages and results
1655 + -q, --quiet, --silent do not print \`checking...' messages
1725 + --disable-option-checking ignore unrecognized --enable/--with options
2212 -echo $ac_n "checking for ICU version numbers""... $ac_c" 1>&6
2213 -echo "configure:570: checking for ICU version numbers" >&5
2214 +{ $as_echo "$as_me:$LINENO: checking for ICU version numbers" >&5
2215 +$as_echo_n "checking for ICU version numbers... " >&6; }
2253 +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2254 +$as_echo_n "checking for $ac_word... " >&6; }
[all …]
/third_party/openssl/doc/man3/
DX509_VERIFY_PARAM_set_flags.pod102 policy checking.
104 X509_VERIFY_PARAM_set1_policies() enables policy checking (it is disabled
247 B<X509_V_FLAG_CRL_CHECK> enables CRL checking for the certificate chain leaf
250 B<X509_V_FLAG_CRL_CHECK_ALL> enables CRL checking for the entire certificate
253 B<X509_V_FLAG_IGNORE_CRITICAL> disables critical extension checking. By default
265 B<X509_V_FLAG_POLICY_CHECK> enables certificate policy checking, by default
266 no policy checking is performed. Additional information is sent to the
267 verification callback relating to policy checking.
272 B<RFC3280>. Policy checking is automatically enabled if any of these flags
275 If B<X509_V_FLAG_NOTIFY_POLICY> is set and the policy checking is successful
[all …]
/third_party/libxml2/
DTODO27 - Better checking of external parsed entities TAG 1234
108 - compliance to XML-Namespace checking, see section 6 of
111 - Correct standalone checking/emitting (hard)
165 - Validity checking problems for NOTATIONS attributes
166 - Validity checking problems for ENTITY ENTITIES attributes
176 - checking/handling of newline normalization
178 - correct checking of '&' '%' on entities content.
179 - checking of PE/Nesting on entities declaration
180 - checking/handling of xml:space
181 - checking done.
[all …]
/third_party/libsnd/cmake/
DTestLargeFiles.cmake18 message (STATUS "Result of checking large files support: supported with WinAPI")
104 message (STATUS "Result of checking large files support: supported")
106 …message (STATUS "Result of checking large files support: supported with ${LARGE_FILES_DEFINITIONS}…
111 message ("Result of checking large files support: not supported")
/third_party/libffi/testsuite/libffi.closures/
Dunwindtest_ffi_call.cc11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() function
45 ffi_call(&cif, FFI_FN(checking), &rint, values); in main()
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option value/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
68 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with enum value compiler options/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
68 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
68 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with files options/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
68 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with boolean value compiler options/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
68 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with incorrect compiler option/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
68 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with list compiler options with enum value/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
68 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/typescript/tests/baselines/reference/tsConfig/Default initialized TSConfig/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
68 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/typescript/tests/baselines/reference/tsConfig/Initialized TSConfig with advanced options/
Dtsconfig.json28 "strict": true, /* Enable all strict type-checking options. */
31 // "strictFunctionTypes": true, /* Enable strict checking of function types. */
33 …// "strictPropertyInitialization": true, /* Enable strict checking of property initializati…
70 "skipLibCheck": true, /* Skip type checking of declaration files. */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsicsAMDGPU.td893 // corresponding raw intrinsic on gfx9+ because the behavior of bound checking
896 // they behave differently in bounds checking and swizzling.
900 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
901 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
915 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
916 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
930 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
931 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
946 llvm_i32_ty, // offset(VGPR/imm, included in bounds checking and swizzling)
947 llvm_i32_ty, // soffset(SGPR/imm, excluded from bounds checking and swizzling)
[all …]
/third_party/mesa3d/src/freedreno/ci/
Ddeqp-freedreno-a630-vk-asan.toml9 # Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory
21 # Disable leak checking as of CTS 1.3.3.0 because the CTS itself leaks memory
/third_party/python/Doc/c-api/
Dmethod.rst42 Macro version of :c:func:`PyInstanceMethod_Function` which avoids error checking.
85 Macro version of :c:func:`PyMethod_Function` which avoids error checking.
95 Macro version of :c:func:`PyMethod_Self` which avoids error checking.
/third_party/f2fs-tools/scripts/
Dspo_test.sh27 echo Start checking F2FS without fsync
34 echo Start checking F2FS with fsync
/third_party/gn/src/gn/
Dcommand_check.cc50 The topic "gn help check" has general information on how checking works and
51 advice on fixing problems. Targets can also opt-out of checking, see
65 way to manually trigger include file checking.
/third_party/libevdev/
Dthird_party_libevdev.diff6375 # directory the slow way, step by step, checking for races as we go.
7578 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
7579 -$as_echo_n "checking for $2... " >&6; }
7588 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
7589 -$as_echo_n "checking $2 usability... " >&6; }
7605 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
7606 -$as_echo_n "checking $2 presence... " >&6; }
7645 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
7646 -$as_echo_n "checking for $2... " >&6; }
7709 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
[all …]
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/
D.gitignore42 # Add this line if you want to avoid checking in source code from the Xcode workspace
47 # Add this line if you want to avoid checking in source code from Carthage dependencies.

12345678910>>...47