Home
last modified time | relevance | path

Searched refs:flagged (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/icu/icu4c/source/test/intltest/
Dpunyref.cpp88 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26) macro
242 if (case_flags) case_flags[out] = flagged(input[j]); in punycode_decode()
291 case_flags[i] = flagged(input[in - 1]); in punycode_decode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DPunycodeReference.java99 private static boolean flagged(int bcp){ in flagged() method in PunycodeReference
327 if (case_flags != null) case_flags[out] = (char)(flagged(input[j]) ? 1 : 0); in decode()
376 case_flags[i] = (char)(flagged(input[in - 1]) ? 0 :1); in decode()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DPunycodeReference.java96 private static boolean flagged(int bcp){ in flagged() method in PunycodeReference
324 if (case_flags != null) case_flags[out] = (char)(flagged(input[j]) ? 1 : 0); in decode()
373 case_flags[i] = (char)(flagged(input[in - 1]) ? 0 :1); in decode()
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.in19 -c, --only-capture Only write objects flagged with EXEC_OBJECT_CAPTURE into
/third_party/boost/libs/test/doc/testing_tools/
Dassertions_severity_levels.qbk16 …sertion fails, the test case execution stops immediately, and the test-case is flagged as /failed/.
18 flagged as failed but its execution continues.
Dtimeout.qbk26 suite is flagged as `timed-out` and `failed`, and all the test units (suites and cases) that have n…
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dstream_info.hpp63 if (info.flagged) in operator <<()
/third_party/openssl/doc/man3/
DSSL_CTX_set_session_id_context.pod51 will not be reused but a fatal error will be flagged and the handshake
55 when reusing a session, an error will be flagged and the handshake will
DSSL_CTX_set_cipher_list.pod64 are simply ignored. Failure is only flagged if no ciphers could be collected
/third_party/skia/resources/sksl/runtime_errors/
DIllegalArrayOps.rts3 // equality for those types. This file tests operators that would be legal, but should be flagged
/third_party/pixman/pixman/
Dsolaris-hwcap.mapfile27 # library isn't flagged as only usable on CPU's with those ISA's, since it
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-base-to-string.md8 Functions are not flagged by this rule.
Dno-unnecessary-condition.md3 …termined by the type of the expression, is considered unnecessary and will be flagged by this rule.
/third_party/glib/glib/tests/
Dmainloop.c1387 gboolean flagged; member
1395 flag_source->flagged = TRUE; in return_true()
1400 #define assert_flagged(s) g_assert_true (((FlagSource *) (s))->flagged);
1401 #define assert_not_flagged(s) g_assert_true (!((FlagSource *) (s))->flagged);
1402 #define clear_flag(s) ((FlagSource *) (s))->flagged = 0
/third_party/iptables/extensions/
Dlibxt_set.man21 with an element flagged with \fBnomatch\fP returns \fBtrue\fP, while a
/third_party/vk-gl-cts/doc/testspecs/GLES2/
Dfunctional.lifetime.txt88 checks that the name of the program remains in use and is flagged for
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_cuda_event.txt148 <sync> when eglDestroySync is called, <sync> is flagged for deletion
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.lifetime.txt96 checks that the name of the program remains in use and is flagged for
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DWindowSurfaceEAGL.mm29 // TODO(dino): Check that this won't cause an application using ANGLE directly to be flagged
/third_party/EGL/extensions/NV/
DEGL_NV_cuda_event.txt163 <sync> when eglDestroySync is called, <sync> is flagged for deletion
/third_party/pcre2/pcre2/src/
Dpcre2_chartables.c.dist24 Pulling in the header ensures that the array gets flagged as "someone
/third_party/gptfdisk/
DREADME-efi.txt43 filesystem to be flagged as an ESP (with a type code of EF00 in gdisk). You
/third_party/python/Doc/library/
Dmailbox.rst936 | F flag | "flagged" sequence |
1075 | F flag | "flagged" sequence |
1137 | flagged | Marked as important |
1172 | "flagged" sequence | F flag |
1188 | "flagged" sequence | F flag |
1446 | F flag | "flagged" sequence |
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_x11_sync_object.txt164 immediately. Otherwise, <sync> is flagged for deletion and will be
/third_party/openGLES/extensions/EXT/
DEXT_x11_sync_object.txt164 immediately. Otherwise, <sync> is flagged for deletion and will be

12345