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

<<21222324252627282930>>

  /external/libnl/man/
nl-qdisc-add.8 58 Update an existing qdisc but do not create it if it does not exist.
61 Update or replace an existing qdisc but do not create it if it does exist.
  /external/libyuv/files/tools/
OWNERS 5 # If you're changing existing tools, have your change reviewed by the
6 # OWNERS of the existing tool.
  /external/ltp/testcases/kernel/containers/sysvipc/
sem_nstest.c 63 tst_resm(TINFO, "PID %d: Fetched existing semaphore..id = %d",
107 /* 1. Create (or fetch if existing) the binary semaphore */
  /external/ltp/testcases/kernel/containers/userns/
userns05.c 21 * existing process.
110 with any previously existing process.*/
  /external/mockito/src/main/java/org/mockito/internal/progress/
MockingProgressImpl.java 157 for (MockitoListener existing : listeners) {
158 if (existing.getClass().equals(listener.getClass())) {
  /external/proguard/src/proguard/ant/
ConfigurationElement.java 71 // Get the names of the existing input files in the referenced file set.
83 // Get the names of the existing input files in the referenced file set.
  /external/python/cpython2/Doc/c-api/
weakref.rst 38 a new reference, but is not guaranteed to create a new object; an existing
53 existing proxy object may be returned. The second parameter, *callback*, can
  /external/python/cpython3/Doc/c-api/
weakref.rst 32 a new reference, but is not guaranteed to create a new object; an existing
45 existing proxy object may be returned. The second parameter, *callback*, can
  /external/squashfs-tools/RELEASE-READMEs/
pseudo-file.example 14 # shell script. The modifiy operation allows the mode/uid/gid of an existing
68 # Modifying attributes of an existing file exmaple
  /external/tensorflow/tensorflow/docs_src/api_guides/python/
input_dataset.md 27 ## Transformations on existing datasets
29 These functions transform an existing dataset, and return a new dataset. Calls
  /external/tensorflow/tensorflow/docs_src/programmers_guide/
version_compat.md 16 release. However, in some cases existing TensorFlow graphs and checkpoints
87 though the behavior of the graph should be unchanged and existing
174 of existing ops. The previous section should suffice for most users.
257 existing producer scripts will not suddenly use the new functionality.
259 #### Add an Op and switch existing Python wrappers to use it
284 process of adding it and switching existing Python wrappers to use it, which
290 existing Python wrappers to use it.
298 2. If existing consumers have the bad version, push them out as soon as
  /external/toybox/tests/
cp.test 53 # This test fails because our -rf deletes existing target files without
99 # Make sure it's truncating existing file
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
IOProfile.cpp 91 // An existing fast stream is compatible with a normal track request.
92 // An existing normal stream is compatible with a fast track request,
  /frameworks/base/core/java/android/content/pm/
PackageSharedLibraryUpdater.java 71 * <p>If the package has an existing dependency on {@code existingLibrary} then prefix it with
75 * @param existingLibrary the existing library.
  /frameworks/base/core/java/android/hardware/camera2/utils/
TaskSingleDrainer.java 24 * allow draining the existing task and figuring out when the task has finished
81 * Do not allow any more task re-starts; once the existing task is finished,
  /frameworks/base/core/java/android/net/
INetworkScoreService.aidl 45 * Set the active scorer and clear existing scores.
53 * Disable the current active scorer and clear existing scores.
  /frameworks/base/core/java/android/view/inputmethod/
InputBinding.java 67 * Constructor from an existing InputBinding taking a new local input
71 * @param binding Existing binding to copy.
  /frameworks/base/core/java/org/apache/http/conn/scheme/
LayeredSocketFactory.java 55 * existing socket. Used primarily for creating secure sockets through
58 * @param socket the existing socket
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationListener.java 88 Log.d(TAG, "Ignoring group child due to existing summary: " + sbn);
91 // Remove existing notification to avoid stale data.
  /frameworks/layoutlib/bridge/tests/src/android/util/
BridgeXmlPullAttributesTest.java 77 // Test non existing attribute (it should return the default value)
105 // Test non existing project attribute
  /frameworks/native/libs/gui/include/gui/
BufferHubConsumer.h 28 // Creates a BufferHubConsumer instance by importing an existing producer queue.
31 // Creates a BufferHubConsumer instance by importing an existing producer
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
package-info.java 25 * subclass of an ObjectAdapter to iterate over any existing Object hierarchy.
30 * complementary piece to ObjectAdapter that corresponds to existing Android adapter classes.
  /frameworks/support/lifecycle/livedata-core/src/main/java/androidx/lifecycle/
LiveData.java 172 ObserverWrapper existing = mObservers.putIfAbsent(observer, wrapper); local
173 if (existing != null && !existing.isAttachedTo(owner)) {
177 if (existing != null) {
201 ObserverWrapper existing = mObservers.putIfAbsent(observer, wrapper); local
202 if (existing != null && existing instanceof LiveData.LifecycleBoundObserver) {
206 if (existing != null) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetattributenodenull.java 36 * to retrieve a non-existing attribute. The method should
37 * return "null". The non-existing attribute to be used
hc_elementgetattributenodenull.java 36 * to retrieve a non-existing attribute. The method should
37 * return "null". The non-existing attribute to be used

Completed in 1884 milliseconds

<<21222324252627282930>>