Searched refs:Size (Results 1 - 25 of 3528) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs176 public int Size() { method in class:Antlr.Runtime.BitSet
278 int[] elems = new int[Size()];
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs199 public int Size() method in class:Antlr.Runtime.BitSet
328 int[] elems = new int[Size()];
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas145 CheckEquals(7, S1.Size);
148 CheckEquals(Length(GRAMMARSTR), S2.Size);
151 CheckEquals(10, S3.Size);
159 CheckEquals(0, S1.Size);
H A DAntlr.Runtime.Tree.Tests.pas626 for I := 0 to Nodes.Size - 1 do
1321 CheckEquals(NodeTest.Size, 0);
1323 CheckEquals(NodeTest.Size, 0);
1352 CheckEquals(NodeTest.Size, 1);
1358 CheckEquals(NodeTest.Size, 1);
1361 CheckEquals(NodeTest.Size, 1);
1367 CheckEquals(NodeTest.Size, 1);
1370 CheckEquals(NodeTest.Size, 1);
1377 CheckEquals(NodeTest.Size, 2);
1381 CheckEquals(NodeTest.Size,
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas830 function Size: Integer;
1405 function Size: Integer; virtual;
1530 function Size: Integer;
1978 /// IntStream.next is hence 1 + this value. Size will be same.
2035 function Size: Integer; virtual;
2643 J := (FInput as ITokenStream).Size
3278 function TCommonTreeNodeStream.Size: Integer;
3321 EndTokenIndex := Size - 2; // don't use EOF
3591 function TRewriteRuleElementStream.Size: Integer;
3609 Size
[all...]
H A DAntlr.Runtime.pas174 function Size: Integer;
453 function Size: Integer; function
1655 function Size: Integer; function
1749 function Size: Integer; virtual;
2353 function Size: Integer; virtual;
3330 function TANTLRStringStream.Size: Integer;
3607 function TBitSet.Size: Integer;
3631 SetLength(Result,Size);
5011 function TCommonTokenStream.Size: Integer;
5244 I, J, DI, Size
[all...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_string.h77 void OI_MemCopy(void *To, void const *From, OI_UINT32 Size);
85 void OI_MemSet(void *Block, OI_UINT8 Val, OI_UINT32 Size);
93 void OI_MemZero(void *Block, OI_UINT32 Size);
/external/ceres-solver/examples/
H A Ddenoising.cc115 for (int x = 0; x < image.width() - (foe.Size() - 1); ++x) {
116 for (int y = 0; y < image.height() - (foe.Size() - 1); ++y) {
H A Dfields_of_experts.h100 int Size() const { function in class:ceres::examples::FieldsOfExperts
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h85 #define CERES_ALIGNED_CHAR_ARRAY(T, Size) \
86 typename AlignType<CERES_ALIGN_OF(T), sizeof(T) * Size>::result
/external/ceres-solver/internal/ceres/
H A Dcovariance_impl.cc121 const int block1_size = block1->Size();
122 const int block2_size = block2->Size();
166 const int block1_size = block1->Size();
168 const int block2_size = block2->Size();
H A Dgradient_checking_cost_function.cc267 parameter_block->Size(),
H A Dgradient_checking_cost_function_test.cc334 EXPECT_EQ(left->Size(), right->Size());
335 EXPECT_EQ(left->Size(), right->Size());
H A Dparameter_block.h91 int Size() const { return size_; } function in class:ceres::internal::ParameterBlock
147 // and has Size() rows and LocalSize() columns.
179 << ConstVectorRef(state_, Size()).transpose();
327 const int jacobian_size = Size() * LocalSize();
334 "for x: " << ConstVectorRef(state_, Size()).transpose();
341 << ConstVectorRef(state_, Size()).transpose()
344 Size(),
H A Dproblem_impl.cc102 int existing_size = it->second->Size();
123 previous->second->Size(),
131 lb->second->Size(),
286 parameter_block_ptrs[i]->Size())
290 << parameter_block_ptrs[i]->Size();
786 const_cast<double*>(parameter_block))->Size();
H A Dprogram.cc82 state += parameter_blocks_[i]->Size();
90 state += parameter_blocks_[i]->Size();
117 state += parameter_blocks_[i]->Size();
119 state_plus_delta += parameter_blocks_[i]->Size();
140 state_offset += parameter_blocks_[i]->Size();
168 state_offset += parameter_blocks_[i]->Size();
180 const int size = parameter_block->Size();
201 const int size = parameter_block->Size();
219 const int size = parameter_block->Size();
447 num_parameters += parameter_blocks_[i]->Size();
[all...]
H A Dresidual_block.cc90 scratch += num_residuals * parameter_block->Size();
148 parameter_block->Size(),
150 parameter_block->Size(),
210 scratch_doubles += parameter_block->Size();
H A Dresidual_block_utils.cc58 const int parameter_block_size = block.parameter_blocks()[i]->Size();
93 const int parameter_block_size = block.parameter_blocks()[i]->Size();
129 const int parameter_block_size = block.parameter_blocks()[i]->Size();
/external/chromium_org/android_webview/browser/
H A Daw_gl_surface.cc28 gfx::Size AwGLSurface::GetSize() {
29 return gfx::Size(1, 1);
H A Daw_gl_surface.h24 virtual gfx::Size GetSize() OVERRIDE;
H A Dbrowser_view_renderer.cc308 gfx::Size surface_size(width_, height_);
392 gfx::Size(width_, height_),
517 return gfx::Rect(client_->GetLocationOnScreen(), gfx::Size(width_, height_));
H A Dbrowser_view_renderer.h51 const gfx::Size& auxiliary_bitmap_size,
H A Dgpu_memory_buffer_factory_impl.cc24 GpuMemoryBufferImpl(long buffer_id, const gfx::Size& size)
59 gfx::Size size_;
87 new GpuMemoryBufferImpl(buffer_id, gfx::Size(width, height)))
94 const gfx::Size& size,
H A Dgpu_memory_buffer_factory_impl.h32 const gfx::Size& size,
H A Dhardware_renderer.cc174 gfx::Size frame_size =

Completed in 1592 milliseconds

1234567891011>>