HomeSort by relevance Sort by last modified time
    Searched refs:outCount (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /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;
  /external/okhttp/okio/okio/src/main/java/okio/
Base64.java 41 int outCount = 0;
80 out[outCount++] = (byte) (word >> 16);
81 out[outCount++] = (byte) (word >> 8);
82 out[outCount++] = (byte) word;
93 out[outCount++] = (byte) (word >> 16);
97 out[outCount++] = (byte) (word >> 16);
98 out[outCount++] = (byte) (word >> 8);
102 if (outCount == out.length) return out;
105 byte[] prefix = new byte[outCount];
106 System.arraycopy(out, 0, prefix, 0, outCount);
    [all...]
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 251 int outCount = 0;
263 newMetadata[outCount].intValue = *(static_cast<int32_t *>(value));
266 newMetadata[outCount].stringValue = static_cast<char *>(value);
269 newMetadata[outCount].rawValue.setToExternal(static_cast<uint8_t *>(value), size);
271 newMetadata[outCount].rawValue.resize(size);
275 newMetadata[outCount].clockValue.utcSecondsSinceEpoch =
277 newMetadata[outCount].clockValue.timezoneOffsetInMinutes =
281 newMetadata[outCount].type = static_cast<MetadataType>(type);
282 newMetadata[outCount].key = static_cast<MetadataKey>(key);
283 outCount++
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 556 * @param outCount The count
560 OutputInt outCount) {
562 return spanNot(s, start, outCount);
567 return spanContainedAndCount(s, start, outCount);
590 outCount.value = count;
598 outCount.value = count;
602 private synchronized int spanContainedAndCount(CharSequence s, int start, OutputInt outCount) {
629 outCount.value = count;
633 int minOffset = offsets.popMinimum(outCount);
634 count = outCount.value
    [all...]
BMPSet.java 134 * @param outCount If not null: Receives the number of code points in the span.
142 OutputInt outCount) {
226 if (outCount != null) {
228 outCount.value = spanLength - numSupplementary; // number of code points
  /external/mesa3d/src/glx/
dri2.h 74 int *outCount);
84 int count, int *outCount);
dri2.c 410 unsigned int *attachments, int count, int *outCount)
440 *outCount = rep.count;
469 unsigned int *attachments, int count, int *outCount)
499 *outCount = rep.count;
  /system/core/liblog/
logprint.c 656 size_t outCount = 0;
751 outCount = 0;
774 outCount = snprintf(outBuf, outBufLen, "%" PRId64, lval);
775 if (outCount < outBufLen) {
776 outBuf += outCount;
777 outBufLen -= outCount;
795 outCount = snprintf(outBuf, outBufLen, "%f", fval);
796 if (outCount < outBufLen) {
797 outBuf += outCount;
798 outBufLen -= outCount;
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
DisplayEventDispatcher.h 44 bool processPendingEvents(nsecs_t* outTimestamp, int32_t* id, uint32_t* outCount);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp 43 int outCount;
114 int outCount = 0;
125 outCount++;
134 << "outCount" << outCount << "\n";
152 << "outCount=" << DI->outCount << "\n";
242 DI.outCount = DI.inCount = 0;
269 DI.outCount++;
274 DI.outCount++
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 552 * @param outCount The count
556 OutputInt outCount) {
558 return spanNot(s, start, outCount);
563 return spanContainedAndCount(s, start, outCount);
586 outCount.value = count;
594 outCount.value = count;
598 private synchronized int spanContainedAndCount(CharSequence s, int start, OutputInt outCount) {
625 outCount.value = count;
629 int minOffset = offsets.popMinimum(outCount);
630 count = outCount.value
    [all...]
BMPSet.java 132 * @param outCount If not null: Receives the number of code points in the span.
140 OutputInt outCount) {
224 if (outCount != null) {
226 outCount.value = spanLength - numSupplementary; // number of code points
  /frameworks/base/libs/androidfw/
DisplayEventDispatcher.cpp 117 nsecs_t* outTimestamp, int32_t* outId, uint32_t* outCount) {
132 *outCount = ev.vsync.count;
  /hardware/intel/common/libva/va/x11/
va_dri2.h 66 int *outCount);
va_dri2.c 249 int *outCount)
279 *outCount = rep.count;
  /external/mesa3d/src/gallium/drivers/nouveau/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);
  /external/skia/src/core/
SkPictureData.cpp 511 const T*** array, int* outCount, const T* (*factory)(SkReadBuffer&)) {
512 if (!buffer.validate((0 == *outCount) && (nullptr == *array))) {
522 *outCount = inCount;
523 *array = new const T* [*outCount];
526 for (; i < *outCount; i++) {
541 *outCount = 0;
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 272 int outCount = 0;
276 updateIndex(offsets[dex], indexMaps[dex], indexes[dex]++, outCount);
282 outCount++;
285 getSection(contentsOut).size = outCount;
321 int outCount = 0;
324 updateIndex(e1.offset, e1.indexMap, e1.index, outCount - 1);
328 updateIndex(e2.offset, e2.indexMap, e2.index, outCount - 1);
332 outCount++;
335 getSection(contentsOut).size = outCount;
    [all...]
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.h 58 void doGetCapabilities(uint32_t* outCount,
61 uint32_t* outCount,
63 getAdapter(device)->doGetCapabilities(outCount, outCapabilities);
  /external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c 244 static UInt32 DecodeVCountValue(const UInt8 *start, UInt32 *outCount)
246 // work out the value (in *outCount). Returns the number of bytes
262 *outCount = count;
266 static UInt32 DecodeInstrCountValue(const UInt8 *inOpStart, UInt32 *outCount)
268 // count argument for that opcode (*outCount). Returns the number of
272 MoreAssertQ(outCount != nil);
277 *outCount = PEFPkDataCount5(*inOpStart);
283 return 1 + DecodeVCountValue(inOpStart + 1, outCount);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
type.go 310 outCount := t.outCount & (1<<15 - 1)
311 return (*[1 << 20]*_type)(add(unsafe.Pointer(t), uadd))[t.inCount : t.inCount+outCount]
315 return t.outCount&(1<<15) != 0
384 outCount uint16
575 if ft.outCount != fv.outCount || ft.inCount != fv.inCount {
  /prebuilts/go/linux-x86/src/runtime/
type.go 310 outCount := t.outCount & (1<<15 - 1)
311 return (*[1 << 20]*_type)(add(unsafe.Pointer(t), uadd))[t.inCount : t.inCount+outCount]
315 return t.outCount&(1<<15) != 0
384 outCount uint16
575 if ft.outCount != fv.outCount || ft.inCount != fv.inCount {
  /system/core/liblog/tests/
liblog_test.cpp     [all...]

Completed in 1045 milliseconds

1 2 3 4 5