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

  /frameworks/native/libs/vr/libvrsensor/
sensor_client.cpp 69 android::dvr::SensorClient* iss = local
71 iss->StopSensor();
72 delete iss;
  /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...]
  /external/mesa3d/src/compiler/glsl/
glsl_symbol_table.cpp 41 dest = &iss;
68 return iss;
80 v(v), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0) {}
82 v(0), f(f), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0) {}
84 v(0), f(0), t(t), ibu(0), iss(0), ibi(0), ibo(0), a(0) {}
86 v(0), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(0)
92 v(0), f(0), t(0), ibu(0), iss(0), ibi(0), ibo(0), a(a) {}
98 const glsl_type *iss; member in class:symbol_table_entry
  /tools/tradefederation/core/src/com/android/tradefed/result/
DeviceFileReporter.java 171 InputStreamSource iss = null; local
176 iss = createIssForFile(file);
180 mListener.testLog(filename, type, iss);
184 StreamUtil.cancel(iss);
185 iss = null;
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
CrashCollector.java 126 InputStreamSource iss = mCrashReceiver.getData(); local
128 mTestLogger.testLog(LOG_NAME, LogDataType.TEXT, iss);
130 StreamUtil.cancel(iss);
  /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);
  /tools/tradefederation/core/prod-tests/src/com/android/media/tests/
AudioLoopbackTest.java 697 InputStreamSource iss = new FileInputStreamSource(logFile); local
698 listener.testLog(prefix, logDataType, iss);
701 iss.cancel();
730 InputStreamSource iss = new FileInputStreamSource(csvTmpFile); local
731 listener.testLog("audio_test_data", LogDataType.JACOCO_CSV, iss);
734 iss.cancel();
  /external/syslinux/core/lwip/src/core/
tcp.c 653 u32_t iss; local
703 iss = tcp_next_iss();
705 pcb->snd_nxt = iss;
706 pcb->lastack = iss - 1;
707 pcb->snd_lbb = iss - 1;
1183 u32_t iss; local
1466 static u32_t iss = 6510; local
    [all...]
  /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:__anon116049
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:__anon116053
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/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 826 milliseconds