HomeSort by relevance Sort by last modified time
    Searched full:print (Results 1551 - 1575 of 3470) sorted by null

<<61626364656667686970>>

  /system/wlan/ti/wilink_6_1/utils/
queue.c 390 * \brief Print queue status
392 * Print the queue's parameters (not the content).
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
binutils.info 113 You may use `nm -s' or `nm --print-armap' to list this index table.
498 [`-S'|`--print-size'] [`-s'|`--print-armap']
499 [`-A'|`-o'|`--print-file-name'][`--special-syms']
615 `--print-file-name'
662 symbol. If line number information can be found, print it after
673 Do not bother to sort the symbols in any order; print them in the
682 `--print-size'
683 Print size, not the value, of defined symbols for the `bsd' output
687 `--print-armap
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
binutils.info 113 You may use `nm -s' or `nm --print-armap' to list this index table.
498 [`-S'|`--print-size'] [`-s'|`--print-armap']
499 [`-A'|`-o'|`--print-file-name'][`--special-syms']
615 `--print-file-name'
662 symbol. If line number information can be found, print it after
673 Do not bother to sort the symbols in any order; print them in the
682 `--print-size'
683 Print size, not the value, of defined symbols for the `bsd' output
687 `--print-armap
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
binutils.info 113 You may use `nm -s' or `nm --print-armap' to list this index table.
498 [`-S'|`--print-size'] [`-s'|`--print-armap']
499 [`-A'|`-o'|`--print-file-name'][`--special-syms']
615 `--print-file-name'
662 symbol. If line number information can be found, print it after
673 Do not bother to sort the symbols in any order; print them in the
682 `--print-size'
683 Print size, not the value, of defined symbols for the `bsd' output
687 `--print-armap
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
binutils.info 113 You may use `nm -s' or `nm --print-armap' to list this index table.
498 [`-S'|`--print-size'] [`-s'|`--print-armap']
499 [`-A'|`-o'|`--print-file-name'][`--special-syms']
615 `--print-file-name'
662 symbol. If line number information can be found, print it after
673 Do not bother to sort the symbols in any order; print them in the
682 `--print-size'
683 Print size, not the value, of defined symbols for the `bsd' output
687 `--print-armap
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-c++ 
i686-unknown-linux-gnu-cpp 
i686-unknown-linux-gnu-g++ 
i686-unknown-linux-gnu-gcc 
i686-unknown-linux-gnu-gcc-4.2.1 
i686-unknown-linux-gnu-i686-unknown-linux-gnu-c++ 
i686-unknown-linux-gnu-i686-unknown-linux-gnu-g++ 
i686-unknown-linux-gnu-i686-unknown-linux-gnu-gcc 
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 70 void (*print) (const char *fmt, ...);
79 print = Con_Printf;
82 print = SV_ClientPrintf;
84 print ("host: %s\n", Cvar_VariableString ("hostname"));
85 print ("version: %4.2f\n", VERSION);
87 print ("tcp/ip: %s\n", my_tcpip_address);
89 print ("ipx: %s\n", my_ipx_address);
90 print ("map: %s\n", sv.name);
91 print ("players: %i active (%i max)\n\n", net_activeconnections, svs.maxclients);
107 print ("#%-2u %-16.16s %3i %2i:%02i:%02i\n", j+1, client->name, (int)client->edict->u.v.frags, hours, (…)
    [all...]
  /external/strace/
strace.c 75 /* Sometimes we want to print only succeeding syscalls. */
149 -F -- attempt to follow vforks, -h -- print help message\n\
150 -i -- print instruction pointer at time of syscall\n\
152 -r -- print relative timestamp, -t -- absolute timestamp, -tt -- with usecs\n\
153 -T -- print time spent in each syscall, -V -- print version\n\
154 -v -- verbose mode: print unabbreviated argv, stat, termio[s], etc. args\n\
155 -x -- print non-ascii strings in hex, -xx -- print all strings in hex\n\
162 -s strsize -- limit length of print strings to STRSIZE chars (default %d)\n
    [all...]
ChangeLog 297 * util.c (printpath, printpathn): Print NULL and don't try any fetch
330 * util.c (printcall): Print 16 ?s when long is 8 bytes.
575 * time.c (sys_clock_nanosleep): Print zero flags arg correctly.
577 (printsigevent): Print signals by name for SIGEV_SIGNAL.
578 (sys_timer_create): Print clock ID symbolically.
851 (main): Print a note that program output is generated by
914 print "| 0xnnn" if the remaining bits are not all zero.
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 590 #print "Getattr %s.%s" % (self.__class__, tag)
    [all...]
  /external/elfutils/src/
readelf.c 0 /* Print information from ELF file in human-readable form.
76 Print information from ELF file in human-readable form.");
84 /* Function to print some extra text in the help message. */
358 /* We print some extra information. */
371 /* Print the version information. */
465 /* Print the file name. */
524 /* Print file type. */
549 /* Print ELF header. */
675 /* Print the section headers. */
764 /* Print the program header. *
    [all...]
  /external/grub/stage2/
builtins.c 128 /* Print which sector is read when loading a file. */
150 and print the blocklist notation on the screen. */
198 /* Print the device name. */
236 "Print the blocklist notation of the file FILE."
385 print only some characters as they are. */
402 "Print the contents of the file FILE."
1161 " Print the number of sectors which STAGE1_5 occupies if successful."
1320 "Search for the filename FILENAME in all of partitions and print the list of"
1444 "Print the information for a drive DRIVE. In the grub shell, you can"
    [all...]
  /bionic/libc/include/
inttypes.h 38 * PRIdFAST32 can be used in a format string to print the value of
  /bionic/libc/netbsd/resolv/
herror.c 95 * print the error indicated by the h_errno value.
  /build/core/combo/
TARGET_linux-sh.mk 76 LIBGCC_FILENAME := $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-libgcc-file-name)
  /build/tools/acp/
acp.c 110 * The observed behavior of GNU and BSD cp is that they print warnings
  /build/tools/apriori/
prelinkmap.c 78 PRINT("Aliasing library %s to %s at %08x\n",
  /cts/tools/dasm/src/java_cup/
parse_reduce_table.java 72 /* if it has action in it, print it */

Completed in 321 milliseconds

<<61626364656667686970>>