Home
last modified time | relevance | path

Searched refs:examined (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state.c236 uint64_t examined, prev; in update_state() local
238 examined = 0; in update_state()
260 if (check_state(examined, generated)) { in update_state()
267 accumulate_state(&examined, atoms[i]->dirty); in update_state()
/third_party/python/Doc/library/
Dgc.rst109 starts. Initially only generation ``0`` is examined. If generation ``0`` has
110 been examined more than *threshold1* times since generation ``1`` has been
111 examined, then generation ``1`` is examined as well.
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dmock_canvas.dart147 /// The next rectangular clip is examined. Any arguments that are passed to
159 /// The next path clip is examined.
171 /// The next rectangle is examined. Any arguments that are passed to this
189 /// The next rounded rectangle clip is examined. Any arguments that are passed
201 /// The next rounded rectangle is examined. Any arguments that are passed to
219 /// The next call to [Canvas.drawRRect] is examined. Any arguments that are
237 /// The next circle is examined. Any arguments that are passed to this method
255 /// The next path is examined. Any arguments that are passed to this method
278 /// The next line is examined. Any arguments that are passed to this method
296 /// The next arc is examined. Any arguments that are passed to this method
[all …]
/third_party/openssl/doc/man3/
DX509_get_serialNumber.pod21 B<ASN1_INTEGER> structure which can be examined or initialised. The value
DSSL_CTX_add_session.pod27 When adding a new session to the internal session cache, it is examined
DX509_NAME_get_index_by_NID.pod27 These functions allow an B<X509_NAME> structure to be examined. The
DSSL_CTX_load_verify_locations.pod117 number condition are available, only the first one will be examined. This
DSSL_CTX_set_verify.pod230 succeeded, and 0 if the request failed. The error stack can be examined
DX509_STORE_CTX_get_error.pod59 It may be examined by a verification callback invoked to handle each error
/third_party/openssl/doc/man1/
Dopenssl-asn1parse.pod.in96 though it came from a file, the contents can thus be examined and written to a
148 be examined using the option C<-strparse 229> to yield:
Dopenssl-gendsa.pod.in72 examined using the L<openssl-dsaparam(1)> command.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_rescale_normal.txt52 examined.
/third_party/openGLES/extensions/EXT/
DEXT_rescale_normal.txt52 examined.
/third_party/skia/third_party/externals/dawn/docs/
Derrors.md112 **Indicate which descriptors or objects are being examined in as high-level a context as possible.**
/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.c573 if (sym->examined) in examine_symbol_type()
575 sym->examined = 1; in examine_symbol_type()
Dsymbol.h186 examined:1, member
Dparse.c753 sym->examined = 0; in struct_union_enum_specifier()
918 parent->examined = 1; in parse_enum_declaration()
1030 parent->examined = 0; in parse_enum_declaration()
Devaluate.c128 sym->examined = 1; in evaluate_string()
139 array->examined = 1; in evaluate_string()
1635 s->examined = 0; in examine_fn_arguments()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_decimation.txt59 two extensions should be examined further.
/third_party/openGLES/extensions/SGIX/
DSGIX_decimation.txt59 two extensions should be examined further.
/third_party/node/deps/acorn/acorn/
DREADME.md177 object. Note that the contents of this option are not examined or
/third_party/flutter/flutter/packages/flutter_test/test/
Dmatchers_test.dart263 test('mismatch out of examined area', () {
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_stream_fifo.txt257 - Frames are never discarded until the consumer has examined
/third_party/EGL/extensions/KHR/
DEGL_KHR_stream_fifo.txt257 - Frames are never discarded until the consumer has examined
/third_party/flutter/skia/third_party/externals/wuffs/
DREADME.md137 that well examined C library is still getting [CVE's published in

1234