Home
last modified time | relevance | path

Searched refs:bdb (Results 1 – 25 of 36) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DOdexHeaderItem.java115 BaseDexBuffer bdb = new BaseDexBuffer(buf); in getDexOffset() local
116 return bdb.readSmallUint(DEX_OFFSET); in getDexOffset()
120 BaseDexBuffer bdb = new BaseDexBuffer(buf); in getDependenciesOffset() local
121 return bdb.readSmallUint(DEPENDENCIES_OFFSET); in getDependenciesOffset()
DHeaderItem.java323 BaseDexBuffer bdb = new BaseDexBuffer(buf);
324 return bdb.readInt(offset + ENDIAN_TAG_OFFSET);
/external/python/cpython2/Lib/
Dpdb.py10 import bdb
59 class Pdb(bdb.Bdb, cmd.Cmd):
62 bdb.Bdb.__init__(self, skip=skip)
108 bdb.Bdb.reset(self)
323 bnum = len(bdb.Breakpoint.bpbynumber)-1
349 for bp in bdb.Breakpoint.bpbynumber:
502 if not (0 <= i < len(bdb.Breakpoint.bpbynumber)):
506 bp = bdb.Breakpoint.bpbynumber[i]
519 if not (0 <= i < len(bdb.Breakpoint.bpbynumber)):
523 bp = bdb.Breakpoint.bpbynumber[i]
[all …]
/external/python/cpython2/Doc/library/
Ddebug.rst12 bdb.rst
Dbdb.rst1 :mod:`bdb` --- Debugger framework
4 .. module:: bdb
7 **Source code:** :source:`Lib/bdb.py`
11 The :mod:`bdb` module handles basic debugger functions, like setting breakpoints
21 The :mod:`bdb` module also defines two classes:
Dpdb.rst23 module: bdb
28 extension interface uses the modules :mod:`bdb` and :mod:`cmd`.
Dconfigparser.rst542 ... skip-bdb
553 >>> config.get("mysqld", "skip-bdb")
/external/python/cpython2/Lib/test/
Dtest_sundry.py13 import bdb
/external/python/cpython2/Lib/idlelib/
DDebugger.py2 import bdb
9 class Idb(bdb.Bdb):
13 bdb.Bdb.__init__(self)
DChangeLog1235 * Debugger.py: Add canonic() function -- for brand new bdb.py feature.
1447 * Debugger.py: Use of Breakpoint class should be bdb.Breakpoint.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java656 BigDecimal bdb = (BigDecimal) b; in hasSameBehavior() local
658 return bda.toString().equals(bdb.toString()); in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java655 BigDecimal bdb = (BigDecimal) b; in hasSameBehavior() local
657 return bda.toString().equals(bdb.toString()); in hasSameBehavior()
/external/python/cpython2/Misc/
Dmaintainers.rst68 bdb
DHISTORY965 - Patch #1191700: Adjust column alignment in bdb breakpoint lists.
3038 new documentation and modified profile and bdb modules for more details
5561 changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,
10764 - The bdb module (base class for the debugger) now supports
11013 - bdb.py: fix bomb on deleting a temporary breakpoint: there's no
11262 - cmd.py, pdb.py and bdb.py have been overhauled by Richard Wolff, who
13750 - The python debugger (pdb.py, and its base class bdb.py) now support
14231 - bdb.py (and hence pdb.py) supports calling run() with a code object
Dcheatsheet1850 bdb A generic Python debugger base class.
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1018 * The :mod:`bdb` module's base debugging class :class:`~bdb.Bdb`
1129 ... skip-bdb
1135 >>> print config.get('mysqld', 'skip-bdb')
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimalTest.java170 android.icu.math.BigDecimal bdb; in diagconstructors() local
246 bdb = new android.icu.math.BigDecimal(bip, 5); in diagconstructors()
249 TestFmwk.assertTrue("cbs002", (bdb.toString()).equals("1234.56789")); in diagconstructors()
253 bdb = new android.icu.math.BigDecimal(bip, 7); in diagconstructors()
258 TestFmwk.assertTrue("cbs012", (bdb.toString()).equals("12345678912345678912.3456789")); in diagconstructors()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java169 com.ibm.icu.math.BigDecimal bdb; in diagconstructors() local
245 bdb = new com.ibm.icu.math.BigDecimal(bip, 5); in diagconstructors()
248 TestFmwk.assertTrue("cbs002", (bdb.toString()).equals("1234.56789")); in diagconstructors()
252 bdb = new com.ibm.icu.math.BigDecimal(bip, 7); in diagconstructors()
257 TestFmwk.assertTrue("cbs012", (bdb.toString()).equals("12345678912345678912.3456789")); in diagconstructors()
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_funcs.sym1542 2bdb 1 346 3326
Ddump_syms_regtest64.sym1786 4bdb 5 488 4150
Domap_stretched.sym643 1bdb 9 336 2369
/external/python/cpython2/
DREADME1109 with the backend names `ndbm', `gdbm' and `bdb'.
Dconfigure.ac2510 …or dbm. Valid value is a colon separated string with the backend names `ndbm', `gdbm' and `bdb'.]),
/external/webrtc/talk/media/testdata/
Dfaces.1280x720_P420.yuv3bdb[\es~��}{yvrlf_XRMJIKNNMORUX\aa`ceda^]ZWSQQOMKIHFD@=;;;;:87666553221101344445666667@JQSSRRSRRSS…
/external/libevent/
DChangeLog1017 o Always use our own gai_strerror() replacement. (6810bdb)

12