/external/pdfium/testing/libfuzzer/ |
D | BUILD.gn | 58 sources = invoker.sources + [ "pdf_fuzzer_init.cc" ] 76 sources = [ 82 sources = [ 88 sources = [ 95 sources = [ 102 sources = [ 109 sources = [ 116 sources = [ 123 sources = [ 129 sources = [ [all …]
|
/external/wayland/doc/publican/ |
D | Makefile.am | 19 $(srcdir)/sources/Wayland.ent \ 20 $(srcdir)/sources/Wayland.xml \ 21 $(srcdir)/sources/Book_Info.xml \ 22 $(srcdir)/sources/Author_Group.xml \ 23 $(srcdir)/sources/Foreword.xml \ 24 $(srcdir)/sources/Preface.xml \ 25 $(srcdir)/sources/Revision_History.xml \ 26 $(srcdir)/sources/Protocol.xml \ 27 $(srcdir)/sources/Compositors.xml \ 28 $(srcdir)/sources/images/icon.svg \ [all …]
|
/external/libxml2/vms/ |
D | build_libxml.com | 27 $! updated to work with current sources 45 $!- list of sources to be built into the LIBXML library. Compare this list 49 $ sources = "parser.c SAX.c entities.c encoding.c error.c parserInternals.c" 50 $ sources = sources + " tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c" 51 $ sources = sources + " valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c" 52 $ sources = sources + " xpointer.c xinclude.c nanohttp.c nanoftp.c DOCBparser.c" 53 $ sources = sources + " catalog.c globals.c threads.c c14n.c xmlstring.c" 54 $ sources = sources + " xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c" 55 $ sources = sources + " triostr.c trio.c xmlreader.c relaxng.c dict.c SAX2.c" 56 $ sources = sources + " xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c" [all …]
|
/external/skia/ |
D | BUILD.gn | 234 "sources", 245 sources = skia_opts.none_sources 251 sources = skia_opts.armv7_sources + skia_opts.neon_sources 257 sources = skia_opts.arm64_sources 263 sources = skia_opts.crc32_sources 269 sources = skia_opts.sse2_sources 279 sources = skia_opts.ssse3_sources 289 sources = skia_opts.sse41_sources 299 sources = skia_opts.sse42_sources 309 sources = skia_opts.avx_sources [all …]
|
/external/skqp/ |
D | BUILD.gn | 232 "sources", 243 sources = skia_opts.none_sources 249 sources = skia_opts.armv7_sources + skia_opts.neon_sources 255 sources = skia_opts.arm64_sources 261 sources = skia_opts.crc32_sources 267 sources = skia_opts.sse2_sources 277 sources = skia_opts.ssse3_sources 287 sources = skia_opts.sse41_sources 297 sources = skia_opts.sse42_sources 307 sources = skia_opts.avx_sources [all …]
|
/external/v8/ |
D | genmakefiles.py | 31 def _writeMakefile(filename, module_name, sources): argument 32 if not sources: 41 out.write(_makefileSources(sources)) 56 sources = [x for x in target['sources'] if x.endswith('.cc')] 57 sources.sort() 59 out.write(_makefileSources(sources)) 90 sources = [x for x in target['sources'] if x.endswith('.cc')] 91 sources.sort() 93 out.write(_makefileSources(sources)) 158 sources = target['variables']['library_files'] [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderStorageTests.cpp | 41 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources) in verifyProgram() argument 44 const glu::ShaderProgram program (ctx.getRenderContext(), sources); in verifyProgram() 186 …axSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) in genMaxSSBlocksSource() argument 191 sources.sources[getGLUShaderType(glShaderType)].push_back(shaderSrc); in genMaxSSBlocksSource() 226 glu::ProgramSources sources; in block_number_limits() local 237 sources << glu::VertexSource(source) in block_number_limits() 242 sources << glu::VertexSource(vertSource) in block_number_limits() 247 sources << glu::VertexSource(vertSource) in block_number_limits() 254 sources << glu::VertexSource(vertSource) in block_number_limits() 261 sources << glu::VertexSource(vertSource) in block_number_limits() [all …]
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_build_py.py | 21 sources = self.mkdtemp() 22 f = open(os.path.join(sources, "__init__.py"), "w") 27 f = open(os.path.join(sources, "README.txt"), "w") 36 "package_dir": {"pkg": sources}}) 38 dist.script_name = os.path.join(sources, "setup.py") 44 dist.package_dir = {"pkg": sources} 73 sources = self.mkdtemp() 74 open(os.path.join(sources, "__init__.py"), "w").close() 76 testdir = os.path.join(sources, "doc") 80 os.chdir(sources) [all …]
|
/external/skia/gn/ |
D | gn_to_cmake.py | 233 def WriteAction(out, target, project, sources, synthetic_dependencies): argument 266 for sources_type_name in sources.values(): 294 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument 337 if 'input' in sources: 338 WriteVariable(out, sources['input'], ' ') 358 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument 382 for sources_type_name in sources.values(): 397 def WriteCompilerFlags(out, target, project, sources): argument 399 if not 'c' in sources and not 'cxx' in sources: 403 if 'input' in sources: [all …]
|
/external/skqp/gn/ |
D | gn_to_cmake.py | 233 def WriteAction(out, target, project, sources, synthetic_dependencies): argument 266 for sources_type_name in sources.values(): 294 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument 337 if 'input' in sources: 338 WriteVariable(out, sources['input'], ' ') 358 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument 382 for sources_type_name in sources.values(): 397 def WriteCompilerFlags(out, target, project, sources): argument 399 if not 'c' in sources and not 'cxx' in sources: 403 if 'input' in sources: [all …]
|
/external/webrtc/webrtc/test/fuzzers/ |
D | BUILD.gn | 14 sources = [ 25 sources = [ 34 sources = [ 43 sources = [ 52 sources = [ 61 sources = [ 71 sources = [ 78 sources = [ 88 sources = [ 98 sources = [ [all …]
|
/external/guice/core/src/com/google/inject/spi/ |
D | Message.java | 47 private final List<Object> sources; field in Message 52 public Message(List<Object> sources, String message, Throwable cause) { in Message() argument 53 this.sources = ImmutableList.copyOf(sources); in Message() 74 return sources.isEmpty() in getSource() 76 : Errors.convert(sources.get(sources.size() - 1)).toString(); in getSource() 81 return sources; in getSources() 119 return message.equals(e.message) && Objects.equal(cause, e.cause) && sources.equals(e.sources); in equals() 132 Object[] sourcesAsStrings = sources.toArray(); in writeReplace()
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_build_py.py | 20 sources = self.mkdtemp() 21 f = open(os.path.join(sources, "__init__.py"), "w") 26 f = open(os.path.join(sources, "README.txt"), "w") 35 "package_dir": {"pkg": sources}}) 37 dist.script_name = os.path.join(sources, "setup.py") 43 dist.package_dir = {"pkg": sources} 70 sources = self.mkdtemp() 71 open(os.path.join(sources, "__init__.py"), "w").close() 73 testdir = os.path.join(sources, "doc") 77 os.chdir(sources) [all …]
|
/external/pdfium/skia/ |
D | BUILD.gn | 184 sources = [ 185 # PDFium sources. 190 # The skia sources values are relative to the skia_dir, so we need to rebase. 191 sources += skia_core_sources 192 sources += skia_effects_sources 193 sources += skia_sksl_sources 194 sources += skia_utils_sources 195 sources += [ 233 sources += [ "//third_party/skia/src/core/SkUtilsArm.cpp" ] 238 sources += skia_gpu_sources [all …]
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_tests.gypi | 20 'sources': [ 36 'sources': [ 45 'sources': [ 98 'sources': [ 113 'sources': [ 127 'sources': [ 139 'sources': [ 151 'sources': [ 163 'sources': [ 175 'sources': [ [all …]
|
/external/cros/system_api/ |
D | system_api.gyp | 10 'sources': [ 24 'sources': [ 37 'sources': [ 55 'sources': [ 72 'sources': [ 86 'sources': [ 99 'sources': [ 111 'sources': [ 122 'sources': [ 135 'sources': [ [all …]
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 531 def EmitVStoreA(self, store_no, store_type, sources, destination): argument 533 '{%s}' % ', '.join(_ExpandQuads(sources)), destination) 538 sources, argument 542 sources = _ExpandQuads(sources) 543 if len(sources) * 64 < bits_to_store: 545 (len(sources), bits_to_store)) 549 self.EmitVStoreA(1, 32, sources[:4], 552 sources = sources[4:] 554 self.EmitVStoreA(1, 32, sources[:3], 557 sources = sources[3:] [all …]
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | BUILD.gn | 9 sources = [ 52 sources = [ 72 sources = [ 89 sources = [ 110 sources = [ 121 sources = [ 128 sources = [ 137 sources = [ 149 sources = [ 156 sources = [ [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 309 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() argument 312 init(renderCtx.getFunctions(), sources); in ShaderProgram() 315 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram() argument 318 init(gl, sources); in ShaderProgram() 321 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) in init() argument 329 for (int shaderNdx = 0; shaderNdx < (int)sources.sources[shaderType].size(); ++shaderNdx) in init() 331 const char* source = sources.sources[shaderType][shaderNdx].c_str(); in init() 332 const int length = (int)sources.sources[shaderType][shaderNdx].size(); in init() 350 …tribLocationBinding>::const_iterator binding = sources.attribLocationBindings.begin(); binding != … in init() 353 …DE_ASSERT((sources.transformFeedbackBufferMode == GL_NONE) == sources.transformFeedbackVaryings.em… in init() [all …]
|
/external/mesa3d/src/gallium/state_trackers/dri/ |
D | SConscript | 18 sources = env.ParseSourceList('Makefile.sources', 'common_SOURCES') 21 sources.append(env.ParseSourceList('Makefile.sources', 'drisw_SOURCES')) 24 sources.append(env.ParseSourceList('Makefile.sources', 'dri2_SOURCES')) 28 source = sources
|
/external/Microsoft-GSL/ |
D | .travis.yml | 32 sources: &sources 45 sources: &sources 58 sources: &sources 71 sources: &sources 82 sources: *sources 91 sources: *sources
|
/external/perf_data_converter/src/quipper/ |
D | quipper.gyp | 19 'sources': [ 59 'sources': [ 69 'sources': [ 89 'sources': [ 101 'sources': [ 112 'sources': [ 123 'sources': [ 140 'sources': [ 153 'sources': [ 165 'sources': [
|
/external/webrtc/webrtc/tools/ |
D | tools.gyp | 23 'sources': [ 35 'sources': [ 46 'sources': [ 57 'sources': [ 69 'sources': [ 85 'sources': [ 96 'sources': [ 107 'sources': [ 123 'sources': [ 135 'sources': [ [all …]
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_clib.py | 170 sources = build_info.get('sources') 171 if sources is None or not isinstance(sources, (list, tuple)): 177 filenames.extend(sources) 183 sources = build_info.get('sources') 184 if sources is None or not isinstance(sources, (list, tuple)): 189 sources = list(sources) 198 objects = self.compiler.compile(sources,
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_clib.py | 171 sources = build_info.get('sources') 172 if sources is None or not isinstance(sources, (list, tuple)): 178 filenames.extend(sources) 183 sources = build_info.get('sources') 184 if sources is None or not isinstance(sources, (list, tuple)): 189 sources = list(sources) 198 objects = self.compiler.compile(sources,
|