Searched refs:db_file (Results 1 – 13 of 13) sorted by relevance
/external/lisa/libs/utils/android/workloads/ |
D | youtube.py | 41 self.db_file = None 100 self.db_file = os.path.join(out_dir, "framestats.txt") 101 System.gfxinfo_get(self._target, self.package, self.db_file)
|
D | gmaps.py | 44 self.db_file = None 125 self.db_file = os.path.join(out_dir, "framestats.txt") 126 System.gfxinfo_get(self._target, self.package, self.db_file)
|
D | uibench.py | 71 self.db_file = None 164 self.db_file = os.path.join(out_dir, "framestats.txt") 165 System.gfxinfo_get(self._target, self.package, self.db_file)
|
D | jankbench.py | 83 self.db_file = None 207 self.db_file = os.path.join(out_dir, JANKBENCH_DB_NAME) 208 self._target.pull(db_adb, self.db_file)
|
D | vellamo.py | 165 db_file = os.path.join(out_dir, VELLAMO_SCORE_NAME) 167 db_file)
|
D | suspend_resume.py | 51 self.db_file = None
|
D | idle_resume.py | 51 self.db_file = None
|
D | systemui.py | 65 self.db_file = None
|
/external/vulkan-validation-layers/layers/ |
D | spec.py | 215 def genDB(self, db_file): argument 242 print "Generating database file %s" % (db_file) 243 with open(db_file, "w") as outfile: 246 def readDB(self, db_file): argument 250 with open(db_file, "r") as infile:
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.c | 144 static sqlite3 * db_open(const char *db_file) in db_open() argument 148 if (sqlite3_open(db_file, &db)) { in db_open() 150 db_file, sqlite3_errmsg(db)); in db_open()
|
/external/iproute2/tc/ |
D | tc_bpf.c | 1507 static void bpf_hash_init(struct bpf_elf_ctx *ctx, const char *db_file) in bpf_hash_init() argument 1515 fp = fopen(db_file, "r"); in bpf_hash_init() 1523 db_file, subpath); in bpf_hash_init() 1530 "ignoring!\n", db_file, pinning); in bpf_hash_init()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_sim_db.c | 141 static sqlite3 * db_open(const char *db_file) in db_open() argument 145 if (sqlite3_open(db_file, &db)) { in db_open() 147 "%s: %s", db_file, sqlite3_errmsg(db)); in db_open()
|
/external/lisa/ipynb/examples/android/benchmarks/ |
D | Android_UiBench.ipynb | 302 "db_file = os.path.join(te.res_dir, \"framestats.txt\")\n", 303 "!sed '/Stats since/,/99th/!d;/99th/q' {db_file}\n", 306 "# !cat {results['db_file']}"
|