/external/webkit/JavaScriptCore/jit/ |
ExecutableAllocatorFixedVMPool.cpp | 51 FreeListEntry(void* pointer, size_t size) 53 , size(size) 61 // All entries of the same size share a single entry 65 size_t size; member in struct:JSC::FreeListEntry 76 // (and thus sorted by) their size. 79 typedef int32_t size; typedef in struct:JSC::AVLTreeAbstractorForFreeList 92 int compare_key_node(key k, handle h) { return compare_key_key(k, h->size); } 93 int compare_node_node(handle h1, handle h2) { return compare_key_key(h1->size, h2->size); } [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ess/ |
OtherSigningCertificate.java | 37 if (seq.size() < 1 || seq.size() > 2) 39 throw new IllegalArgumentException("Bad sequence size: " 40 + seq.size()); 45 if (seq.size() > 1) 59 OtherCertID[] cs = new OtherCertID[certs.size()]; 61 for (int i = 0; i != certs.size(); i++) 76 PolicyInformation[] ps = new PolicyInformation[policies.size()]; 78 for (int i = 0; i != policies.size(); i++)
|
SigningCertificate.java | 38 if (seq.size() < 1 || seq.size() > 2) 40 throw new IllegalArgumentException("Bad sequence size: " 41 + seq.size()); 45 if (seq.size() > 1) 59 ESSCertID[] cs = new ESSCertID[certs.size()]; 61 for (int i = 0; i != certs.size(); i++) 76 PolicyInformation[] ps = new PolicyInformation[policies.size()]; 78 for (int i = 0; i != policies.size(); i++)
|
/external/icu4c/test/cintltst/ |
callcoll.h | 47 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result); 48 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size); 49 void genericLocaleStarter(const char *locale, const char * const s[], uint32_t size); 50 void genericLocaleStarterWithResult(const char *locale, const char * const s[], uint32_t size, UCollationResult result); 51 void genericLocaleStarterWithOptions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize); 52 void genericLocaleStarterWithOptionsAndResult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result); 53 void genericRulesStarterWithResult(const char *rules, const char * const s[], uint32_t size, UCollationResult result); 54 void genericRulesStarter(const char *rules, const char * const s[], uint32_t size); 55 void genericRulesStarterWithOptionsAndResult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const UColAttributeValue *values, uint32_t attsize, UCollationResult result);
|
/external/opencore/fileformats/mp4/composer/src/ |
sampletableatom.cpp | 92 uint32 size, 102 int32 index = _psampleDescriptionAtom->nextSample(size, flags); 104 _psampleSizeAtom->nextSample(size); 110 isChunkStart = _psampleToChunkAtom->nextSample(index, size, oChunkStart); 115 _pchunkOffsetAtom->nextSample(size, isChunkStart, baseOffset); 120 _pchunkOffsetAtom->nextSample(size, isChunkStart); 135 uint32 size, 148 int32 sdindex = _psampleDescriptionAtom->nextTextSample(size, flags, index); 150 _psampleSizeAtom->nextSample(size); 156 isChunkStart = _psampleToChunkAtom->nextSample(sdindex, size, oChunkStart) 295 int32 size = getDefaultSize(); local [all...] |
sampletochunkatom.cpp | 20 size of each sample. 76 uint32 size, 84 if (_pfirstChunkVec->size() == 0) 95 newChunk = isNewChunk(size, index); 100 if (_pfirstChunkVec->size() <= 1) 113 if ((((*_psamplesPerChunkVec)[uint32(_pfirstChunkVec->size()-1)]) == 114 ((*_psamplesPerChunkVec)[uint32(_pfirstChunkVec->size()-2)])) && 115 (((*_psampleDescriptionIndexVec)[uint32(_pfirstChunkVec->size()-1)]) == 116 ((*_psampleDescriptionIndexVec)[uint32(_pfirstChunkVec->size()-2)]))) 149 PVA_FF_SampleToChunkAtom::isNewChunk(uint32 size, int32 index 318 int32 size = getDefaultSize(); local [all...] |
/frameworks/base/core/java/android/text/style/ |
AbsoluteSizeSpan.java | 30 * Set the text size to <code>size</code> physical pixels. 32 public AbsoluteSizeSpan(int size) { 33 mSize = size; 37 * Set the text size to <code>size</code> physical pixels, 38 * or to <code>size</code> device-independent pixels if 41 public AbsoluteSizeSpan(int size, boolean dip) { 42 mSize = size;
|
/system/core/toolbox/ |
insmod.c | 17 ssize_t size; local 28 size = sb.st_size; 31 buffer = malloc(size); 36 ret = read(fd, buffer, size); 37 if (ret != size) 41 *_size = size; 52 ssize_t size = 0; local 63 file = read_file(argv[1], &size); 86 ret = init_module(file, size, opts);
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
OpMapVector.java | 33 /** Size of blocks to allocate */ 39 /** Position where size of array is kept */ 42 /** Size of array */ 46 * Construct a OpMapVector, using the given block size. 48 * @param blocksize Size of block to allocate 76 * than the current size of the vector. 101 * Reset the array to the supplied size. No checking is done. 103 * @param size The size to trim to. 105 public final void setToSize(int size) { [all...] |
/external/e2fsprogs/lib/ss/ |
request_tbl.c | 29 register int i, size; local 32 for (size=0; info->rqt_tables[size] != (ssrt *)NULL; size++) 34 /* size == C subscript of NULL == #elements */ 35 size += 2; /* new element, and NULL */ 37 (unsigned)size*sizeof(ssrt)); 42 if (position > size - 2) 43 position = size - 2; 45 if (size > 1 [all...] |
/external/iptables/extensions/ |
libipt_set.h | 40 static int get_set_getsockopt(void *data, socklen_t * size) 48 return getsockopt(sockfd, SOL_IP, SO_IP_SET, data, size); 54 socklen_t size = sizeof(struct ip_set_req_get_set); local 61 res = get_set_getsockopt(&req, &size); 66 if (size != sizeof(struct ip_set_req_get_set)) 68 "Incorrect return size from kernel during ipset lookup, " 70 sizeof(struct ip_set_req_get_set), size); 81 socklen_t size = sizeof(struct ip_set_req_get_set); local 87 res = get_set_getsockopt(&req, &size); 92 if (size != sizeof(struct ip_set_req_get_set) [all...] |
/packages/apps/Settings/assets/html/el/ |
tethering_usb_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
tethering_wifi_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
/packages/apps/Settings/assets/html/ja/ |
tethering_usb_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
tethering_wifi_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
/packages/apps/Settings/assets/html/ko/ |
tethering_usb_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
tethering_wifi_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
/packages/apps/Settings/assets/html/ru/ |
tethering_usb_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
tethering_wifi_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
/packages/apps/Settings/assets/html/zh_cn/ |
tethering_usb_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
tethering_wifi_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
/packages/apps/Settings/assets/html/zh_tw/ |
tethering_usb_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
tethering_wifi_help.html | 6 font-size: 14 px; 9 font-size: 16px; 15 font-size: 16px;
|
/sdk/layoutopt/libs/uix/src/resources/rules/ |
UseCompoundDrawables.rule | 11 if (node.is("LinearLayout") && node.'*'.size() == 2 && node.'TextView'.size() == 1 && 12 node.'ImageView'.size() == 1 && !node.'ImageView'[0].'@android:layout_weight') {
|
/external/proguard/src/proguard/evaluation/ |
Variables.java | 38 protected int size; field in class:Variables 44 public Variables(int size) 46 this.values = new Value[size]; 47 this.size = size; 57 this(variables.size); 67 public void reset(int size) 70 if (size > values.length) 73 values = new Value[size]; 84 this.size = size 163 public int size() method in class:Variables [all...] |