HomeSort by relevance Sort by last modified time
    Searched defs:iss (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/
IntSummaryStatisticsTest.java 27 IntSummaryStatistics iss = new IntSummaryStatistics(); local
28 assertEquals(0, iss.getCount());
29 assertEquals(0, iss.getSum());
30 assertEquals(0.0d, iss.getAverage());
31 assertEquals(Integer.MAX_VALUE, iss.getMin());
32 assertEquals(Integer.MIN_VALUE, iss.getMax());
36 IntSummaryStatistics iss = new IntSummaryStatistics(); local
37 iss.accept(5);
38 assertEquals(1, iss.getCount());
39 assertEquals(5, iss.getSum())
83 IntSummaryStatistics iss = new IntSummaryStatistics(); local
91 IntSummaryStatistics iss = new IntSummaryStatistics(); local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
IdentityScope2Test.java 128 IdentityScopeSubclass iss; local
132 iss = new IdentityScopeSubclass(str[i]);
133 assertNotNull(iss);
134 assertTrue(iss instanceof IdentityScope);
149 IdentityScope iss = new IdentityScopeSubclass("test scope"); local
169 is = new IdentityScopeSubclass("test", iss);
170 is = new IdentityScopeSubclass("test", iss);
Identity2Test.java 170 IdentityScopeSubclass iss = new IdentityScopeSubclass("name"); local
192 is = new IdentitySubclass("test", iss);
193 is = new IdentitySubclass("test", iss);
  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 48 * "iss" Index into String Space.
233 long iss; /* index into String Space of name */ member in struct:__anon74378
248 /* The following converts a memory resident string to an iss.
263 int ifd; /* where the iss and index fields point into */
300 unsigned index : 20; /* index int sym/aux/iss tables */
310 unsigned long index; /* index int sym/aux/iss tables */
348 long iss; /* index into string space (not used) */ member in union:__anon74382
480 stConstant scInfo iss --- (complex, e.g. string)
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 206 1) iss: index to the local string table giving the name of the
4506 long iss; local
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 306 milliseconds