Searched defs:extra (Results 1 – 10 of 10) sorted by relevance
| /libcore/luni/src/test/java/libcore/java/math/ |
| D | CSVTest.java | 69 String extra = ""; in runTest() local 85 String extra) throws Exception; in runTest() 87 …est(String func, double expectedOutput, double input1, double input2, String extra) throws Excepti… in run2InputTest()
|
| D | RunCSVTestsStrict.java | 24 void runTest(String func, double expectedOutput, double input, String extra) in runTest() 44 double input2, String extra) throws Exception { in run2InputTest()
|
| D | RunCSVTests.java | 54 void runTest(String func, double expectedOutput, double input, String extra) in runTest() 82 double input2, String extra) throws Exception { in run2InputTest()
|
| /libcore/ojluni/src/main/java/java/util/zip/ |
| D | ZipEntry.java | 58 byte[] extra; // optional extra field data for entry field in ZipEntry 80 long size, int compressionMethod, int xdostime, byte[] extra, in ZipEntry() 474 public void setExtra(byte[] extra) { in setExtra() 486 void setExtra0(byte[] extra, boolean doZIP64) { in setExtra0()
|
| D | ZipOutputStream.java | 654 private int getExtraLen(byte[] extra) { in getExtraLen() 680 private void writeExtra(byte[] extra) throws IOException { in writeExtra()
|
| /libcore/ojluni/src/main/native/ |
| D | zip_util.h | 167 jbyte *extra; /* optional extra data */ member
|
| D | zip_util.c | 1064 char *extra = cen + CENHDR + nlen; in newEntry() local
|
| /libcore/luni/src/test/java/libcore/java/security/ |
| D | ProviderTest.java | 77 List<String> extra = new ArrayList<String>(); in test_Provider_getServices() local
|
| /libcore/ojluni/src/main/java/java/awt/font/ |
| D | NumericShaper.java | 1484 int extra = length - power; in search() local
|
| /libcore/luni/src/test/java/libcore/javax/net/ssl/ |
| D | SSLSocketTest.java | 1768 final int extra = 1; in test_SSLSocket_setSoWriteTimeout() local
|