Home
last modified time | relevance | path

Searched refs:db_file (Results 1 – 13 of 13) sorted by relevance

/external/lisa/libs/utils/android/workloads/
Dyoutube.py41 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)
Dgmaps.py44 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)
Duibench.py71 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)
Djankbench.py83 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)
Dvellamo.py165 db_file = os.path.join(out_dir, VELLAMO_SCORE_NAME)
167 db_file)
Dsuspend_resume.py51 self.db_file = None
Didle_resume.py51 self.db_file = None
Dsystemui.py65 self.db_file = None
/external/vulkan-validation-layers/layers/
Dspec.py215 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/
Dhlr_auc_gw.c144 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/
Dtc_bpf.c1507 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/
Deap_sim_db.c141 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/
DAndroid_UiBench.ipynb302 "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']}"