/third_party/python/Lib/idlelib/ |
D | debugger_r.py | 72 def __init__(self, idb): argument 73 self.idb = idb 78 self.idb.set_step() 81 self.idb.set_quit() 84 self.idb.set_continue() 88 self.idb.set_next(frame) 92 self.idb.set_return(frame) 100 stack, i = self.idb.get_stack(frame, tb) 106 self.idb.run(cmd, __main__.__dict__) 109 msg = self.idb.set_break(filename, lineno) [all …]
|
D | debugger.py | 62 def __init__(self, pyshell, idb=None): argument 63 if idb is None: 64 idb = Idb(self) 66 self.idb = idb # If passed, a proxy of remote instance. 108 return self.idb.run(*args) 228 stack, i = self.idb.get_stack(self.frame, tb) 268 self.idb.set_continue() 272 self.idb.set_step() 276 self.idb.set_next(self.frame) 280 self.idb.set_return(self.frame) [all …]
|
/third_party/ejdb/src/jbi/ |
D | jbi_uniq_scanner.c | 18 iwrc rc = iwkv_get_copy(midx->idx->idb, &key, numbuf, sizeof(numbuf), &sz); in _jbi_consume_eq() 53 rc = iwkv_get_copy(midx->idx->idb, &key, numbuf, sizeof(numbuf), &sz); in _jbi_consume_in_node() 91 iwrc rc = iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, &key); in _jbi_consume_scan() 96 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_scan() 166 RCC(rc, finish, iwkv_cursor_open(midx->idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_noxpr_scan()
|
D | jbi_dup_scanner.c | 21 rc = iwkv_cursor_open(idx->idb, &cur, IWKV_CURSOR_GE, &key); in _jbi_consume_eq() 107 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, IWKV_CURSOR_GE, &key)); in _jbi_consume_in_node() 155 iwrc rc = iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, &key); in _jbi_consume_scan() 161 RCC(rc, finish, iwkv_cursor_open(idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_scan() 226 RCC(rc, finish, iwkv_cursor_open(midx->idx->idb, &cur, midx->cursor_init, 0)); in _jbi_consume_noxpr_scan()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_debugger_r.py | 37 idb = debugger_r.IdbAdapter(None) 38 self.assertTrue(idb.dict_item(0, 'BinData'))
|
/third_party/ejdb/src/ |
D | ejdb2.c | 87 RCC(rc, finish, iwkv_db(jbc->db->iwkv, idx->dbid, idx->idbf, &idx->idb)); in _jb_coll_load_index_lr() 519 rc = iwkv_del(idx->idb, &key, 0); in _jb_idx_record_add() 532 rc = iwkv_del(idx->idb, &key, 0); in _jb_idx_record_add() 557 rc = iwkv_put(idx->idb, &key, &EMPTY_VAL, IWKV_NO_OVERWRITE); in _jb_idx_record_add() 572 rc = iwkv_put(idx->idb, &key, &EMPTY_VAL, IWKV_NO_OVERWRITE); in _jb_idx_record_add() 584 rc = iwkv_put(idx->idb, &key, &idval, IWKV_NO_OVERWRITE); in _jb_idx_record_add() 1087 if (idx->idb) { in ejdb_remove_index() 1088 iwkv_db_destroy(&idx->idb); in ejdb_remove_index() 1158 RCC(rc, finish, iwkv_new_db(db->iwkv, idx->idbf, &idx->dbid, &idx->idb)); in ejdb_ensure_index() 1193 if (idx->idb) { in ejdb_ensure_index() [all …]
|
D | ejdb2_internal.h | 110 IWDB idb; /**< KV database for this index */ member
|
/third_party/skia/third_party/externals/swiftshader/ |
D | .gitignore | 34 *.idb
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | .gitignore | 31 *.idb
|
D | Makefile.vc | 509 @-erase /s $(DIROBJ)\*.idb 2> NUL
|
/third_party/skia/third_party/externals/libwebp/ |
D | .gitignore | 34 *.idb
|
D | Makefile.vc | 516 @-erase /s $(DIROBJ)\*.idb 2> NUL
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstparsebin.c | 3363 gchar *ida, *idb; in sort_end_pads() local 3428 idb = gst_pad_get_stream_id (GST_PAD_CAST (db)); in sort_end_pads() 3429 ret = (ida) ? ((idb) ? strcmp (ida, idb) : -1) : 1; in sort_end_pads() 3431 g_free (idb); in sort_end_pads()
|
D | gstdecodebin3.c | 1227 const gchar *ida, *idb; in sort_streams() local 1271 idb = gst_stream_get_stream_id (sb); in sort_streams() 1272 ret = g_strcmp0 (ida, idb); in sort_streams()
|
D | gstdecodebin2.c | 4787 gchar *ida, *idb; in sort_end_pads() local 4829 idb = gst_pad_get_stream_id (GST_PAD_CAST (db)); in sort_end_pads() 4830 ret = (ida) ? ((idb) ? strcmp (ida, idb) : -1) : 1; in sort_end_pads() 4832 g_free (idb); in sort_end_pads()
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 153 int cil_gen_sensitivity(struct cil_db *idb, struct cil_tree_node *parse_current, struct cil_tree_no…
|