/external/swiftshader/third_party/LLVM/utils/ |
D | NightlyTest.gnuplot | 6 set ylabel "Lines of Code" 14 plot "running_loc.txt" using 1:2 title '' with lines, \ 15 "running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines 23 "running_loc.txt" using 1:2 title "Date vs. Lines of Code" with lines 36 plot "running_Olden_cbe_time.txt" u 1:2 t '' with lines, \ 37 "running_Olden_cbe_time.txt" u 1:2 t "bh" with lines, \ 38 "running_Olden_cbe_time.txt" u 1:3 t "em3d" with lines, \ 39 "running_Olden_cbe_time.txt" u 1:4 t "mst" with lines, \ 40 "running_Olden_cbe_time.txt" u 1:5 t "power" with lines, \ 41 "running_Olden_cbe_time.txt" u 1:6 t "tsp" with lines, \ [all …]
|
/external/google-breakpad/src/common/ |
D | dwarf_line_to_module_unittest.cc | 47 vector<Module::Line> lines; in TEST() local 48 DwarfLineToModule h(&m, "/", &lines); in TEST() 59 EXPECT_EQ(1U, lines.size()); in TEST() 60 EXPECT_EQ(0x6fd126fbf74f2680ULL, lines[0].address); in TEST() 61 EXPECT_EQ(0x63c9a14cf556712bULL, lines[0].size); in TEST() 62 EXPECT_TRUE(lines[0].file == files[0]); in TEST() 63 EXPECT_EQ(0x4c090cbf, lines[0].number); in TEST() 68 vector<Module::Line> lines; in TEST() local 69 DwarfLineToModule h(&m, "/", &lines); in TEST() 98 ASSERT_EQ(5U, lines.size()); in TEST() [all …]
|
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t760/ |
D | gles3-master.NotSupported.bz2 | ... GLES3.functional.transform_feedback.array.separate.lines.highp_ivec3
28dEQP-GLES3.functional.transform_feedback ... |
D | dEQP-GLES3.functional.NotSupported.bz2 | ... GLES3.functional.transform_feedback.array.separate.lines.highp_ivec3
29dEQP-GLES3.functional.transform_feedback ... |
/external/autotest/client/site_tests/graphics_dEQP/expectations/rogue/ |
D | dEQP-GLES3.functional.NotSupported.bz2 | ... GLES3.functional.transform_feedback.array.separate.lines.highp_ivec3
42dEQP-GLES3.functional.transform_feedback ... |
/external/vulkan-validation-layers/demos/smoke/ |
D | generate-dispatch-table.py | 82 lines = [] 83 lines.append("Extension(name=%s, version=%s, guard=%s, commands=[" % 87 lines.append(" %s," % repr(cmd)) 89 lines.append("])") 91 return "\n".join(lines) 314 lines = [] 315 lines.append("// This file is generated.") 316 lines.append("#ifndef %s" % guard) 317 lines.append("#define %s" % guard) 318 lines.append("") [all …]
|
/external/autotest/client/site_tests/graphics_dEQP/expectations/skylake/ |
D | dEQP-GLES3.functional.hasty.NotSupported.bz2 | ... GLES3.functional.transform_feedback.array.separate.lines.highp_mat3
53dEQP-GLES3.functional.transform_feedback ... |
D | gles3-master.NotSupported.bz2 | ... GLES3.functional.transform_feedback.array.separate.lines.highp_mat3
52dEQP-GLES3.functional.transform_feedback ... |
D | dEQP-GLES3.functional.NotSupported.bz2 | ... GLES3.functional.transform_feedback.array.separate.lines.highp_mat3
53dEQP-GLES3.functional.transform_feedback ... |
/external/clang/test/Preprocessor/ |
D | arm-target-features.c | 1 // RUN: %clang -target armv8a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch… 12 // RUN: %clang -target armv7a-none-linux-gnu -x c -E -dM %s -o - | FileCheck -match-full-lines --ch… 21 …pple-macosx10.10 -arch armv7s -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=CHE… 30 // RUN: %clang -target armv8a -mfloat-abi=hard -x c -E -dM %s | FileCheck -match-full-lines --check… 42 …8a -mfloat-abi=hard -mfpu=fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE… 47 …float-abi=hard -mfpu=neon-fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE… 48 …bi=hard -mfpu=crypto-neon-fp-armv8 -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=CHE… 53 // RUN: %clang -target armv8a -mnocrc -x c -E -dM %s | FileCheck -match-full-lines --check-prefix=C… 58 // RUN: %clang -target armv8 -x c -E -dM %s -o - | FileCheck -match-full-lines --check-prefix=V8 %s 59 // RUN: %clang -target armv8 -mthumb -x c -E -dM %s -o - | FileCheck -match-full-lines --check-pref… [all …]
|
D | x86_target_features.c | 1 …n-unknown -march=core2 -msse4 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=SSE… 12 …arch=core2 -msse4.1 -mno-sse4 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=NOS… 16 …-march=core2 -msse4 -mno-sse2 -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=SSE… 27 …nown-unknown -march=pentium-m -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=SSE… 38 …arch=pentium-m -mno-sse -mavx -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX… 50 …arch=pentium-m -mxop -mno-avx -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=SSE… 62 …unknown -march=atom -mavx512f -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX… 76 …nknown -march=atom -mavx512cd -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX… 91 …nknown -march=atom -mavx512er -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX… 106 …nknown -march=atom -mavx512pf -x c -E -dM -o - %s | FileCheck -match-full-lines --check-prefix=AVX… [all …]
|
/external/v8/tools/ |
D | js2c.py | 53 def RemoveCommentsAndTrailingWhitespace(lines): argument 54 lines = re.sub(r'//.*\n', '\n', lines) # end-of-line comments 55 lines = re.sub(re.compile(r'/\*.*?\*/', re.DOTALL), '', lines) # comments. 56 lines = re.sub(r'\s+\n+', '\n', lines) # trailing whitespace 57 return lines 63 lines = file.read() 66 return lines 75 def Validate(lines): argument 78 if EVAL_PATTERN.search(lines): 80 if WITH_PATTERN.search(lines): [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | screen_finder_unittest.py | 127 lines = [] 129 lines.append(np.asfarray(((0, 1001, 0, -1)))) 130 lines.append(np.asfarray(((-1, 0, 1001, 0)))) 131 lines.append(np.asfarray(((1000, 1001, 1000, -1)))) 132 lines.append(np.asfarray(((-1, 1000, 1001, 1000)))) 133 expected.append(_BuildResult([0, 0], lines[0], lines[1])) 134 expected.append(_BuildResult([0, 1000], lines[0], lines[3])) 135 expected.append(_BuildResult([1000, 0], lines[1], lines[2])) 136 expected.append(_BuildResult([1000, 1000], lines[2], lines[3])) 138 # crosses 2 lines at 45 degrees. [all …]
|
D | cv_util.py | 14 """Returns true if lines are within tolerance radians of being orthogonal.""" 24 # lines are not orthogonal. 33 # exactly touch the other line. If both are between 0 and 1, then the lines 53 def ExtendLines(lines, length): argument 54 """Extends lines in an array to a given length, maintaining the center 57 angles = np.arctan2(lines[:, 1] - lines[:, 3], lines[:, 0] - lines[:, 2]) 60 centerx = (lines[:, 0] + lines[:, 2]) / 2.0 61 centery = (lines[:, 1] + lines[:, 3]) / 2.0 62 lines[:, 0] = centerx - xoffsets 63 lines[:, 2] = centerx + xoffsets [all …]
|
/external/eigen/bench/btl/data/ |
D | perlib_plot_settings.txt | 1 eigen3 ; with lines lw 4 lt 1 lc rgbcolor "black" 2 eigen2 ; with lines lw 3 lt 1 lc rgbcolor "#999999" 3 EigenBLAS ; with lines lw 3 lt 3 lc rgbcolor "#999999" 4 eigen3_novec ; with lines lw 2 lt 1 lc rgbcolor "#999999" 5 eigen3_nogccvec ; with lines lw 2 lt 2 lc rgbcolor "#991010" 6 INTEL_MKL ; with lines lw 3 lt 1 lc rgbcolor "#ff0000" 7 ATLAS ; with lines lw 3 lt 1 lc rgbcolor "#008000" 8 gmm ; with lines lw 3 lt 1 lc rgbcolor "#0000ff" 9 ublas ; with lines lw 3 lt 1 lc rgbcolor "#00b7ff" 10 mtl4 ; with lines lw 3 lt 1 lc rgbcolor "#d18847" [all …]
|
/external/googletest/googletest/scripts/ |
D | pump.py | 163 def StartsWith(lines, pos, string): argument 164 """Returns True iff the given position in lines starts with 'string'.""" 166 return lines[pos.line][pos.column:].startswith(string) 174 # We found regex in lines 186 def FindFirst(lines, token_table, cursor): argument 187 """Finds the first occurrence of any string in strings in lines.""" 191 for line in lines[start.line:]: 202 return MakeToken(lines, found_start, found_end, token_type) 204 # We failed to find str in lines 208 def SubString(lines, start, end): argument [all …]
|
/external/v8/testing/gtest/scripts/ |
D | pump.py | 163 def StartsWith(lines, pos, string): argument 164 """Returns True iff the given position in lines starts with 'string'.""" 166 return lines[pos.line][pos.column:].startswith(string) 174 # We found regex in lines 186 def FindFirst(lines, token_table, cursor): argument 187 """Finds the first occurrence of any string in strings in lines.""" 191 for line in lines[start.line:]: 202 return MakeToken(lines, found_start, found_end, token_type) 204 # We failed to find str in lines 208 def SubString(lines, start, end): argument [all …]
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 163 def StartsWith(lines, pos, string): argument 164 """Returns True iff the given position in lines starts with 'string'.""" 166 return lines[pos.line][pos.column:].startswith(string) 174 # We found regex in lines 186 def FindFirst(lines, token_table, cursor): argument 187 """Finds the first occurrence of any string in strings in lines.""" 191 for line in lines[start.line:]: 202 return MakeToken(lines, found_start, found_end, token_type) 204 # We failed to find str in lines 208 def SubString(lines, start, end): argument [all …]
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | pump.py | 163 def StartsWith(lines, pos, string): argument 164 """Returns True iff the given position in lines starts with 'string'.""" 166 return lines[pos.line][pos.column:].startswith(string) 174 # We found regex in lines 186 def FindFirst(lines, token_table, cursor): argument 187 """Finds the first occurrence of any string in strings in lines.""" 191 for line in lines[start.line:]: 202 return MakeToken(lines, found_start, found_end, token_type) 204 # We failed to find str in lines 208 def SubString(lines, start, end): argument [all …]
|
/external/clang/lib/Format/ |
D | BreakableToken.cpp | 259 TokenText.substr(2, TokenText.size() - 4).split(Lines, "\n"); in BreakableBlockComment() 262 LeadingWhitespace.resize(Lines.size()); in BreakableBlockComment() 263 StartOfLineColumn.resize(Lines.size()); in BreakableBlockComment() 265 for (size_t i = 1; i < Lines.size(); ++i) in BreakableBlockComment() 269 if (Lines.size() == 1 && !FirstInLine) { in BreakableBlockComment() 272 // lines with the first one. in BreakableBlockComment() 277 for (size_t i = 1, e = Lines.size(); i < e && !Decoration.empty(); ++i) { in BreakableBlockComment() 279 if (i + 1 == e && Lines[i].empty()) in BreakableBlockComment() 281 if (!Lines[i].empty() && i + 1 != e && Decoration.startswith(Lines[i])) in BreakableBlockComment() 283 while (!Lines[i].startswith(Decoration)) in BreakableBlockComment() [all …]
|
/external/protobuf/gtest/scripts/ |
D | pump.py | 164 def StartsWith(lines, pos, string): argument 165 """Returns True iff the given position in lines starts with 'string'.""" 167 return lines[pos.line][pos.column:].startswith(string) 175 # We found regex in lines 187 def FindFirst(lines, token_table, cursor): argument 188 """Finds the first occurrence of any string in strings in lines.""" 192 for line in lines[start.line:]: 203 return MakeToken(lines, found_start, found_end, token_type) 205 # We failed to find str in lines 209 def SubString(lines, start, end): argument [all …]
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 116 def colorize_lines (self, lines): argument 117 lines = (l if l else '' for l in lines) 118 ss = [self.diff_regex.sub (r'\1\n\2\n', l).splitlines (True) for l in lines] 146 lines = [None, None] 152 if lines[i]: 154 for line in self.colorize_lines (lines): 156 lines = [None, None] 157 lines[i] = l[1:] 158 if (all (lines)): 160 for line in self.colorize_lines (lines): [all …]
|
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t628/ |
D | dEQP-GLES3.functional.NotSupported.bz2 | 1dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f
2dEQP-GLES3. ... |
D | gles3-master.NotSupported.bz2 | 1dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f
2dEQP-GLES3. ... |
/external/skia/src/gpu/ops/ |
D | GrMSAAPathRenderer.cpp | 82 MSAALineVertices& lines) { in append_contour_edge_indices() argument 83 *(lines.nextIndex++) = fanCenterIdx; in append_contour_edge_indices() 84 *(lines.nextIndex++) = edgeV0Idx; in append_contour_edge_indices() 85 *(lines.nextIndex++) = edgeV0Idx + 1; in append_contour_edge_indices() 88 static inline void add_quad(MSAALineVertices& lines, MSAAQuadVertices& quads, const SkPoint pts[], in add_quad() argument 90 SkASSERT(lines.nextVertex < lines.verticesEnd); in add_quad() 91 *lines.nextVertex = { pts[2], color }; in add_quad() 93 int prevIdx = (uint16_t) (lines.nextVertex - lines.vertices - 1); in add_quad() 95 append_contour_edge_indices(subpathLineIdxStart, prevIdx, lines); in add_quad() 98 lines.nextVertex++; in add_quad() [all …]
|