/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidDeflateTest.java | 136 int want = -1, got; in compress() local 140 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE; in compress() 142 deflater.setInput(inBuf, inPosn, want); in compress() 144 inCount -= want; in compress() 145 inPosn += want; in compress() 175 int want = -1, got; in expand() local 179 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE; in expand() 181 inflater.setInput(inBuf, inPosn, want); in expand() 183 inCount -= want; in expand() 184 inPosn += want; in expand()
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 114 # Uncomment this if you want a guest account, you must add this to /etc/passwd 122 # How much information do you want to see in the logs? 129 # Security mode. Most people will want user level security. See 142 # You may want to add the following on a Linux system: 147 # If you have multiple network interfaces and want to limit smbd will 159 # set local master to no if you don't want Samba to become a master 232 # Enable this if you want Samba act as a domain controller. 237 # if you enable domain logons then you may want a per-machine or 261 # If you want to automatically load your printer list rather
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
D | SSLServerSocket.java | 390 public abstract void setWantClientAuth(boolean want); in setWantClientAuth() argument
|
D | SSLSocket.java | 1336 public abstract void setWantClientAuth(boolean want); in setWantClientAuth() argument
|
D | SSLEngine.java | 1835 public abstract void setWantClientAuth(boolean want); in setWantClientAuth() argument
|
/libcore/metrictests/memory/ |
D | README | 38 # Pick the action you want here: 79 # Pick the action you want here:
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | MySSLContextSpi.java | 145 public void setWantClientAuth(boolean want) { } in setWantClientAuth() argument
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLContext.java | 382 final boolean want, in clientAuth() argument 387 s.setWantClientAuth(want); in clientAuth()
|
/libcore/tools/testmapping/ |
D | README | 15 you to pick the runs you want. (If you prefer, you can run this after each
|
/libcore/tools/expected_upstream/ |
D | README.md | 1 If you want to import files from the OpenJDK into `libcore/`, you are reading 127 In general, if you want to change an `ojluni/` file by a text editor / IDE 138 version. If you can't but still want to cherry-pick a upstream fix, you
|
/libcore/ojluni/src/test/ |
D | LICENSE | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 284 If you develop a new program, and you want it to be of the greatest 338 library. If this is what you want to do, use the GNU Lesser General
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 25 if you want it, that you can change the software or use pieces of it 43 Also, for each author's protection and ours, we want to make certain 46 want its recipients to know that what they have is not the original, so 284 If you develop a new program, and you want it to be of the greatest 338 library. If this is what you want to do, use the GNU Lesser General
|
/libcore/ |
D | LICENSE | 25 that you receive source code or can get it if you want it, that you can change 43 Also, for each author's protection and ours, we want to make certain that 45 software is modified by someone else and passed on, we want its recipients to 266 If you develop a new program, and you want it to be of the greatest possible 322 library. If this is what you want to do, use the GNU Library General Public
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | URLConnectionTest.java | 3736 @Override public void setWantClientAuth(boolean want) { 3737 delegate.setWantClientAuth(want);
|
/libcore/ojluni/src/main/ |
D | LICENSE | 33 that you receive source code or can get it if you want it, that you can change 51 Also, for each author's protection and ours, we want to make certain that 53 software is modified by someone else and passed on, we want its recipients to 274 If you develop a new program, and you want it to be of the greatest possible 330 library. If this is what you want to do, use the GNU Library General Public
|