/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
ProtoBufUtils.java | 38 byte[] uncompressed = new byte[width * height * 4]; 41 uncompressed, uncompressed.length); 54 uncompressed); 57 alpha[i] = uncompressed[i * 4 + 3];
|
/external/skia/tests/ |
FlateTest.cpp | 66 SkDynamicMemoryWStream uncompressed; local 67 status = SkFlate::Inflate(testStream, &uncompressed); 79 // Check that the uncompressed data matches the source data. 80 SkAutoDataUnref data2(uncompressed.copyToData()); 81 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset());
|
/build/tools/ |
dump-package-stats | 34 Dumps a summary of the compressed and uncompressed sizes of various 45 These fields are presented as <uncompressed bytes>/<compressed bytes>: 126 uncompressed = $1; 130 dex_uncompressed += uncompressed; 133 total_uncompressed += uncompressed;
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
TextureUtils.cpp | 96 unsigned char* uncompressed = uncompressTexture(internalformat,uncompressedFrmt,width,height,imageSize,data,i); local 97 glTexImage2DPtr(target,i,uncompressedFrmt,tmpWidth,tmpHeight,border,uncompressedFrmt,GL_UNSIGNED_BYTE,uncompressed); 100 delete[] uncompressed;
|
/external/chromium_org/net/websockets/ |
websocket_inflater_test.cc | 211 scoped_refptr<IOBufferWithSize> uncompressed = local 213 ASSERT_TRUE(uncompressed); 215 uncompressed->data(), 216 uncompressed->data() + uncompressed->size());
|
/external/libppp/src/ |
slcompress.c | 226 * Didn't find it -- re-use oldest cstate. Send an uncompressed packet 239 goto uncompressed; 263 * datagram, we send the current datagram `uncompressed'. 280 goto uncompressed; 299 goto uncompressed; 309 goto uncompressed; 317 goto uncompressed; 331 * uncompressed in case the other side missed the compressed version. 344 * uncompressed. 346 goto uncompressed; [all...] |
/external/chromium_org/sync/internal_api/public/base/ |
unique_position.h | 122 // Expects an uncompressed prefix and suffix as input. The |suffix| parameter 123 // must be a suffix of |uncompressed|. For internal use only. 124 UniquePosition(const std::string& uncompressed, const std::string& suffix);
|
unique_position.cc | 67 << "Uncompressed length " << uncompressed_len 368 const std::string& uncompressed, 370 : compressed_(Compress(uncompressed)), 371 is_valid_(IsValidBytes(uncompressed)) { 372 DCHECK(uncompressed.rfind(suffix) + kSuffixLength == uncompressed.length());
|
/external/chromium_org/net/quic/crypto/ |
cert_compressor.cc | 570 StringPiece uncompressed; local 614 uncompressed = StringPiece(reinterpret_cast<char*>(uncompressed_data.get()), 621 if (uncompressed.size() < sizeof(uint32)) { 625 memcpy(&cert_len, uncompressed.data(), sizeof(cert_len)); 626 uncompressed.remove_prefix(sizeof(uint32)); 627 if (uncompressed.size() < cert_len) { 630 (*out_certs)[i] = uncompressed.substr(0, cert_len).as_string(); 631 uncompressed.remove_prefix(cert_len); 639 if (!uncompressed.empty()) {
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 40 adler: Longint; // adler32 value of the uncompressed data 69 The Position property returns the number of uncompressed bytes of 104 the uncompressed data has been reached. Seeking backwards, seeking relative 108 The Position property returns the number of bytes of uncompressed data that
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_bench.cc | 86 // Number of bytes to use as a cache of uncompressed data. 674 char* uncompressed = new char[input.size()]; local 677 uncompressed); 681 delete[] uncompressed;
|
/external/chromium_org/chrome/installer/mac/ |
pkg-dmg | 98 - UDRO - uncompressed, read-only; extension I<.dmg> 99 - UDRW - uncompressed, read-write; extension I<.dmg> 100 - UDSP - uncompressed, read-write, sparse; extension I<.sparseimage> [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 45 red_green signed formats but no uncompressed ones, which might
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 45 red_green signed formats but no uncompressed ones, which might
|
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 45 adler: LongInt; (* adler32 value of the uncompressed data *)
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | 453 unsigned char* uncompressed = uncompressTexture(format,uncompressedFrmt,width,height,imageSize,data,level); local 454 ctx->dispatcher().glTexSubImage2D(target,level,xoffset,yoffset,width,height,uncompressedFrmt,GL_UNSIGNED_BYTE,uncompressed); 455 delete uncompressed; [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
pdfjs.js | [all...] |
/external/chromium_org/net/spdy/ |
spdy_framer_test.cc | 1606 scoped_ptr<SpdyFrame> uncompressed; local [all...] |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |