/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXScanner.java | 51 int size = s.length(); local 52 if (buff == null || buff.length < size) { 53 buff = new char[size]; 55 s.getChars(0, size, buff, 0); 62 h.gi(buff, 1, size - 1); 70 h.etag(buff, 1, size - 1); 77 h.pi(buff, 1, size - 1); 82 h.aval(buff, sp + 1, size - sp - 1); 96 h.pcdata(buff, 1, size - 1); 104 h.entity(buff, 1, size - 1) [all...] |
/external/v8/test/mjsunit/ |
big-object-literal.js | 31 function testLiteral(size, array_in_middle) { 32 print(size); 39 for (var i = 0; i < size; i++) { 45 for (var i = 0; i < size; i++) { 47 if (i < size - 1) { 60 for (var i = 0; i < size; i++) { 73 for (var i = 0; i < size; i++) { 95 function testLiteralAndCatch(size) { 98 testLiteral(size, false); 103 testLiteral(size, true) [all...] |
/external/webkit/JavaScriptCore/runtime/ |
JSValue.cpp | 111 static const size_t size = 32; local 112 static char description[size]; 115 snprintf(description, size, "<JSValue()>"); 117 snprintf(description, size, "Int32: %d", asInt32()); 119 snprintf(description, size, "Double: %lf", asDouble()); 121 snprintf(description, size, "Cell: %p", asCell()); 123 snprintf(description, size, "True"); 125 snprintf(description, size, "False"); 127 snprintf(description, size, "Null"); 130 snprintf(description, size, "Undefined") [all...] |
PropertyNameArray.cpp | 35 size_t size = m_data->propertyNameVector().size(); local 36 if (size < setThreshold) { 37 for (size_t i = 0; i < size; ++i) { 43 for (size_t i = 0; i < size; ++i)
|
/external/webkit/WebCore/css/ |
CSSFontFace.cpp | 44 unsigned size = m_sources.size(); local 45 for (unsigned i = 0; i < size; i++) { 54 unsigned size = m_sources.size(); local 55 if (!size) 57 for (unsigned i = 0; i < size; i++) { 110 size_t size = m_sources.size(); local 111 for (size_t i = 0; i < size; ++i) [all...] |
/external/webkit/WebKit/chromium/src/ |
AutoFillPopupMenuClient.cpp | 44 return m_names.size(); 50 ASSERT(listIndex >= 0 && listIndex < m_names.size()); 57 ASSERT(listIndex >= 0 && listIndex < m_names.size()); 68 ASSERT(names.size() == labels.size()); 69 ASSERT(defaultSuggestionIndex < static_cast<int>(names.size())); 81 ASSERT(names.size() == labels.size()); 85 for (size_t i = 0; i < names.size(); ++i) { 91 if (getSelectedIndex() >= static_cast<int>(names.size())) [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
perf | 34 # scale factor size => scale a size by factor percent 98 EVAL="$EVAL $cmd_VDTrate+size=$VDsize" 99 EVAL="$EVAL $cmd_VPrate+size=$VDsize" 104 size=$(expr $4 \* $5 \* 2) 105 EVAL="$EVAL $cmd_VCrate+size=$size" 106 EVAL="$EVAL $cmd_VCPrate+size=$size" 132 size=$(expr $width \* $height \* 2 [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_rwops.h | 54 /* Read up to 'num' objects each of size 'objsize' from the data 58 int (SDLCALL *read)(struct SDL_RWops *context, void *ptr, int size, int maxnum); 60 /* Write exactly 'num' objects each of size 'objsize' from the area 64 int (SDLCALL *write)(struct SDL_RWops *context, const void *ptr, int size, int num); 94 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromMem(void *mem, int size); 95 extern DECLSPEC SDL_RWops * SDLCALL SDL_RWFromConstMem(const void *mem, int size); 103 #define SDL_RWread(ctx, ptr, size, n) (ctx)->read(ctx, ptr, size, n) 104 #define SDL_RWwrite(ctx, ptr, size, n) (ctx)->write(ctx, ptr, size, n [all...] |
/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/testdata/ |
repository_sample_1.xml | 50 <sdk:size>65536</sdk:size>
65 <sdk:size>65536</sdk:size>
82 <sdk:size>65536</sdk:size>
109 <sdk:size>65536</sdk:size>
114 <sdk:size>65536</sdk:size>
[all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
ArrayList.java | 66 int size; field in class:ArrayList 109 size = a.length; 121 int s = size; 130 size = s + 1; 138 * specified location. If the location is equal to the size of this 146 * when {@code location < 0 || > size()} 150 int s = size; 165 size = s + 1; 199 int s = size; 208 size = newSize 321 @Override public int size() { method in class:ArrayList [all...] |
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string_containers.cpp | 78 && newrep->append((aRep) ? aRep->size : 0, (char*)((aRep) ? aRep->buffer : NULL), len, cp, aAlloc)) 97 && newrep->append((aRep) ? aRep->size : 0, (oscl_wchar*)((aRep) ? aRep->buffer : NULL), len, cp, aAlloc)) 140 size = 0; 146 size = nsz; 150 oscl_strncpy((char*)buffer, cp, size); 151 ((char*)buffer)[size] = '\0'; 161 size = 0; 167 size = nsz; 171 oscl_strncpy((oscl_wchar*)buffer, cp, size); 172 ((oscl_wchar*)buffer)[size] = '\0' [all...] |
/frameworks/base/docs/html/sdk/api_diff/4/changes/ |
methods_index_all.html | 47 <div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;"> 51 <br><font size="+2">A</font> 52 <a href="#B"><font size="-2">B</font></a> 53 <a href="#C"><font size="-2">C</font></a> 54 <a href="#D"><font size="-2">D</font></a> 55 <a href="#G"><font size="-2">G</font></a> 56 <a href="#I"><font size="-2">I</font></a> 57 <a href="#O"><font size="-2">O</font></a> 58 <a href="#P"><font size="-2">P</font></a> 59 <a href="#R"><font size="-2">R</font></a> [all...] |
/dalvik/libcore/security/src/main/java/java/security/spec/ |
RSAKeyGenParameterSpec.java | 37 // Key size 43 * Creates a new {@code RSAKeyGenParameterSpec} with the specified key size 47 * the size of the modulus (number of bits). 57 * Returns the size of the modulus (number of bits). 59 * @return the size of the modulus (number of bits).
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
AlgorithmIdentifier.java | 76 if (seq.size() < 1 || seq.size() > 2) 78 throw new IllegalArgumentException("Bad sequence size: " 79 + seq.size()); 84 if (seq.size() == 2)
|
IssuerSerial.java | 45 if (seq.size() != 2 && seq.size() != 3) 47 throw new IllegalArgumentException("Bad sequence size: " + seq.size()); 53 if (seq.size() == 3)
|
ObjectDigestInfo.java | 51 if (seq.size() > 4 || seq.size() < 3) 53 throw new IllegalArgumentException("Bad sequence size: " 54 + seq.size()); 61 if (seq.size() == 4)
|
/development/host/windows/usb/api/ |
adb_interface_enum.cpp | 59 bool AdbInterfaceEnumObject::Next(AdbInterfaceInfo* info, ULONG* size) {
66 ATLASSERT(NULL != size);
67 if (NULL == size) {
81 if ((NULL == info) || (*size < entry.GetFlatSize())) {
82 *size = entry.GetFlatSize();
|
/external/bison/src/ |
relation.h | 37 /* Report a relation R that has SIZE vertices. */ 38 void relation_print (relation r, relation_node size, FILE *out); 41 with SIZE vertices. 45 void relation_digraph (relation r, relation_node size, bitsetv *function); 47 /* Destructively transpose *R_ARG, of size N. */
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_ext_attr.h | 31 __u32 e_value_size; /* size of attribute value */ 47 #define EXT2_EXT_ATTR_SIZE(size) \ 48 (((size) + EXT2_EXT_ATTR_ROUND) & ~EXT2_EXT_ATTR_ROUND) 55 #define EXT2_XATTR_SIZE(size) \ 56 (((size) + EXT2_EXT_ATTR_ROUND) & ~EXT2_EXT_ATTR_ROUND)
|
/external/expat/xmlwf/ |
win32filemap.c | 32 DWORD size; local 42 size = GetFileSize(f, &sizeHi); 43 if (size == (DWORD)-1) { 52 if (size == 0) { 71 processor(p, size, name, arg);
|
/external/freetype/src/cff/ |
cffobjs.h | 53 /* A handle to an OpenType size object. */ 126 cff_size_init( FT_Size size ); /* CFF_Size */ variable 129 cff_size_done( FT_Size size ); /* CFF_Size */ variable 132 cff_size_request( FT_Size size, 138 cff_size_select( FT_Size size,
|
/external/genext2fs/ |
test-gen.lib | 8 # Creates an image with a file of given size 9 # Usage: dgen file-size number-of-blocks 11 size=$1; blocks=$2 15 if [ x$size = x0 ]; then 18 dd if=/dev/zero of=file.$1 bs=$size count=1 2>/dev/null
|
/external/grub/stage2/ |
size_test | 23 # This function checks if the size of the first argument (filename) is 31 size=$6 32 if test $size -gt $limit; then 33 echo "$file is too big ($size > $limit)." 44 # first cylinder, so the size is (63 - 1) sectors.
|
/external/icu4c/samples/legacy/ |
newcol.cpp | 10 * tab size: 8 (not used) 68 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { 76 for(i = 0; i<size; i++) { 78 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize); 84 qsort(data, size, maxlen*sizeof(UChar), compare_current);
|
/external/webkit/WebCore/html/ |
Blob.cpp | 43 unsigned long long Blob::size() const function in class:WebCore::Blob 46 // come up with an exception to throw if file size is not represetable. 47 long long size; local 48 if (!getFileSize(m_path, size)) 50 return static_cast<unsigned long long>(size);
|