/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 803 EGLBoolean changed; local 838 changed = gdpy->native->modeset->program(gdpy->native, 0, nsurf, 840 if (changed) { 845 return changed;
|
/external/opencv3/3rdparty/libpng/ |
pngconf.h | 72 * may be changed on a per-file basis when compiling against libpng. 104 * default can be changed on the compiler command line. For this reason 222 ERROR: PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed 278 /* In 1.5.2 the definition of PNG_FUNCTION has been changed to always treat
|
/external/v8/test/webkit/fast/js/ |
JSON-parse-reviver.js | 65 debug("Ensure that the changed value is reflected in the arguments passed to the reviver"); 147 debug("Ensure that the changed value is reflected in the arguments passed to the reviver");
|
/external/valgrind/gdbserver_tests/ |
mchelp.stdoutB.exp | 33 [increased*|changed|any] 102 [increased*|changed|any]
|
/frameworks/base/core/java/android/view/ |
ViewOverlay.java | 249 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/frameworks/base/core/java/com/android/internal/widget/ |
NotificationActionListLayout.java | 67 // Rebuild the measure order if the number of children changed or the text length of 68 // any of the children changed. 188 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
NumPadKey.java | 143 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
PageIndicator.java | 204 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
PseudoGridView.java | 105 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
KeyboardShortcutKeysLayout.java | 107 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
SignalClusterView.java | 238 protected void onLayout(boolean changed, int l, int t, int r, int b) { 239 super.onLayout(changed, l, t, r, b); 531 boolean changed = tint != mIconTint || darkIntensity != mDarkIntensity 536 if (changed && isAttachedToWindow()) {
|
/frameworks/native/opengl/tools/glgen/ |
gen | 138 echo "# " $3 changed
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
ScaleFrameLayout.java | 93 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
/libcore/ |
NativeCode.mk | 123 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4" 146 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldPreferencesTest.java | 930 private int changed = 0; field in class:OldPreferencesTest.MockPreferenceChangeListener 948 ++changed; 954 return changed; 959 changed = 0; [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngconf.h | 72 * may be changed on a per-file basis when compiling against libpng. 104 * default can be changed on the compiler command line. For this reason 222 ERROR: PNG_USER_PRIVATEBUILD must be defined if PNGAPI is changed 278 /* In 1.5.2 the definition of PNG_FUNCTION has been changed to always treat
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
StickyBottomCaptureLayout.java | 100 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
|
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 55 public void onLayoutComplete(boolean changed); 192 public void onLayout(boolean changed, int left, int top, 194 super.onLayout(changed, left, top, right, bottom); 228 // changed. For example, orientation changed from portrait to landscape. 241 mListener.onLayoutComplete(changed); 254 // drawing. The cache must be updated if the cell size is changed. 455 // If the the underlying data is changed, for example, 456 // an image is deleted, or the size choice is changed, 784 // may have changed (because the visible region changed, or some image [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
TimeBar.java | 173 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
TrimTimeBar.java | 167 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
ShortcutAndWidgetContainer.java | 135 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
ShortcutAndWidgetContainer.java | 175 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
SecondLevelIndicatorControlBar.java | 173 boolean changed, int left, int top, int right, int bottom) {
|
ZoomControlWheel.java | 145 boolean changed, int left, int top, int right, int bottom) {
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
LineWrapLayout.java | 98 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|