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

1 2 3

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
OdexHeaderItem.java 82 BaseDexBuffer bdb = new BaseDexBuffer(buf); local
83 return bdb.readSmallUint(DEX_OFFSET);
87 BaseDexBuffer bdb = new BaseDexBuffer(buf); local
88 return bdb.readSmallUint(DEPENDENCIES_OFFSET);
HeaderItem.java 257 BaseDexBuffer bdb = new BaseDexBuffer(buf);
258 return bdb.readInt(offset + ENDIAN_TAG_OFFSET);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_byte/d/
T_aput_byte_2.d 26 .method public run([BDB)V
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 10 import bdb namespace
59 class Pdb(bdb.Bdb, cmd.Cmd):
62 bdb.Bdb.__init__(self, skip=skip)
108 bdb.Bdb.reset(self)
139 # Override Bdb methods
166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hi
    [all...]
bdb.py 8 __all__ = ["BdbQuit","Bdb","Breakpoint"]
14 class Bdb:
62 print 'bdb.Bdb.dispatch: unknown debugging event:', repr(event)
149 raise NotImplementedError, "subclass of bdb must implement do_clear()"
446 Bdb().set_trace()
465 # you cannot have more than one active Bdb instance.
614 class Tdb(Bdb):
643 t.run('import bdb; bdb.foo(10)' namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 10 import bdb namespace
59 class Pdb(bdb.Bdb, cmd.Cmd):
62 bdb.Bdb.__init__(self, skip=skip)
108 bdb.Bdb.reset(self)
139 # Override Bdb methods
166 # self.currentbp is set in bdb in Bdb.break_here if a breakpoint was hi
    [all...]
bdb.py 8 __all__ = ["BdbQuit","Bdb","Breakpoint"]
14 class Bdb:
62 print 'bdb.Bdb.dispatch: unknown debugging event:', repr(event)
149 raise NotImplementedError, "subclass of bdb must implement do_clear()"
446 Bdb().set_trace()
465 # you cannot have more than one active Bdb instance.
614 class Tdb(Bdb):
643 t.run('import bdb; bdb.foo(10)' namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py 127 First, need to clear bdb state that might be left over from previous tests.
130 >>> from bdb import Breakpoint
303 First, need to clear bdb state that might be left over from previous tests.
306 >>> from bdb import Breakpoint
test_sundry.py 13 import bdb namespace
test_unicode.py 536 self.assertNotIn(u'a', u'bdb')
537 self.assertNotIn(u'a', 'bdb')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py 127 First, need to clear bdb state that might be left over from previous tests.
130 >>> from bdb import Breakpoint
303 First, need to clear bdb state that might be left over from previous tests.
306 >>> from bdb import Breakpoint
test_sundry.py 13 import bdb namespace
test_unicode.py 536 self.assertNotIn(u'a', u'bdb')
537 self.assertNotIn(u'a', 'bdb')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 2 import bdb namespace
10 class Idb(bdb.Bdb):
14 bdb.Bdb.__init__(self)
run.py 164 "RemoteDebugger.py", "bdb.py")
ChangeLog     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 2 import bdb namespace
10 class Idb(bdb.Bdb):
14 bdb.Bdb.__init__(self)
run.py 164 "RemoteDebugger.py", "bdb.py")
ChangeLog     [all...]
  /external/webp/src/utils/
endian_inl.h 92 #else // generic code for swapping 64-bit values (suggested by bdb@)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 164 # The timeout is necessary in BDB 4.5, since DB_EVENT_REP_STARTUPDONE
166 # This is solved in BDB 4.6 (#15542).
376 # The timeout is necessary in BDB 4.5, since DB_EVENT_REP_STARTUPDONE
378 # This is solved in BDB 4.6 (#15542).
test_dbenv.py 247 self.env.mutex_set_tas_spins(0) # Default = BDB decides
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_replication.py 164 # The timeout is necessary in BDB 4.5, since DB_EVENT_REP_STARTUPDONE
166 # This is solved in BDB 4.6 (#15542).
376 # The timeout is necessary in BDB 4.5, since DB_EVENT_REP_STARTUPDONE
378 # This is solved in BDB 4.6 (#15542).
test_dbenv.py 247 self.env.mutex_set_tas_spins(0) # Default = BDB decides
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTest.java 606 BigDecimal bdb = (BigDecimal) b; local
608 return bda.toString().equals(bdb.toString());
    [all...]

Completed in 1080 milliseconds

1 2 3