/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...] |
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
Base64.java | 42 int outCount = 0; 81 out[outCount++] = (byte) (word >> 16); 82 out[outCount++] = (byte) (word >> 8); 83 out[outCount++] = (byte) word; 94 out[outCount++] = (byte) (word >> 16); 98 out[outCount++] = (byte) (word >> 16); 99 out[outCount++] = (byte) (word >> 8); 103 if (outCount == out.length) return out; 106 byte[] prefix = new byte[outCount]; 107 System.arraycopy(out, 0, prefix, 0, 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 | 133 * @param outCount If not null: Receives the number of code points in the span. 141 OutputInt outCount) { 225 if (outCount != null) { 227 outCount.value = spanLength - numSupplementary; // number of code points
|
/external/mesa3d/src/glx/ |
dri2.h | 74 int *outCount); 84 int count, int *outCount);
|
dri2.c | 404 unsigned int *attachments, int count, int *outCount) 434 *outCount = rep.count; 463 unsigned int *attachments, int count, int *outCount) 493 *outCount = rep.count;
|
/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 | 131 * @param outCount If not null: Receives the number of code points in the span. 139 OutputInt outCount) { 223 if (outCount != null) { 225 outCount.value = spanLength - numSupplementary; // number of code points
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
Gralloc1.cpp | 53 static void gralloc1_getCapabilities(gralloc1_device_t*, uint32_t* outCount, int32_t*) { 54 *outCount = 0U;
|
/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;
|
/external/wayland-protocols/flinger_headers/ |
hwcomposer2_arc_private.h | 206 /* arcGetCapabilities(..., outCount, outCapabilities) 212 * outCount - if outCapabilities was NULL, the number of capabilities which 215 * outCount priort to the call; pointer will be non-NULL 218 typedef void (*HWC2_ARC_PRIVATE_PFN_GET_CAPABILITIES)(hwc2_device_t* device, uint32_t* outCount,
|
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 271 int outCount = 0; 275 updateIndex(offsets[dex], indexMaps[dex], indexes[dex]++, outCount); 281 outCount++; 284 getSection(contentsOut).size = outCount; 320 int outCount = 0; 323 updateIndex(e1.offset, e1.indexMap, e1.index, outCount - 1); 327 updateIndex(e2.offset, e2.indexMap, e2.index, outCount - 1); 331 outCount++; 334 getSection(contentsOut).size = outCount; [all...] |
/device/linaro/hikey/gralloc960/ |
mali_gralloc_public_interface.cpp | 387 static void mali_gralloc_getCapabilities(gralloc1_device_t *dev, uint32_t *outCount, int32_t *outCapabilities) 392 if (outCount != NULL) 394 *outCount = 0;
|
/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...] |
/device/generic/goldfish-opengl/system/hwc2/ |
EmuHWC2.h | 58 void doGetCapabilities(uint32_t* outCount, int32_t* outCapabilities); 59 static void getCapabilitiesHook(hwc2_device_t* device, uint32_t* outCount, 61 getHWC2(device)->doGetCapabilities(outCount, outCapabilities);
|
EmuHWC2.cpp | 84 void EmuHWC2::doGetCapabilities(uint32_t* outCount, int32_t* outCapabilities) { 86 *outCount = mCapabilities.size(); 91 for (size_t i = 0; i < *outCount; ++i) { [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UnicodeSet.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UnicodeSet.java | [all...] |
/external/skia/tests/ |
TextBlobTest.cpp | 228 const RunDef out[], unsigned outCount) { 247 for (unsigned i = 0; i < outCount; ++i) {
|
/external/skqp/tests/ |
TextBlobTest.cpp | 228 const RunDef out[], unsigned outCount) { 247 for (unsigned i = 0; i < outCount; ++i) {
|
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UnicodeSetTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UnicodeSetTest.java | [all...] |