HomeSort by relevance Sort by last modified time
    Searched refs:byteCount (Results 176 - 200 of 527) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /external/libvncserver/rfb/
rfb.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
shamodule.c 58 static void longReverse(SHA_INT32 *buffer, int byteCount, int Endianness)
65 byteCount /= sizeof(*buffer);
66 while (byteCount--) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
shamodule.c 58 static void longReverse(SHA_INT32 *buffer, int byteCount, int Endianness)
65 byteCount /= sizeof(*buffer);
66 while (byteCount--) {
  /external/python/cpython2/Modules/
shamodule.c 58 static void longReverse(SHA_INT32 *buffer, int byteCount, int Endianness)
65 byteCount /= sizeof(*buffer);
66 while (byteCount--) {
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig());
535 return byteCount <= candidate.getAllocationByteCount();
  /external/dng_sdk/source/
dng_gain_map.cpp 512 uint32 byteCount = stream.Get_uint32 ();
520 if (stream.Position () != startPosition + byteCount)
dng_read_image.cpp     [all...]
  /external/freetype/src/psaux/
psintrp.c 119 hintmask->byteCount = ( hintmask->bitCount + 7 ) / 8;
149 FT_ASSERT( hintmask->byteCount > 0 );
154 for ( i = 0; i < hintmask->byteCount; i++ )
166 FT_ASSERT( ( hintmask->mask[hintmask->byteCount - 1] & mask ) == 0 ||
184 FT_ASSERT( hintmask->byteCount > 0 );
185 FT_ASSERT( hintmask->byteCount <=
189 for ( i = 0; i < hintmask->byteCount; i++ )
194 hintmask->mask[hintmask->byteCount - 1] &= ~mask;
    [all...]
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_vendor_test.cpp     [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherInputStreamTest.java 96 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException {
97 int numRead = super.read(buffer, byteOffset, byteCount);
  /frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
ExifInterface.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
ucsdetst.c 74 int32_t byteCount = preflight(src, length, cnv);
76 char *bytes = NEW_ARRAY(char, byteCount + 1);
77 char *dest = bytes, *destLimit = bytes + byteCount + 1;
82 *byteLength = byteCount;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
InterceptorTest.java 630 @Override public void write(Buffer source, long byteCount) throws IOException {
631 original.writeUtf8(source.readUtf8(byteCount).toUpperCase(Locale.US));
643 @Override public long read(Buffer sink, long byteCount) throws IOException {
645 long count = original.read(mixedCase, byteCount);
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 670 int byteCount = width >> 3;
674 if (byteCount > 0) {
675 for (int i = 0; i < byteCount; ++i) {
696 dst[byteCount] = byte;
    [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp 670 int byteCount = width >> 3;
674 if (byteCount > 0) {
675 for (int i = 0; i < byteCount; ++i) {
696 dst[byteCount] = byte;
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/
aws-java-sdk-cloudwatchmetrics-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar 
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java     [all...]

Completed in 420 milliseconds

1 2 3 4 5 6 78 91011>>