/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
GridLayoutRule.java | 389 public void onRemovingChildren(List<INode> deleted, INode parent) { 390 super.onRemovingChildren(deleted, parent); 395 for (INode child : deleted) {
|
/external/chromium/chrome/browser/resources/net_internals/ |
dataview.js | 75 * Called whenever some log events are deleted. |sourceIds| lists 76 * the source IDs of all deleted log entries. 83 * Called whenever all log events are deleted.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/ |
runtests.bat | 68 REM exists in a partially installed state, it should be deleted manually
|
/external/v8/test/mjsunit/ |
const-eval-init.js | 30 // Test the handling of initialization of deleted const variables.
|
debug-liveedit-breakpoints.js | 97 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_characterdatadeletedataexceedslength.js | 81 from the offset to the end of the data are deleted.
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableElement21.js | 83 deleted there should be one less row.
|
HTMLTableElement24.js | 83 deleted there should be one less row.
|
HTMLTableElement40.js | 79 the last row of the table is deleted.
|
HTMLTableRowElement21.js | 79 the index is -1 the last cell in the row is deleted.
|
HTMLTableSectionElement22.js | 82 the deletion of the row is one. After the row is deleted the number
|
HTMLTableSectionElement23.js | 82 the deletion of the row is one. After the row is deleted the number
|
HTMLTableSectionElement24.js | 82 the deletion of the row is two. After the row is deleted the number
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_characterdatadeletedataexceedslength.js | 81 from the offset to the end of the data are deleted.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement21.js | 83 deleted there should be one less row.
|
HTMLTableElement24.js | 83 deleted there should be one less row.
|
HTMLTableElement40.js | 79 the last row of the table is deleted.
|
HTMLTableRowElement21.js | 79 the index is -1 the last cell in the row is deleted.
|
HTMLTableSectionElement22.js | 82 the deletion of the row is one. After the row is deleted the number
|
HTMLTableSectionElement23.js | 82 the deletion of the row is one. After the row is deleted the number
|
HTMLTableSectionElement24.js | 82 the deletion of the row is two. After the row is deleted the number
|
/external/webkit/Source/WebCore/storage/ |
SQLTransaction.cpp | 105 if (m_database->deleted()) 247 // If the database was deleted, jump to the error callback 248 if (m_database->deleted()) { 249 m_transactionError = SQLError::create(SQLError::UNKNOWN_ERR, "unable to open a transaction, because the user deleted the database"); 474 // Vacuum the database if anything was deleted.
|
/external/yaffs2/yaffs2/ |
yaffs_guts.h | 182 unsigned chunkDeleted; /* The chunk is marked deleted */ 256 /* All pages have been allocated and deleted. 273 int softDeletions:10; /* number of soft deleted pages */ 399 __u8 deleted:1; /* This should only apply to unlinked files. */ member in struct:yaffs_ObjectStruct 400 __u8 softDeleted:1; /* it has also been soft deleted */ 499 __u8 deleted:1; member in struct:__anon15798 731 yaffs_Object *unlinkedDir; /* Directory where unlinked and deleted files live. */ 732 yaffs_Object *deletedDir; /* Directory where deleted objects are sent to disappear. */ 733 yaffs_Object *unlinkedDeletion; /* Current file being background deleted.*/
|
yaffs_tagscompat.c | 455 int deleted = local 458 eTags->chunkDeleted = deleted;
|
/ndk/sources/host-tools/make-3.81/ |
commands.c | 550 error (NILF, _("*** [%s] Archive member `%s' may be bogus; not deleted"), 553 error (NILF, _("*** Archive member `%s' may be bogus; not deleted"), 576 /* Delete all non-precious targets of CHILD unless they were already deleted. 577 Set the flag in CHILD to say they've been deleted. */ 584 if (child->deleted) 594 child->deleted = 1;
|