/external/icu4c/test/compat/ |
tzdate.c | 29 #define SIZE 80 37 char systime[SIZE]; 38 char icutime[SIZE];
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AllocationInfo.java | 33 NUMBER, SIZE, CLASS, THREAD, IN_CLASS, IN_METHOD; 38 private SortMode mSortMode = SortMode.SIZE; 67 case SIZE: 68 // pass, since diff is init with 0, we'll use SIZE compare below 90 // same? compare on size 147 * Returns the size of the allocation.
|
/external/clang/test/SemaCXX/ |
array-bounds.cpp | 89 #define SIZE 10 93 int arr[SIZE]; // expected-note {{array 'arr' declared here}} 94 return ARR_IN_MACRO(0, arr, SIZE) + // no-warning 95 ARR_IN_MACRO(1, arr, SIZE); // expected-warning{{array index 10 is past the end of the array (which contains 10 elements)}}
|
/external/webkit/Source/WebKit/win/ |
WebKitGraphics.h | 43 float size; member in struct:WebFontDescription 61 SIZE shadowOffset;
|
/frameworks/native/services/sensorservice/ |
SensorDevice.h | 41 // fixed-size array after construction 58 void dump(String8& result, char* buffer, size_t SIZE);
|
SensorDevice.cpp | 68 void SensorDevice::dump(String8& result, char* buffer, size_t SIZE) 74 snprintf(buffer, SIZE, "%d h/w sensors:\n", int(count)); 80 snprintf(buffer, SIZE, "handle=0x%08x, active-count=%d, rates(ms)={ ", 82 info.rates.size()); 84 for (size_t j=0 ; j<info.rates.size() ; j++) { 85 snprintf(buffer, SIZE, "%4.1f%s", 87 j<info.rates.size()-1 ? ", " : ""); 90 snprintf(buffer, SIZE, " }, selected=%4.1f ms\n", info.delay / 1e6f); 125 ident, handle, enabled, info.rates.size()); 134 if (info.rates.size() == 1) [all...] |
/frameworks/base/services/common_time/ |
common_time_server_api.cpp | 155 if (ifaceName.size()) { 292 const size_t SIZE = 256; 293 char buffer[SIZE]; 296 snprintf(buffer, SIZE, "Permission Denial: " 368 const size_t SIZE = 256; 369 char buffer[SIZE]; 372 snprintf(buffer, SIZE, "Permission Denial: " 407 const size_t SIZE = 256; 408 char buffer[SIZE];
|
/cts/tests/src/android/provider/cts/ |
MediaStoreAudioTestHelper.java | 103 public static final int SIZE = 2737870; 127 values.put(Media.SIZE, SIZE); 181 public static final int SIZE = 2737321; 206 values.put(Media.SIZE, SIZE);
|
/external/grub/util/ |
grub-image | 74 # Create a new filesystem image of the specified size. 80 SIZE=`expr $tarsize \* 130 / 100 / 1024`k 81 echo "# Creating $SIZE disk image \`$image'" 83 dd if=/dev/zero of=$image bs=$SIZE count=1 >/dev/null
|
grub-image.in | 74 # Create a new filesystem image of the specified size. 80 SIZE=`expr $tarsize \* 130 / 100 / 1024`k 81 echo "# Creating $SIZE disk image \`$image'" 83 dd if=/dev/zero of=$image bs=$SIZE count=1 >/dev/null
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/ |
elfos.h | 104 #define ASM_OUTPUT_SKIP(FILE, SIZE) \ 106 SKIP_ASM_OP, (SIZE)) 164 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ 170 (SIZE), (ALIGN) / BITS_PER_UNIT); \ 182 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ 188 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \ 230 /* Define the strings used for the special svr4 .type and .size directives. 237 #define SIZE_ASM_OP "\t.size\t" 266 /* These macros generate the special .type and .size directives which 297 HOST_WIDE_INT size; \ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/ |
elfos.h | 104 #define ASM_OUTPUT_SKIP(FILE, SIZE) \ 106 SKIP_ASM_OP, (SIZE)) 164 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ 170 (SIZE), (ALIGN) / BITS_PER_UNIT); \ 182 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ 188 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \ 230 /* Define the strings used for the special svr4 .type and .size directives. 237 #define SIZE_ASM_OP "\t.size\t" 266 /* These macros generate the special .type and .size directives which 297 HOST_WIDE_INT size; \ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/ |
elfos.h | 104 #define ASM_OUTPUT_SKIP(FILE, SIZE) \ 106 SKIP_ASM_OP, (SIZE)) 164 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ 170 (SIZE), (ALIGN) / BITS_PER_UNIT); \ 182 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ 188 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \ 230 /* Define the strings used for the special svr4 .type and .size directives. 237 #define SIZE_ASM_OP "\t.size\t" 266 /* These macros generate the special .type and .size directives which 297 HOST_WIDE_INT size; \ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/ |
elfos.h | 104 #define ASM_OUTPUT_SKIP(FILE, SIZE) \ 106 SKIP_ASM_OP, (SIZE)) 164 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ 170 (SIZE), (ALIGN) / BITS_PER_UNIT); \ 182 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ 188 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \ 230 /* Define the strings used for the special svr4 .type and .size directives. 237 #define SIZE_ASM_OP "\t.size\t" 266 /* These macros generate the special .type and .size directives which 297 HOST_WIDE_INT size; \ [all...] |
/external/guava/guava/src/com/google/common/math/ |
LongMath.java | 80 return (Long.SIZE - 1) - Long.numberOfLeadingZeros(x); 84 return Long.SIZE - Long.numberOfLeadingZeros(x - 1); 93 int logFloor = (Long.SIZE - 1) - leadingZeros; 213 return (k < Long.SIZE) ? 1L << k : 0; 215 if (k < Long.SIZE) { 312 int signum = 1 | (int) ((p ^ q) >> (Long.SIZE - 1)); 463 * If leadingZeros > Long.SIZE + 1 it's definitely fine, if it's < Long.SIZE it's definitely 472 if (leadingZeros > Long.SIZE + 1) { 475 checkNoOverflow(leadingZeros >= Long.SIZE); [all...] |
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 185 ALOGE("Invalid video size: %dx%d", width, height); 405 ALOGW("Max file size is not positive: %lld bytes. " 406 "Disabling file size limit.", bytes); 407 bytes = 0; // Disable the file size limit for zero or negative values. 409 ALOGE("Max file size is too small: %lld bytes", bytes); 414 ALOGW("Target file size (%lld bytes) is too small to be respected", bytes); [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
NullCacheTest.java | 30 * {@link LoadingCache} tests for caches with a maximum size of zero. 54 assertSame(RemovalCause.SIZE, notification.getCause()); 71 assertSame(RemovalCause.SIZE, notification.getCause()); 88 assertSame(RemovalCause.SIZE, notification.getCause());
|
/external/webkit/Source/WebCore/platform/graphics/ |
IntSize.h | 42 typedef struct tagSIZE SIZE; 123 IntSize(const SIZE&); 124 operator SIZE() const; 175 inline IntSize operator-(const IntSize& size) 177 return IntSize(-size.width(), -size.height());
|
Image.h | 53 typedef struct tagSIZE SIZE; 54 typedef SIZE* LPSIZE; 96 bool isNull() const { return size().isEmpty(); } 104 virtual IntSize size() const = 0; 105 IntRect rect() const { return IntRect(IntPoint(), size()); } 106 int width() const { return size().width(); } 107 int height() const { return size().height(); } 155 static PassRefPtr<Image> loadPlatformThemeIcon(const char* name, int size);
|
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 94 outputs.size()); 118 for (size_t i = 0; i < outputs.size(); i++) { 160 for (size_t i = 0; i < outputs.size(); i++) { 171 for (size_t i = 0; i < mOutputs.size(); i++) { 345 for (size_t i = 0; i < mOutputs.size(); i++) { 448 for (size_t i = 0; i < mOutputs.size(); i++) { 490 for (size_t i = 0; i < mHwModules.size(); i++) { 494 for (size_t j = 0; j < mHwModules[i]->mOutputProfiles.size(); j++) { 628 if (outputs.size() == 0) { 631 if (outputs.size() == 1) [all...] |
/external/e2fsprogs/e2fsck/ |
mtrace.h | 60 /* Allocate SIZE bytes of memory. */ 63 in __ptr_t, making the new block SIZE bytes long. */ 65 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */ 70 /* Allocate SIZE bytes allocated to ALIGNMENT bytes. */ 73 /* Allocate SIZE bytes on a page boundary. */ 99 /* The allocator divides the heap into blocks of fixed size; large 102 and all fragments of a block are the same size. When all the 107 #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE) 124 logarithm to the base two of the fragment size. * 134 size_t size; member in union:__anon6689::__anon6690::__anon6691 141 size_t size; \/* Size (in blocks) of a free cluster. *\/ member in struct:__anon6689::__anon6693 [all...] |
/external/zlib/src/examples/ |
gun.c | 75 #define SIZE 32768U /* input and output buffer sizes */ 79 input file and a buffer of size SIZE */ 100 if ((unsigned)ret > SIZE - len) 101 ret = (int)(SIZE - len); 109 } while (ret != 0 && len < SIZE); 160 unsigned char inbuf[SIZE]; /* input buffer */ 161 unsigned char outbuf[SIZE]; /* output buffer */ 266 /* if the table will be full after this, increment the code size */ 349 while (stack > SIZE - outcnt) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
VoiceMailConstants.java | 47 static final int SIZE = 3; 101 String[] data = new String[SIZE];
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
DumpFileProvider.java | 84 * Used to provide {@link OpenableColumns#DISPLAY_NAME} and {@link OpenableColumns#SIZE} 91 : new String[] {OpenableColumns.DISPLAY_NAME, OpenableColumns.SIZE}; 104 } else if (OpenableColumns.SIZE.equals(column)) {
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stun.h | 201 enum { SIZE = 8 }; 203 static const uint16 SIZE = 8; 229 enum { SIZE = 4 }; 231 static const uint16 SIZE = 4; 308 size_t Size() const;
|