/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRCoderBitVector.cpp | 59 int32_t CBC_QRCoderBitVector::Size() {
98 int32_t size = bits->Size();
local 99 for (int32_t i = 0; i < size; i++) {
107 if (m_sizeInBits != other->Size()) {
|
/external/pdfium/xfa/src/fxgraphics/src/ |
fx_graphics.cpp | 141 int32_t size = _infoStack.GetSize();
local 142 if (size <= 0) {
145 int32_t topIndex = size - 1;
476 FX_ERR CFX_Graphics::SetFontSize(const FX_FLOAT size) {
477 FX_FLOAT fontSize = size <= 0 ? 1.0f : size;
[all...] |
/external/proguard/src/proguard/classfile/ |
ClassPool.java | 99 public int size() method in class:ClassPool 101 return classes.size();
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
BoundedByteString.java | 88 * @throws ArrayIndexOutOfBoundsException {@code index} is < 0 or >= size 97 if (index >= size()) { 99 "Index too large: " + index + ", " + size()); 106 public int size() { method in class:BoundedByteString 140 limit = position + size();
|
UnmodifiableLazyStringList.java | 62 public int size() { method in class:UnmodifiableLazyStringList 63 return list.size();
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
ByteStringMicro.java | 51 * @throws ArrayIndexOutOfBoundsException {@code index} is < 0 or >= size 60 public int size() { method in class:ByteStringMicro 65 * Returns {@code true} if the size is {@code 0}, {@code false} otherwise. 83 final int size) { 84 final byte[] copy = new byte[size]; 85 System.arraycopy(bytes, offset, copy, 0, size); 136 * @param size number of bytes to copy 140 final int size) { 141 System.arraycopy(bytes, sourceOffset, target, targetOffset, size); 148 final int size = bytes.length local 188 final int size = bytes.length; local 212 final int size = bytes.length; local [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
ExtendableMessageNano.java | 49 int size = 0; local 51 for (int i = 0; i < unknownFieldData.size(); i++) { 53 size += field.computeSerializedSize(); 56 return size; 64 for (int i = 0; i < unknownFieldData.size(); i++) {
|
FieldData.java | 65 if (index < unknownFieldData.size()) { 75 return unknownFieldData.size(); 99 int size = 0; local 101 size = cachedExtension.computeSerializedSize(value); 104 size += unknownField.computeSerializedSize(); 107 return size;
|
MessageNano.java | 46 * Returns the cached size or calls getSerializedSize which 47 * sets the cached size. This is used internally when serializing 48 * so the size is only computed once. If a member is modified 61 * The size is cached and the cached result can be retrieved 65 int size = computeSerializedSize(); local 66 cachedSize = size; 67 return size; 72 * cached size.
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_file.cc | 78 for (int i = 0; i < fields.size(); i++) { 83 int size = reflection->FieldSize(message, fields[i]); local 84 for (int j = 0; j < size; j++) { 355 if (extensions.size() > 0) { 361 for (int i = 0; i < extensions.size(); i++) { 419 if (extensions.size() > 0) {
|
/external/protobuf/src/google/protobuf/compiler/ |
zip_writer.cc | 121 for (int i = 0; i < buf.size(); ++i) { 143 uint16 filename_size = filename.size(); 145 info.size = contents.size(); 159 output.WriteLittleEndian32(info.size); // compressed size 160 output.WriteLittleEndian32(info.size); // uncompressed size 170 uint16 num_entries = files_.size(); 177 uint16 filename_size = filename.size(); 179 uint32 size = files_[i].size; local [all...] |
/external/regex-re2/re2/testing/ |
charclass_test.cc | 139 int size = 0; local 147 size += it->hi - it->lo + 1; 153 if (cc->size() != size) { 155 printf("wrong size: want %d have %d\n", size, cc->size()); 182 if (ncc->size() != Runemax+1 - cc->size()) { 185 printf("ncc size should be %d is %d\n" [all...] |
/external/regex-re2/util/ |
sparse_set.h | 83 int size() const { return size_; } function in class:re2::SparseSet 89 // Change the maximum size of the array. 120 // Return the maximum size of the array.
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowNotificationManager.java | 57 public int size() { method in class:ShadowNotificationManager 58 return notifications.size();
|
ShadowSparseBooleanArray.java | 40 public int size() { method in class:ShadowSparseBooleanArray 41 return sparseArray.size(); 78 for (int i = 0, length = size(); i < length; i++) {
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
ViewTreeObserverTest.java | 62 assertTrue(listeners.size() == 2);
|
/external/selinux/libselinux/src/ |
mapping.c | 33 size_t size = sizeof(struct selinux_mapping); local 54 current_mapping = (struct selinux_mapping *)calloc(++i, size); 84 /* Set the mapping size here so the above lookups are "raw" */
|
/external/selinux/libsepol/src/ |
genbools.c | 15 static char *strtrim(char *dest, char *source, int size) 20 while (isspace(*ptr) && i < size) { 24 strncpy(dest, ptr, size); 71 size_t size = 0; local 90 while (getline(&buffer, &size, boolf) > 0) { 119 while (getline(&buffer, &size, boolf) > 0) {
|
/external/selinux/policycoreutils/newrole/ |
hashtab.h | 34 unsigned int size; /* number of slots in hash table */ member in struct:hashtab_val 60 unsigned int size);
|
/external/sfntly/cpp/src/sfntly/table/ |
font_data_table.cc | 61 int32_t size = SubDataSizeToSerialize(); local 62 new_data.Attach(WritableFontData::CreateWritableFontData(size)); 91 int32_t size = SubDataSizeToSerialize(); local 93 new_data.Attach(WritableFontData::CreateWritableFontData(size));
|
/external/sfntly/cpp/src/test/ |
byte_array_test.cc | 29 void FillTestByteArray(ByteArray* ba, int32_t size) { 30 for (int32_t i = 0; i < size; ++i) { 53 std::min<int32_t>(actual_window_size, b->size() - index); 73 EXPECT_GT(b1.size(), static_cast<size_t>(0)); 74 EXPECT_EQ(b1.size(), b2.size()); 85 EXPECT_GT(b1.size(), static_cast<size_t>(0)); 86 EXPECT_EQ(b1.size(), b2.size()); 114 fprintf(stderr, "fixed mem: size "); 117 int32_t size = byte_array_test::BYTE_ARRAY_SIZES[i]; local 131 int32_t size = byte_array_test::BYTE_ARRAY_SIZES[i]; local [all...] |
/external/skia/experimental/fiddle/ |
fiddle_main.cpp | 18 static void encode_to_base64(const void* data, size_t size, FILE* out) { 20 const uint8_t* end = &input[size]; 54 encode_to_base64(data->data(), data->size(), stdout); 102 SkSurface::NewRaster(SkImageInfo::MakeN32Premul(options.size))); 116 SkImageInfo::MakeN32Premul(options.size))); 131 draw(document->beginPage(options.size.width(), options.size.height())); 136 SkSize size; local 137 size = options.size; [all...] |
/external/skia/gm/ |
circles.cpp | 157 SkISize size = this->getISize(); variable 158 SkScalar giantRadius = SkTMin(SkIntToScalar(size.fWidth), 159 SkIntToScalar(size.fHeight)) / 2.f; 160 SkPoint giantCenter = SkPoint::Make(SkIntToScalar(size.fWidth/2), 161 SkIntToScalar(size.fHeight/2));
|
filterbitmap.cpp | 89 SkSize size = computeSize(fBM, fMatrix[i]); variable 90 size.fWidth += 20; 91 size.fHeight += 20; 93 draw_row(canvas, fBM, fMatrix[i], size.fWidth); 94 canvas->translate(0, size.fHeight); 142 FilterBitmapCheckerboardGM(int size, int num_checks, bool convertToG8 = false) 143 : fSize(size), fNumChecks(num_checks), fConvertToG8(convertToG8)
|
filterindiabox.cpp | 84 SkSize size = computeSize(fBM, fMatrix[i]); variable 85 size.fWidth += 20; 86 size.fHeight += 20; 88 draw_row(canvas, fBM, fMatrix[i], size.fWidth); 89 canvas->translate(0, size.fHeight);
|