HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 176 - 200 of 1170) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium-trace/catapult/third_party/mox3/mox3/tests/
mox_helper.py 114 def __init__(self, one, two, nine=None):
124 def MyTestFunction(one, two, nine=None):
132 def TestMethod(self, one, two, nine=None):
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 171 /* Compare two strings case-insensitively using full case folding */
424 // this copies the few UChars into the "two" object
425 UnicodeString two=one; local
426 printf("length of short string copy: %d\n", two.length());
439 two=one;
440 printf("length of longer string copy: %d\n", two.length());
459 two.fastCopyFrom(one);
460 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two);
462 one.getBuffer()==two.getBuffer());
464 two=one
    [all...]
  /external/webrtc/webrtc/base/
referencecountedsingletonfactory_unittest.cc 66 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory);
68 EXPECT_EQ(one.get(), two.get());
104 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ConcurrentModTest.java 37 Double two = new Double(2.0); local
41 al.add(two);
81 Double two = new Double(2.0); local
85 al.add(two);
98 sub.set(1, two);
111 Double two = new Double(2.0); local
115 al.add(two);
128 sub.add(1, two);
141 Double two = new Double(2.0); local
145 al.add(two);
207 Double two = new Double(2.0); local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java 72 Element two = (Element) list.item(1); local
79 getTextContent(two));
84 assertEquals("zwei", two.getAttribute("two"));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 85 CodeSigner two = new CodeSigner(cpath, ts); local
92 assertTrue(one.equals(two));
93 assertTrue(two.equals(one));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_jnf.c 29 two = 2.0000000000e+00, /* 0x40000000 */ variable
136 v = two/x;
144 di -= two;
152 di -= two;
  /external/clang/test/CodeGen/
union.c 30 enum E9 { one, two }; enumerator in enum:E9
  /external/clang/test/CodeGenCXX/
debug-info-class.cpp 63 int two; member in struct:A
  /external/clang/test/Sema/
no-documentation-warn-tagdecl-specifier.c 70 enum e5 { two }; enumerator in enum:e5
  /external/llvm/test/MC/AArch64/
arm64-separator.s 7 ; tell it to show encodings. That will result in the two 'mov' instructions
  /external/llvm/test/MC/ARM/
eh-directive-text-section-multiple-func.s 8 @ Besides, there should be two entries in .ARM.exidx section.
31 @ Check the .text section. There should be two "bx lr" instructions.
44 @ There should be two entries (two words per entry.)
  /external/pcre/dist/
132html 217 # A comment that starts JOIN joins the next two lines together, with one
219 # displays where two lines are needed for the "man" version. JOINSH works
225 my($one,$two);
227 $two = <STDIN>;
230 $two =~ s/^\s+//;
231 $_ = "$one $two";
  /external/skia/src/pathops/
SkPathOpsCommon.h 28 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result,
  /frameworks/base/tests/FeatureSplit/feature2/
Android.mk 36 LOCAL_AAPT_FLAGS += --custom-package com.android.test.split.feature.two
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
diffexp-ovwr.s 2 ; There are actually two regressions tested here:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
relax2.s 1 # PUSHJ stub border-cases: two with either or both stubs unreachable,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
err-dsp.s 8 ! two have operands only recognized with -dsp; the other has an opcode not
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
pr4587.s 17 ! fcmps only takes two regs... this should be illegal operand error
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
libdso-1d.d 8 # A DSO linked to another DSO that has two versioned symbols, to which
9 # this DSO refers with two relocs each, a GOT and a PLT reference.
stabs1.s 23 ;# a.out expects it to be of two parts, like the construct at
tls-ldgde-14.d 13 # Check that we have proper NPTL/TLS markings and GOT for two
14 # R_CRIS_16_GOT_GD and two R_CRIS_16_DTPRELs against different
tls-ldgdex-14.d 11 # Check that we have proper NPTL/TLS markings and GOT for two
12 # R_CRIS_16_GOT_GD and two R_CRIS_16_DTPRELs against different
tls-ldgdex-15.d 11 # Check that we have proper NPTL/TLS markings and GOT for two
12 # R_CRIS_32_GOT_GD and two R_CRIS_32_DTPRELs against different
tls-ldgdx-14.d 10 # Check that we have proper NPTL/TLS markings and GOT for two
11 # R_CRIS_16_GOT_GD and two R_CRIS_16_DTPRELs against different

Completed in 577 milliseconds

1 2 3 4 5 6 78 91011>>