/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
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue1560.go | 25 // of the two sleeps. 44 t.Logf("difference in start time for two sleep(%d) is %v", sleepSec, dt)
|
/prebuilts/go/darwin-x86/src/mime/multipart/ |
example_test.go | 25 "--foo\r\nFoo: two\r\n\r\nAnd another\r\n" + 52 // Part "two": "And another"
|
/prebuilts/go/darwin-x86/test/ |
print.go | 27 println("one", "two") // printsp 41 defer println("one", "two")
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
issue1560.go | 25 // of the two sleeps. 44 t.Logf("difference in start time for two sleep(%d) is %v", sleepSec, dt)
|
/prebuilts/go/linux-x86/src/mime/multipart/ |
example_test.go | 25 "--foo\r\nFoo: two\r\n\r\nAnd another\r\n" + 52 // Part "two": "And another"
|
/prebuilts/go/linux-x86/test/ |
print.go | 27 println("one", "two") // printsp 41 defer println("one", "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.
|