Searched
full:changed (Results
2476 -
2500 of
19572) sorted by null
<<919293949596979899100>>
| /libcore/ojluni/src/test/java/time/tck/java/time/format/ |
| TCKFormatStyle.java | 96 // Android-changed: date/time patterns changed in new CLDR; adapt to UK locale. 113 // Android-changed: Use a locale that actually uses "CEST" as short form of Europe/Paris.
|
| /libcore/ojluni/src/test/java/time/test/java/time/format/ |
| TestDateTimeTextProvider.java | 97 // Android-changed: upstream tests expect title case names for pt_BR, but CLDR has lower 114 // Android-changed: upstream tests expect title case names for pt_BR, but CLDR has lower 162 // Android-changed: upstream tests expect title case names for pt_BR, but CLDR has lower
|
| TestNonIsoFormatter.java | 80 // Android-changed: requesting arabic numbering actually produces arabic digits. Also 116 // Android-changed: CLDR data has changed.
|
| /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
| StreamTestDataProvider.java | 45 // Android-changed: remove 0..1000 test data from data providers. 57 // Android-changed: remove 0..1000 test data from data providers. 83 // Android-changed: remove 0..1000 test data from data providers.
|
| /packages/apps/Dialer/java/com/android/dialer/app/list/ |
| DialerPhoneNumberListAdapter.java | 218 /** @return True if the shortcut state (disabled vs enabled) was changed by this operation */ 220 final boolean changed = shortcutEnabled[shortcutType] != visible; 222 return changed;
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
| DocumentStack.java | 150 if (DEBUG) Log.d(TAG, "Root changed to: " + root); 156 * To get a read on if the user has changed something, use {@link #hasInitialLocationChanged()}. 206 // its flag has changed.
|
| /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/ |
| EmergencyContactsPreference.java | 161 final boolean changed = !mEmergencyContacts.equals(emergencyContacts); 162 if (changed || !mEmergencyContactsSet) { 166 if (changed) {
|
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| ModePicker.java | 51 // Returns true if the listener agrees that the mode can be changed. 254 boolean changed, int left, int top, int right, int bottom) { 255 super.onLayout(changed, left, top, right, bottom);
|
| /packages/apps/Settings/src/com/android/settings/accessibility/ |
| ListDialogPreference.java | 200 final boolean changed = mValue != value; 201 if (changed || !mValueSet) { 206 if (changed) {
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| AttachmentTile.java | 94 protected void onLayout(boolean changed, int l, int t, int r, int b) { 95 super.onLayout(changed, l, t, r, b); 106 * repeatedly as status updates stream in, so only properties with new or changed values will
|
| /packages/services/Car/car-support-lib/src/android/support/car/ |
| CarAppFocusManager.java | 36 * Indicates the application focus has changed. The {@link CarAppFocusManager} instance 40 * @param appType application type for which status changed 178 * @throws SecurityException if owner cannot be changed.
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/ |
| seq_event.h | 103 /** Sync position changed; event data type = #snd_seq_ev_queue_control_t */ 122 /** Client status/info has changed; event data type = #snd_seq_addr_t */ 128 /** Port status/info has changed; event data type = #snd_seq_addr_t */
|
| /prebuilts/jdk/jdk8/darwin-x86/include/ |
| jawt.h | 202 * JAWT_LOCK_CLIP_CHANGED - When the clip region has changed. 204 * JAWT_LOCK_BOUNDS_CHANGED - When the bounds of the surface have changed. 206 * JAWT_LOCK_SURFACE_CHANGED - When the surface itself has changed
|
| /prebuilts/jdk/jdk8/linux-x86/include/ |
| jawt.h | 202 * JAWT_LOCK_CLIP_CHANGED - When the clip region has changed. 204 * JAWT_LOCK_BOUNDS_CHANGED - When the bounds of the surface have changed. 206 * JAWT_LOCK_SURFACE_CHANGED - When the surface itself has changed
|
| /system/bt/profile/avrcp/tests/ |
| avrcp_device_test.cc | 121 // Test the interim response for track changed 134 // Test the changed response for track changed 162 // Test the interim response for play status changed 176 // Test the changed response for play status changed 204 // Test the interim response for play status changed 218 // Test the changed response for play status changed 248 // Test the interim response for now playing list changed [all...] |
| /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/ |
| ManifestGenerationExtension.java | 105 * Has the current manifest been changed and not yet flushed? If {@link #dirty} is 144 * Marks the manifest as being dirty, <i>i.e.</i>, its data has changed since it was last 230 * Updates the manifest in the zip file, if it has been changed.
|
| /art/libartbase/base/ |
| bit_field.h | 82 // will be changed.
|
| os_linux.cc | 42 // file may be in use and must not be changed.
|
| /art/runtime/verifier/ |
| instruction_flags.h | 116 // Register type information flowing into the instruction changed and so the instruction must be
|
| /art/test/1948-obsolete-const-method-handle/util-src/src/art/ |
| Test1948.java | 27 // They will contain the dex bytes of TestInvoker but with the method handle changed to pointing
|
| /bionic/libc/private/ |
| bionic_sigdefs.h | 58 __BIONIC_SIGDEF(SIGWINCH, "Window size changed")
|
| /bionic/libm/ |
| fpmath.h | 30 // ANDROID changed:
|
| /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
| PrimaryUserTest.java | 47 // As the way to access Instrumentation is changed in the new runner, we need to inject it
|
| /cts/hostsidetests/theme/app/src/android/theme/app/ |
| ReferenceViewGroup.java | 74 protected void onLayout(boolean changed, int l, int t, int r, int b) {
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/ |
| MutableAutofillIdTest.java | 49 * Test cases for the cases where the autofill id of a view is changed by the app. 113 Log.d(TAG, "Changed id of " + ID_L1C1 + " from " + oldIdField1 + " to " + newIdField1); 180 Log.d(TAG, "Changed id of " + ID_L1C1 + " from " + oldIdField1 + " to " + newIdField1); 243 Log.d(TAG, "Changed id of " + ID_L1C1 + " from " + oldIdField1 + " to " + newIdField1);
|
Completed in 1685 milliseconds
<<919293949596979899100>>