OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:existing
(Results
176 - 200
of
14007
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skqp/infra/bots/assets/skimage/
create.py
19
# The common case is to add one or more images to the
existing
set. Therefore,
/external/strace/tests/
btrfs-vw.test
5
# WARNING: USE OF THIS TEST WILL MODIFY AN
EXISTING
BTRFS FILE SYSTEM
btrfs-w.test
5
# WARNING: USE OF THIS TEST WILL MODIFY AN
EXISTING
BTRFS FILE SYSTEM
/external/strace/tests-m32/
btrfs-vw.test
5
# WARNING: USE OF THIS TEST WILL MODIFY AN
EXISTING
BTRFS FILE SYSTEM
btrfs-w.test
5
# WARNING: USE OF THIS TEST WILL MODIFY AN
EXISTING
BTRFS FILE SYSTEM
/external/strace/tests-mx32/
btrfs-vw.test
5
# WARNING: USE OF THIS TEST WILL MODIFY AN
EXISTING
BTRFS FILE SYSTEM
btrfs-w.test
5
# WARNING: USE OF THIS TEST WILL MODIFY AN
EXISTING
BTRFS FILE SYSTEM
/external/tensorflow/tensorflow/core/api_def/base_api/
api_def_BarrierClose.pbtxt
22
existing
elements will continue to succeed. Subsequent TakeMany operations will
/frameworks/base/core/java/android/os/
ShellCallback.java
57
* @param mode Mode to open file in: "r" for input/reading an
existing
file,
58
* "r+" for reading/writing an
existing
file, "w" for output/writing a new file (either
59
* creating or truncating an
existing
one), "w+" for reading/writing a new file (either
60
* creating or truncating an
existing
one).
/frameworks/base/opengl/java/android/opengl/
GLDebugHelper.java
34
* Wrap an
existing
GL interface in a new GL interface that adds support for
50
* @param gl the
existing
GL interface. Must implement GL and GL10. May
92
* Wrap an
existing
EGL interface in a new EGL interface that adds
94
* @param egl the
existing
GL interface. Must implement EGL and EGL10. May
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
Abortable.java
20
* An interface that allows aborting
existing
operations.
/frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java
394
final BoundsAnimator
existing
= mRunningAnimations.get(target);
local
395
final boolean replacing =
existing
!= null;
404
if (
existing
.isAnimatingTo(to) && (!moveToFullscreen ||
existing
.mMoveToFullscreen)
405
&& (!moveFromFullscreen ||
existing
.mMoveFromFullscreen)) {
410
+ "
existing
=" +
existing
+ ", ignoring...");
411
return
existing
;
415
prevSchedulePipModeChangedState =
existing
.mSchedulePipModeChangedState;
418
if (
existing
.mSchedulePipModeChangedState == SCHEDULE_PIP_MODE_CHANGED_ON_START)
[
all
...]
/frameworks/rs/
rsProgramRaster.cpp
84
ProgramRaster *
existing
= rsc->mStateRaster.mRasterPrograms[ct];
local
85
if (
existing
->mHal.state.pointSprite != pointSprite) continue;
86
if (
existing
->mHal.state.cull != cull) continue;
87
returnRef.set(
existing
);
/frameworks/support/lifecycle/viewmodel/ktx/src/main/java/androidx/lifecycle/
ViewModelProvider.kt
22
* Returns an
existing
ViewModel or creates a new one in the scope (usually, a fragment or
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapsetnameditemreturnvalue.java
32
*
existing
node with the same name then the already
33
*
existing
node is returned.
42
* method should replace the already
existing
node with
43
* the new one and return the
existing
node.
namednodemapsetnameditemreturnvalue.java
32
*
existing
node with the same name then the already
33
*
existing
node is returned.
42
* method should replace the already
existing
node with
43
* the new one and return the
existing
node.
/libcore/luni/src/main/java/org/xml/sax/
SAXException.java
61
* Create a new SAXException wrapping an
existing
exception.
63
* <p>The
existing
exception will be embedded in the new
76
* Create a new SAXException from an
existing
exception.
78
* <p>The
existing
exception will be embedded in the new
/prebuilts/go/darwin-x86/src/runtime/cgo/
sigaction.go
15
// C/C++ code; this permits that code to see the Go runtime's
existing
signal
/prebuilts/go/linux-x86/src/runtime/cgo/
sigaction.go
15
// C/C++ code; this permits that code to see the Go runtime's
existing
signal
/system/sepolicy/prebuilts/api/26.0/public/
untrusted_app.te
14
### mac_permissions.xml and assign it one of the pre-
existing
seinfo values
untrusted_app_25.te
14
### mac_permissions.xml and assign it one of the pre-
existing
seinfo values
/system/sepolicy/prebuilts/api/27.0/public/
untrusted_app.te
14
### mac_permissions.xml and assign it one of the pre-
existing
seinfo values
untrusted_app_25.te
14
### mac_permissions.xml and assign it one of the pre-
existing
seinfo values
/system/sepolicy/prebuilts/api/28.0/public/
untrusted_app.te
14
### mac_permissions.xml and assign it one of the pre-
existing
seinfo values
/system/sepolicy/public/
untrusted_app.te
14
### mac_permissions.xml and assign it one of the pre-
existing
seinfo values
Completed in 921 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>