Searched refs:sources (Results 151 - 175 of 425) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gn/
H A Dninja_target_writer.cc152 // For an action (where we run a script only once) the sources are the same
165 (!list_sources_as_input_deps || target_->sources().empty()) &&
170 // potentially few sources that depend on these) it's better to just write
171 // all hard deps on each sources line than have this intermediate stamp. We
201 const Target::FileList& sources = target_->sources(); local
202 for (size_t i = 0; i < sources.size(); i++) {
204 path_output_.WriteFile(out_, sources[i]);
H A Dsubstitution_writer_unittest.cc23 std::vector<SourceFile> sources; local
24 SubstitutionWriter::GetListAsSourceFiles(list, &sources);
25 ASSERT_EQ(2u, sources.size());
26 EXPECT_EQ("//foo/bar/a.cc", sources[0].value());
27 EXPECT_EQ("//foo/bar/b.cc", sources[1].value());
H A Dsubstitution_writer.h118 // Like ApplyListToSource but applies the list to all sources and replaces
123 const std::vector<SourceFile>& sources,
128 const std::vector<SourceFile>& sources,
133 const std::vector<SourceFile>& sources,
H A Dninja_binary_target_writer.cc136 const Target::FileList& sources = target_->sources(); local
137 object_files->reserve(sources.size());
145 for (size_t i = 0; i < sources.size(); i++) {
147 if (!GetOutputFilesForSource(target_, sources[i],
156 path_output_.WriteFile(out_, sources[i]);
264 // the sources, there is already an implicit order-only dependency. However,
426 for (size_t i = 0; i < dep->sources().size(); i++) {
428 if (GetOutputFilesForSource(dep, dep->sources()[i], &tool_type,
H A Doperators_unittest.cc40 // Set up "sources" with an empty list.
41 const char sources[] = "sources"; local
42 setup.scope()->SetValue(sources, Value(NULL, Value::LIST), NULL);
50 // Append to the sources variable.
51 Token identifier_token(Location(), Token::IDENTIFIER, sources); local
87 // The sources variable in the scope should now have: [ 5, "good", "good" ]
88 const Value* value = setup.scope()->GetValue(sources);
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.hpp202 void specializeVertexShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
203 void specializeFragmentShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
204 void specializeGeometryShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
205 void specializeTessControlShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
206 void specializeTessEvalShaders (glu::ProgramSources& dst, const std::vector<std::string>& sources, const ValueBlock& valueBlock, const std::vector<ShaderCase::CaseRequirement>& requirements) const;
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DRegisterAllocator.java186 RegisterSpecList sources = insn.getSources();
187 int szSources = sources.size();
190 interference.add(newReg, sources.get(i).getReg());
H A DFirstFitLocalCombiningAllocator.java443 * Handles all insns that want a register range for their sources.
717 * @param insn {@code non-null;} insn whos sources to process
722 RegisterSpecList sources = insn.getSources();
723 int szSources = sources.size();
727 RegisterSpec source = sources.get(i);
756 if (-1 != sources.indexOfRegister(similarReg)) {
769 * instruction's sources. First, try to center the range around
770 * sources that have already been mapped to rop registers. If that fails,
773 * @param insn {@code non-null;} the insn whose sources need to
778 RegisterSpecList sources
[all...]
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dsocket_pool_wrapper.js165 * specified sources.
167 function sourceListLink(sources) {
168 if (!sources.length)
170 return '#events&q=id:' + sources.join(',');
/external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk21 # your sources.
23 # needed since your sources and libskia have been built with SK_DEBUG.
29 # building their sources.
/external/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk21 # your sources.
23 # needed since your sources and libskia have been built with SK_DEBUG.
29 # building their sources.
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-linkage.cc55 const char* sources[] = {"(function() { })", "(function(a) { })", local
61 *v8::Handle<v8::Function>::Cast(CompileRun(sources[i])));
/external/llvm/tools/llvm-config/
H A DAndroid.mk24 generated_sources := $(call local-generated-sources-dir)
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dfilter_handler.cc47 return IsValidField(filter_.sources, source);
/external/chromium_org/native_client_sdk/src/build_tools/
H A Ddsc_info.py40 parser.add_option('-s', '--sources',
52 if options.sources:
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/
H A DUserMetrics.js63 sources: 4,
/external/chromium_org/third_party/cython/src/Cython/Distutils/
H A Dbuild_ext.py170 ext.sources = self.cython_sources(ext.sources, ext)
173 def cython_sources(self, sources, extension):
175 Walk the list of source files in 'sources', looking for Cython
177 found, and return a modified 'sources' list with Cython source
269 for source in sources:
/external/chromium_org/third_party/libxml/src/
H A DgenUnicode.py17 sources = "Blocks-4.0.1.txt UnicodeData-4.0.1.txt" variable
34 (blockfile, catfile) = string.split(sources)
236 """ % (webpage, date, sources));
278 """ % (webpage, date, sources));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
H A DMakefile7 include Makefile.sources
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dbenchmark.cc59 std::vector<const VideoSource*> sources; local
63 sources.push_back(new const VideoSource(webrtc::test::ProjectRootPath() +
65 // sources.push_back(new const VideoSource(webrtc::test::ProjectRootPath() +
92 for (it = sources.begin() ; it < sources.end(); it++)
/external/deqp/modules/gles2/functional/
H A Des2fShaderFragDataTests.cpp117 glu::ProgramSources sources; local
121 sources << glu::VertexSource(
134 sources << glu::FragmentSource(string(
143 return sources;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsetup.py30 ext_sources = [f.strip() for f in file('util/python-ext-sources')
34 sources = ext_sources, variable
/external/mesa3d/src/gallium/auxiliary/
H A DAndroid.mk27 include $(LOCAL_PATH)/Makefile.sources
37 # generate sources
H A DMakefile7 include Makefile.sources
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRops.java1107 * and sources. The result is typically, but not necessarily, a
1118 * @param sources {@code non-null;} list of source types
1122 public static Rop ropFor(int opcode, TypeBearer dest, TypeList sources, argument
1131 case RegOps.IF_EQ: return opIfEq(sources);
1132 case RegOps.IF_NE: return opIfNe(sources);
1133 case RegOps.IF_LT: return opIfLt(sources);
1134 case RegOps.IF_GE: return opIfGe(sources);
1135 case RegOps.IF_LE: return opIfLe(sources);
1136 case RegOps.IF_GT: return opIfGt(sources);
1138 case RegOps.ADD: return opAdd(sources);
[all...]

Completed in 1108 milliseconds

1234567891011>>