HomeSort by relevance Sort by last modified time
    Searched refs:jdb (Results 1 - 3 of 3) sorted by null

  /sdk/files/
android.el 3 ;;; Set up GUD+JDB to attach to a Java process running on the phone or
6 (defvar android-jdb-port-history '("8700")
7 "history of ports supplied to `android-jdb'")
9 (defvar android-jdb-project-root-history '()
10 "history of project roots supplied to `android-jdb'")
11 (defvar android-jdb-history nil
12 "history of commands supplied to `android-jdb'")
14 (defvar android-jdb-activity-class-history ()
17 (defcustom android-jdb-command-name "jdb"
    [all...]
  /external/e2fsprogs/debugfs/
do_journal.c 270 journal_header_t *jdb; local
305 jdb = jdb_buf = bh->b_data;
306 jdb->h_magic = ext2fs_cpu_to_be32(JFS_MAGIC_NUMBER);
307 jdb->h_blocktype = ext2fs_cpu_to_be32(JFS_DESCRIPTOR_BLOCK);
308 jdb->h_sequence = ext2fs_cpu_to_be32(trans->tid);
309 jdbt = (journal_block_tag_t *)(jdb + 1);
337 jdbt = (journal_block_tag_t *)(jdb + 1);
351 if (jdbt != (journal_block_tag_t *)(jdb + 1))
389 if (jdbt != (journal_block_tag_t *)(jdb + 1)) {
  /prebuilts/misc/common/robolectric/
run_robotests.mk 206 # jdb -attach localhost:5005

Completed in 3756 milliseconds