OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compressed
(Results
301 - 325
of
1811
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/tools/aapt2/
ZipFile.h
73
* library to try to store it
compressed
.
97
* Add a file that is already
compressed
with gzip.
154
* Returns "false" if an error was encountered in the
compressed
data.
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateReviewingPicture.java
56
/** The
compressed
picture byte array. */
128
// If the
compressed
data is not available, need to wait until it arrives.
134
// If the
compressed
data is available, just saving the picture and finish.
/packages/apps/Contacts/src/com/android/contacts/editor/
PhotoEditorView.java
198
final byte[]
compressed
= ContactPhotoUtils.compressBitmap(scaled);
199
if (
compressed
!= null) {
200
mEntry.setPhoto(
compressed
);
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java
82
// Create a thrice-
compressed
dictionary file.
107
// Test for an actually
compressed
dictionary and its contents
149
// Test that a
compressed
random data file actually fails
/art/runtime/mirror/
object_reference.h
94
// Standard
compressed
reference used in the runtime. Used for StackReference and GC roots.
/bionic/libc/dns/resolv/
res_comp.c
97
* Expand
compressed
domain name 'src' to full domain name.
101
* Return size of
compressed
name or -1 if there was an error.
116
* Return the size of the
compressed
name or -1.
129
* Skip over a
compressed
domain name. Return the size or -1.
/bionic/libc/kernel/uapi/linux/
cramfs_fs.h
24
#define CRAMFS_SIGNATURE "
Compressed
ROMFS"
/cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureSurfaceView.java
59
CompressedTextureLoader.Texture
compressed
) {
63
mRenderer = new CompressedTextureRender(context, base,
compressed
);
150
CompressedTextureLoader.Texture
compressed
) {
152
mCompressedTexture =
compressed
;
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TimeUtil.java
72
* Return the current timestamp in a
compressed
format, used to uniquely identify results.
/developers/samples/android/ui/graphics/PdfRendererBasic/
template-params.xml
77
This sample loads the PDF from assets. Contents of assets are
compressed
by
/development/ndk/platforms/android-21/include/linux/
cramfs_fs.h
24
#define CRAMFS_SIGNATURE "
Compressed
ROMFS"
/development/tools/btsnooz/
btsnooz.cpp
61
std::cerr << std::setw(8) << read << " bytes of
compressed
data decoded\n";
/device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h
57
// Start compressing
COMPRESSED
format buffers; JpegCompressor takes
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
IntSet.java
35
* which is a
compressed
bitset and is useful for ints that
/external/bzip2/
bzdiff
8
# gram on
compressed
files. All options specified are passed
/external/deqp/modules/gles3/functional/
es3fCompressedTextureTests.hpp
23
* \brief
Compressed
texture tests
/external/droiddriver/src/io/appium/droiddriver/
UiDevice.java
68
* @param format The format of the
compressed
image
/external/fio/os/windows/
install.wxs
18
InstallScope="perMachine" InstallPrivileges="elevated"
Compressed
="yes"/>
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapEncoder.java
48
Log.v(TAG, "
Compressed
with type: " + format + " of size " + Util.getBitmapByteSize(bitmap) + " in "
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
ImageFlipper.java
50
throw new UnsupportedOperationException("Flipping
compressed
" +
/external/libpcap/
ppp.h
31
#define PPP_VJC 0x002d /* Van Jacobson
Compressed
TCP/IP */
/external/libpng/
png.5
6
lossless, portable, well-
compressed
storage of raster images. PNG provides
/external/libunwind/tests/
run-coredump-unwind
25
#Inject the
compressed
data into the .gnu_debugdata section of the original binary
/external/libvorbis/doc/vorbisfile/
ov_raw_tell.html
20
<p>Returns the current offset in raw
compressed
bytes.</p>
return.html
35
<dd>Read error while fetching
compressed
data for decode</dd>
Completed in 115 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>