Searched refs:prints (Results 1 – 25 of 575) sorted by relevance
12345678910>>...23
/external/libtraceevent/Documentation/ |
D | libtraceevent-field_print.txt | 29 the _field_ and prints it into _s_, according to the field type. 31 The *tep_print_fields()* prints each field name followed by the record's field 40 The *tep_print_num_field()* function prints a numeric field with given format 46 The *tep_print_func_field()* function prints a function field with given format 54 The *tep_record_print_fields()* prints the field's name followed by its value 57 The *tep_record_print_selected_fields()* prints the field's name followed by
|
D | libtraceevent-debug.txt | 24 The *tep_print_printk()* function prints the printk string formats that were 27 The *tep_print_funcs()* function prints the stored function name to address mapping
|
/external/strace/ |
D | strace-log-merge | 36 then combines and sorts them, and prints result to standard output. 39 option which prints timestamps (otherwise sorting won't do any good).
|
/external/ktfmt/core/src/test/java/com/facebook/ktfmt/cli/ |
D | MainTest.kt | 292 …fun `formatting from stdin prints formatted code to stdout regardless of whether it was already fo… in formatting from stdin prints formatted code to stdout regardless of whether it was already formatted() 315 fun `--dry-run prints filename and does not change file`() { in --dry-run prints filename and does not change file() 328 fun `--dry-run prints 'stdin' and does not reformat code from stdin`() { in --dry-run prints 'stdin' and does not reformat code from stdin() 339 fun `--dry-run prints nothing when there are no changes needed (file)`() { in --dry-run prints nothing when there are no changes needed (file)() 351 fun `--dry-run prints nothing when there are no changes needed (stdin)`() { in --dry-run prints nothing when there are no changes needed (stdin)() 415 …fun `--set-exit-if-changed and --dry-run changes nothing, prints filenames, and exits with 1 (file… in --set-exit-if-changed and --dry-run changes nothing, prints filenames, and exits with 1 (file)() 434 …fun `--set-exit-if-changed and --dry-run changes nothing, prints filenames, and exits with 1 (stdi… in --set-exit-if-changed and --dry-run changes nothing, prints filenames, and exits with 1 (stdin)()
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | functions.md | 54 * functions without source code attached (prints a warning)(see 56 * generator functions (prints a warning) 61 list, it prints a warning.
|
/external/bcc/examples/networking/http_filter/ |
D | README.md | 3 eBPF application that parses HTTP packets and extracts (and prints on screen) the URL contained in … 33 …ket, if necessary reassembles packets belonging to the same session, and prints on stdout the firs… 40 …s detected, the code reassembles packets belonging to the same session and prints the complete URL.
|
/external/cronet/third_party/protobuf/examples/ |
D | list_people.dart | 6 /// Iterates though all people in the AddressBook and prints info about them. 35 /// Reads the entire address book from a file and prints all
|
/external/protobuf/examples/ |
D | list_people.dart | 6 /// Iterates though all people in the AddressBook and prints info about them. 35 /// Reads the entire address book from a file and prints all
|
/external/bcc/docs/ |
D | tutorial.md | 56 execsnoop prints one line of output for each new process. Check for short-lived processes. These ca… 79 opensnoop prints one line of output for each open() syscall, including details. 98 ext4slower traces the ext4 file system and times common operations, and then only prints those that… 132 …to completion), and when the tool ends (Ctrl-C, or a given interval), it prints a histogram summar… 152 biosnoop prints a line of output for each disk I/O, with details including latency (time from devic… 172 cachestat prints a one line summary every second (or every custom interval) showing statistics from… 191 tcpconnect prints one line of output for every active TCP connection (eg, via connect()), with deta… 208 tcpaccept prints one line of output for every passive TCP connection (eg, via accept()), with detai… 225 tcprerans prints one line of output for every TCP retransmit packet, with details including source … 256 runqlat times how long threads were waiting on the CPU run queues, and prints this as a histogram. [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_executor_ops_location_roundtrip.mlir | 5 // The test parses the file, prints it in the pretty form with debug locations, 6 // then parses it back, then prints it in the generic form again. 43 // syntax. In particular, that syntax only prints out a single location, so
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.45.1.txt | 9 Teach the e2scrub and e2scub_all commands the -n option, which prints 18 Debugfs now prints non-printable characters using C-style hex escape 60 Fixed debugfs so it correctly prints ea_in_inode xattr values.
|
/external/strace/debian/ |
D | control | 15 strace is a system call tracer, i.e. a debugging tool which prints out 29 strace is a system call tracer, i.e. a debugging tool which prints out 48 strace is a system call tracer, i.e. a debugging tool which prints out
|
/external/python/bumble/docs/mkdocs/src/examples/ |
D | index.md | 11 …e Information Service is found, looks for a Manufacturer Name characteristics, reads and prints it. 29 An app that connects to a Bluetooth Classic device and prints its services. 35 An app that discovers Bluetooth Classic devices and prints their information.
|
/external/llvm/bindings/ocaml/analysis/ |
D | llvm_analysis.mli | 25 (** [verify_module m] returns if the module [m] is valid, but prints a 31 (** [verify_function f] returns if the function [f] is valid, but prints a
|
/external/one-true-awk/testdir/ |
D | t.bug1 | 2 # prints garbage if no $3
|
/external/bcc/tools/ |
D | tcpconnect_example.txt | 26 The -t option prints a timestamp column: 58 The -L option prints a LPORT column: 67 The -U option prints a UID column:
|
D | biolatency_example.txt | 201 The -F option prints a separate histogram for each unique set of request 321 The -j option prints a dictionary of the histogram. 338 The -j option used with -F prints a histogram dictionary per set of I/O flags. 344 The -j option used with -D prints a histogram dictionary per disk device. 350 The -j with -m prints a millisecond histogram dictionary. The `value_type` key is set to msecs.
|
D | vfsstat_example.txt | 4 This traces some common VFS calls and prints per-second summaries. By default,
|
/external/python/cpython2/Doc/library/ |
D | traceback.rst | 10 interpreter when it prints a stack trace. This is useful when you want to print 36 ways: (1) if *tb* is not ``None``, it prints a header ``Traceback (most 37 recent call last):``; (2) it prints the exception *etype* and *value* after 39 appropriate format, it prints the line where the syntax error occurred with a 68 This function prints a stack trace from its invocation point. The optional
|
/external/llvm/test/Assembler/ |
D | 2002-04-07-InfConstant.ll | 1 ; The output formater prints out 1.0e100 as Inf!
|
/external/pigweed/pw_assert/ |
D | CMakeLists.txt | 94 # This backend to pw_assert's PW_CHECK()/PW_DCHECK() macros prints the assert 106 # This backend to pw_assert's PW_ASSERT()/PW_DASSERT() macros prints the assert
|
/external/llvm/test/MC/ARM/ |
D | dwarf-cfi-initial-state.s | 13 # When llvm-dwarfdump prints the full info for the DW_CFA_def_cfa
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 33 "If set, prints some debugging information and does additional checks.") 83 "If set, prints ASan exit stats even after program terminates " 87 "If set, prints thread creation stacks for the threads involved in the "
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | system_boot_mode.txt | 7 - SELinux prints warnings instead of enforcing.
|
/external/tensorflow/tensorflow/tools/docs/ |
D | BUILD | 58 "no_windows", # numpy prints differently on windows. 109 "no_windows", # numpy prints differently on windows.
|
12345678910>>...23