HomeSort by relevance Sort by last modified time
    Searched refs:GetSize (Results 1 - 25 of 527) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
stringbuffertest.cpp 23 EXPECT_EQ(0u, buffer.GetSize());
31 EXPECT_EQ(1u, buffer.GetSize());
42 EXPECT_EQ(0u, buffer.GetSize());
50 EXPECT_EQ(5u, buffer.GetSize());
54 EXPECT_EQ(5u + 65536u, buffer.GetSize());
66 EXPECT_EQ(2u, buffer.GetSize());
116 EXPECT_EQ(4u, x.GetSize());
121 EXPECT_EQ(0u, x.GetSize());
122 EXPECT_EQ(4u, y.GetSize());
127 EXPECT_EQ(0u, y.GetSize());
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomon.cpp 35 if (degree >= m_cachedGenerators.GetSize()) {
38 [m_cachedGenerators.GetSize() - 1]);
39 for (int32_t d = m_cachedGenerators.GetSize(); d <= degree; d++) {
62 int32_t dataBytes = toEncode->GetSize() - ecBytes;
86 int32_t numZeroCoefficients = ecBytes - coefficients->GetSize();
90 for (int32_t y = 0; y < coefficients->GetSize(); y++) {
94 for (int32_t k = 0; k < temp->GetSize(); k++) {
99 for (int32_t i = 0; i < m_cachedGenerators.GetSize(); i++) {
BC_ReedSolomonGF256Poly.cpp 40 if (coefficients == NULL || coefficients->GetSize() == 0) {
45 int32_t coefficientsLength = coefficients->GetSize();
68 return m_coefficients.GetSize() - 1;
74 return m_coefficients[m_coefficients.GetSize() - 1 - degree];
80 int32_t size = m_coefficients.GetSize();
116 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) {
123 sumDiff.SetSize(largerCoefficients.GetSize());
125 largerCoefficients.GetSize() - smallerCoefficients.GetSize();
    [all...]
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixDataBlock.cpp 40 for (i = 0; i < ecBlockArray.GetSize(); i++) {
47 for (j = 0; j < ecBlockArray.GetSize(); j++) {
59 ((CBC_DataMatrixDataBlock*)(*result)[0])->GetCodewords()->GetSize();
67 if (rawCodewordsOffset < rawCodewords->GetSize()) {
78 if (rawCodewordsOffset < rawCodewords->GetSize()) {
87 ((CBC_DataMatrixDataBlock*)(*result)[0])->GetCodewords()->GetSize();
92 if (rawCodewordsOffset < rawCodewords->GetSize()) {
100 if (rawCodewordsOffset != rawCodewords->GetSize()) {
BC_DataMatrixDecoder.cpp 58 int32_t dataBlocksCount = dataBlocks->GetSize();
74 for (int32_t i = 0; i < dataBlocks->GetSize(); i++) {
86 for (i = 0; i < (dataBlocks->GetSize()); i++) {
99 int32_t numCodewords = codewordBytes.GetSize();
106 int32_t numECCodewords = codewordBytes.GetSize() - numDataCodewords;
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417DetectorResult.cpp 33 for (int32_t i = 0; i < m_points->GetSize(); i++) {
35 for (int32_t j = 0; j < temp->GetSize(); j++) {
BC_PDF417BarcodeRow.cpp 48 m_output.SetSize(m_row.GetSize() * scale);
49 for (int32_t i = 0; i < m_output.GetSize(); i++) {
BC_PDF417BarcodeValue.cpp 30 for (int32_t i = 0; i < m_keys.GetSize(); i++) {
44 for (int32_t i = 0; i < m_keys.GetSize(); i++) {
56 for (int32_t i = 0; i < m_keys.GetSize(); i++)
BC_PDF417ECModulusPoly.cpp 30 if (coefficients.GetSize() == 0) {
34 int32_t coefficientsLength = coefficients.GetSize();
47 i < firstNonZero + m_coefficients.GetSize(); i++) {
64 return m_coefficients.GetSize() - 1;
70 return m_coefficients[m_coefficients.GetSize() - 1 - degree];
76 int32_t size = m_coefficients.GetSize();
79 for (int32_t l = 0; l < m_coefficients.GetSize(); l++) {
110 if (smallerCoefficients.GetSize() > largerCoefficients.GetSize()) {
117 sumDiff.SetSize(largerCoefficients.GetSize());
    [all...]
  /external/bsdiff/
file_interface.h 40 virtual bool GetSize(uint64_t* size) = 0;
file.h 27 bool GetSize(uint64_t* size) override;
  /external/google-breakpad/src/google_breakpad/processor/
memory_region.h 56 virtual uint32_t GetSize() const = 0;
  /external/lzma/CPP/7zip/Archive/Common/
DummyOutStream.h 22 UInt64 GetSize() const { return _size; }
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDataBlock.cpp 48 if (rawCodewords->GetSize() != version->GetTotalCodeWords()) {
56 for (i = 0; i < ecBlockArray->GetSize(); i++) {
63 for (int32_t j = 0; j < ecBlockArray->GetSize(); j++) {
76 ((CBC_QRDataBlock*)(*result)[0])->m_codewords->GetSize();
77 int32_t longerBlocksStartAt = result->GetSize() - 1;
80 ->m_codewords->GetSize();
102 int32_t max = ((CBC_QRDataBlock*)(*result)[0])->m_codewords->GetSize();
BC_QRCoderECBlocks.cpp 39 for (int32_t i = 0; i < m_ecBlocks.GetSize(); i++) {
49 for (int32_t i = 0; i < m_ecBlocks.GetSize(); i++) {
BC_QRDetectorResult.cpp 31 for (int32_t i = 0; i < m_points->GetSize(); i++) {
  /art/runtime/lambda/
closure_builder.cc 82 size_ += closure->GetSize();
87 size_t ClosureBuilder::GetSize() const {
118 closure->captured_[0].dynamic_.size_ = GetSize();
120 DCHECK_LE(header_size, GetSize());
121 size_t variables_size = GetSize() - header_size;
129 DCHECK(GetSize() == target_method->GetStaticClosureSize());
131 DCHECK_LE(header_size, GetSize());
132 size_t variables_size = GetSize() - header_size;
140 DCHECK_EQ(written_size, closure->GetSize());
192 var_size = nested_closure->GetSize();
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonBitArray.cpp 26 m_size = array->GetSize();
40 int32_t CBC_CommonBitArray::GetSize() {
62 FXSYS_memset(&m_bits[0], 0x00, m_bits.GetSize() * sizeof(int32_t));
101 int32_t* newBits = FX_Alloc(int32_t, m_bits.GetSize());
102 FXSYS_memset(newBits, 0x00, m_bits.GetSize() * sizeof(int32_t));
110 FXSYS_memcpy(&m_bits[0], newBits, m_bits.GetSize() * sizeof(int32_t));
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorybuffer.h 54 size_t GetSize() const { return stack_.GetSize(); }
  /external/opencv/
WLNonFileByteStream.h 38 int GetSize();
  /external/pdfium/core/src/fpdfdoc/
doc_metadata.cpp 21 m_pXmlElement.reset(CXML_Element::Parse(acc.GetData(), acc.GetSize()));
  /external/webrtc/talk/media/base/
audioframe.h 48 size_t GetSize() const { return length_; }
  /external/libbrillo/brillo/streams/
memory_stream_unittest.cc 38 MOCK_CONST_METHOD0(GetSize, size_t());
95 TEST_F(MemoryStreamTest, GetSize) {
96 EXPECT_CALL(container_mock(), GetSize())
101 EXPECT_EQ(0, stream_->GetSize());
102 EXPECT_EQ(1234, stream_->GetSize());
103 EXPECT_EQ(kSizeMax, stream_->GetSize());
122 EXPECT_CALL(container_mock(), GetSize()).WillRepeatedly(Return(200));
138 EXPECT_CALL(container_mock(), GetSize()).WillOnce(Return(kSizeMax));
208 EXPECT_EQ(3, stream->GetSize());
222 EXPECT_EQ(3, stream->GetSize());
    [all...]
memory_containers_unittest.cc 30 MOCK_CONST_METHOD0(GetSize, size_t());
69 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
85 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
97 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
110 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
127 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
143 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
158 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
177 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100));
198 EXPECT_CALL(container_, GetSize()).WillOnce(Return(100))
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 50 int32_t GetSize() const;
73 int32_t GetSize() const { return CFX_BaseArray::GetSize(); }
76 return (baseType*)CFX_BaseArray::AddSpaceTo(CFX_BaseArray::GetSize());
79 int32_t index = CFX_BaseArray::GetSize();
122 int32_t GetSize() const { return CFX_BaseArray::GetSize(); }
125 int32_t index = CFX_BaseArray::GetSize();
143 int32_t iSize = src.GetSize();
154 iSize = CFX_BaseArray::GetSize();
    [all...]

Completed in 449 milliseconds

1 2 3 4 5 6 7 8 91011>>