OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changed
(Results
3151 - 3175
of
19572
) sorted by null
<<
121
122
123
124
125
126
127
128
129
130
>>
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/constraints/trackers/
ConstraintTracker.java
78
* If state is has not
changed
, nothing happens.
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
WorkSpec.java
157
"Interval duration lesser than minimum allowed value;
Changed
to %s",
173
"Interval duration lesser than minimum allowed value;
Changed
to %s",
179
String.format("Flex duration lesser than minimum allowed value;
Changed
to %s",
184
Log.w(TAG, String.format("Flex duration greater than interval duration;
Changed
to %s",
/hardware/intel/img/hwcomposer/merrifield/common/observers/
VsyncEventObserver.cpp
91
WTRACE("vsync state %d is not
changed
", enabled);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DisplayAnalyzer.cpp
131
// don't need to set geometry
changed
if layers are just needed to be marked
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
VsyncEventObserver.cpp
90
WLOGTRACE("vsync state %d is not
changed
", enabled);
/hardware/intel/img/psb_video/src/
vsp_vp8.c
581
drv_debug_msg(VIDEO_DEBUG_GENERAL, "frame rate
changed
from %d to %d\n",
590
drv_debug_msg(VIDEO_DEBUG_GENERAL, "frame rate of layer %d will be
changed
from %d to %d\n",
612
drv_debug_msg(VIDEO_DEBUG_ERROR, "min_qp was
changed
from %d to %d\n",
618
drv_debug_msg(VIDEO_DEBUG_ERROR, "max_qp was
changed
from %d to %d\n",
626
drv_debug_msg(VIDEO_DEBUG_ERROR, "rc_undershoot was
changed
from %d to %d\n",
640
drv_debug_msg(VIDEO_DEBUG_ERROR, "bitrate was
changed
from %dkbps to %dkbps\n",
649
drv_debug_msg(VIDEO_DEBUG_ERROR, "bitrate was
changed
from %dkbps to %dkbps\n",
662
drv_debug_msg(VIDEO_DEBUG_ERROR, "max frame size
changed
from %d to %d\n",
675
drv_debug_msg(VIDEO_DEBUG_GENERAL, "air slice size
changed
to num_air_mbs %d "
[
all
...]
/hardware/interfaces/tests/extension/light/2.0/
types.hal
62
* So, this parameter represents the speed at which brightness is
changed
/hardware/libhardware/modules/camera/3_4/metadata/
partial_metadata_interface.h
61
// be
changed
.
/hardware/nxp/nfc/halimpl/src/include/
ese_hal_api.h
20
* The original Work has been
changed
by NXP Semiconductors.
/hardware/nxp/nfc/halimpl/utils/
phNxpConfig.h
21
* The original Work has been
changed
by NXP Semiconductors.
/hardware/qcom/display/msm8226/liboverlay/
overlayMdp.cpp
228
"Hue has
changed
from %d to %d",
236
"Saturation has
changed
from %f to %f",
244
"Intensity has
changed
from %d to %d",
253
"Contrast has
changed
from %f to %f",
/hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp
222
"Hue has
changed
from %d to %d",
230
"Saturation has
changed
from %f to %f",
238
"Intensity has
changed
from %d to %d",
247
"Contrast has
changed
from %f to %f",
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrgetvalue1.java
72
assertEquals("attrValue1", "Y\u03b1", value); // Android-
changed
: GREEK LOWER CASE ALPHA
/libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentLinkedQueueTest.java
355
boolean
changed
= q.retainAll(p);
357
assertFalse(
changed
);
359
assertTrue(
changed
);
368
* removeAll(c) removes only those elements of c and reports true if
changed
/libcore/luni/src/main/java/libcore/icu/
NativeConverter.java
60
throw new AssertionError(); // Someone
changed
the enum.
/libcore/luni/src/test/java/libcore/sun/security/x509/
NetscapeCertTypeExtensionTest.java
44
* The logic for toString was
changed
in rev/04cda5b7a3c1. The expected result is the same
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
GCMParameterSpecTest.java
82
// XOR with 0xFF so we're sure we
changed
the array
/libcore/ojluni/src/main/java/java/beans/
PropertyChangeSupport.java
257
* @param propertyName the programmatic name of the property that was
changed
277
* @param propertyName the programmatic name of the property that was
changed
297
* @param propertyName the programmatic name of the property that was
changed
350
* @param propertyName the programmatic name of the property that was
changed
351
* @param index the index of the property element that was
changed
372
* @param propertyName the programmatic name of the property that was
changed
373
* @param index the index of the property element that was
changed
394
* @param propertyName the programmatic name of the property that was
changed
395
* @param index the index of the property element that was
changed
/libcore/ojluni/src/main/java/java/io/
FileOutputStream.java
228
// Android-
changed
: Tracking mechanism for FileDescriptor sharing.
265
// Android-
changed
: Delegate to added hidden constructor.
279
// Android-
changed
: Improved NullPointerException message.
287
// Android-
changed
: FileDescriptor ownership tracking mechanism.
331
// Android-
changed
: Write methods delegate to write(byte[],int,int) to share Android logic.
358
// Android-
changed
: Write methods delegate to write(byte[],int,int) to share Android logic.
380
// Android-
changed
: Use IoBridge instead of calling native method.
412
// BEGIN Android-
changed
: Close handling / notification of blocked threads.
416
// END Android-
changed
: Close handling / notification of blocked threads.
/libcore/ojluni/src/main/java/java/lang/
LinkageError.java
31
* incompatibly
changed
after the compilation of the former class.
/libcore/ojluni/src/main/java/java/lang/reflect/
AccessibleObject.java
78
* {@code array} may not be
changed
(for example, if the element
115
* {@code true} but accessibility of this object may not be
changed
142
// BEGIN Android-
changed
: Disallow making Method & Field constructors accessible.
159
// END Android-
changed
: Disallow making Method & Field constructors accessible.
Parameter.java
44
// Android-
changed
: Extensive modifications made throughout the class for ART.
101
// Android-
changed
: Removed references in javadoc to the class file format.
277
// Android-
changed
: getAnnotation(Class) Uses native code to obtain annotation information.
291
// Android-
changed
: getAnnotationsByType(Class), Android uses AnnotatedElements instead.
/libcore/ojluni/src/main/java/java/security/
AccessController.java
30
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
CodeSource.java
38
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
Policy.java
32
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
Completed in 1675 milliseconds
<<
121
122
123
124
125
126
127
128
129
130
>>