HomeSort by relevance Sort by last modified time
    Searched full:deleted (Results 176 - 200 of 1479) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/host/windows/usb/legacy/driver/
android_usb_wdf_object.h 104 /** \brief Removes driver's references on an object so it can be deleted.
113 /** \brief Called when framework object is being deleted
  /external/chromium/base/
waitable_event.h 54 // deleted.
139 // event which gets deleted. This mismatch has bitten us several times now,
  /external/chromium/net/base/
network_change_notifier_mac.cc 15 // When NetworkChangeNotifierMac is being deleted, it will delete the
23 // will be deleted once all notification tasks that reference it have been run.
  /external/chromium/third_party/icu/public/common/unicode/
uenum.h 82 * and must not be deleted by the caller. The pointer is valid
115 * and must not be deleted by the caller. The pointer is valid
strenum.h 107 * deleted by the caller. The pointer is valid until the next call
138 * deleted by the caller. The pointer is valid until the next call
160 * deleted by the caller. The pointer is valid until the next call
  /external/chromium/third_party/icu/source/common/
uhash.h 40 * be deleted by it at some point, either as keys are replaced, or
55 * hashcode. During iteration an element may be deleted by calling
528 * Must not be NULL. Must not be an empty or deleted element (as long
530 * deleted). Note: Although this parameter is const, it will be
667 * @param obj The object to be deleted
699 * @param obj The object to be deleted
706 * @param obj The object to be deleted
714 * @param obj The object to be deleted
  /external/icu4c/common/
dictbe.h 162 * @param adoptDictionary A TrieWordDictionary to adopt. Deleted when the
163 * engine is deleted.
uhash.h 40 * be deleted by it at some point, either as keys are replaced, or
55 * hashcode. During iteration an element may be deleted by calling
528 * Must not be NULL. Must not be an empty or deleted element (as long
530 * deleted). Note: Although this parameter is const, it will be
667 * @param obj The object to be deleted
699 * @param obj The object to be deleted
706 * @param obj The object to be deleted
714 * @param obj The object to be deleted
  /external/icu4c/common/unicode/
uenum.h 102 * and must not be deleted by the caller. The pointer is valid
135 * and must not be deleted by the caller. The pointer is valid
  /external/kernel-headers/original/linux/
inotify.h 36 #define IN_DELETE 0x00000200 /* Subfile was deleted */
37 #define IN_DELETE_SELF 0x00000400 /* Self was deleted */
  /external/v8/test/mjsunit/
sparse-array-reverse.js 46 a[50] = 'deleted';
47 delete a[50]; // Should leave no trace once deleted.
  /external/webkit/JavaScriptCore/icu/unicode/
uenum.h 73 * and must not be deleted by the caller. The pointer is valid
106 * and must not be deleted by the caller. The pointer is valid
  /external/webkit/JavaScriptGlue/icu/unicode/
uenum.h 73 * and must not be deleted by the caller. The pointer is valid
106 * and must not be deleted by the caller. The pointer is valid
  /external/webkit/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 63 JavaField* aField = new JavaField(env, aJField); // deleted in the JavaClass destructor
78 JavaMethod* aMethod = new JavaMethod(env, aJMethod); // deleted in the JavaClass destructor
  /external/webkit/WebCore/icu/unicode/
uenum.h 73 * and must not be deleted by the caller. The pointer is valid
106 * and must not be deleted by the caller. The pointer is valid
  /frameworks/base/media/java/android/drm/mobile1/
DrmRightsManager.java 177 * @param rights the specified rights object to be deleted.
236 * @param rights the specified rights object to be deleted.
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.h 103 // Aiding data information to be deleted, aiding data can only be deleted when GPS engine is off
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_log.c 55 * deleted and set to NULL upon completion.
160 /* it may have been deleted already, so we read it again */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fdreg.h 60 #define ST2_CM 0x40 /* Control Mark = deleted */
73 #define FD_READ 0xE6 /* read with MT, MFM, SKip deleted */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiDocumentNode.java 124 * XML documents cannot be deleted per se -- they are a by-product of the StructuredEditor
132 throw new UnsupportedOperationException("Documents cannot be deleted"); //$NON-NLS-1$
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 664 * 4. verify that body for message 2 has not been deleted.
665 * 5. delete message 2, verify body is deleted.
691 // 4. verify body for second message wasn't deleted
694 // 5. delete second message, check its body is deleted
705 * 5. verify that body for message 2 has not been deleted.
736 // 5. verify body for second message wasn't deleted during "delete orphan bodies"
746 * 5. verify that body for message 2 has not been deleted.
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 83 * head and tail may be pointing at deleted nodes that have been
88 * - "unlinking" makes a deleted node unreachable from active
91 * nodes unreachable from deleted nodes, making it easier for
92 * the GC to reclaim future deleted nodes
99 * time, the set of non-logically-deleted nodes maintained by prev
103 * true for nodes that have already been logically deleted - such
132 * since it is most important that long chains of deleted nodes
412 // always squeeze out interior deleted nodes
416 // Squeeze out deleted nodes between activePred and
590 // TODO: should we skip deleted nodes here
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 169 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
198 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
210 * to by this UText must not be deleted during the lifetime of the
229 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
259 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
269 * to by this UText must not be deleted during the lifetime of the
291 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
318 * <p>Note that RegexPattern objects must not be deleted while RegexMatcher
328 * to by this UText must not be deleted during the lifetime of the
351 * on the input. Note that a RegexPattern object must not be deleted whil
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
EmailSyncAdapter.java 603 // If we've sent local deletions, clear out the deleted table
662 * Note that messages in the deleted database preserve the message's unique id; therefore, we
692 // Find any of our deleted items
695 // We keep track of the list of deleted item id's so that we can remove them from the
696 // deleted table after the server receives our command
743 // We keep track of the list of updated item id's as we did above with deleted items
764 // If the message is now in the trash folder, it has been deleted by the user
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 218 * Only entries that are currently free in this pool can be deleted.
219 * Allocated entries can not be deleted.
223 * @return <code>true</code> if the entry was found and deleted, or

Completed in 1616 milliseconds

1 2 3 4 5 6 78 91011>>