HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 126 - 150 of 655) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SaveMemoryConfig/
SaveMemoryConfig.inf 24 [sources]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
AcpiTables.inf 31 [sources.common]
  /external/brotli/
setup.py 59 if ext.sources is None or not isinstance(ext.sources, (list, tuple)):
62 "'sources' must be present and must be "
66 depends = ext.sources + ext.depends
75 for source in ext.sources:
83 for lang, sources in (('c', c_sources), ('c++', cxx_sources)):
100 sources,
120 language = ext.language or self.compiler.detect_language(sources)
182 sources=[
  /external/deqp/external/vulkancts/framework/vulkan/
vkShaderProgram.hpp 93 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member in struct:vk::GlslSource
103 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member in struct:vk::HlslSource
  /external/googletest/ci/
install-linux.sh 42 sudo tee /etc/apt/sources.list.d/bazel.list
  /external/jsoncpp/devtools/
tarball.py 7 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''):
10 sources: list of sources to include in the tarball, relative to the current directory
34 for source in sources:
  /external/mesa3d/src/gallium/state_trackers/osmesa/
Makefile.am 22 include Makefile.sources
  /external/protobuf/objectivec/google/protobuf/
Empty.pbobjc.h 7 #error This file was generated by a different version of protoc which is incompatible with your Protocol Buffer library sources.
  /external/turbine/javatests/com/google/turbine/deps/
TransitiveTest.java 34 protected Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath)
40 .addSources(sources.stream().map(Path::toString).collect(toImmutableList()))
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 126 // limit number of sources to 1 for now or 2 sources for special cross hw module case.
127 // only the audio policy manager can request a patch creation with 2 sources.
149 if (oldPatch.sources[0].type == AUDIO_PORT_TYPE_DEVICE &&
150 (patch->sources[0].type != AUDIO_PORT_TYPE_DEVICE ||
151 oldPatch.sources[0].ext.device.hw_module !=
152 patch->sources[0].ext.device.hw_module)) {
153 hwModule = oldPatch.sources[0].ext.device.hw_module;
179 switch (patch->sources[0].type) {
181 audio_module_handle_t srcModule = patch->sources[0].ext.device.hw_module
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteSource.java 139 * <p>For some sources, such as a file, this method may use a more efficient implementation. Note
336 * the source will contain the concatenated data from the streams of the underlying sources.
341 * @param sources the sources to concatenate
345 public static ByteSource concat(Iterable<? extends ByteSource> sources) {
346 return new ConcatenatedByteSource(sources);
351 * the source will contain the concatenated data from the streams of the underlying sources.
358 * iterator eagerly fetches data for each source when iterated (rather than producing sources
362 * @param sources the sources to concatenat
576 private final Iterable<? extends ByteSource> sources; field in class:ByteSource.ConcatenatedByteSource
    [all...]
  /art/test/968-default-partial-compile-gen/util-src/
generate_java.py 58 def __init__(self, sources, javac, temp_dir, classes_dir):
62 self.sources = sources
81 for f in self.sources:
89 ifaces = set(i for i in self.sources if isinstance(i, base.TestInterface))
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 129 RegisterSpecList sources = insn.getSources(); local
135 int szSources = sources.size();
137 RegisterSpec rs = sources.get(i);
158 RegisterSpec rs = sources.get(i);
179 sb.append(sources.get(i).toString());
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
thunk_schedule.cc 120 std::list<const Thunk*>& sources = FindOrDie(depends_on_, dst); local
121 for (auto iter = sources.begin(); iter != sources.end();) {
128 iter = sources.erase(iter);
134 if (sources.empty()) {
  /external/swiftshader/src/Device/
ETC_Decoder.cpp 92 static void DecodeBlock(const ETC2** sources, unsigned char *dest, int nbChannels, int x, int y, int w, int h, int pitch, bool isSigned, bool isEAC)
103 sDst[i * nbChannels + c] = clampEAC(sources[c]->getSingleChannel(i, j, isSigned, true), isSigned);
120 sDst[i * nbChannels + c] = clampSByte(sources[c]->getSingleChannel(i, j, isSigned, false));
134 dest[i * nbChannels + c] = clampByte(sources[c]->getSingleChannel(i, j, isSigned, false));
679 const ETC2* sources[2]; local
680 sources[0] = (const ETC2*)src;
691 for(int x = 0; x < w; x += 4, sources[0]++)
693 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED, true);
699 sources[1] = sources[0] + 1
    [all...]
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 92 static void DecodeBlock(const ETC2** sources, unsigned char *dest, int nbChannels, int x, int y, int w, int h, int pitch, bool isSigned, bool isEAC)
103 sDst[i * nbChannels + c] = clampEAC(sources[c]->getSingleChannel(i, j, isSigned, true), isSigned);
120 sDst[i * nbChannels + c] = clampSByte(sources[c]->getSingleChannel(i, j, isSigned, false));
134 dest[i * nbChannels + c] = clampByte(sources[c]->getSingleChannel(i, j, isSigned, false));
679 const ETC2* sources[2]; local
680 sources[0] = (const ETC2*)src;
691 for(int x = 0; x < w; x += 4, sources[0]++)
693 ETC2::DecodeBlock(sources, dstRow + (x * dstBpp), 1, x, y, dstW, dstH, dstPitch, inputType == ETC_R_SIGNED, true);
699 sources[1] = sources[0] + 1
    [all...]
  /external/v8/tools/
js2c.py 300 return Vector<const char>(sources, %(total_length)i);
307 static const char sources[] = { %s };
317 if (index == %(i)i) return Vector<const char>(sources + %(offset)i, %(source_length)i);
327 """Build the chain of filter functions to be applied to the sources.
362 class Sources:
386 to treat different types of sources differently.
388 sources as JS strings.
391 An instance of Sources.
413 # Sort 'debugger' sources first.
426 result = Sources()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
extension.py 35 sources : [string]
60 by 'sources', static library that must be explicitly specified,
64 when compiling the source files in 'sources'. For platforms and
90 def __init__ (self, name, sources,
107 assert (type(sources) is ListType and
108 map(type, sources) == [StringType]*len(sources)), \
109 "'sources' must be a list of strings"
112 self.sources = sources
    [all...]
  /external/python/cpython2/Lib/distutils/
extension.py 35 sources : [string]
60 by 'sources', static library that must be explicitly specified,
64 when compiling the source files in 'sources'. For platforms and
90 def __init__ (self, name, sources,
107 assert (type(sources) is ListType and
108 map(type, sources) == [StringType]*len(sources)), \
109 "'sources' must be a list of strings"
112 self.sources = sources
    [all...]
  /build/make/target/board/
Android.mk 42 GEN := $(local-generated-sources-dir)/manifest.xml
66 GEN := $(local-generated-sources-dir)/manifest.xml
95 GEN := $$(local-generated-sources-dir)/manifest_$(1).xml
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 192 ShaderProgram (const glw::Functions& gl, const ProgramSources& sources);
194 ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources);
210 void init (const glw::Functions& gl, const ProgramSources& sources);
226 tcu::TestLog& operator<< (tcu::TestLog& log, const ProgramSources& sources);
312 std::vector<std::string> sources[SHADERTYPE_LAST]; member in struct:glu::ProgramSources
324 ProgramSources& operator<< (const ShaderSource& shaderSource) { sources[shaderSource.shaderType].push_back(shaderSource.source); return *this; }
433 ProgramSources sources; local
434 sources.sources[SHADERTYPE_VERTEX].push_back(vertexSrc);
435 sources.sources[SHADERTYPE_FRAGMENT].push_back(fragmentSrc)
    [all...]
  /external/epid-sdk/epid/verifier/
Makefile 4 IPP_SRC_INCLUDE_DIR = ../../ext/ipp/sources/ippcp/src/
5 IPP_INCLUDE_DIR = ../../ext/ipp/sources/include/
32 LIB_IPPCP_DIR = ../../ext/ipp/sources/ippcp/src
  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 70 List<ByteSource> sources = Lists.newArrayList(); local
73 sources.add(newByteSource(start, span));
76 ByteSource joined = ByteSource.concat(sources);
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
MultiSourceFileLocatorTest.java 98 private final Map<String, Reader> sources = new HashMap<String, Reader>(); field in class:MultiSourceFileLocatorTest.StubLocator
101 sources.put(path, new StubReader(content));
106 return sources.get(packageName + "/" + fileName);
  /external/skia/gn/
find_headers.py 14 # Finds all public sources in include directories then write them to skia.h.
47 sources = set() variable
50 # We'll use `public` headers if they're listed, or pull them from `sources`
55 search_list = target.get('sources', [])
58 sources.add(os.path.join(absolute_source, os.path.normpath(name[2:])))
62 for source in sources:

Completed in 1200 milliseconds

1 2 3 4 56 7 8 91011>>