HomeSort by relevance Sort by last modified time
    Searched full:dumps (Results 1 - 25 of 336) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/experimental/procstatlog/
README 3 A statically linked binary that polls and dumps /proc/*/stat files
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 37 * These are used to set parameters in the core dumps.
67 * These are used to set parameters in the core dumps.
  /external/webkit/WebKitTools/simplejson/
__init__.py 14 >>> simplejson.dumps(['foo', {'bar': ('baz', None, 1.0, 2)}])
16 >>> print simplejson.dumps("\"foo\bar")
18 >>> print simplejson.dumps(u'\u1234')
20 >>> print simplejson.dumps('\\')
22 >>> print simplejson.dumps({"c": 0, "b": 0, "a": 0}, sort_keys=True)
33 >>> simplejson.dumps([1,2,3,{'4': 5, '6': 7}], separators=(',',':'))
39 >>> print simplejson.dumps({'4': 5, '6': 7}, sort_keys=True, indent=4)
78 >>> dumps(2 + 1j, cls=ComplexEncoder)
91 'dump', 'dumps', 'load', 'loads',
166 def dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True function
    [all...]
jsonfilter.py 21 res = simplejson.dumps(self.app(environ, json_start_response))
  /external/qemu/elff/
dwarf_utils.h 49 /* Dumps DWARF attribute to stdout.
57 /* Dumps DWARF attribute value to stdout.
  /dalvik/tools/dexdeps/
README.txt 4 This tool dumps a list of fields and methods that a DEX file uses but does
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
main.py 128 """Dumps the data represented by the object to JSON for wire transfer."""
129 return simplejson.dumps(self.friend_list)
133 """Dumps the data represented by the object to JSON for wire transfer."""
134 return simplejson.dumps(object)
  /external/clearsilver/man/man3/
hdf_set_symlink.3 42 though dumps and other things which access the data
  /external/libpng/scripts/
makefile.ne12bsd 30 # uncommenting, but it core dumps for me at the moment:
makefile.netbsd 30 # uncommenting, but it core dumps for me at the moment:
  /external/qemu/android/utils/
misc.h 49 ** dumps a human-readable version of a string. this replaces
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 27 // Used with pixel dumps of content
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
MailboxList.java 61 * Dumps a representation of this mailbox list to
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 5 // This command-line program dumps the contents of a set of cache files, either
47 // Dumps the file headers to stdout.
50 // Dumps all entries to stdout.
dump_files.cc 51 // Dumps the contents of the Index-file header.
77 // Dumps the contents of a block-file header.
277 // Dumps the headers of all files.
295 // Dumps all entries from the cache.
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 170 Log.w("ddm-heap", "hprof dumps not supported in this VM");
187 * DDMS. The dumps are large enough that we don't want to copy the
202 failMsg = "hprof dumps not supported in this VM";
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 31 * Dumps the given array, interpreting it as a class file.
  /development/testrunner/
logger.py 18 """Simple logging utility. Dumps log messages to stdout, and optionally, to a
  /external/sonivox/jet_tools/JetCreator/
JetDebug.py 6 Dumps info from various jet file structures for debugging
  /frameworks/base/cmds/dumpsys/
dumpsys.cpp 2 * Command that dumps interesting system state to the log.
  /frameworks/base/include/ui/
GraphicBufferMapper.h 50 // dumps information about the mapping of this handle
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareBase.h 49 /**This method dumps the state of the audio hardware */
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleNode.java 72 /* Override this method if you want to customize how the node dumps
  /external/chromium/net/proxy/
proxy_config.h 135 // Dumps a human-readable string representation of the configuration to |out|;
139 // Dumps a human-readable string representation of the |rules| to |out|;
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 34 * Dumps buffer to fp in an easy-to-read format
83 * Dumps the PPPoE packet to fp in an easy-to-read format

Completed in 3480 milliseconds

1 2 3 4 5 6 7 8 91011>>