| /libcore/luni/src/test/java/tests/security/spec/ |
| PKCS8EncodedKeySpecTest.java | 88 * can not be changed by modifying initial 106 // byte value has not been changed 132 // byte value has not been changed
|
| X509EncodedKeySpecTest.java | 89 * can not be changed by modifying initial 107 // byte value has not been changed 133 // byte value has not been changed
|
| /libcore/ojluni/src/main/java/java/net/ |
| Inet6AddressImpl.java | 79 // BEGIN Android-changed: Rewrote hostname lookup methods on top of Libcore.os. 90 // Android-changed: Return both the Inet4 and Inet6 loopback addresses 172 // END Android-changed: Rewrote hostname lookup methods on top of Libcore.os. 176 // Android-changed: rewritten on the top of IoBridge and Libcore.os. 202 // Android-changed: http://b/36933260 Implement root-less ICMP for isReachable(). 304 // BEGIN Android-changed: Let anyLocalAddress() always return an IPv6 address. 321 // END Android-changed: Let anyLocalAddress() always return an IPv6 address. 323 // BEGIN Android-changed: Let loopbackAddresses() return both Inet4 and Inet6 loopbacks. 338 // END Android-changed: Let loopbackAddresses() return both Inet4 and Inet6 loopbacks. 340 // BEGIN Android-changed: b/28609551 Rewrite getHostByAddr0 using POSIX library Libcore.os [all...] |
| /libcore/ojluni/src/main/java/sun/misc/ |
| MessageUtils.java | 119 // Android-changed. 125 // Android-changed. 136 // Android-changed.
|
| /packages/apps/Camera2/src/com/android/camera/ui/ |
| CountDownView.java | 49 * been updated (i.e. remaining seconds changed, or finished). 54 * has changed. 130 * Sets a listener that gets notified when the status of countdown has changed.
|
| /packages/apps/Contacts/src/com/android/contacts/list/ |
| AutoScrollListView.java | 84 // Since we have changed the scrolling position, we need to redo child layout 120 protected void onLayout(boolean changed, int l, int t, int r, int b) { 121 super.onLayout(changed, l, t, r, b);
|
| /packages/apps/Dialer/java/com/android/contacts/common/list/ |
| AutoScrollListView.java | 81 // Since we have changed the scrolling position, we need to redo child layout 116 protected void onLayout(boolean changed, int l, int t, int r, int b) { 117 super.onLayout(changed, l, t, r, b);
|
| /packages/apps/Dialer/java/com/android/dialer/voicemailstatus/ |
| VisualVoicemailEnabledChecker.java | 38 * <p>If the status has changed as a result of asyncUpdate(), 68 * has changed, Callback.onVisualVoicemailEnabledStatusChanged() will be called. 109 /** Callback to notify enabled status has changed to the @param newValue */
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/ |
| NavigationViewManager.java | 76 boolean changed = false; 78 changed = true; 81 if (changed) {
|
| /packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
| ConversationMessageBubbleView.java | 84 final boolean changed = mData.bind(data); 91 mShouldAnimateWidthChange = !changed && !data.hasAttachments(); 114 // Allow the bubble to resize if, for example, the status text changed during
|
| /packages/apps/Settings/src/com/android/settings/search/ |
| ResultPayload.java | 95 * be changed until it is released by said application. 105 * This setting is supported on the device but cannot be changed inline. 110 * The setting cannot be changed by the current user.
|
| /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/ |
| ResultPayload.java | 95 * be changed until it is released by said application. 105 * This setting is supported on the device but cannot be changed inline. 110 * The setting cannot be changed by the current user.
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
| ContactsContentObserver.java | 93 Log.d(TAG, "run() : Contacts have changed. Notifying listeners."); 103 Log.i(TAG, "No permission to read contacts. Marking contacts as not changed."); 117 Log.d(TAG, "haveContentsChanged() : Count changed from "
|
| /packages/services/Telephony/src/com/android/phone/ |
| RestrictedPreference.java | 118 boolean changed = false; 121 changed = true; 124 if (changed) {
|
| /tools/metalava/src/test/java/com/android/tools/metalava/ |
| CompatibilityCheckTest.kt | 30 TESTROOT/load-api.txt:2: error: Class test.pkg.MyTest1 changed class/interface declaration [ChangedClass:23] 31 TESTROOT/load-api.txt:4: error: Class test.pkg.MyTest2 changed class/interface declaration [ChangedClass:23] 67 TESTROOT/load-api.txt:2: error: Class test.pkg.MyTest1 changed class/interface declaration [ChangedClass:23] 68 TESTROOT/load-api.txt:4: error: Class test.pkg.MyTest2 changed class/interface declaration [ChangedClass:23] 583 src/test/pkg/Parent.java:5: warning: Field test.pkg.Parent.field2 has changed value from 2 to 42 [ChangedValue:17] 584 src/test/pkg/Parent.java:6: warning: Field test.pkg.Parent.field3 has changed type from int to char [ChangedType:16] 586 src/test/pkg/Parent.java:8: warning: Field test.pkg.Parent.field5 has changed 'static' qualifier [ChangedStatic:12] 587 src/test/pkg/Parent.java:9: warning: Field test.pkg.Parent.field6 has changed 'transient' qualifier [ChangedTransient:14] 588 src/test/pkg/Parent.java:10: warning: Field test.pkg.Parent.field7 has changed 'volatile' qualifier [ChangedVolatile:15] 589 src/test/pkg/Parent.java:11: warning: Field test.pkg.Parent.field8 has changed deprecation state true --> false [ChangedDeprecated:24 [all...] |
| /external/adhd/cras/ |
| README.dbus-api | 172 Indicates that the output volume level has changed. 176 Indicates that the output mute state has changed. muted 189 Indicates that the input mute state has changed. 197 Indicates that the active output node has changed. 201 Indicates that the active input node has changed. 219 Indicates the number of active streams has changed.
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/ |
| DigestFactory.java | 140 // Android-changed: Use Android digests 146 // Android-changed: Use Android digests 152 // Android-changed: Use Android digests 158 // Android-changed: Use Android digests 164 // Android-changed: Use Android digests 170 // Android-changed: Use Android digests
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
| Strings.java | 204 boolean changed = false; 212 changed = true; 217 if (changed) 233 boolean changed = false; 241 changed = true; 246 if (changed)
|
| /external/icu/icu4c/source/common/ |
| uvectr32.cpp | 136 UBool changed = FALSE; local 141 changed = TRUE; 144 return changed; 148 UBool changed = FALSE; local 153 changed = TRUE; 156 return changed;
|
| /external/llvm/lib/Target/AMDGPU/ |
| AMDGPUAnnotateKernelFeatures.cpp | 158 bool Changed = false; 163 Changed = true; 167 return Changed; 202 bool Changed = addAttrsForIntrinsics(M, IntrinsicToAttr); 204 Changed |= addAttrsForIntrinsics(M, HSAIntrinsicToAttr); 215 return Changed;
|
| /external/llvm/lib/Target/Hexagon/ |
| HexagonBranchRelaxation.cpp | 87 bool Changed = false; 88 Changed = relaxBranches(MF); 89 return Changed; 182 bool Changed = false; 206 Changed = true; 210 return Changed;
|
| RDFCopy.cpp | 118 bool Changed = false; 136 Changed |= scanBlock(I->getBlock()); 139 return Changed; 166 bool Changed = false; 227 Changed = true; 249 return Changed;
|
| /external/oj-libjdwp/src/share/back/ |
| debugLoop.c | 35 // ANDROID-CHANGED: Needed for DDM_onDisconnect 37 // ANDROID-CHANGED: Needed for vmDebug_onDisconnect, vmDebug_notifyDebuggerActivityStart & 142 // ANDROID-CHANGED: Tell vmDebug we have started doing some debugger activity. We only 175 // ANDROID-CHANGED: Tell vmDebug we are done with the current debugger activity. 210 // ANDROID-CHANGED: Tell vmDebug we have disconnected. 212 // ANDROID-CHANGED: DDM needs to call some functions when we disconnect.
|
| /external/proguard/src/proguard/evaluation/ |
| Variables.java | 120 boolean changed = false; 138 changed = changed || !thisValue.equals(newValue); 144 changed = changed || thisValue != null; 155 return changed;
|
| /external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
| MipsDelaySlotFiller.cpp | 56 bool Changed = false; 59 Changed |= runOnMachineBasicBlock(*FI); 60 return Changed; 95 bool Changed = false; 101 Changed = true; 116 return Changed;
|