HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 426 - 450 of 1983) sorted by null

<<11121314151617181920>>

  /frameworks/rs/api/
rs_atomic.spec 60 Atomicly performs a bitwise and of two values, storing the result back at addr,
179 Atomicly perform a bitwise or two values, storing the result at addr,
218 Atomicly performs a bitwise xor of two values, storing the result at addr,
  /toolchain/binutils/binutils-2.25/gas/config/
tc-arc.c 1060 expressionS two;
1064 two.X_op = O_constant;
1065 two.X_add_symbol = two.X_op_symbol = NULL;
1066 two.X_add_number = 2;
1067 expressionP->X_op_symbol = make_expr_symbol (&two);
1075 expressionS two;
1079 two.X_op = O_constant;
1080 two.X_add_symbol = two.X_op_symbol = NULL
1055 expressionS two; local
1070 expressionS two; local
    [all...]
  /bionic/linker/
linker_allocator.h 57 bool operator<(const small_object_page_record& one, const small_object_page_record& two);
linker_allocator.cpp 37 // rounded up to the nearest power of two.
56 bool operator<(const small_object_page_record& one, const small_object_page_record& two) {
57 return one.page_addr < two.page_addr;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 23 /** In this rule, the functionHeader left prefix on the last two
  /external/chromium-trace/catapult/tracing/tracing_examples/
string_convert.js 105 : nPart > 191 && nPart < 224 && nIdx + 1 < nLen ? /* two bytes */
137 /* two bytes */
  /external/clang/test/Sema/
MicrosoftExtensions.c 115 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}} enumerator in enum:DE1
  /external/fec/
dotprod_mmx_assist.s 28 pxor %mm0,%mm0 # clear running sum (in two 32-bit halves)
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 232 Object two = map.getOrCompute(key); local
233 assertNotSame(one, two);
265 final Object two = new Object(); local
286 map.put(one, two);
  /external/llvm/unittests/ADT/
APIntTest.cpp 128 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), one)
    [all...]
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 88 <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/v8/test/intl/collator/
normalization.js 30 // We need a character with two combining marks, from two different classes,
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueueTest.java 57 assertTrue(q.add(two));
CopyOnWriteArraySetTest.java 192 assertTrue(full.containsAll(Arrays.asList(one, two)));
193 assertFalse(full.containsAll(Arrays.asList(one, two, six)));
281 assertTrue(full.removeAll(Arrays.asList(one, two)));
283 assertFalse(full.removeAll(Arrays.asList(one, two)));
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
DialpadFragmentInstrumentationTest.java 102 return R.id.two;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
archv6t2-bad.s 56 @ "r15 not allowed here" for these two instructions because
thumb2_vpool.s 89 # 8-byte entry reuse two 4-byte entries.
  /cts/hostsidetests/shortcuts/deviceside/upgrade/
Android.mk 15 # We build two APKs from the same source files, each with a different set of resources.
  /device/google/dragon/
aosp_dragon.mk 20 # details, it only fundamentally contains two inherit-product
  /device/htc/flounder/
aosp_flounder.mk 20 # details, it only fundamentally contains two inherit-product
aosp_flounder_64_only.mk 20 # details, it only fundamentally contains two inherit-product
  /external/boringssl/src/ssl/test/runner/poly1305/
poly1305.go 10 key must only be used for a single message. Authenticating two different
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
wrapperxmlhttpfactory.js 28 * An xhr factory subclass which can be constructed using two factory methods.
  /external/clang/test/SemaCXX/
class-layout.cpp 203 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/
matrix_function.cpp 146 ComplexScalar two(2,0);
154 VERIFY_IS_APPROX_ABS(sinAc, (exp_iA - exp_miA) / (two*imagUnit));

Completed in 1143 milliseconds

<<11121314151617181920>>