HomeSort by relevance Sort by last modified time
    Searched defs:deleted (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
proc_fs.h 52 int deleted; member in struct:proc_dir_entry
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
proc_fs.h 52 int deleted; member in struct:proc_dir_entry
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
proc_fs.h 52 int deleted; member in struct:proc_dir_entry
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
proc_fs.h 52 int deleted; member in struct:proc_dir_entry
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
proc_fs.h 52 int deleted; member in struct:proc_dir_entry
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 154 SyncOperation deleted = new SyncOperation(account2, local
162 engine.insertIntoPending(deleted);
166 assertEquals(deleted.target.account, popDeleted.target.account);
167 assertEquals(deleted.target.provider, popDeleted.target.provider);
168 assertEquals(deleted.target.service, popDeleted.target.service);
169 assertEquals(deleted.target.userId, popDeleted.target.userId);
170 assertEquals(deleted.reason, popDeleted.reason);
171 assertEquals(deleted.syncSource, popDeleted.syncSource);
172 assertEquals(deleted.isExpedited(), popDeleted.expedited);
173 assert(android.content.PeriodicSync.syncExtrasEquals(deleted.extras, popDeleted.extras))
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 179 bool deleted = false; local
185 deleted = true;
189 callback(deleted ? GNOME_KEYRING_RESULT_OK
    [all...]
  /external/chromium_org/cloud_print/virtual_driver/win/install/
setup.cc 161 bool deleted = base::DeleteFile(target_path, false); local
164 if(!deleted) {
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_record.cc 540 bool deleted = webrtc::VideoEngine::Delete(ptrViE); local
541 if (deleted == false) {
  /external/chromium_org/webkit/browser/fileapi/
isolated_context.cc 147 // and will get deleted when the ref count reaches <=0.
389 // already deleted by RevokeFileSystemByPath.
397 bool deleted = UnregisterFileSystem(filesystem_id); local
398 DCHECK(deleted);
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustedCertificateStore.java 67 * CAs is performed by placing an exact copy of that CA in the deleted
71 * deleted system certificate simply removes the copy from the deleted
143 // skip malformed certs as well as deleted system ones
213 // was not a deleted system cert.
513 File deleted = getCertificateFile(deletedDir, cert); local
514 if (deleted.exists()) {
515 // we have a system cert that was marked deleted.
516 // remove the deleted marker to expose the original
517 if (!deleted.delete())
556 File deleted = getCertificateFile(deletedDir, cert); local
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 48 void deleted() override;
66 /// use this so we get notified if a block is deleted or RAUWd.
70 /// whose corresponding BasicBlock got deleted. These symbols need to be
80 "Some labels for deleted blocks never got emitted");
114 // entry to BBCallbacks so we can be notified if the BB is deleted or RAUWd.
143 /// takeDeletedSymbolsForFunction - If we have any deleted symbols for F, return
160 // If the block got deleted, there is no need for the symbol. If the symbol
178 // for the containing Function. Since the block is being deleted, its
190 // for the containing Function. Since the block is being deleted, its
196 // The entry is deleted, free the memory associated with the symbol list
242 void MMIAddrLabelMapCallbackPtr::deleted() { function in class:MMIAddrLabelMapCallbackPtr
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
SnapshotProvider.java 241 int deleted = 0; local
251 deleted = db.delete(TABLE_SNAPSHOTS, selection, selectionArgs);
256 if (deleted > 0) {
259 return deleted;
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_unittest.cc 97 // This observer keeps track of the last deleted RenderViewHost to avoid
115 bool deleted() { function in class:content::__anon11474::RenderViewHostDeletedObserver
127 // This observer keeps track of the last deleted RenderFrameHost to avoid
145 bool deleted() { function in class:content::__anon11474::RenderFrameHostDeletedObserver
217 << Format(render_frame_host) << " that was previously deleted.";
314 // Use an observer to avoid accessing a deleted renderer later on when the
319 if (old_rvh != active_rvh() && !rvh_observer.deleted())
461 // exists so that it doesn't get deleted on navigation to another
644 // This deletes a WebContents when the given RVH is deleted. This is
686 // wrapped as scoped_ptr since it intentionally deleted by destroye
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 507 bool deleted = deleteIfPossible(); local
508 if (!deleted && !hasClients()) {
  /external/conscrypt/src/test/java/org/conscrypt/
TrustManagerImplTest.java 208 final File deleted = new File(DIR_TEST, "deleted-test"); local
210 TrustedCertificateStore tcs = new TrustedCertificateStore(system, added, deleted);
  /external/jdiff/src/jdiff/
DiffMyers.java 95 of deleted lines (counting only lines before the midpoint).
97 lines inserted or deleted (counting only lines before the midpoint).
356 /** Scan the tables of which lines are inserted and deleted,
391 /** Scan the tables of which lines are inserted and deleted,
468 Each change represents one place where some lines are deleted
472 DELETED is the number of lines deleted here from file 0.
475 If DELETED is 0 then LINE0 is the number of the line before
484 public int deleted; field in class:DiffMyers.change
485 /** Line number of 1st deleted line. *
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 50 #define NFA_HCI_DELETE_PIPE_EVT 0x08 /* Pipe is deleted */
257 tNFA_HCI_DELETE_PIPE deleted; /* NFA_HCI_DELETE_PIPE_EVT */ member in union:__anon27858
366 ** The allocated Gate information will be deleted from non
367 ** volatile memory and all the associated pipes are deleted
568 ** When the dynamic pipe is deleted (or if an error occurs),
571 ** entry will be deleted for the dynamic pipe and all
572 ** information related to the pipe will be deleted from non
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 307 void deleted() override;
309 deleted();
402 /// that a block has been deleted.
414 void LVIValueHandle::deleted() { function in class:LVIValueHandle
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 81 void deleted() override;
89 void MDNodeOperand::deleted() { function in class:MDNodeOperand
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 239 int deleted = 0; local
245 deleted = a - start;
249 b = b - deleted;
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 515 int deleted = deleteLastTypedKey();
517 if (deleted == getAmOrPmKeyCode(AM)) {
519 } else if (deleted == getAmOrPmKeyCode(PM)) {
522 deletedKeyStr = String.format("%d", getValFromKeyCode(deleted));
632 int deleted = mTypedTimes.remove(mTypedTimes.size() - 1); local
636 return deleted;
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 325 final int deleted = db.delete(Tables.SEARCH_INDEX, local
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 1489 const bool deleted = entry.is_deleted() || local
    [all...]
  /external/chromium_org/chrome/browser/history/
history_types.h 624 MostVisitedURLList deleted; member in struct:history::TopSitesDelta

Completed in 1297 milliseconds

1 2 3 45 6 7 8