/external/icu/icu4c/source/samples/ustring/ |
ustring.cpp | 177 /* Compare two strings case-insensitively using full case folding */ 430 // this copies the few UChars into the "two" object 431 UnicodeString two=one; local 432 printf("length of short string copy: %d\n", two.length()); 445 two=one; 446 printf("length of longer string copy: %d\n", two.length()); 465 two.fastCopyFrom(one); 466 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two); 468 one.getBuffer()==two.getBuffer()); 470 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));
|
/art/test/ti-agent/ |
ti_utf.h | 39 // Two- or three-byte encoding. 42 // Two-byte encoding. 74 const uint8_t two = *(*utf8_data_in)++; local 76 // two-byte encoding 77 return ((one & 0x1f) << 6) | (two & 0x3f); 82 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f); 94 const uint32_t code_point = ((one & 0x0f) << 18) | ((two & 0x3f) << 12) 98 // Step two: Write out the high (leading) surrogate to the bottom 16 bits 154 // Two byte encoding.
|
/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/dist2/ |
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 | 26 bool OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result
|
/frameworks/base/tests/net/java/android/net/util/ |
BlockingSocketReaderTest.java | 135 final byte[] two = "two 2".getBytes("UTF-8"); 136 sendPacket(two); 139 assertTrue(Arrays.equals(two, mLastRecvBuf)); 145 assertTrue(Arrays.equals(two, mLastRecvBuf));
|
/packages/apps/Car/Dialer/src/com/android/car/dialer/ |
ContactEntry.java | 137 private int compare(final String one, final String two) { 138 if (one == null ^ two == null) { 142 if (one == null && two == null) { 146 return one.compareTo(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
|