Searched refs:examined (Results 1 – 25 of 67) sorted by relevance
123
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state.c | 203 uint64_t examined, prev; in update_state() local 205 examined = 0; in update_state() 227 if (check_state(examined, generated)) { in update_state() 234 accumulate_state(&examined, atoms[i]->dirty); in update_state()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 698 struct brw_state_flags examined, prev; in brw_upload_pipeline_state() local 699 memset(&examined, 0, sizeof(examined)); in brw_upload_pipeline_state() 708 accumulate_state(&examined, &atom->dirty); in brw_upload_pipeline_state() 715 assert(!check_state(&examined, &generated)); in brw_upload_pipeline_state()
|
/external/python/cpython2/Doc/library/ |
D | gc.rst | 90 starts. Initially only generation ``0`` is examined. If generation ``0`` has 91 been examined more than *threshold1* times since generation ``1`` has been 92 examined, then generation ``1`` is examined as well. Similarly, *threshold2* 187 with :meth:`__del__` methods, and *garbage* can be examined in that case to
|
/external/python/cpython3/Doc/library/ |
D | gc.rst | 107 starts. Initially only generation ``0`` is examined. If generation ``0`` has 108 been examined more than *threshold1* times since generation ``1`` has been 109 examined, then generation ``1`` is examined as well.
|
/external/iptables/extensions/ |
D | libxt_DNAT.man | 10 also be mangled), and rules should cease being examined. It takes the
|
D | libxt_SNAT.man | 10 mangled), and rules should cease being examined. It takes the
|
/external/bcc/tools/ |
D | runqlen_example.txt | 226 This can also be examined per-CPU:
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.gssapi | 68 possibly be re-examined by the racoon maintainers, storing
|
D | README.plainrsa | 8 content of the transmission has not been examined by unauthorized
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | README.txt | 35 function to determine correctness. All possible inputs are examined for unary
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | rhino-python.extensions | 52 of the next line is examined. If non-leading-whitespace token,
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.20.txt | 40 filesystem data structures. The generated image file can be examined
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | README.md | 155 measurements that should be examined to ensure the battery life estimate is
|
/external/python/pybind11/docs/advanced/ |
D | exceptions.rst | 14 cannot be examined using the Python C API. Instead, they are pure C++ objects
|
/external/llvm-project/llvm/docs/tutorial/ |
D | BuildingAJIT2.rst | 22 `Chapter 1 <BuildingAJIT1.html>`_ of this series we examined a basic JIT
|
/external/skqp/docs/ |
D | spelling.txt | 74 evenly eventually ever every exact exactly exaggerates examined example exceed exceeds
|
/external/llvm/docs/tutorial/ |
D | BuildingAJIT2.rst | 16 `Chapter 1 <BuildingAJIT1.html>`_ of this series we examined a basic JIT
|
/external/python/cpython2/Mac/ |
D | README | 311 examined and tested on all supported systems for proper dynamic linking
|
/external/python/cpython3/Mac/ |
D | README.rst | 309 examined and tested on all supported systems for proper dynamic linking
|
/external/antlr/runtime/ObjC/Framework/ |
D | TreeWizard.m | 583 * The trees are examined in their entirety so that (A B) does not match
|
/external/swiftshader/docs/ |
D | Regres.md | 201 coverage information that can be examined for each individual dEQP test at
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/ |
D | Contributing.rst | 441 * To restrict the files examined you can provide one or more regex arguments
|
/external/OpenCSD/decoder/tests/auto-fdo/ |
D | autofdo.md | 274 The raw trace can be examined using the `perf report` command:
|
/external/curl/packages/vms/ |
D | config_h.com | 11 $! The CONFIGURE shell script will be examined for hints and a few symbols
|
/external/strace/ |
D | README-linux-ptrace | 271 PTRACE_GETEVENTMSG returns exit status. Registers can be examined
|
123