Searched refs:examined (Results 1 – 25 of 56) sorted by relevance
123
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state.c | 147 unsigned examined, prev; in update_state() local 149 examined = 0; in update_state() 171 if (check_state(examined, generated)) { in update_state() 178 accumulate_state(&examined, atoms[i]->dirty); in update_state()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | TODO | 2 be examined more closely: 9 needs to be examined more closely: 10 - The stack layout needs to be examined to make sure it meets
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 550 struct brw_state_flags examined, prev; in brw_upload_pipeline_state() local 551 memset(&examined, 0, sizeof(examined)); in brw_upload_pipeline_state() 560 accumulate_state(&examined, &atom->dirty); in brw_upload_pipeline_state() 567 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 | 104 starts. Initially only generation ``0`` is examined. If generation ``0`` has 105 been examined more than *threshold1* times since generation ``1`` has been 106 examined, then generation ``1`` is examined as well. Similarly, *threshold2*
|
/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/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/u-boot/scripts/dtc/pylibfdt/ |
D | libfdt.i_shipped | 213 """Obtains a property that 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/llvm/docs/tutorial/ |
D | BuildingAJIT2.rst | 16 `Chapter 1 <BuildingAJIT1.html>`_ of this series we examined a basic JIT
|
/external/skia/docs/ |
D | spelling.txt | 74 evenly eventually ever every exact exactly exaggerates examined example exceed exceeds
|
/external/skqp/docs/ |
D | spelling.txt | 74 evenly eventually ever every exact exactly exaggerates examined example exceed exceeds
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/ |
D | BuildingAJIT2.rst | 21 `Chapter 1 <BuildingAJIT1.html>`_ of this series we examined a basic JIT
|
/external/python/cpython3/Mac/ |
D | README | 300 examined and tested on all supported systems for proper dynamic linking
|
/external/python/cpython2/Mac/ |
D | README | 311 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/Microsoft-GSL/include/gsl/ |
D | string_span | 109 // Will fail-fast if sentinel cannot be found before max elements are examined.
|
/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
|
/external/zlib/src/doc/ |
D | rfc1951.txt | 801 be examined (not necessarily all different, of course). First, the
|
123