HomeSort by relevance Sort by last modified time
    Searched refs:SIZE (Results 126 - 150 of 306) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 386 String8& result, char* buffer, size_t SIZE) const;
388 String8& result, char* buffer, size_t SIZE) const;
390 String8& result, char* buffer, size_t SIZE) const;
391 void dumpAllLocked(String8& result, char* buffer, size_t SIZE) const;
  /libcore/luni/src/main/java/java/awt/font/
TextAttribute.java 138 /** The SIZE text attribute. */
139 public static final TextAttribute SIZE = new TextAttribute("size");
  /libcore/luni/src/main/java/java/lang/
Byte.java 51 public static final int SIZE = 8;
Short.java 52 public static final int SIZE = 16;
  /sdk/find_java/
find_java_lib.cpp 132 for(int i = 0; i < paths->size(); i++) {
164 DWORD size = 4096; // MAX_PATH is 260, so 4 KB should be good enough local
165 char* buffer = (char*) malloc(size);
167 while (ret == ERROR_MORE_DATA && size < (1<<16) /*64 KB*/) {
174 &size); // lpcbData
177 size *= 2;
178 buffer = (char*) realloc(buffer, size);
180 buffer[size] = 0;
441 0)) { // nSize (0=default buffer size)
487 #define SIZE 1024
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
FlyweightMapStorage.java 37 // Size of short and integer types in bytes.
38 private static final int SHORT_NUM_BYTES = Short.SIZE / 8;
39 private static final int INT_NUM_BYTES = Integer.SIZE / 8;
43 // The number of bytes used to store a description index. It is computed from the size of the
72 numOfEntries = areaCodeMap.size();
94 descIndexSizeInBytes = getOptimalNumberOfBytesForValue(descriptionsSet.size() - 1);
96 descriptionPool = new String[descriptionsSet.size()];
123 // Read description pool size.
161 int sizeOfLengths = possibleLengths.size();
167 // Write description pool size
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 61 const size_t SIZE = 256;
62 char buffer[SIZE];
67 write(fd, result.string(), result.size());
152 ALOGE("offset (%lld) bigger than file size (%llu)", offset, sb.st_size);
192 size_t size = sizeof(VideoFrame) + frame->mSize; local
193 sp<MemoryHeapBase> heap = new MemoryHeapBase(size, 0, "MetadataRetrieverClient");
199 mThumbnail = new MemoryBase(heap, 0, size);
201 ALOGE("not enough memory for VideoFrame size=%u", size);
233 size_t size = sizeof(MediaAlbumArt) + albumArt->mSize local
    [all...]
MediaPlayerService.cpp 137 size_t size = num * sizeof(Metadata::Type); local
140 if (p.dataAvail() < size)
142 ALOGE("Filter too short expected %d but got %d", size, p.dataAvail());
148 static_cast<const Metadata::Type*>(p.readInplace(size));
300 const size_t SIZE = 256;
301 char buffer[SIZE];
306 snprintf(buffer, 255, " heap base(%p), size(%d), flags(%d), device(%s)\n",
313 snprintf(buffer, 255, " sample rate(%d), size(%d), error(%d), command complete(%s)\n",
316 ::write(fd, result.string(), result.size());
322 const size_t SIZE = 256
2040 int size = mBatteryData.size(); local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Storage.java 102 values.put(ImageColumns.SIZE, jpegLength);
192 values.put(ImageColumns.SIZE, jpeg.length);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 151 /* Allocate an object of the specified type and size. */
208 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
209 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
defaults.h 118 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
124 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
226 /* How to emit a .size directive. */
229 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \
232 HOST_WIDE_INT size_ = (SIZE); \
435 /* `bool' has size and alignment `1', on almost all platforms. */
517 When machines start needing nontrivial differences in the size type,
861 #define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0
1003 /* This macro is used to determine what the largest unit size that
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 151 /* Allocate an object of the specified type and size. */
208 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
209 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
defaults.h 118 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
124 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
226 /* How to emit a .size directive. */
229 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \
232 HOST_WIDE_INT size_ = (SIZE); \
435 /* `bool' has size and alignment `1', on almost all platforms. */
517 When machines start needing nontrivial differences in the size type,
861 #define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0
1003 /* This macro is used to determine what the largest unit size that
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 151 /* Allocate an object of the specified type and size. */
208 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
209 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
defaults.h 118 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
124 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
226 /* How to emit a .size directive. */
229 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \
232 HOST_WIDE_INT size_ = (SIZE); \
435 /* `bool' has size and alignment `1', on almost all platforms. */
517 When machines start needing nontrivial differences in the size type,
861 #define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0
1003 /* This macro is used to determine what the largest unit size that
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 151 /* Allocate an object of the specified type and size. */
208 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
209 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
defaults.h 118 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \
124 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \
226 /* How to emit a .size directive. */
229 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \
232 HOST_WIDE_INT size_ = (SIZE); \
435 /* `bool' has size and alignment `1', on almost all platforms. */
517 When machines start needing nontrivial differences in the size type,
861 #define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0
1003 /* This macro is used to determine what the largest unit size that
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp 113 for (size_t i = 0; i < mInputSources.size(); i++) {
118 for (size_t i = 0; i < mInputs.size(); i++) {
303 for (size_t i = 0; i < effects.size(); i++) {
312 for (size_t j = 0; j < effect->mParams.size(); j++) {
511 for (index = 0; index < mInputs.size(); index++) {
516 if (index == mInputs.size()) {
522 for (size_t i = 0; i < effects.size(); i++) {
528 if (effects.size() > *count) {
531 *count = effects.size();
555 const size_t SIZE = 256
1171 size_t size = readParamValue(param, (char *)fx_param, &curSize, &totSize); local
1186 size_t size = readParamValue(value, (char *)fx_param, &curSize, &totSize); local
    [all...]
AudioFlinger.cpp 137 // minimum normal mix buffer size, expressed in milliseconds rather than frames
139 // maximum normal mix buffer size
150 // multiplier is calculated based on min & max normal mixer buffer size
152 // multiplier is calculated based on min & max normal mixer buffer size
168 // IAudioFlinger::createTrack() reports back to client the total size of shared memory area
269 for (size_t i = 0; i < mAudioHwDevs.size(); i++) {
295 for (size_t i = 0; i < mAudioHwDevs.size(); i++) {
315 const size_t SIZE = 256;
316 char buffer[SIZE];
320 for (size_t i = 0; i < mClients.size(); ++i)
994 size_t size = dev->get_input_buffer_size(dev, &config); local
1105 size_t size = mNotificationClients.size(); local
3423 size_t size = mTracks.size(); local
4167 size_t size = sizeof(audio_track_cblk_t); local
5715 size_t size = mBufferQueue.size(); local
7951 size_t size = mEffectChains.size(); local
7963 size_t size = mEffectChains.size(); local
8035 size_t size = mEffectChains.size(); local
8220 size_t size = mHandles.size(); local
8251 size_t size = mHandles.size(); local
8456 uint32_t size = sizeof(int); local
8505 uint32_t size = sizeof(status_t); local
8530 uint32_t size = sizeof(status_t); local
8566 uint32_t size = sizeof(status_t); local
8609 uint32_t size = (replySize == NULL) ? 0 : *replySize; local
8718 uint32_t size = sizeof(volume); local
8748 uint32_t size = sizeof(status_t); local
8767 uint32_t size = sizeof(status_t); local
8786 uint32_t size = 0; local
9078 int size = *p++; local
9207 size_t size = mEffects.size(); local
9220 size_t size = mEffects.size(); local
9235 size_t size = mEffects.size(); local
9296 size_t size = mEffects.size(); local
9351 size_t size = mEffects.size(); local
9425 size_t size = mEffects.size(); local
9457 size_t size = mEffects.size(); local
9466 size_t size = mEffects.size(); local
9475 size_t size = mEffects.size(); local
9488 size_t size = mEffects.size(); local
    [all...]
  /external/openssl/apps/
enc.c 73 int set_hex(char *in,unsigned char *out,int size);
74 #undef SIZE
78 #define SIZE (512)
312 BIO_printf(bio_err,"%-14s buffer size\n","-bufsize <n>");
374 strbuf=OPENSSL_malloc(SIZE);
432 i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc);
563 OPENSSL_cleanse(str,SIZE);
698 int set_hex(char *in, unsigned char *out, int size)
704 if (n > (size*2))
709 memset(out,0,size);
    [all...]
  /external/skia/src/gpu/
GrGpu.cpp 218 GrVertexBuffer* GrGpu::createVertexBuffer(uint32_t size, bool dynamic) {
220 return this->onCreateVertexBuffer(size, dynamic);
223 GrIndexBuffer* GrGpu::createIndexBuffer(uint32_t size, bool dynamic) {
225 return this->onCreateIndexBuffer(size, dynamic);
289 static const int SIZE = sizeof(uint16_t) * 6 * MAX_QUADS;
291 fQuadIndexBuffer = me->createIndexBuffer(SIZE, false);
298 indices = (uint16_t*)GrMalloc(SIZE);
300 if (!fQuadIndexBuffer->updateData(indices, SIZE)) {
328 static const size_t SIZE = sizeof(DATA);
331 fUnitSquareVertexBuffer = me->createVertexBuffer(SIZE, false)
    [all...]
  /external/webp/src/enc/
picture.c 473 writer->size = 0;
484 next_size = (uint64_t)w->size + data_size;
494 if (w->size > 0) {
495 memcpy(new_mem, w->mem, w->size);
503 memcpy(w->mem + w->size, data, data_size);
504 w->size += data_size;
847 #define SIZE 8
848 #define SIZE2 (SIZE / 2)
849 static int is_transparent_area(const uint8_t* ptr, int stride, int size) {
851 for (y = 0; y < size; ++y)
    [all...]
  /external/openssl/crypto/ui/
ui_openssl.c 308 static int noecho_fgets(char *buf, int size, FILE *tty);
397 #define SIZE 4
398 char buf[SIZE+1];
401 if (!fgets(buf,SIZE,in))
669 static int noecho_fgets(char *buf, int size, FILE *tty)
677 if (size == 0)
682 size--;
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 393 * Integer column containing the user's specified message text size preference. This
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 213 values.put(Media.SIZE, numBytes);
244 assertEquals(numBytes, c.getInt(c.getColumnIndex(Media.SIZE)));
266 values.put(Media.SIZE, 86854);
290 assertEquals(86854, c.getInt(c.getColumnIndex(Media.SIZE)));

Completed in 1393 milliseconds

1 2 3 4 56 7 8 91011>>