Searched refs:two (Results 251 - 275 of 413) sorted by relevance

<<11121314151617

/external/libavc/common/arm/
H A Dih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s47 @* This function implements two six tap filters. It
51 @* two outputs to obtain quarter pel values in horizontal and vertical direction.
59 @* and then in the vertical direction, and then averages these two
/external/skia/tests/
H A DPathOpsOpTest.cpp379 SkPath one, two; local
381 two.addRect(3, 3, 9, 9, SkPath::kCW_Direction);
382 testPathOp(reporter, one, two, kIntersect_SkPathOp, filename);
386 SkPath one, two; local
388 two.addRect(3, 3, 9, 9, SkPath::kCW_Direction);
389 testPathOp(reporter, one, two, kUnion_SkPathOp, filename);
393 SkPath one, two; local
395 two.addRect(3, 3, 9, 9, SkPath::kCW_Direction);
396 testPathOp(reporter, one, two, kDifference_SkPathOp, filename);
400 SkPath one, two; local
407 SkPath one, two; local
414 SkPath one, two; local
421 SkPath one, two; local
428 SkPath one, two; local
5570 SkPath two; local
[all...]
H A DPathOpsBuilderConicTest.cpp446 SkPath two(path);
448 Op(one, two, kUnion_SkPathOp, &result);
488 SkPath two(path);
490 Op(one, two, kUnion_SkPathOp, &result);
/external/chromium-trace/catapult/telemetry/third_party/mock/
H A Dmock.py962 self.call_args = _Call((args, kwargs), two=True)
963 self.call_args_list.append(_Call((args, kwargs), two=True))
1452 with patch.multiple(settings, FIRST_PATCH='one', SECOND_PATCH='two'):
1988 def __new__(cls, value=(), name=None, parent=None, two=False,
2015 if two:
2021 def __init__(self, value=(), name=None, parent=None, two=False,
/external/chromium-trace/catapult/third_party/mock/
H A Dmock.py962 self.call_args = _Call((args, kwargs), two=True)
963 self.call_args_list.append(_Call((args, kwargs), two=True))
1452 with patch.multiple(settings, FIRST_PATCH='one', SECOND_PATCH='two'):
1988 def __new__(cls, value=(), name=None, parent=None, two=False,
2015 if two:
2021 def __init__(self, value=(), name=None, parent=None, two=False,
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheLoadingTest.java164 final Object two = new Object();
173 return Futures.immediateFuture(two);
200 assertSame(two, cache.getUnchecked(key));
210 final Object two = new Object();
220 return Futures.immediateFuture(two);
252 assertSame(two, cache.getUnchecked(key));
260 assertSame(two, cache.getUnchecked(key));
270 final Object two = new Object();
280 return Futures.immediateFuture(two);
312 assertSame(two, cach
[all...]
/external/bison/
H A Dmaint.mk377 # Convert all uses automatically, via these two commands:
466 # To use this "command" macro, you must first define two shell variables:
528 # Divide into two sets on case, and filter each through this:
534 # But we can do better, in at least two ways:
535 # 1) take advantage of two "dup"-suffixed strings:
765 halt='help2man requires at least two spaces between an option and its description'\
902 # of each file, rather than just the last two bytes of each.
954 # that is shared by two definitions below.
979 # "can not"; this matches them even when the two words appear on different
/external/blktrace/btt/doc/
H A Dbtt.tex118 This is also broken down into two component times\footnote{On
236 -- issued} IOs. The next two sections provides some rudimentary
243 The first of the two sections displays values for Q2Q seek distances --
275 There are two major reasons why request queues are unplugged, and both
490 type of setting. For each pair, the Y values have two settings off
574 red point (representing 8 blocks per IO), whereas the other two had
689 \texttt{btt} can also produce two data files containing all IO-to-IO sector
750 The seek difference is calculated in one of two ways:
917 When given a value greater than 0, this option will create two data
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex23 these bits to two fields: 8 bits of traffic class (or DS field, if you
105 We have two problems with this method. The first one is common for all OSes:
246 method, but it suffers of two serious flaws: the first,
/external/libvorbis/doc/
H A D08-residue.tex55 example, the classification codeword encodes two classification
107 residue coding setup is restricted to a power of two.
139 Residue type two can be thought of as a variant of residue type 1.
H A Da1-encapsulation-ogg.tex156 the overlap-add span of the first two audio packets.
/external/llvm/test/MC/ARM/
H A Dsimple-fp-encoding.s207 @ Between two single precision registers and two core registers
217 @ Between one double precision register and two core registers
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm15 ; this file contain two implementation of longest_match
124 scanstart equ esp + 16 ; first two bytes of string
125 scanend equ esp + 12 ; last two bytes of string
/external/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c196 int32_t two=0; local
242 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2);
254 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb15 RemoteDebugEventSocketListener instance. These two objects must therefore
/external/opencv3/modules/imgproc/src/
H A Dhistogram.cpp211 enum {one = 1, two, three}; // array elements number
347 T* p_[two];
349 int step_[two];
350 int d_[two];
352 double a_[two];
353 double b_[two];
354 int size_[two];
448 size_t hstep_[two];
645 uchar* p_[two];
647 int step_[two];
[all...]
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex140 the \texttt{btrecord} utility provides you with two controlling knobs:
468 just two pieces of data per line:
487 The only entries in the file that are allowed are these two element lines
505 to be used. If the value of two is used, then the stall time is
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
H A Dscreen_finder.py464 two = np.where((self._anglesp5 <= line_angles[i, 2]) &
478 two_i = np.int32(np.rint(ind[two[0]]))
578 of two lines.
585 True if each of the two lines that make up the intersection where the
/external/libogg/src/
H A Dbitwise.c614 static int two[6]={61,255,255,251,231,29}; local
656 cliptest(testbuffer3,test3size,0,two,twosize);
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_mmx.asm17 ; * This implementation makes use of 16 bit fixed point version of two multiply
H A Dmfqe_sse2.asm207 ; pmaddubsw would be ideal if it took two unsigned values. instead,
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_mfqe_sse2.asm208 ; pmaddubsw would be ideal if it took two unsigned values. instead,
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_subpixel_bilinear_sse2.asm37 punpckldq xmm0, xmm1 ;two row in one register
/external/toybox/toys/pending/
H A Ddhcp6.c332 DUID two = *((DUID*)&mesg.options[4]); local
334 if (!memcmp(&one, &two, sizeof(DUID))) return 1;
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S224 inc %ebx # times two for future magic
276 # now we grab the first two words in the name field and use that
562 two: .ascii "Two\0\0\0" label

Completed in 903 milliseconds

<<11121314151617