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

1 2 3 4 5 6 7 891011>>

  /test/suite_harness/tools/cts-tradefed/res/config/
cts.xml 16 <configuration description="Runs CTS from a pre-existing CTS installation">
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/configs/
bt_stack.conf 8 # Preserve existing BtSnoop log before overwriting
  /tools/test/connectivity/acts/tests/google/bt/setup/
bt_stack.conf 8 # Preserve existing BtSnoop log before overwriting
  /tools/tradefederation/core/res/config/
instrument.xml 16 <configuration description="Runs a single Android instrumentation test on an existing device">
native-benchmark.xml 16 <configuration description="Runs a native benchmark test on an existing device">
native-stress.xml 16 <configuration description="Runs a native stress test on an existing device">
  /tools/tradefederation/core/tests/res/config/tf/
fake.xml 16 <configuration description="Runs a fake test on an existing device">
  /tools/tradefederation/core/tests/res/xml/
AndroidManifest_missing.xml 16 <!-- Test input data for AndroidManifestParserTest that represents a manifest with an existing
  /external/iproute2/man/man8/
ip-xfrm.8 409 ip xfrm state update update existing state in xfrm
411 ip xfrm state delete delete existing state in xfrm
412 ip xfrm state get get existing state in xfrm
413 ip xfrm state deleteall delete all existing state in xfrm
414 ip xfrm state list print out the list of existing state in xfrm
416 ip xfrm state count count all existing state in xfrm
544 ip xfrm policy update update an existing policy
545 ip xfrm policy delete delete an existing policy
546 ip xfrm policy get get an existing policy
547 ip xfrm policy deleteall delete all existing xfrm policie
    [all...]
  /frameworks/support/v7/recyclerview/src/test/java/androidx/recyclerview/widget/
DiffUtilTest.java 391 Item existing = target.get(positionInList);
393 assertThat(existing.changed, is(false));
394 assertThat(existing.newItem, is(false));
395 assertThat(existing.payload, is(nullValue()));
396 Item replica = new Item(existing);
418 Item existing = mAfter.get(index); local
419 if (existing.newItem) {
422 Item replica = new Item(existing);
433 Item existing = mAfter.get(index); local
434 if (existing.newItem)
    [all...]
  /art/libartbase/base/
os.h 34 // Open an existing file with read only access.
37 // Open an existing file with read/write access.
  /cts/apps/CameraITS/tests/scene0/
test_sensor_events.py 37 for key, existing in sensors.iteritems():
38 if existing:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigStrings.uni 27 #string STR_VLAN_VID_HELP #language en-US "VLAN ID of new VLAN or existing VLAN, valid value is 0~4094"
31 #string STR_VLAN_ADD_VLAN_HELP #language en-US "Create a new VLAN or update existing VLAN"
  /external/ImageMagick/Magick++/lib/Magick++/
Blob.h 61 // Any existing data in the object is deallocated.
65 // copy). Any existing data in the object is deallocated. The user
  /external/curl/docs/examples/
imap-delete.c 31 /* This is a simple example showing how to delete an existing mailbox folder
51 /* Set the DELETE command specifying the existing folder */
  /external/glide/library/src/main/java/com/bumptech/glide/request/animation/
DrawableCrossFadeViewAnimation.java 8 * that uses an {@link android.graphics.drawable.TransitionDrawable} to transition from an existing drawable
9 * already visible on the target to a new drawable. If no existing drawable exists, this class can instead fall back
  /external/libchrome/crypto/
rsa_private_key.h 31 // Create a new instance by importing an existing private key. The format is
37 // Create a new instance from an existing EVP_PKEY, taking a
  /external/syslinux/diag/geodsp/
README 6 To save the existing data for restore later:
20 this, you must first save a portion the existing boot sector (the
  /frameworks/base/core/java/android/text/
SpannableString.java 43 this(source, false /* ignoreNoCopySpan */); // preserve existing NoCopySpan behavior
47 // preserve existing NoCopySpan behavior
SpannedString.java 44 this(source, false /* ignoreNoCopySpan */); // preserve existing NoCopySpan behavior
48 // preserve existing NoCopySpan behavior
  /packages/apps/TV/common/src/com/android/tv/common/customization/
CustomAction.java 40 * Returns if this option comes before the existing items. Note that custom options can only be
41 * placed at the front or back. (i.e. cannot be added in the middle of existing options.)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Combiner.java 29 * Process an event, possibly combining it with the existing state and return the new event.
35 * @param event the event to combine with the existing state.
  /cts/tests/tests/telecom/src/android/telecom/cts/
ConnectionServiceTest.java 59 // Add second connection (add existing connection)
77 // Add second connection (add existing connection)
101 // Add second connection (add existing connection)
156 // WHEN place another call has the same ConnectionService as the existing call
173 // GIVEN an existing managed call
229 // Add second connection (add existing connection)
  /external/curl/tests/unit/
unit1304.c 93 * Test a non existent login (substring of an existing one) in our
108 * Test a non existent login (superstring of an existing one)
123 * Test for the first existing host in our netrc file
138 * Test for the first existing host in our netrc file
153 * Test for the second existing host in our netrc file
171 * Test for the second existing host in our netrc file
  /external/python/cpython2/Doc/distutils/
extending.rst 8 commands or replacements for existing commands. New commands may be written to
10 replacements for existing commands may be made to modify details of how the
14 want to modify existing commands; many simply add a few file extensions that
24 .. % \section{Extending existing commands}
25 .. % \label{extend-existing}
60 commands to be added which can support existing :file:`setup.py` scripts without

Completed in 1283 milliseconds

1 2 3 4 5 6 7 891011>>