/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/epid-sdk/ext/ipp/ |
D | Makefile | 4 SRC_INCLUDE_DIR = ./sources/include 7 PCP_INCLUDE_DIR = ./sources/ippcp 8 PCP_SRC = $(wildcard ./sources/ippcp/*.c) 9 PCP_SRC := $(filter-out $(wildcard ./sources/ippcp/pcparcfour*.c), $(PCP_SRC)) 10 PCP_SRC := $(filter-out ./sources/ippcp/pcpmain.c, $(PCP_SRC)) 11 PCP_SRC := $(filter-out $(wildcard ./sources/ippcp/*sm2.c), $(PCP_SRC)) 12 PCP_SRC := $(filter-out $(wildcard ./sources/ippcp/pcpsha1ca.c), $(PCP_SRC)) 13 PCP_SRC := $(filter-out $(wildcard ./sources/ippcp/pcpaes*.c), $(PCP_SRC)) 14 PCP_SRC := $(filter-out $(wildcard ./sources/ippcp/pcpdes*.c), $(PCP_SRC)) 15 PCP_SRC := $(filter-out $(wildcard ./sources/ippcp/pcpdlp*.c), $(PCP_SRC)) [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/skia/ |
D | BUILD.gn | 229 "sources", 240 sources = skia_opts.none_sources 246 sources = skia_opts.armv7_sources + skia_opts.neon_sources 252 sources = skia_opts.arm64_sources 258 sources = skia_opts.crc32_sources 264 sources = skia_opts.sse2_sources 274 sources = skia_opts.ssse3_sources 284 sources = skia_opts.sse41_sources 294 sources = skia_opts.sse42_sources 304 sources = skia_opts.avx_sources [all …]
|
/external/epid-sdk/ |
D | Android.bp | 27 "ext/ipp/sources/ippcp/*.c", 30 "ext/ipp/sources/ippcp/*md5.c", 31 "ext/ipp/sources/ippcp/*sm2*.c", 32 "ext/ipp/sources/ippcp/*sm3.c", 33 "ext/ipp/sources/ippcp/cpinit.c", 34 "ext/ipp/sources/ippcp/pcpaes*.c", 35 "ext/ipp/sources/ippcp/pcparcfour*.c", 36 "ext/ipp/sources/ippcp/pcpdes*.c", 37 "ext/ipp/sources/ippcp/pcpdlp*.c", 38 "ext/ipp/sources/ippcp/pcphmac*.c", [all …]
|
/external/skqp/ |
D | BUILD.gn | 236 "sources", 247 sources = skia_opts.none_sources 253 sources = skia_opts.armv7_sources + skia_opts.neon_sources 259 sources = skia_opts.arm64_sources 265 sources = skia_opts.crc32_sources 271 sources = skia_opts.sse2_sources 281 sources = skia_opts.ssse3_sources 291 sources = skia_opts.sse41_sources 301 sources = skia_opts.sse42_sources 311 sources = skia_opts.avx_sources [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/cros/system_api/ |
D | system_api.gyp | 10 'sources': [ 24 'sources': [ 37 'sources': [ 56 'sources': [ 74 'sources': [ 88 'sources': [ 101 'sources': [ 113 'sources': [ 124 'sources': [ 137 'sources': [ [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/guice/core/src/com/google/inject/spi/ |
D | Message.java | 47 private final List<Object> sources; field in Message 50 public Message(List<Object> sources, String message, Throwable cause) { in Message() argument 51 this.sources = ImmutableList.copyOf(sources); in Message() 71 return sources.isEmpty() in getSource() 73 : Errors.convert(sources.get(sources.size() - 1)).toString(); in getSource() 78 return sources; in getSources() 109 return Objects.hashCode(message, cause, sources); in hashCode() 118 return message.equals(e.message) && Objects.equal(cause, e.cause) && sources.equals(e.sources); in equals() 132 Object[] sourcesAsStrings = sources.toArray(); in writeReplace()
|
/external/v8/ |
D | genmakefiles.py | 24 def _writeBP(filename, module_name, sources): argument 25 if not sources: 38 ''').substitute({'module_name': module_name, 'srcs' : _bpList(sorted(sources))})) 44 sources = getSourcesFunc(None) 45 if not sources: 47 sources.add('src/setup-isolate-full.cc') 50 arm_src = list(getSourcesFunc('arm') - sources) 51 arm64_src = list(getSourcesFunc('arm64') - sources) 52 x86_src = list(getSourcesFunc('x86') - sources) 53 x86_64_src = list(getSourcesFunc('x64') - 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/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
D | BUILD.gn | 48 sources = invoker.sources 67 sources = [ 73 sources = [ 79 sources = [ 85 sources = [ 91 sources = [ 98 sources = [] 107 sources = [] 115 sources = [] 123 sources = [] [all …]
|
/external/deqp-deps/SPIRV-Tools/test/fuzzers/ |
D | BUILD.gn | 48 sources = invoker.sources 67 sources = [ 73 sources = [ 79 sources = [ 85 sources = [ 91 sources = [ 98 sources = [] 107 sources = [] 115 sources = [] 123 sources = [] [all …]
|
/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/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 389 for sources_type_name in sources.values(): 404 def WriteCompilerFlags(out, target, project, sources): argument 406 if not 'c' in sources and not 'cxx' in sources: 410 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 389 for sources_type_name in sources.values(): 404 def WriteCompilerFlags(out, target, project, sources): argument 406 if not 'c' in sources and not 'cxx' in sources: 410 if 'input' in 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/tensorflow/tensorflow/python/eager/ |
D | lift_to_graph.py | 52 def _path_from(from_op, tensor, sources): argument 63 visited_ops = set([x.op for x in sources]) 81 if inp not in visited_ops and inp not in sources: 87 def _map_subgraph(init_tensor, sources, disallowed_placeholders, visited_ops, argument 132 % (repr(init_tensor), repr(op), _path_from(op, init_tensor, sources))) 135 if inp not in visited_ops and inp not in (sources or extra_sources): 215 def lift_to_graph(init_tensors, graph, sources=None, argument 246 sources = set(sources or []) 247 visited_ops = set([x.op for x in sources]) 252 sources.update(_map_subgraph( [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/libchrome/mojo/public/interfaces/bindings/tests/ |
D | BUILD.gn | 19 sources = [ 31 sources = [ 39 rebase_path(sources[0], root_build_dir), 47 sources = [ 102 sources = [ 122 sources = [ 142 # |test_exported_import| and therefore actually get the shared cpp sources of 153 sources = [ 164 sources = [ 185 sources = [ [all …]
|
/external/libkmsxx/ |
D | .travis.yml | 16 sources: &sources 33 sources: *sources 40 sources: *sources 48 sources: *sources 55 sources: *sources 62 sources: *sources
|
/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
|