HomeSort by relevance Sort by last modified time
    Searched full:is_temporary (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/sync/syncable/
directory_backing_store.h 81 // is_temporary. Returns an sqlite
82 bool CreateShareInfoTable(bool is_temporary);
84 bool CreateShareInfoTableVersion71(bool is_temporary);
85 // Create 'metas' or 'temp_metas' depending on value of is_temporary. Also
87 bool CreateMetasTable(bool is_temporary);
directory_backing_store.cc     [all...]
  /external/chromium_org/chrome/browser/history/
url_database.h 252 // is_temporary is false when generating the "regular" URLs table. The expirer
255 bool CreateURLTable(bool is_temporary);
270 // if is_temporary is false, or the temporary URL table if is temporary is
275 URLID AddURLInternal(const URLRow& info, bool is_temporary);
url_database.cc 134 bool is_temporary) {
145 if (is_temporary) {
591 bool URLDatabase::CreateURLTable(bool is_temporary) {
592 const char* name = is_temporary ? "temp_urls" : "urls";
  /external/qemu/include/block/
block_int.h 165 int is_temporary; member in struct:BlockDriverState
  /external/qemu/
block.c 453 if (bs->is_temporary) {
479 if (bs->is_temporary) {
583 bs->is_temporary = 1;
625 if (bs->is_temporary) {
643 if (bs->is_temporary) {
662 if (bs->is_temporary) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 492 is_temporary = False
496 is_temporary = True
506 if is_temporary:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 492 is_temporary = False
496 is_temporary = True
506 if is_temporary:
    [all...]

Completed in 311 milliseconds