OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trow
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp
202
RefPtr<HTMLTableRowElement>
trow
= HTMLTableRowElement::create(this);
local
203
m_tbody->parserAddChild(
trow
);
204
trow
->attach();
211
trow
->parserAddChild(td);
219
trow
->parserAddChild(td);
/external/opencv/cv/src/
cvmorph.cpp
334
uchar*
trow
= is_separable ? buf_end : buf_tail;
local
339
*(int*)(
trow
+ i + bsz1) = CV_TOGGLE_FLT(t);
347
trow
[i] =
trow
[j];
352
trow
[i + width_n] =
trow
[j];
359
trow
[i] = bt[i];
362
trow
[i + width_n] = bt[i];
366
x_func(
trow
, buf_tail, this );
[
all
...]
cvfilter.cpp
232
uchar*
trow
= buf_end;
local
238
trow
[i] = bt[i];
240
trow
[i] =
trow
[i - pix_sz];
242
x_func(
trow
, const_row, this );
351
uchar*
trow
= is_separable ? buf_end : buf_tail;
local
352
uchar* bptr = can_use_src_as_trow && y1 < y && y+1 < y2 ? (uchar*)(src - bsz1) :
trow
;
354
if( bptr !=
trow
)
357
trow
[i] = bptr[i];
359
trow
[i] = bptr[i + width_n]
[
all
...]
/external/eigen/test/
exceptions.cpp
12
// - no memory leak when a custom scalar type
trow
an exceptions
Completed in 1703 milliseconds