/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
SeedTest.java | 40 String line1 = getNextLine(s1); local 42 if (line1 != null || line2 != null) { 43 assertEquals(line1, line2);
|
/external/skia/tests/ |
PathOpsLineIntersectionTest.cpp | 74 static void check_results(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2, 77 SkDPoint result1 = line1.ptAtT(ts[0][i]); 88 static void testOne(skiatest::Reporter* reporter, const SkDLine& line1, const SkDLine& line2) { 89 SkASSERT(ValidLine(line1)); 92 int pts = i.intersect(line1, line2); 95 check_results(reporter, line1, line2, i); 96 if (line1[0] == line1[1] || line2[0] == line2[1]) { 99 if (line1[0].fY == line1[1].fY) 184 const SkDLine& line1 = coincidentTests[index][0]; local 189 const SkDLine& line1 = tests[index][0]; local 194 const SkDLine& line1 = noIntersect[index][0]; local [all...] |
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
NotificationService.java | 193 SpannableString line1 = new SpannableString("Alice: hey there!"); local 194 line1.setSpan(bold, 0, 5, 0); 207 .addLine(line1)
|
/external/chromium_org/base/ |
file_util.cc | 99 std::string line1, line2; local 100 getline(file1, line1); 110 std::string::size_type end1 = line1.find_last_not_of("\r\n"); 112 line1.clear(); 113 else if (end1 + 1 < line1.length()) 114 line1.erase(end1 + 1); 122 if (line1 != line2)
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
common_unittest.cc | 142 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; local 156 "0 "__FILE__":" + SimpleItoa(line1) + ": Visible1",
|
/external/protobuf/src/google/protobuf/stubs/ |
common_unittest.cc | 142 int line1 = __LINE__; GOOGLE_LOG(INFO) << "Visible1"; local 156 "0 "__FILE__":" + SimpleItoa(line1) + ": Visible1",
|
/external/chromium/base/ |
file_util.cc | 123 std::string line1, line2; local 124 getline(file1, line1); 134 std::string::size_type end1 = line1.find_last_not_of("\r\n"); 136 line1.clear(); 137 else if (end1 + 1 < line1.length()) 138 line1.erase(end1 + 1); 146 if (line1 != line2)
|
/external/chromium_org/chrome/browser/ui/autofill/ |
data_model_wrapper.cc | 303 base::string16 line1 = instrument_->descriptive_name() + ASCIIToUTF16("\n"); local 304 *vertically_compact = line1 + *vertically_compact; 305 *horizontally_compact = line1 + *horizontally_compact;
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
PipelinedMsgParser.java | 226 String line1; local 231 line1 = readLine(inputStream); 233 if (line1.equals("\n")) { 248 inputBuffer.append(line1);
|
/frameworks/base/core/java/android/text/ |
Selection.java | 417 int line1 = layout.getLineForOffset(off1); local 420 if (line1 == line2) {
|