Searched refs:examine (Results 1 – 25 of 168) sorted by relevance
1234567
/external/rust/crates/libz-sys/src/zlib/examples/ |
D | enough.c | 322 local void examine(int syms, int len, int left, int mem, int rem) in examine() function 385 examine(syms - use, len + 1, (left - use) << 1, in examine() 423 examine(n, root + 1, left, 1 << root, 0); in enough() 428 examine((n - left) << 1, root + 1, (n - left) << 1, in enough()
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/Xpm-tests/ |
D | test-mpm-2shm-1m | 14 # examine location @ 16p offset
|
D | test-lazy-2shm-1m | 14 # examine location @ 16p offset
|
/external/llvm-project/clang/test/Analysis/scan-build/ |
D | plist_html_output.test | 14 CHECK-STDOUT: scan-build: Run 'scan-view {{.*}}' to examine bug reports.
|
D | html_output.test | 12 CHECK-STDOUT: scan-build: Run 'scan-view {{.*}}' to examine bug reports.
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/ |
D | README.md | 22 You can examine the corresponding rules in this
|
/external/curl/docs/examples/ |
D | Makefile.inc | 32 imap-list imap-lsub imap-fetch imap-store imap-append imap-examine \
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | lockdown_ptrace.txt | 6 Most people do not realize that any program they run can examine the memory of any other process ru…
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | README | 47 to examine the generated class. For example
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | swp-phi-ref.ll | 7 ; references another Phi. We need to examine the other Phi to get the
|
/external/autotest/client/tests/isic/ |
D | help | 14 ISIC also contains a utility generate raw ether frames to examine hardware
|
/external/llvm-project/llvm/test/FileCheck/ |
D | lit.local.cfg | 19 # ; Test FileCheck itself, but only examine its exit status, so a bare
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.27.txt | 24 Debugfs can now examine the experimental directory indexing
|
/external/iptables/extensions/ |
D | libxt_tcp.man | 21 flags which we should examine, written as a comma-separated list, and
|
/external/angle/extensions/ |
D | ANGLE_translated_shader_source.txt | 43 ES). For debugging purposes, it is useful to be able to examine the shader
|
/external/perfetto/examples/sdk/ |
D | README.md | 114 which we can examine using Perfetto's `trace_to_text` tool to show the trace
|
/external/rust/crates/nix/ |
D | README.md | 18 As an example of what Nix provides, examine the differences between what is
|
/external/python/cpython3/Doc/library/ |
D | pickletools.rst | 29 However, when the pickle file that you want to examine comes from an
|
D | symtable.rst | 17 identifier in the code. :mod:`symtable` provides an interface to examine these
|
/external/oboe/apps/fxlab/docs/ |
D | Dev-Guide.md | 41 A instructional implemented effect to examine is the `TremoloEffect.h` (a modulating gain).
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 35 examine the rectangles that describe what data is valid to access and what
|
/external/llvm-project/lldb/docs/use/ |
D | python.rst | 55 trying to examine our binary search tree by hand is completely 127 gets put into "root". If you examine the LLDB API, you will find that the 533 functions to examine and traverse the tree nodes. 584 functions to examine and traverse the tree nodes. 607 functions to examine and traverse the tree nodes.
|
/external/python/cpython2/Doc/library/ |
D | symtable.rst | 17 identifier in the code. :mod:`symtable` provides an interface to examine these
|
/external/e2fsprogs/ |
D | e2fsprogs.spec | 23 (used to examine the internal structure of a filesystem, to manually
|
/external/libaom/libaom/ |
D | usage.dox | 43 implementations. Applications \ref MUSTNOT attempt to examine or override
|
1234567