Searched defs:line3 (Results 1 - 17 of 17) sorted by relevance

/external/perf_data_converter/src/quipper/
H A Dperf_stat_parser_test.cc81 const auto& line3 = proto2.line(0); local
82 EXPECT_EQ("/uncore/reads/", line3.event_name());
83 EXPECT_EQ(711983, line3.count());
84 EXPECT_FALSE(line3.has_time_ms());
108 const auto& line3 = proto.line(2); local
109 EXPECT_EQ("bus-cycles", line3.event_name());
110 EXPECT_EQ(2259169, line3.count());
111 EXPECT_EQ(2001, line3.time_ms());
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
H A DBinaryTagTest.java28 String line3 = "+f/++f/++f/++f/++f/++SH+Dk1hZGUgd2l0aCBHSU1QACwAAAAADAAMAAAFLC"; field in class:BinaryTagTest
30 String content = line1 + line2 + line3 + line4;
/external/ltp/testcases/kernel/fs/mongo/
H A Dmongo_compare.c56 char line3[100]; local
111 strcpy(line3, line1);
112 line3[strlen(line3) - 1] = 0;
114 while (strlen(line3) < 40) {
115 strcat(line3, " ");
118 if (strstr(line3, "MONGO_")) {
127 if (strstr(line3, "FSYS=")) {
134 line3, line2);
136 } else if (NULL == strstr(line3, "
[all...]
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrrdProc.cpp298 uint32_t line3 = local
312 CONTEXT |= line3 << 5;
322 line3 = ((line3 << 1) |
340 uint32_t line3 = local
363 CONTEXT |= line3 << 5;
374 line3 = ((line3 << 1) |
H A DJBig2_GrdProc.cpp192 uint32_t line3 = 0; local
198 uint32_t CONTEXT = line3;
215 line3 = ((line3 << 1) | bVal) & 0x0f;
341 uint32_t line3 = 0; local
347 uint32_t CONTEXT = line3;
361 line3 = ((line3 << 1) | bVal) & 0x07;
485 uint32_t line3 = 0; local
491 uint32_t CONTEXT = line3;
872 uint32_t line3 = 0; local
1032 uint32_t line3 = 0; local
1185 uint32_t line3 = 0; local
[all...]
/external/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp107 SkDLine line3 = {{{x - h, y - v}, {x + h, y + v}}}; local
108 testLineIntersect(state.fReporter, quad, line3, x, y);
/external/skqp/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp107 SkDLine line3 = {{{x - h, y - v}, {x + h, y + v}}}; local
108 testLineIntersect(state.fReporter, quad, line3, x, y);
/external/libavc/common/x86/
H A Dih264_deblk_luma_ssse3.c108 __m128i line1, line2, line3, line4, line5, line6, line7, line8; local
115 line3 = _mm_loadl_epi64((__m128i *)(pu1_src - 4 + 2 * src_strd));
123 temp2 = _mm_unpacklo_epi8(line3, line4);
129 line3 = _mm_unpacklo_epi16(temp3, temp4);
132 p1_8x16 = _mm_unpacklo_epi32(line1, line3);
133 p0_8x16 = _mm_unpackhi_epi32(line1, line3);
139 line3 = _mm_loadl_epi64((__m128i *)(pu1_src - 4 + 10 * src_strd));
147 temp2 = _mm_unpacklo_epi8(line3, line4);
153 line3 = _mm_unpacklo_epi16(temp3, temp4);
156 temp1 = _mm_unpacklo_epi32(line1, line3);
1460 __m128i line1, line2, line3, line4, line5, line6, line7, line8; local
1778 __m128i line1, line2, line3, line4, line5, line6, line7, line8; local
[all...]
/external/guice/extensions/persist/lib/
H A Dcommons-io.jar ... .io.BufferedReader in String line1 String line2 String line3 java.util.StringTokenizer tok String freeSpace NumberFormatException ex ...
/external/guice/extensions/struts2/lib/
H A Dcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 435 milliseconds