HomeSort by relevance Sort by last modified time
    Searched full:existing (Results 601 - 625 of 14007) sorted by null

<<21222324252627282930>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodesetprefix02.java 37 * Create a new attribute node and add it to an element node with an existing attribute having
40 * and the existing attribute is the same.
  /packages/apps/Dialer/java/com/android/dialer/calllog/datasources/
CallLogMutations.java 46 * CallLogMutations} object already contains an update with the specified ID, the existing content
47 * values are merged with the provided ones, with the provided ones overwriting the existing ones
  /packages/apps/Dialer/java/com/android/voicemail/impl/
PackageReplacedReceiver.java 99 // Check the database for existing voicemails.
108 "failed to check for existing voicemails");
  /packages/apps/DocumentsUI/src/com/android/documentsui/
SharedInputHandler.java 107 if (DEBUG) Log.d(TAG, "Back pressed. Clearing existing selection.");
121 if (DEBUG) Log.d(TAG, "ESC pressed. Clearing existing selection.");
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Wallpaper.java 111 // ignored; fallthru to existing crop activity
113 // ignored; fallthru to existing crop activity
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
InstallExistingPackageTaskTest.java 69 // GIVEN that installing the existing package succeeds
76 // THEN the existing package should have been installed
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgReader.java 65 * existing channels on the device.
71 * existing channels on the device. This method is usually called after selecting the lineup.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
AllAccountObserver.java 80 * Return the array of existing accounts.
81 * @return the array of existing accounts.
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 138 the existing Go signal handler. If those signals occur while
172 be run as part of an existing non-Go program. The non-Go code may
180 If the Go runtime sees an existing signal handler for the SIGCANCEL or
185 signal handler. It will save any existing signal handler. If a
187 will invoke the existing signal handler instead of the Go signal
192 existing signal handler, the Go runtime will turn on the SA_ONSTACK
201 and save any existing signal handler. If a signal is delivered to a
203 an existing non-Go signal handler, that handler will be installed
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 138 the existing Go signal handler. If those signals occur while
172 be run as part of an existing non-Go program. The non-Go code may
180 If the Go runtime sees an existing signal handler for the SIGCANCEL or
185 signal handler. It will save any existing signal handler. If a
187 will invoke the existing signal handler instead of the Go signal
192 existing signal handler, the Go runtime will turn on the SA_ONSTACK
201 and save any existing signal handler. If a signal is delivered to a
203 an existing non-Go signal handler, that handler will be installed
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ExtractStringFix.java 41 * TODO: Look for existing string values, and if it matches one of the
42 * existing Strings offer to just replace it with the given string!
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceContentProvider.java 35 * <li>{@link ResourceType}. This represents the list of existing Resource Type present
39 * <li>{@link ResourceItem}. This represents one resource (which can existing in various alternate
  /system/chre/core/
sensor_request_manager.cc 142 // The request changes the mode to off and there was an existing request.
143 // The existing request is removed from the multiplexer. The nanoapp is
151 // existing request). We assign to success to be true and no other
158 // existing request. The request is newly created and added to the
176 // existing request. The existing request is updated.
347 // The sensor is expected to maintain the existing request so there is no
401 // expected to maintain the existing request if a request fails so there
  /system/media/camera/docs/
camera_metadata_tags.mako 48 * existing enumerations.
72 * before the section _END tag to preserve existing enumeration values. In
  /system/tools/aidl/
type_namespace.h 149 // Get a pointer to an existing type. Searches first by fully-qualified
199 const T* existing = FindTypeByCanonicalName(type->CanonicalName()); local
200 if (!existing) {
205 if (existing->Kind() == ValidatableType::KIND_BUILT_IN) {
212 if (type->Kind() != existing->Kind()) {
216 LOG(ERROR) << existing->DeclFile() << ":" << existing->DeclLine()
218 << existing->HumanReadableKind();
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
WifiCheck.java 29 * to a network. If the options are provided, the preparer disconnects any existing network
63 if (mWifiSsid == null) { // no connection to create, check for existing connectivity
  /tools/test/connectivity/acts/framework/acts/controllers/
native_android_device.py 125 existing uid to a new session.
130 raise bt.SL4NException(("SL4N returned an existing uid for a "
  /art/libartbase/base/
safe_map.h 96 DCHECK(result.second); // Check we didn't accidentally overwrite an existing value.
101 DCHECK(result.second); // Check we didn't accidentally overwrite an existing value.
119 // Used to insert a new mapping or overwrite an existing mapping. Note that if the value type
125 // Already there - update the value for the existing key
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
CONTRIB.md 28 1. Ensure that your code adheres to the existing style in the sample to which
CONTRIBUTING.md 28 1. Ensure that your code adheres to the existing style in the sample to which
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
CONTRIB.md 28 1. Ensure that your code adheres to the existing style in the sample to which
CONTRIBUTING.md 28 1. Ensure that your code adheres to the existing style in the sample to which
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/
CONTRIB.md 28 1. Ensure that your code adheres to the existing style in the sample to which
CONTRIBUTING.md 28 1. Ensure that your code adheres to the existing style in the sample to which
  /developers/build/prebuilts/gradle/ActiveNotifications/
CONTRIBUTING.md 28 1. Ensure that your code adheres to the existing style in the sample to which

Completed in 1738 milliseconds

<<21222324252627282930>>