HomeSort by relevance Sort by last modified time
    Searched full:outcount (Results 1 - 25 of 34) sorted by null

1 2

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
Base64InputStream.java 37 private int outCount = 0;
59 if (outIndex == outCount) {
61 if (outIndex == outCount) {
75 outCount = 0;
117 outCount = 3;
122 outCount = 2;
126 outCount = 1;
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Base64InputStream.java 45 private int outCount = 0;
70 if (outIndex == outCount) {
72 if (outIndex == outCount) {
86 outCount = 0;
143 outCount = 3;
148 outCount = 2;
152 outCount = 1;
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 44 int outCount;
115 int outCount = 0;
126 outCount++;
135 << "outCount" << outCount << "\n";
153 << "outCount=" << DI->outCount << "\n";
243 DI.outCount = DI.inCount = 0;
270 DI.outCount++;
275 DI.outCount++
    [all...]
ProfileInfo.cpp 526 double outcount = 0; local
538 outcount += readEdgeOrRemember(e, getEdgeWeight(e), edgetocalc, uncalculated);
543 outcount += readEdgeOrRemember(e, getEdgeWeight(e), edgetocalc, uncalculated);
553 if (incount < outcount) {
554 EdgeInformation[BB->getParent()][edgetocalc] = outcount-incount;
556 EdgeInformation[BB->getParent()][edgetocalc] = incount-outcount;
563 if (uncalculated == 2 && assumeEmptySelf && edgetocalc.first == edgetocalc.second && incount == outcount) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
dri2.h 71 int *outCount);
81 int count, int *outCount);
dri2.c 402 unsigned int *attachments, int count, int *outCount)
432 *outCount = rep.count;
461 unsigned int *attachments, int count, int *outCount)
491 *outCount = rep.count;
  /external/mesa3d/src/glx/
dri2.h 71 int *outCount);
81 int count, int *outCount);
dri2.c 402 unsigned int *attachments, int count, int *outCount)
432 *outCount = rep.count;
461 unsigned int *attachments, int count, int *outCount)
491 *outCount = rep.count;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_cliptmp.h 36 GLuint outcount = 0; \
45 outlist[outcount++] = idxPrev; \
63 outlist[outcount++] = newvert++; \
70 if (outcount < 3) \
77 n = outcount; \
  /external/mesa3d/src/mesa/tnl/
t_vb_cliptmp.h 36 GLuint outcount = 0; \
45 outlist[outcount++] = idxPrev; \
63 outlist[outcount++] = newvert++; \
70 if (outcount < 3) \
77 n = outcount; \
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c 336 unsigned outcount = 0; local
354 assert(outcount < MAX_CLIPPED_VERTICES);
355 if (outcount >= MAX_CLIPPED_VERTICES)
357 outEdges[outcount] = *edge_prev;
358 outlist[outcount++] = vert_prev;
370 assert(outcount < MAX_CLIPPED_VERTICES);
371 if (outcount >= MAX_CLIPPED_VERTICES)
374 new_edge = &outEdges[outcount];
375 outlist[outcount++] = new_vert;
422 n = outcount;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 336 unsigned outcount = 0; local
354 assert(outcount < MAX_CLIPPED_VERTICES);
355 if (outcount >= MAX_CLIPPED_VERTICES)
357 outEdges[outcount] = *edge_prev;
358 outlist[outcount++] = vert_prev;
370 assert(outcount < MAX_CLIPPED_VERTICES);
371 if (outcount >= MAX_CLIPPED_VERTICES)
374 new_edge = &outEdges[outcount];
375 outlist[outcount++] = new_vert;
422 n = outcount;
    [all...]
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 65 bool processPendingEvents(nsecs_t* outTimestamp, int32_t* id, uint32_t* outCount);
155 nsecs_t* outTimestamp, int32_t* outId, uint32_t* outCount) {
170 *outCount = ev.vsync.count;
  /external/chromium_org/third_party/libva/va/x11/
va_dri2.h 66 int *outCount);
  /system/core/liblog/
logprint.c 449 size_t outCount;
471 outCount = snprintf(outBuf, outBufLen, "%d", ival);
472 if (outCount < outBufLen) {
473 outBuf += outCount;
474 outBufLen -= outCount;
492 outCount = snprintf(outBuf, outBufLen, "%lld", lval);
493 if (outCount < outBufLen) {
494 outBuf += outCount;
495 outBufLen -= outCount;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 127 inline int outgoingCount() const { return outCount; }
141 int16_t outCount;
nv50_ir_graph.cpp 61 --origin->outCount;
90 inCount(0), outCount(0)
116 ++this->outCount;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 127 inline int outgoingCount() const { return outCount; }
141 int16_t outCount;
nv50_ir_graph.cpp 61 --origin->outCount;
90 inCount(0), outCount(0)
116 ++this->outCount;
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 136 int outCount = reader.read(outChars);
137 String outStr = new String(outChars, 0, outCount);
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 246 int outCount = 0;
275 updateIndex(aOffset, aIndexMap, aIndex++, outCount);
281 updateIndex(bOffset, bIndexMap, bIndex++, outCount);
289 outCount++;
292 getSection(contentsOut).size = outCount;
307 int outCount = 0;
310 updateIndex(e1.offset, getIndexMap(e1.source), e1.index, outCount - 1);
314 updateIndex(e2.offset, getIndexMap(e2.source), e2.index, outCount - 1);
318 outCount++;
321 getSection(contentsOut).size = outCount;
    [all...]
  /dalvik/vm/reflect/
Proxy.cpp 376 int outCount = 0;
441 outCount);
506 contents[outCount] = (Object*) throwArray;
511 outMethods[outCount++] = allMethods[i];
524 outCount);
532 contents[outCount] = (Object*) exceptionArray;
536 outMethods[outCount++] = allMethods[i];
554 return outCount;
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
liblog.so 

Completed in 926 milliseconds

1 2