/frameworks/base/services/sensorservice/ |
SensorService.cpp | 115 for (size_t i=0 ; i<mSensorMap.size() ; i++) 121 const size_t SIZE = 1024; 122 char buffer[SIZE]; 125 snprintf(buffer, SIZE, "Permission Denial: " 132 snprintf(buffer, SIZE, "Sensor List:\n"); 134 for (size_t i=0 ; i<mSensorList.size() ; i++) { 137 snprintf(buffer, SIZE, "%-48s| %-32s | 0x%08x | maxRate=%7.2fHz | last=<%5.1f,%5.1f,%5.1f>\n", 145 SensorDevice::getInstance().dump(result, buffer, SIZE); 147 snprintf(buffer, SIZE, "%d active connections\n", 148 mActiveConnections.size()); 299 size_t size = mActiveSensors.size(); local [all...] |
SensorDevice.cpp | 129 void SensorDevice::dump(String8& result, char* buffer, size_t SIZE) 135 snprintf(buffer, SIZE, "%d h/w sensors:\n", int(count)); 140 snprintf(buffer, SIZE, "handle=0x%08x, active-count=%d / %d\n", 143 mActivationCount.valueFor(list[i].handle).rates.size()); 203 for (size_t i=1 ; i<info.rates.size() ; i++) { 227 for (size_t i=1 ; i<info.rates.size() ; i++) {
|
/frameworks/base/services/audioflinger/ |
AudioPolicyService.cpp | 406 const size_t SIZE = 256; 407 char buffer[SIZE]; 410 snprintf(buffer, SIZE, "PolicyManager Interface: %p\n", mpPolicyManager); 412 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get()); 414 snprintf(buffer, SIZE, "Tones Thread: %p\n", mTonePlaybackThread.get()); 417 write(fd, result.string(), result.size()); 429 write(fd, result.string(), result.size()); 451 const size_t SIZE = 256; 452 char buffer[SIZE]; 454 snprintf(buffer, SIZE, "Permission Denial: [all...] |
AudioFlinger.cpp | 174 const size_t SIZE = 256; 175 char buffer[SIZE]; 179 for (size_t i = 0; i < mClients.size(); ++i) { 184 snprintf(buffer, SIZE, " pid: %d\n", client->pid()); 189 write(fd, result.string(), result.size()); 196 const size_t SIZE = 256; 197 char buffer[SIZE]; 201 snprintf(buffer, SIZE, "Hardware status: %d\n", hardwareStatus); 203 write(fd, result.string(), result.size()); 209 const size_t SIZE = 256 822 size_t size = mNotificationClients.size(); local 1460 size_t size = mEffectChains.size(); local 1473 size_t size = mEffectChains.size(); local 1905 size_t size = mTracks.size(); local 2775 size_t size = sizeof(audio_track_cblk_t); local 3543 size_t size = mBufferQueue.size(); local 5139 size_t size = mEffectChains.size(); local 5301 size_t size = mHandles.size(); local 5326 size_t size = mHandles.size(); local 5444 size_t size = mConfig.inputCfg.buffer.frameCount * sizeof(int16_t); local 5520 uint32_t size = sizeof(int); local 5544 uint32_t size = sizeof(status_t); local 5563 uint32_t size = sizeof(status_t); local 5582 uint32_t size = sizeof(status_t); local 5614 uint32_t size = (replySize == NULL) ? 0 : *replySize; local 5707 uint32_t size = sizeof(volume); local 5738 uint32_t size = sizeof(status_t); local 5763 uint32_t size = sizeof(status_t); local 6009 int size = *p++; local 6136 size_t size = mEffects.size(); local 6151 size_t size = mEffects.size(); local 6180 size_t size = mEffects.size(); local 6243 int size = (int)mEffects.size(); local 6317 int size = (int)mEffects.size(); local 6343 size_t size = mEffects.size(); local 6352 size_t size = mEffects.size(); local 6365 size_t size = mEffects.size(); local [all...] |
/frameworks/base/core/java/android/provider/ |
DrmStore.java | 65 * The size of the file in bytes 68 public static final String SIZE = "_size"; 150 long size = stream.available(); local 164 values.put(DrmStore.Columns.SIZE, size);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Audio_MediaTest.java | 112 assertEquals(Audio1.SIZE, c.getInt(c.getColumnIndex(Media.SIZE))); 159 assertEquals(Audio2.SIZE, c.getInt(c.getColumnIndex(Media.SIZE)));
|
MediaStore_Video_MediaTest.java | 82 values.put(Media.SIZE, 86853); 118 assertEquals(86853, c.getInt(c.getColumnIndex(Media.SIZE))); 143 values.put(Media.SIZE, 86854); 172 assertEquals(86854, c.getInt(c.getColumnIndex(Media.SIZE)));
|
MediaStore_Audio_Playlists_MembersTest.java | 58 Members.SIZE, 87 Members.SIZE, 203 assertEquals(Audio1.SIZE, c.getInt(c.getColumnIndex(Members.SIZE))); 251 assertEquals(Audio2.SIZE, c.getInt(c.getColumnIndex(Members.SIZE)));
|
/external/webkit/WebKit/win/Interfaces/ |
IWebFramePrivate.idl | 61 HRESULT scrollOffset([out, retval] SIZE* offset); 75 HRESULT size([out, retval] SIZE* size);
|
/libcore/luni/src/main/java/java/lang/ |
Byte.java | 50 public static final int SIZE = 8;
|
Short.java | 51 public static final int SIZE = 16;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
output.h | 186 /* Output assembler code associated with defining the size of the 210 /* Assemble code to leave SIZE bytes of zeros. */ 238 object. SIZE is the number of bytes in the object and ALIGNED_P 253 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is 261 object and SIZE is the number of bytes it contains. */ 262 #define assemble_aligned_integer(SIZE, VALUE) \ 263 assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1) 266 /* Assemble the floating-point constant D into an object of size MODE. */ 273 /* Return the size of the constant pool. * [all...] |
defaults.h | 122 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \ 128 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \ 222 /* How to emit a .size directive. */ 225 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \ 228 HOST_WIDE_INT size_ = (SIZE); \ 425 /* `bool' has size and alignment `1', on almost all platforms. */ 682 #define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0 839 /* This macro is used to determine what the largest unit size that
|
ggc.h | 166 /* The second parameter and third parameters give the address and size 173 /* Return the total size of the data to be written to hold all 217 /* Allocate an object of the specified type and size. */ 253 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \ 254 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, ggc_free)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
output.h | 186 /* Output assembler code associated with defining the size of the 210 /* Assemble code to leave SIZE bytes of zeros. */ 238 object. SIZE is the number of bytes in the object and ALIGNED_P 253 /* Assemble the integer constant X into an object of SIZE bytes. ALIGN is 261 object and SIZE is the number of bytes it contains. */ 262 #define assemble_aligned_integer(SIZE, VALUE) \ 263 assemble_integer (VALUE, SIZE, (SIZE) * BITS_PER_UNIT, 1) 266 /* Assemble the floating-point constant D into an object of size MODE. */ 273 /* Return the size of the constant pool. * [all...] |
defaults.h | 122 #define ASM_OUTPUT_TLS_COMMON(FILE, DECL, NAME, SIZE) \ 128 (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT); \ 222 /* How to emit a .size directive. */ 225 #define ASM_OUTPUT_SIZE_DIRECTIVE(STREAM, NAME, SIZE) \ 228 HOST_WIDE_INT size_ = (SIZE); \ 425 /* `bool' has size and alignment `1', on almost all platforms. */ 682 #define LARGEST_EXPONENT_IS_NORMAL(SIZE) 0 839 /* This macro is used to determine what the largest unit size that
|
ggc.h | 166 /* The second parameter and third parameters give the address and size 173 /* Return the total size of the data to be written to hold all 217 /* Allocate an object of the specified type and size. */ 253 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \ 254 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, ggc_free)
|
/frameworks/base/libs/binder/ |
MemoryDealer.cpp | 115 const sp<IMemoryHeap>& heap, ssize_t offset, size_t size); 129 SimpleBestFitAllocator(size_t size); 132 size_t allocate(size_t size, uint32_t flags = 0); 134 size_t size() const; 141 chunk_t(size_t start, size_t size) 142 : start(start), size(size), free(1), prev(0), next(0) { 145 size_t size : 28; member in struct:android::SimpleBestFitAllocator::chunk_t 151 ssize_t alloc(size_t size, uint32_t flags); 166 const sp<IMemoryHeap>& heap, ssize_t offset, size_t size) 204 size_t size = end-start; local 284 size_t SimpleBestFitAllocator::size() const function in class:android::SimpleBestFitAllocator 427 size_t size = 0; local [all...] |
/frameworks/base/media/libmediaplayerservice/ |
MediaPlayerService.cpp | 136 size_t size = num * sizeof(Metadata::Type); local 139 if (p.dataAvail() < size) 141 LOGE("Filter too short expected %d but got %d", size, p.dataAvail()); 147 static_cast<const Metadata::Type*>(p.readInplace(size)); 299 const size_t SIZE = 256; 300 char buffer[SIZE]; 305 snprintf(buffer, 255, " heap base(%p), size(%d), flags(%d), device(%s)\n", 312 snprintf(buffer, 255, " sample rate(%d), size(%d), error(%d), command complete(%s)\n", 315 ::write(fd, result.string(), result.size()); 321 const size_t SIZE = 256 395 size_t size() const { function in struct:android::MyString8 413 size_t size; member in struct:android::__anon9217 [all...] |
/cts/apps/CtsVerifier/arduino-helper/ |
Makefile | 131 SIZE = $(AVR_TOOLS_PATH)/avr-size 173 # Display size of file. 174 HEXSIZE = $(SIZE) --target=$(FORMAT) $(OUT_DIR)/$(TARGET).hex 175 ELFSIZE = $(SIZE) $(OUT_DIR)/$(TARGET).elf
|
/external/openssl/crypto/des/ |
read_pwd.c | 207 static int noecho_fgets(char *buf, int size, FILE *tty); 229 int des_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) 231 memset(buf,0,size); 232 memset(buff,0,size); 238 int des_read_pw(char *buf, char *buff, int size, char *prompt, int verify) 240 memset(buf,0,size); 241 memset(buff,0,size); 249 #define SIZE 4 250 char buf[SIZE+1]; 253 fgets(buf,SIZE,in) [all...] |
/external/webkit/WebCore/platform/graphics/wince/ |
SimpleFontDataWince.cpp | 54 m_ascent = (tm.tmAscent * m_platformData.size() + 36) / 72; 55 m_descent = (tm.tmDescent * m_platformData.size() + 36) / 72; 56 m_lineGap = (tm.tmExternalLeading * m_platformData.size() + 36) / 72; 141 SIZE fontSize; 147 return (float)fontSize.cx * (float)m_platformData.size() / 72.f; 157 m_avgCharWidth = (tm.tmAveCharWidth * m_platformData.size() + 36) / 72; 158 m_maxCharWidth = (tm.tmMaxCharWidth * m_platformData.size() + 36) / 72;
|
/frameworks/base/services/camera/libcameraservice/ |
CameraHardwareStub.cpp | 73 LOGD("initHeapLocked: preview size=%dx%d", preview_width, preview_height); 78 // If we are being reinitialized to the same size as before, no 93 // Recreate the fake camera to reflect the current size. 320 const size_t SIZE = 256; 321 char buffer[SIZE]; 327 snprintf(buffer, 255, " preview frame(%d), size (%d), running(%s)\n", mCurrentPreviewFrame, mPreviewFrameSize, mPreviewRunning?"true": "false"); 332 write(fd, result.string(), result.size()); 356 LOGE("Still picture size must be size of canned JPEG (%dx%d)",
|
/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); 430 i=EVP_read_pw_string((char *)strbuf,SIZE,buf,enc); 559 OPENSSL_cleanse(str,SIZE); 689 int set_hex(char *in, unsigned char *out, int size) 695 if (n > (size*2)) 700 memset(out,0,size); [all...] |
/frameworks/base/services/surfaceflinger/ |
LayerBase.cpp | 203 // resize the layer, set the physical size to the requested size 509 void LayerBase::dump(String8& result, char* buffer, size_t SIZE) const 512 snprintf(buffer, SIZE, 515 "z=%9d, pos=(%4d,%4d), size=(%4d,%4d), " 563 void LayerBaseClient::dump(String8& result, char* buffer, size_t SIZE) const 565 LayerBase::dump(result, buffer, SIZE); 568 snprintf(buffer, SIZE,
|