OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changed
(Results
2076 - 2100
of
19572
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/libcore/ojluni/src/main/java/java/security/
AccessControlContext.java
33
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
AllPermission.java
28
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
AuthProvider.java
32
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
BasicPermission.java
28
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
Permission.java
28
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
PermissionCollection.java
30
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
Permissions.java
32
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
ProtectionDomain.java
29
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
SecurityPermission.java
28
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
/libcore/ojluni/src/main/java/java/sql/
SQLPermission.java
30
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
/libcore/ojluni/src/main/java/java/text/
Normalizer.java
120
// BEGIN Android-
changed
: remove static modifier and add mapping to equivalent ICU values.
149
// END Android-
changed
: remove static modifier and add mapping to equivalent ICU values.
166
// Android-
changed
: Switched to ICU.
184
// Android-
changed
: Switched to ICU.
/libcore/ojluni/src/main/java/java/util/
Observer.java
37
* This method is called whenever the observed object is
changed
. An
PropertyPermission.java
30
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
/libcore/ojluni/src/main/java/java/util/logging/
LoggingPermission.java
29
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
/libcore/ojluni/src/main/java/javax/crypto/
CryptoAllPermission.java
28
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
CryptoPermissions.java
34
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
CryptoPolicyParser.java
32
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
JceSecurityManager.java
28
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
/libcore/ojluni/src/main/java/javax/net/ssl/
SSLPermission.java
30
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
/libcore/ojluni/src/main/java/javax/security/auth/
AuthPermission.java
28
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
PrivateCredentialPermission.java
32
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
SubjectDomainCombiner.java
30
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
/libcore/ojluni/src/main/java/jdk/net/
NetworkPermission.java
30
// Android-
changed
: Stubbed the implementation. Android doesn't support SecurityManager.
/libcore/ojluni/src/main/java/sun/nio/ch/
PollSelectorProvider.java
39
// Android-
changed
: Android never has stdin/stdout connected to a socket.
/libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock_Fixed.java
104
Clock
changed
= test.withZone(MOSCOW);
local
106
assertEquals(
changed
.getZone(), MOSCOW);
111
Clock
changed
= test.withZone(PARIS);
local
112
assertEquals(
changed
.getZone(), PARIS);
Completed in 844 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>