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/components/history/core/browser/
url_database.h 254 // is_temporary is false when generating the "regular" URLs table. The expirer
257 bool CreateURLTable(bool is_temporary);
272 // if is_temporary is false, or the temporary URL table if is temporary is
277 URLID AddURLInternal(const URLRow& info, bool is_temporary);
url_database.cc 133 bool is_temporary) {
144 if (is_temporary) {
590 bool URLDatabase::CreateURLTable(bool is_temporary) {
591 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 365 milliseconds