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

  /external/oj-libjdwp/src/share/back/
EventRequestImpl.c 41 jint filterCount)
46 for (i = 0; i < filterCount; ++i) {
238 jint filterCount;
250 filterCount = inStream_readInt(in);
270 node = eventHandler_alloc(filterCount, ei, suspendPolicy);
280 serror = readAndSetFilters(getEnv(), in, node, filterCount);
eventFilter.c 113 /* The filters array is allocated to the specified filterCount.
124 jint filterCount;
138 #define FILTER_COUNT(node) (EVENT_FILTERS(node)->filterCount)
150 eventFilterRestricted_alloc(jint filterCount)
155 (filterCount * (int)sizeof(Filter));
164 FILTER_COUNT(node) = filterCount;
169 i < filterCount;
    [all...]
  /external/xz-java/src/org/tukaani/xz/
BlockInputStream.java 70 int filterCount = (buf[1] & 0x03) + 1;
71 long[] filterIDs = new long[filterCount];
72 byte[][] filterProps = new byte[filterCount][];
103 for (int i = 0; i < filterCount; ++i) {
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 292 milliseconds