/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
touch_operation_unittest.cc | 50 EXPECT_EQ(ResourceEntry::DIRTY, entry.metadata_edit_state());
|
move_operation_unittest.cc | 48 EXPECT_EQ(ResourceEntry::DIRTY, dest_entry.metadata_edit_state()); 78 EXPECT_EQ(ResourceEntry::DIRTY, dest_entry.metadata_edit_state());
|
create_directory_operation_unittest.cc | 60 EXPECT_EQ(ResourceEntry::DIRTY, entry.metadata_edit_state());
|
move_operation.cc | 57 entry.set_metadata_edit_state(ResourceEntry::DIRTY);
|
touch_operation.cc | 41 entry->set_metadata_edit_state(ResourceEntry::DIRTY);
|
create_file_operation.cc | 60 entry->set_metadata_edit_state(ResourceEntry::DIRTY);
|
create_file_operation_unittest.cc | 35 EXPECT_EQ(ResourceEntry::DIRTY, entry.metadata_edit_state());
|
copy_operation_unittest.cc | 72 // marks it dirty and requests the observer to upload the file. 104 // marks it dirty and requests the observer to upload the file. 174 EXPECT_EQ(ResourceEntry::DIRTY, entry.metadata_edit_state()); 301 // Store a dirty cache file. 330 EXPECT_EQ(ResourceEntry::DIRTY, dest_entry.metadata_edit_state()); 337 // Copied cache file should be dirty. 453 directory.set_metadata_edit_state(ResourceEntry::DIRTY);
|
create_directory_operation.cc | 41 entry.set_metadata_edit_state(ResourceEntry::DIRTY);
|
/external/netperf/ |
netsh.h | 90 #ifdef DIRTY 95 #endif /* DIRTY */
|
netsh.c | 196 #ifdef DIRTY 201 #endif /* DIRTY */ 431 #ifdef DIRTY 432 /* dirty and clean cache stuff */ 437 #endif /* DIRTY */ 607 /* local dirty and clean counts */ 608 #ifdef DIRTY 617 printf("I don't know how to get dirty.\n"); 618 #endif /* DIRTY */ 621 /* remote dirty and clean counts * [all...] |
nettest_sctp.c | 5 #define DIRTY 385 #ifdef DIRTY 403 #ifdef DIRTY 405 #endif /* DIRTY */ 562 #ifdef DIRTY 565 #endif /* DIRTY */ 686 #ifdef DIRTY 687 /* initialize the random number generator for putting dirty stuff */ 702 #ifdef DIRTY 703 /* we want to dirty some number of consecutive integers in the buffer * [all...] |
nettest_unix.c | 3 #define DIRTY 250 #ifdef DIRTY 265 #ifdef DIRTY 267 #endif /* DIRTY */ 391 #ifdef DIRTY 394 #endif /* DIRTY */ 473 #ifdef DIRTY 474 /* initialize the random number generator for putting dirty stuff */ 481 #ifdef DIRTY 482 /* we want to dirty some number of consecutive integers in the buffer * [all...] |
nettest_dlpi.c | 170 #ifdef DIRTY 172 #endif /* DIRTY */ 360 #ifdef DIRTY 363 #endif /* DIRTY */ 441 #ifdef DIRTY 442 /* initialize the random number generator for putting dirty stuff */ 445 #endif /* DIRTY */ 449 #ifdef DIRTY 450 /* we want to dirty some number of consecutive integers in the buffer */ 452 /* them cleanly into the cache. The clean ones will follow any dirty */ [all...] |
nettest_sdp.c | 5 #define DIRTY 389 #ifdef DIRTY 392 #endif /* DIRTY */ 514 #ifdef DIRTY 519 #endif /* DIRTY */ [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
entry_update_performer_unittest.cc | 38 // Stores |content| to the cache and mark it as dirty. 85 src_entry.set_metadata_edit_state(ResourceEntry::DIRTY); 126 // Tests updating metadata of a file with a non-dirty cache file. 131 // Download the file content to prepare a non-dirty cache file. 151 src_entry->set_metadata_edit_state(ResourceEntry::DIRTY); 234 // Make sure that the cache is no longer dirty. 278 // Make sure that the cache is no longer dirty. 283 // Again mark the cache file dirty. 299 // In this case, although the file is marked as dirty, but the content 313 // Make sure that the cache is no longer dirty [all...] |
entry_revert_performer_unittest.cc | 46 updated_entry.set_metadata_edit_state(ResourceEntry::DIRTY);
|
entry_update_performer.cc | 108 case ResourceEntry::DIRTY: 156 case ResourceEntry::DIRTY: // Entry was edited again during the update. 175 // Clear dirty bit unless the file has been edited during update.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
DiskLruCache.java | 95 private static final String DIRTY = "DIRTY"; 108 * DIRTY 335c4c6028171cfddfbaae1a9c313c52 111 * DIRTY 1ab96a171faeeee38496d8b330771a7a 123 * o DIRTY lines track that an entry is actively being created or updated. 124 * Every successful DIRTY action should be followed by a CLEAN or REMOVE 125 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that 305 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { 316 * cache. Dirty entries are assumed to be inconsistent and will be deleted 524 File dirty = entry.getDirtyFile(i); local [all...] |
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
DiskLruCache.java | 107 private static final String DIRTY = "DIRTY"; 123 * DIRTY 335c4c6028171cfddfbaae1a9c313c52 126 * DIRTY 1ab96a171faeeee38496d8b330771a7a 138 * o DIRTY lines track that an entry is actively being created or updated. 139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE 140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that 390 } else if (parts[0].equals(DIRTY) && parts.length == 2) { 401 * cache. Dirty entries are assumed to be inconsistent and will be deleted. 444 writer.write(DIRTY + ' ' + entry.key + '\n') 582 File dirty = entry.getDirtyFile(i); local [all...] |
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
DiskLruCache.java | 107 private static final String DIRTY = "DIRTY"; 123 * DIRTY 335c4c6028171cfddfbaae1a9c313c52 126 * DIRTY 1ab96a171faeeee38496d8b330771a7a 138 * o DIRTY lines track that an entry is actively being created or updated. 139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE 140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that 390 } else if (parts[0].equals(DIRTY) && parts.length == 2) { 401 * cache. Dirty entries are assumed to be inconsistent and will be deleted. 444 writer.write(DIRTY + ' ' + entry.key + '\n') 582 File dirty = entry.getDirtyFile(i); local [all...] |
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
DiskLruCache.java | 107 private static final String DIRTY = "DIRTY"; 123 * DIRTY 335c4c6028171cfddfbaae1a9c313c52 126 * DIRTY 1ab96a171faeeee38496d8b330771a7a 138 * o DIRTY lines track that an entry is actively being created or updated. 139 * Every successful DIRTY action should be followed by a CLEAN or REMOVE 140 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that 390 } else if (parts[0].equals(DIRTY) && parts.length == 2) { 401 * cache. Dirty entries are assumed to be inconsistent and will be deleted. 444 writer.write(DIRTY + ' ' + entry.key + '\n') 582 File dirty = entry.getDirtyFile(i); local [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
sync_client_unittest.cc | 189 ASSERT_NO_FATAL_FAILURE(AddFileEntry("dirty")); 212 // Prepare a pinned-and-fetched-and-dirty file. 214 cache_->Store(GetLocalId("dirty"), std::string(), 216 EXPECT_EQ(FILE_ERROR_OK, cache_->Pin(GetLocalId("dirty"))); 288 // Dirty file gets uploaded. 290 metadata_->GetResourceEntryById(GetLocalId("dirty"), &entry)); 369 // "fetched" and "dirty" are the existing pinned files. 370 // The non-dirty one should be synced, but the dirty one should not. 378 EXPECT_EQ(FILE_ERROR_OK, cache_->GetFile(GetLocalId("dirty"), &cache_file)) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_ContactsTest.java | 132 ContactsContract.RawContacts.DIRTY,
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactManager.java | 168 * "dirty", and need syncing to the SampleSync server. 172 * @return a list of Users that are considered "dirty" 175 Log.i(TAG, "*** Looking for local dirty contacts"); 197 Log.i(TAG, "Dirty Contact: " + Long.toString(rawContactId)); 239 * so that we're ready for the next time. This involves clearing out the 'dirty' 258 Log.i(TAG, "Clearing dirty flag for: " + rawContact.getBestName()); 553 * Clear the local system 'dirty' flag for a contact. 737 RawContacts.DIRTY, [all...] |