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

<<21222324252627282930>>

  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
Selection.java 55 * existing selection).
162 * Saves the existing provisional selection. Once the provisional selection is saved,
163 * subsequent provisional selections which are different from this existing one cannot
164 * cause items in this existing provisional selection to become deselected.
172 * Abandons the existing provisional selection so that all items provisionally selected are
  /packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java 89 * Replaces any existing LabelDialogFragment with the given {@code fragment}.
101 // Remove existing instance of LabelDialogFragment if necessary.
102 final Fragment existing = manager.findFragmentByTag(TAG); local
103 if (existing != null) {
104 tx.remove(existing);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
ver4_bigram_list_policy.cpp 106 // Copy existing bigram list.
129 // Case 2. Overwrite the existing entry. Case 3. Reclaim and reuse the existing invalid entry.
132 // Case 3. Reuse the existing invalid entry. outAddedNewEntry is false when an existing
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarPackageManager.java 51 * flag is set, passed policy is added to existing policy set from the current package.
52 * If none of {@link #FLAG_SET_POLICY_ADD} or {@link #FLAG_SET_POLICY_REMOVE} is set, existing
61 * flag is set, passed policy is removed from existing policy set from the current package.
62 * If none of {@link #FLAG_SET_POLICY_ADD} or {@link #FLAG_SET_POLICY_REMOVE} is set, existing
93 * none of these flags are set, it will completely replace existing policy for each package
  /art/cmdline/
cmdline_types.h 635 Result ParseAndAppend(const std::string& option, ProfileSaverOptions& existing) {
639 existing.enabled_ = true;
644 existing.profile_boot_class_path_ = true;
649 existing.profile_aot_code_ = true;
654 existing.wait_for_jit_notifications_to_save_ = false;
663 return ParseInto(existing,
669 return ParseInto(existing,
675 return ParseInto(existing,
681 return ParseInto(existing,
687 return ParseInto(existing,
    [all...]
  /system/core/libsparse/include/sparse/
sparse.h 102 * Associates a chunk of an existing file with a sparse file cookie.
126 * Associates a chunk of an existing fd with a sparse file cookie.
243 * sparse_file_import - import an existing sparse file
249 * Reads an existing sparse file into a sparse file cookie, recreating the same
258 * sparse_file_import_auto - import an existing sparse or normal file
264 * Reads an existing sparse or normal file into a sparse file cookie.
274 /** sparse_file_resparse - rechunk an existing sparse file into smaller files
276 * @in_s - sparse file cookie of the existing sparse file
281 * Splits chunks of an existing sparse file into smaller sparse files such that
  /packages/apps/Contacts/tests/src/com/android/contacts/database/
SimContactDaoTests.java 341 final Map<AccountWithDataSet, Set<SimContact>> existing = sut local
344 assertTrue(existing.isEmpty());
373 final Map<AccountWithDataSet, Set<SimContact>> existing = sut local
376 assertThat(existing.size(), equalTo(1));
377 assertThat(existing.get(account),
417 final Map<AccountWithDataSet, Set<SimContact>> existing = sut local
420 assertThat(existing.size(), equalTo(2));
421 assertThat(existing, Matchers.<Map<AccountWithDataSet, Set<SimContact>>>equalTo(
451 final Map<AccountWithDataSet, Set<SimContact>> existing = sut local
454 assertThat(existing.size(), equalTo(1))
485 final Map<AccountWithDataSet, Set<SimContact>> existing = sut local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DraftMessageData.java 278 // the existing attachments.
281 // clear any existing attachments because the attachment we're adding can only
287 // If the existing attachments contain a single-only attachment, we need to clear the
288 // existing attachments to make room for the incoming attachment.
291 // clear any existing attachments because the single attachment can only exist
298 // existing attachments to make room for the incoming attachment.
301 // clear any existing attachments because the single attachment can only exist
356 // clear any existing attachments because the attachment we're adding can only
361 // clear any existing attachments because the attachment we're adding can only
365 // If the existing attachments contain a single-only attachment, we need to clear th
    [all...]
  /external/proguard/src/proguard/util/
ArrayUtil.java 387 // Reuse the existing array if possible.
416 // Is the existing array large enough?
419 // Reinitialize the existing array.
503 // Reuse the existing array if possible.
532 // Is the existing array large enough?
535 // Reinitialize the existing array.
619 // Reuse the existing array if possible.
648 // Is the existing array large enough?
651 // Reinitialize the existing array.
735 // Reuse the existing array if possible
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
TryListBuilder.java 207 of an existing try range. We need to split the existing range
215 /*Oops, totally too far! The new range doesn't overlap any existing
260 existing range. We need to split the existing range
299 list. We also need to create a new range for any "holes" in the existing ranges*/
  /frameworks/base/core/java/android/os/
BaseBundle.java 563 * any existing value for the given key. Either key or value may be null.
575 * any existing value for the given key.
587 * any existing value for the given key.
599 * any existing value for the given key.
611 * any existing value for the given key.
623 * any existing value for the given key.
635 * any existing value for the given key.
647 * any existing value for the given key.
659 * any existing value for the given key. Either key or value may be null.
671 * any existing value for the given key. Either key or value may be null
    [all...]
Bundle.java 435 * any existing value for the given key.
447 * any existing value for the given key.
459 * any existing value for the given key.
471 * any existing value for the given key.
483 * any existing value for the given key. Either key or value may be null.
495 * any existing value for the given key. Either key or value may be null.
508 * any existing value for the given key. Either key or value may be null.
520 * any existing value for the given key. Either key or value may be null.
532 * replacing any existing value for the given key. Either key or value may
546 * replacing any existing value for the given key. Either key or value ma
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
FileRotator.java 80 * External class that reads existing data from given {@link InputStream},
177 * Process currently active file, first reading any existing data, then
228 * Process a single file atomically, first reading any existing data, then
241 // read existing data
247 // backup existing data during write
399 * Details for a rotated file, either parsed from an existing filename, or
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 146 // If both values are Styleables/Styles, we just merge them into the existing value.
147 static ResourceTable::CollisionResult ResolveMergeCollision(Value* existing, Value* incoming,
149 if (Styleable* existing_styleable = ValueCast<Styleable>(existing)) {
155 } else if (Style* existing_style = ValueCast<Style>(existing)) {
163 return ResourceTable::ResolveValueCollision(existing, incoming);
230 << " does not override an existing resource");
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLSocketFactory.java 203 * Returns a socket layered over an existing socket connected to the named
205 * through a proxy or when negotiating the use of SSL over an existing
210 * @param s the existing socket
223 * existing connected socket, and is able to read data which has
246 * the existing socket
249 * removed from the existing {@link Socket}
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveEmergencyTest.py 63 existing = self.dut.adb.getprop("ril.ecclist")
64 self.dut.log.info("Existing ril.ecclist is: %s", existing)
65 if self.fake_emergency_number in existing:
67 emergency_numbers = "%s,%s" % (existing,
75 if self.fake_emergency_number in existing:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-ar.1 262 synonym for \fBr\fR \- replacing already existing files in the
268 previously existing members are deleted if their names match those being
272 displays an error message, and leaves undisturbed any existing members
277 placement relative to some existing member.
326 Add new files \fIafter\fR an existing member of the
327 archive. If you use the modifier \fBa\fR, the name of an existing archive
332 Add new files \fIbefore\fR an existing member of the
333 archive. If you use the modifier \fBb\fR, the name of an existing archive
363 Insert new files \fIbefore\fR an existing member of the
364 archive. If you use the modifier \fBi\fR, the name of an existing archiv
    [all...]
  /build/soong/android/
hooks.go 21 // This file implements hooks that external module types can use to inject logic into existing
23 // to the interface without breaking existing module types.
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 30 * by reusing existing bitmaps.
41 // which is about reusing existing bitmaps of the same size.
  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 61 // If there's an existing file and we couldn't parse it, or it
75 // No errors, but there was no existing calibration data so construct a new
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Database.py 60 # 1. Delete all old existing tables
67 # Drop all old existing tables
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 120 /* if no sibling list, must attach to any existing root */
134 /* if no sibling list, must attach to any existing root */
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AcpiTable.h 36 replace the existing table. It is a platform implementation
38 existing table or disallow duplicate table signatures and
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
ChildSa.c 22 rekeying existing IKE SA, or the packet for existing CHILD SA.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
Observable.h 95 EFI_NOT_FOUND No match could be found between the provided guid and existing observables.
133 EFI_NOT_FOUND No match could be found between the provided guid and existing observables.

Completed in 1844 milliseconds

<<21222324252627282930>>