/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
DexBackedArrayPayload.java | 72 @Override public int size() { return elementCount; } method in class:DexBackedArrayPayload.ReturnedList
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/ |
AnnotationsDirectory.java | 102 final int size = dexFile.readSmallUint(annotationSetOffset); local 111 @Override public int size() { return size; } method 122 final int size = dexFile.readSmallUint(annotationSetListOffset); 132 @Override public int size() { return size; } 147 /** The size of a field_annotation structure */ 149 /** The size of a method_annotation structure */ 212 private final int size; 216 public AnnotationIteratorImpl(int startOffset, int size) { [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcm.h | 46 EAS_I32 size; member in struct:s_pcm_open_params_tag 127 EAS_RESULT EAS_PEContinueStream (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE handle, EAS_I32 size); 188 * is dependent on the sample rate and block size.
|
/external/speex/libspeex/ |
buffer.c | 45 int size; member in struct:SpeexBuffer_ 51 EXPORT SpeexBuffer *speex_buffer_init(int size) 54 st->data = speex_alloc(size); 55 st->size = size; 73 if (len > st->size) 75 data += len-st->size; 76 len = st->size; 80 if (end1 > st->size) 81 end1 = st->size; [all...] |
/external/strace/ |
poll.c | 51 const unsigned long size = sizeof(fds) * nfds; local 53 const unsigned long end = start + size; 57 size / sizeof(fds) != nfds || end < start) { 102 const unsigned long size = sizeof(fds) * nfds; local 104 const unsigned long end = start + size; 119 size / sizeof(fds) != nfds || end < start)
|
/external/testng/src/main/java/org/testng/internal/ |
ResultMap.java | 61 public int size() { method in class:ResultMap 62 return m_map.size();
|
/external/testng/src/test/java/test/thread/ |
FactoryTest.java | 47 Assert.assertEquals(tla.getPassedTests().size(), 2); 48 Assert.assertEquals(B.m_threadIds.size(), expectedThreadIdCount); 50 // ppp("# TESTS RUN " + tla.getPassedTests().size() 51 // + " ID:" + B.m_threadIds.size());
|
/external/tinyxml/ |
tinystr.h | 29 * - sizeof(TiXmlString) = pointer size (4 bytes on 32-bit systems) 34 * - added swap(), clear(), size(), capacity(), operator+(). 55 // The size type used 133 size_type length () const { return rep_->size; } 136 size_type size () const { return rep_->size; } function in class:TiXmlString 139 bool empty () const { return rep_->size == 0; } 206 void set_size(size_type sz) { rep_->str[ rep_->size = sz ] = '\0'; } 208 char* finish() const { return rep_->str + rep_->size; } 212 size_type size, capacity [all...] |
/external/toybox/toys/other/ |
inotifyd.c | 87 size = sizeof(struct inotify_event); local 90 if (left >= size) size += event->len; 91 if (left < size) break; 119 event = (void*)(size + (char*)event);
|
/external/toybox/toys/posix/ |
du.c | 19 Size in: 29 -s only total size of each argument 49 long size; member in struct:node_size 52 // Print the size and name, given size in bytes 53 static void print(long long size, struct dirtree *node) 60 human_readable(toybuf, size, 0); 68 printf("%llu", (size>>bits)+!!(size&((1<<bits)-1))); 106 // dirtree callback, compute/display size of nod [all...] |
/external/tpm2/ |
ExecCommand.c | 43 unsigned int requestSize, // IN: command buffer size 45 unsigned int *responseSize, // OUT: response buffer size 65 UINT32 resHandleSize = 0; // size of the handle area in the 69 UINT32 resParmSize = 0; // the size of the response parameters 71 UINT32 resAuthSize = 0; // size of authorization area in the 74 INT32 size; // remaining data to be unmarshaled local 79 INT32 bufferSize; // size of buffer being used for 82 // This next function call is used in development to size the command and response 133 // Get command buffer size and command buffer. 134 size = requestSize [all...] |
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
Pool.java | 43 public int size() { method in class:Pool 44 return objects.size();
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
SwingHelper.java | 48 Dimension size = wnd.getSize(); local 51 loc.x += (size.width - cmpSize.width)/2; 52 loc.y += (size.height - cmpSize.height)/2;
|
/external/v8/src/base/ |
iterator.h | 46 difference_type size() const { return cend() - cbegin(); } function in class:v8::base::iterator_range
|
/external/v8/test/cctest/ |
test-run-wasm-relocation-ia32.cc | 66 // Dummy values of size used here as the objective of the test is to 95 int32_t size = 80; local 98 __ mov(eax, Immediate(reinterpret_cast<Address>(size), 100 __ cmp(eax, Immediate(reinterpret_cast<Address>(size),
|
test-run-wasm-relocation-x64.cc | 62 // Dummy values of size used here as the objective of the test is to 90 int32_t size = 512; local 93 __ movl(rax, Immediate(size, RelocInfo::WASM_MEMORY_SIZE_REFERENCE)); 94 __ cmpl(rax, Immediate(size, RelocInfo::WASM_MEMORY_SIZE_REFERENCE));
|
test-run-wasm-relocation-x87.cc | 66 // Dummy values of size used here as the objective of the test is to 95 int32_t size = 80; local 98 __ mov(eax, Immediate(reinterpret_cast<Address>(size), 100 __ cmp(eax, Immediate(reinterpret_cast<Address>(size),
|
/external/valgrind/callgrind/ |
events.h | 50 Int size; member in struct:_EventGroup 70 Int size; member in struct:_EventSet 116 Int size; member in struct:_EventMapping
|
/external/valgrind/include/ |
pub_tool_libcfile.h | 63 Long size; member in struct:vg_stat
|
/external/vboot_reference/cgpt/ |
cgpt_wrapper.c | 85 // Obtain the MTD size. 89 Error("Cannot get the size of %s.\n", mtd_device); 93 // Launch cgpt on "rw_gpt" with -D size. 115 char size[32]; local 116 snprintf(size, sizeof(size), "%" PRIu64, drive_size); 117 my_argv[argc + 1] = size;
|
/external/vboot_reference/firmware/stub/ |
vboot_api_stub_sf.c | 28 size_t size; member in struct:alloc_node 44 void *VbExMalloc(size_t size) 47 void *p = malloc(size); 59 node->size = size; 119 fprintf(stderr, "\nptr=%p, size=%zd\n", node->ptr, node->size);
|
/external/vboot_reference/tests/ |
vb20_verify_fw.c | 27 uint32_t size) 56 got_size = fread(buf, 1, size, f); 60 return got_size == size ? VB2_SUCCESS : VB2_ERROR_UNKNOWN; 93 uint32_t size; local 109 size = sizeof(block); 110 if (size > expect_size) 111 size = expect_size; 114 size = fread(block, 1, size, f); 115 if (size <= 0 [all...] |
/external/webp/include/webp/ |
mux_types.h | 60 size_t size; member in struct:WebPData 84 if (src->bytes != NULL && src->size != 0) { 85 dst->bytes = (uint8_t*)malloc(src->size); 87 memcpy((void*)dst->bytes, src->bytes, src->size); 88 dst->size = src->size;
|
/external/webp/src/enc/ |
histogram.h | 52 int size; // number of slots currently in use member in struct:__anon26153 66 // Return the size of the histogram for a given palette_code_bits. 84 VP8LHistogramSet* VP8LAllocateHistogramSet(int size, int cache_bits); 88 // Special case of VP8LAllocateHistogramSet, with size equals 1.
|
/external/webp/src/webp/ |
mux_types.h | 60 size_t size; member in struct:WebPData 84 if (src->bytes != NULL && src->size != 0) { 85 dst->bytes = (uint8_t*)malloc(src->size); 87 memcpy((void*)dst->bytes, src->bytes, src->size); 88 dst->size = src->size;
|