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

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/
filter.mk 0 sources := foo.c bar.c baz.s ugh.h
4 echo cc $(filter %.c %.s,$(sources)) -o foo
1 sources := foo.c bar.c baz.s ugh.h macro
  /external/mesa3d/src/gallium/state_trackers/hgl/
SConscript 15 sources = [
22 source = sources
  /external/mesa3d/src/gallium/state_trackers/dri/
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/mesa3d/src/mesa/drivers/dri/common/
SConscript 31 sources = drienv.ParseSourceList('Makefile.sources', ['DRI_COMMON_FILES'])
35 source = sources,
54 sources = env.ParseSourceList('Makefile.sources', 'megadriver_stub_FILES')
58 source = sources,
Android.mk 32 include $(LOCAL_PATH)/Makefile.sources
37 intermediates := $(call local-generated-sources-dir)
59 include $(LOCAL_PATH)/Makefile.sources
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 45 * @param sources old register list
48 public final RegisterSpecList map(RegisterSpecList sources) {
49 int sz = sources.size();
53 newSources.set(i, map(sources.get(i)));
58 // Return the old sources if nothing has changed.
59 return newSources.equals(sources) ? sources : newSources;
64 * @param sources old register set
67 public final RegisterSpecSet map(RegisterSpecSet sources) {
68 int sz = sources.getMaxSize()
    [all...]
  /external/mesa3d/src/hgl/
SConscript 22 sources = [
32 source = sources,
  /external/epid-sdk/ext/ipp/
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/harfbuzz_ng/test/shaping/data/text-rendering-tests/
update.sh 24 echo "TESTS = \\" > Makefile.sources
35 echo " $out \\" >> Makefile.sources
40 echo ' $(NULL)' >> Makefile.sources
41 echo >> Makefile.sources
42 echo "$DISABLED" >> Makefile.sources
43 echo ' $(NULL)' >> Makefile.sources
44 git add Makefile.sources
  /external/deqp/external/vulkancts/framework/vulkan/
vkShaderProgram.cpp 33 sources[shaderSource.shaderType].push_back(shaderSource.source);
45 sources[shaderSource.shaderType].push_back(shaderSource.source);
55 tcu::TestLog& logShader(tcu::TestLog& log, const std::vector<std::string> (&sources)[glu::SHADERTYPE_LAST])
63 for (size_t shaderNdx = 0; shaderNdx < sources[shaderType].size(); shaderNdx++)
66 sources[shaderType][shaderNdx], local
84 return logShader(log, shaderSource.sources);
89 return logShader(log, shaderSource.sources);
  /external/python/cpython3/Lib/distutils/
dep_util.py 32 def newer_pairwise (sources, targets):
34 than its corresponding target. Return a pair of lists (sources,
38 if len(sources) != len(targets):
39 raise ValueError("'sources' and 'targets' must be same length")
41 # build a pair of lists (sources, targets) where source is newer
44 for i in range(len(sources)):
45 if newer(sources[i], targets[i]):
46 n_sources.append(sources[i])
54 def newer_group (sources, target, missing='error'):
56 listed in 'sources'. In other words, if 'target' exists and is newe
    [all...]
  /external/guice/core/src/com/google/inject/spi/
Message.java 47 private final List<Object> sources; field in class:Message
50 public Message(List<Object> sources, String message, Throwable cause) {
51 this.sources = ImmutableList.copyOf(sources);
71 return sources.isEmpty()
73 : Errors.convert(sources.get(sources.size() - 1)).toString();
78 return sources;
109 return Objects.hashCode(message, cause, sources);
118 return message.equals(e.message) && Objects.equal(cause, e.cause) && sources.equals(e.sources)
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_pi_python3_toolchain.sh 18 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty main restricted universe multiverse' >> /etc/apt/sources.list.d/armhf.list
19 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse' >> /etc/apt/sources.list.d/armhf.list
20 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse' >> /etc/apt/sources.list.d/armhf.list
21 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multiverse' >> /etc/apt/sources.list.d/armhf.list
22 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#g' /etc/apt/sources.list
25 echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
install_pi_toolchain.sh 18 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty main restricted universe multiverse' >> /etc/apt/sources.list.d/armhf.list
19 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-updates main restricted universe multiverse' >> /etc/apt/sources.list.d/armhf.list
20 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-security main restricted universe multiverse' >> /etc/apt/sources.list.d/armhf.list
21 echo 'deb [arch=armhf] http://ports.ubuntu.com/ trusty-backports main restricted universe multiverse' >> /etc/apt/sources.list.d/armhf.list
22 sed -i 's#deb http://archive.ubuntu.com/ubuntu/#deb [arch=amd64] http://archive.ubuntu.com/ubuntu/#g' /etc/apt/sources.list
25 echo "deb [arch=amd64] http://storage.googleapis.com/bazel-apt stable jdk1.8" | sudo tee /etc/apt/sources.list.d/bazel.list
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
TranslationAdvice.java 31 * The instruction associated must have exactly two sources.
43 * Returns true if the translation target requires the sources of the
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
PlainInsn.java 37 * @param sources {@code non-null;} specs for all the sources
40 RegisterSpec result, RegisterSpecList sources) {
41 super(opcode, position, result, sources);
99 RegisterSpecList sources = getSources(); local
100 int szSources = sources.size();
106 TypeBearer lastType = sources.get(szSources - 1).getTypeBearer();
114 RegisterSpecList newSources = sources.withoutLast();
133 RegisterSpecList sources) {
137 sources);
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 31 * The instruction associated must have exactly two sources.
43 * Returns true if the translation target requires the sources of the
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
  /external/autotest/utils/named_semaphore/
setup.py 4 module = distutils.core.Extension("namedsem", sources=["namedsem.c"])
  /external/e2fsprogs/contrib/python-uuid/
setup.py 5 sources = ['uuid.c'], variable
  /external/mesa3d/src/gallium/targets/graw-null/
SConscript 14 sources = [
24 source = sources,
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-sources.hpp 13 namespace sources { namespace in namespace:rxcpp
34 namespace rxs=sources;
38 #include "sources/rx-create.hpp"
39 #include "sources/rx-range.hpp"
40 #include "sources/rx-iterate.hpp"
41 #include "sources/rx-interval.hpp"
42 #include "sources/rx-empty.hpp"
43 #include "sources/rx-defer.hpp"
44 #include "sources/rx-never.hpp"
45 #include "sources/rx-error.hpp
    [all...]
  /external/mesa3d/src/gallium/drivers/noop/
Makefile.am 6 include Makefile.sources
  /external/mesa3d/src/gallium/targets/libgl-gdi/
SConscript 23 sources = ['libgl_gdi.c']
40 sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def']
42 sources += ['#src/gallium/state_trackers/wgl/opengl32.def']
56 source = sources,
  /external/python/setuptools/setuptools/command/
build_clib.py 25 sources = build_info.get('sources')
26 if sources is None or not isinstance(sources, (list, tuple)):
29 "'sources' must be present and must be "
31 sources = list(sources)
36 # obj_deps should be a dictionary of keys as sources
57 for source in sources:
70 sources,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
setuptools_extension.py 36 sources = []
37 for s in self.sources:
39 sources.append(s[:-3]+'c')
41 sources.append(s)
42 self.sources = sources

Completed in 903 milliseconds

1 2 3 4 5 6 7 8 91011>>