Searched refs:sources (Results 176 - 200 of 425) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/renderer/
H A Dscript_injection.cc258 std::vector<blink::WebScriptSource> sources = local
272 DCHECK_EQ(1u, sources.size());
274 const blink::WebScriptSource& source = sources.front();
284 &sources.front(),
285 sources.size(),
/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp107 void setShaderSources (glu::Shader& shader, const ShaderSources& sources) argument
109 std::vector<const char*> cStrings (sources.strings.size(), 0);
111 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
112 cStrings[ndx] = sources.strings[ndx].c_str();
114 if (sources.lengths.size() > 0)
115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]);
724 void insertRandomNullTermStrings (ShaderSources& sources) argument
727 std::vector<int> indices (sources.strings.size(), 0);
729 DE_ASSERT(sources.lengths.size() > 0);
730 DE_ASSERT(sources
748 generateSources(ShaderSources& sources) argument
789 ShaderSources sources; local
1236 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc); local
1361 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc); local
[all...]
H A Des3fShaderFragDataTests.cpp117 glu::ProgramSources sources; local
121 sources << glu::VertexSource(
134 sources << glu::FragmentSource(string(
143 return sources;
/external/qemu/distrib/
H A Dpackage-release.sh3 # This script is used to rebuild all emulator binaries from sources
99 log "Copying git sources from $SRCDIR to $DSTDIR"
126 PKG_FILE_PREFIX=${PKG_FILE_BASENAME%%-sources.tar.bz2}
138 dump "Copying sources to Darwin host: $HOST"
221 --sources)
258 Use --sources option to also generate a source tarball.
261 binaries on a remote host through ssh. Note that this forces --sources
275 --sources Also create sources package.
325 log "Auto-config: --sources (remot
[all...]
/external/chromium_org/chrome/browser/media/
H A Dnative_desktop_media_list.cc133 std::vector<SourceDescription> sources; local
149 sources.push_back(SourceDescription(DesktopMediaID(
162 sources.push_back(SourceDescription(
173 media_list_, sources));
178 for (size_t i = 0; i < sources.size(); ++i) {
179 SourceDescription& source = sources[i];
301 // Iterate through the old sources to find the removed sources.
309 // Iterate through the new sources to find the added sources
[all...]
H A Dnative_desktop_media_list.h26 // types of sources the model should be populated with (e.g. it will only
46 // Struct used to represent sources list the model gets from the Worker.
54 // Order comparator for sources. Used to sort list of sources.
62 // OnSourcesList() with the fresh list of sources, then follows with
65 void OnSourcesList(const std::vector<SourceDescription>& sources);
88 // An object that does all the work of getting list of sources on a background
93 // Current list of sources.
/external/gtest/test/
H A DAndroid.mk76 sources := \ macro
99 $(call host-test, $(sources))
100 $(call target-test, $(sources))
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DBuildExecutable.py85 options, sources = CmdLine.parse_command_line(list(options or ()) + ['--embed', input_file])
87 result = Main.compile(sources, options)
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dsources.mak1 # src/mapi/mapi/sources.mak
/external/chromium_org/tools/gn/
H A Dfunction_get_target_outputs_unittest.cc64 action->sources().push_back(SourceFile("//file.txt"));
94 action->sources().push_back(SourceFile("//file.txt"));
H A Dninja_target_writer_unittest.cc51 target.sources().push_back(SourceFile("//foo/source.txt"));
54 // Dependent action to test that action sources will be treated the same as
61 action.sources().push_back(SourceFile("//foo/action_source.txt"));
H A Daction_target_generator.cc34 if (output_type_ == Target::ACTION_FOREACH && target_->sources().empty()) {
35 // Foreach rules must always have some sources to have an effect.
36 *err_ = Err(function_call_, "action_foreach target has no sources.",
37 "If you don't specify any sources, there is nothing to run your\n"
H A Dheader_checker_unittest.cc151 d_.sources().push_back(SourceFile(d_header));
155 b_.sources().push_back(b_public);
161 c_.sources().push_back(c_private);
246 a_.sources().push_back(a_public);
/external/fonttools/
H A DREADME.md14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
/external/mesa3d/src/mapi/mapi/
H A Dsources.mak1 # src/mapi/mapi/sources.mak
/external/chromium_org/native_client_sdk/src/doc/
H A DMakefile49 @echo "Testing of doctests in the sources finished, look at the " \
/external/chromium_org/third_party/mesa/src/scons/
H A Dgallium.py59 def install_shared_library(env, sources, version = ()):
64 dlls = env.FindIxes(sources, 'SHLIBPREFIX', 'SHLIBSUFFIX')
66 libs = env.FindIxes(sources, 'LIBPREFIX', 'LIBSUFFIX')
69 for source in sources:
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.lua145 for condition, sources in
146 gyp:gmatch "'sources': %[.-### gcmole%((.-)%) ###(.-)%]" do
148 for file in sources:gmatch "'%.%./%.%./src/([^']-%.cc)'" do
151 for file in sources:gmatch "'(test-[^']-%.cc)'" do
170 local function BuildFileList(sources, props)
172 for condition, files in pairs(sources) do
180 local sources = ParseGYPFile()
183 return BuildFileList(sources, { os = 'linux',
/external/mesa3d/scons/
H A Dgallium.py59 def install_shared_library(env, sources, version = ()):
64 dlls = env.FindIxes(sources, 'SHLIBPREFIX', 'SHLIBSUFFIX')
66 libs = env.FindIxes(sources, 'LIBPREFIX', 'LIBSUFFIX')
69 for source in sources:
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_user_media_client.cc264 WebVector<WebSourceInfo> sources(ARRAYSIZE_UNSAFE(test_sources));
266 sources[i].initialize(WebString::fromUTF8(test_sources[i].id),
272 delegate_->PostTask(new SourcesRequestTask(this, request, sources));
/external/chromium_org/courgette/
H A Dencoded_program_fuzz_unittest.cc174 courgette::SourceStreamSet sources; local
175 bool can_get_source_streams = sources.Init(buffer.c_str(), buffer.length());
178 ReadEncodedProgram(&sources, &encoded);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DActivityLoggerTest.cpp81 Vector<ScriptSourceCode> sources; local
82 sources.append(ScriptSourceCode(script));
84 m_scriptController->executeScriptInIsolatedWorld(isolatedWorldId, sources, extensionGroup, 0);
/external/chromium_org/third_party/cython/src/
H A Dsetup.py41 # need to convert sources to Py3 on installation
142 Extension(module, sources = [pyx_source_file],
154 # add path where 2to3 installed the transformed sources
181 print("Compilation of '%s' failed" % ext.sources[0])
223 Extension(module, sources = [c_source_file],
238 Cython without compiling its own sources.
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSUtil.py103 sources = new_target_dicts[name].get('sources', [])
105 for pos in range(i, len(sources), targets_to_shard[t]):
106 new_sources.append(sources[pos])
107 new_target_dicts[name]['sources'] = new_sources
217 copy_dict['sources'] = [ large_pdb_shim_cc ]
231 shim_dict['sources'] = [ shim_cc_path ]
H A Dxcode_ninja.py23 """ Create a workspace to wrap main and sources gyp paths. """
208 # Create sources target.
221 sources = []
224 files = target_dict.get('sources', []) + \
230 # Make sources relative to root build file.
232 sources += [ os.path.relpath(os.path.join(base, file), relative_path)
235 sources_target['sources'] = sorted(set(sources))

Completed in 992 milliseconds

1234567891011>>