Searched refs:two (Results 151 - 175 of 455) sorted by relevance

1234567891011>>

/external/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s21 # This imull is 3 bytes long and should have started at 0xe, so two bytes
/external/guice/extensions/mini/test/com/google/inject/mini/
H A DMiniGuiceTest.java124 final A two = new A();
130 @Provides @Named("two") A getTwo() {
131 return two;
137 assertSame(two, k.aTwo);
143 @Inject @Named("two") A aTwo;
/external/llvm/test/MC/COFF/
H A Dseh-section-2.s3 # This assembly should make an object with two .text sections, two .xdata
4 # sections, and two .pdata sections.
/external/mockito/src/test/java/org/mockitousage/
H A DIMethods.java125 String simpleMethod(String one, Integer two, Integer three, Integer four, Integer five); argument
127 String simpleMethod(String one, String[] two); argument
135 void twoArgumentMethod(int one, int two); argument
H A DMethodsImpl.java236 public String simpleMethod(String one, Integer two, Integer three, Integer four, Integer five) { argument
240 public String simpleMethod(String one, String[] two) { argument
256 public void twoArgumentMethod(int one, int two) { argument
/external/skia/src/pathops/
H A DSkPathOpsDebug.h227 // Some functions serve two masters: one allows the function to fail, the other expects success
330 static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
384 static void DumpOp(const SkPath& one, const SkPath& two, SkPathOp op,
386 static void DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op,
390 static void ReportOpFail(const SkPath& one, const SkPath& two, SkPathOp op);
392 static void VerifyOp(const SkPath& one, const SkPath& two, SkPathOp op,
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DAPIntTest.cpp112 const APInt two(1, 2);
120 EXPECT_EQ(0u, two.getZExtValue());
121 EXPECT_EQ(0, two.getSExtValue());
124 EXPECT_EQ(zero, two);
127 EXPECT_EQ(two, neg_two);
130 EXPECT_EQ(two, one + one);
136 EXPECT_EQ(two, one - neg_one);
/external/libvorbis/doc/
H A D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
33 octet (eight bits) and a word to be a group of two, four or eight
42 only bit set when the byte is storing the two's complement integer
95 an unsigned integer, or '-1' as a signed, two's complement integer.
190 We read two, two-bit integer fields, resulting in the returned numbers
200 two-bit-wide integer 'b11'. This value may be interpreted either as
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java222 // round up to nearest power of two
241 // share capacity over each segment, then round up to nearest power of two
574 Object two = map.get(key, loader);
575 assertNotSame(one, two);
710 final Object two = new Object();
730 map.put(one, two);
731 assertSame(two, map.get(one));
773 Object two = new Object();
779 map.put(one, two);
781 assertNotified(listener, one, two, RemovalCaus
993 assertConnected( LocalCache<K, V> map, ReferenceEntry<K, V> one, ReferenceEntry<K, V> two) argument
[all...]
/external/selinux/sandbox/
H A Dseunshare.c194 #define equal_stats(one,two) \
195 ((one)->st_dev == (two)->st_dev && (one)->st_ino == (two)->st_ino && \
196 (one)->st_uid == (two)->st_uid && (one)->st_gid == (two)->st_gid && \
197 (one)->st_mode == (two)->st_mode)
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dll-star.rb23 /** In this rule, the functionHeader left prefix on the last two
/external/clang/test/Sema/
H A DMicrosoftExtensions.c121 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}} enumerator in enum:DE1
/external/eigen/unsupported/Eigen/src/SpecialFunctions/
H A DSpecialFunctionsImpl.h566 const Scalar two = 2; local
598 z += two;
789 * Implementation of Riemann zeta function of two arguments, based on Cephes *
853 * Riemann zeta function of two arguments
1159 const Scalar two = 2; local
1179 k8 = a + two;
1189 k8 = a + two;
1228 k3 += two;
1229 k4 += two;
1232 k7 += two;
[all...]
/external/fec/
H A Ddotprod_mmx_assist.s28 pxor %mm0,%mm0 # clear running sum (in two 32-bit halves)
/external/guava/guava-tests/test/com/google/common/collect/
H A DComputingConcurrentHashMapTest.java232 Object two = map.getOrCompute(key);
233 assertNotSame(one, two);
265 final Object two = new Object();
286 map.put(one, two);
H A DMapMakerInternalMapTest.java126 // round up to nearest power of two
145 // share capacity over each segment, then round up to nearest power of two
286 Object two = new Object();
292 map.put(one, two);
294 assertNotified(listener, one, two, RemovalCause.EXPLICIT);
296 map.put(two, three);
297 map.remove(two, three);
298 assertNotified(listener, two, three, RemovalCause.EXPLICIT);
329 Object two = new Object();
335 map.put(one, two);
480 assertConnected( MapMakerInternalMap<K, V> map, ReferenceEntry<K, V> one, ReferenceEntry<K, V> two) argument
[all...]
/external/llvm/unittests/ADT/
H A DAPIntTest.cpp128 const APInt two(1, 2);
136 EXPECT_EQ(0u, two.getZExtValue());
137 EXPECT_EQ(0, two.getSExtValue());
140 EXPECT_EQ(zero, two);
143 EXPECT_EQ(two, neg_two);
152 EXPECT_EQ(two, one + one);
158 EXPECT_EQ(two, one - neg_one);
202 APInt two(8, 2);
206 EXPECT_EQ(nine.srem(two), one);
207 EXPECT_EQ(nine.srem(-two), on
[all...]
/external/parameter-framework/upstream/test/functional-tests/
H A DHandle.cpp88 <BitParameter Pos="2" Size="2" Max="2" Name="two"/>
355 <BitParameter Name="two">0</BitParameter>
374 <BitParameter Name="two">2</BitParameter>
392 <BitParameter Name="two">0x2</BitParameter>
/external/clang/test/SemaCXX/
H A Dclass-layout.cpp203 pod_in_11_only2 two; member in struct:PR16537::test5::second_base
230 pod_in_11_only2 two; member in struct:PR16537::test6::second_base
/external/eigen/unsupported/test/
H A Dmatrix_function.cpp146 ComplexScalar two(2,0);
154 VERIFY_IS_APPROX_ABS(sinAc, (exp_iA - exp_miA) / (two*imagUnit));
/external/libchrome/base/posix/
H A Dunix_domain_socket_linux.cc30 // ownership of the newly allocated file descriptors to |one| and |two|.
32 static bool CreateSocketPair(ScopedFD* one, ScopedFD* two) { argument
37 two->reset(raw_socks[1]);
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_07_part2.stdout.exp844 Test VSX vector and scalar two argument instructions
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_07_part2.stdout.exp844 Test VSX vector and scalar two argument instructions
/external/webrtc/
H A Dandroid-webrtc.mk30 ## TODO(kma): test if the code under next two macros works with generic GCC compilers
/external/bison/doc/
H A Drefcard.tex41 % The final reference card has two columns:
44 % produces two separate pages, each of which needs to be reduced to 80%.
102 %%%% smallcopyrightnotice for two column printing on one page.
157 % two lines below commented out in Yet Another Attempt to eliminate
182 %%%% Reduce skip from .8 to .75 to permit printing on two pages.
215 %% in case we never use \columnb (two-column mode)

Completed in 1365 milliseconds

1234567891011>>