Searched refs:four (Results 26 - 50 of 99) sorted by relevance

1234

/external/chromium_org/third_party/sqlite/src/test/
H A Dasync2.test40 INSERT INTO t1 VALUES('abcdefghij', 'four', 'score');
108 } {abcdefghij four score}
/external/chromium_org/v8/test/mjsunit/
H A Dkeyed-call-ic.js133 f.four = function() { return 'four'; }
136 key = 'four';
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp175 char four[4];
/external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
H A Dmemcpy.S35 # see if the three parameters are all four-byte aligned
H A Dmemset.S34 # see if the region parameters are four-byte aligned
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c162 static const UChar four[6] = {0x0066, 0x006F, 0x0075, 0x0072, 0}; /* L"four" */ local
187 uhash_puti(hash, (void*)four, 4, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c162 static const UChar four[6] = {0x0066, 0x006F, 0x0075, 0x0072, 0}; /* L"four" */ local
187 uhash_puti(hash, (void*)four, 4, &status);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css114 #calculator-buttons button.four {
118 #calculator-buttons button.four[data-active="touch"],
119 #calculator-buttons button.four[data-active="mouse"]:active {
/external/llvm/unittests/ADT/
H A DAPIntTest.cpp190 APInt four(8, 4);
198 EXPECT_EQ(four, q);
201 EXPECT_EQ(-four, q);
204 EXPECT_EQ(-four, q);
207 EXPECT_EQ(four, q);
/external/libvorbis/doc/
H A D02-bitpacking.tex33 octet (eight bits) and a word to be a group of two, four or eight
194 \item Although these four bits were originally written as a single
195 four-bit integer, reading some other combination of bit-widths from the
H A D06-floor0.tex36 6) [floor0_number_of_books] = read an unsigned integer of four bits and add 1
96 scalars as four vectors of three scalars each. This is not an error
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_sprite_point.spec122 aligned quadrilaterals. If the four vertices of the quadrilateral
H A DMESA_program_debug.spec226 The current value of the named variable is returned as four
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec122 aligned quadrilaterals. If the four vertices of the quadrilateral
H A DMESA_program_debug.spec226 The current value of the named variable is returned as four
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dvariance_impl_mmx.asm345 movd mm0, [rax] ; Copy four bytes to mm0
346 movd mm1, [rbx] ; Copy four bytes to mm1
354 movd mm1, [rbx] ; Copy four bytes to mm1
359 movd mm0, [rax] ; Copy four bytes to mm0
368 movd mm1, [rbx] ; Copy four bytes to mm1
372 movd mm0, [rax] ; Copy four bytes to mm0
381 movd mm1, [rbx] ; Copy four bytes to mm1
385 movd mm0, [rax] ; Copy four bytes to mm0
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkspeedsql.tcl26 set ones {zero one two three four five six seven eight nine
H A Dspeedtest2.tcl90 set ones {zero one two three four five six seven eight nine
H A Dspeedtest.tcl99 set ones {zero one two three four five six seven eight nine
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java314 Object four = new Object();
326 map.put(three, four);
330 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
332 map.put(four, five);
336 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
357 Object four = new Object();
365 Map<Object, Object> newMap = ImmutableMap.of(one, four);
370 assertNotified(listener, one, four, RemovalCause.REPLACED);
414 Object four = new Object();
419 map.put(three, four);
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp2094 IntWrapper* four = IntWrapper::create(4); local
2106 vector.append(four);
2111 EXPECT_TRUE(vector.contains(four));
2118 EXPECT_FALSE(vector.contains(four));
2138 vector2.append(four);
2144 EXPECT_TRUE(vector1.contains(four));
2227 IntWrapper* four(IntWrapper::create(4));
2236 memberMember2->add(three, four);
2237 memberMember2->add(four, one);
2240 primitiveMember->add(3, four);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c158 const __m128i four = _mm_set1_epi16(4); local
194 pixetFilter_p2p1p0 = _mm_add_epi16(four,
532 const __m128i four = _mm_set1_epi16(4); local
552 f8_lo = _mm_add_epi16(_mm_add_epi16(p3_lo, four),
558 f8_hi = _mm_add_epi16(_mm_add_epi16(p3_hi, four),
802 const __m128i four = _mm_set1_epi16(4); local
816 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
1035 const __m128i four = _mm_set1_epi16(4); local
1051 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
H A Dvp9_loopfilter_intrin_avx2.c178 const __m128i four = _mm_set1_epi16(4); local
216 pixetFilter_p2p1p0 = _mm_add_epi16(four,
568 const __m256i four = _mm256_set1_epi16(4); local
609 pixetFilter_p2p1p0 = _mm256_add_epi16(four,
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java731 Object four = new Object();
743 map.put(three, four);
747 assertNotified(listener, three, four, RemovalCause.EXPLICIT);
749 map.put(four, five);
753 assertNotified(listener, four, five, RemovalCause.EXPLICIT);
773 Object four = new Object();
781 Map<Object, Object> newMap = ImmutableMap.of(one, four);
786 assertNotified(listener, one, four, RemovalCause.REPLACED);
830 Object four = new Object();
837 map.put(three, four);
[all...]
/external/tremolo/Tremolo/
H A Dbitwise.c573 static int four[38]={18,6,163,252,97,194,104,131,32,1,7,82,137,42,129,11,72, local
630 cliptest(testbuffer1,test1size,7,four,foursize);

Completed in 728 milliseconds

1234