Home
last modified time | relevance | path

Searched refs:sources (Results 251 – 275 of 57116) sorted by relevance

1...<<11121314151617181920>>...2285

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/chromeos/accessibility/chromevox/tools/
H A Djsbundler.py85 def Add(self, sources): argument
93 sources = [sources]
94 for source in sources:
160 if in_path not in sources:
168 sources = {}
180 return sources
183 def _GetBase(sources): argument
218 def _MarkAsCompiled(sources): argument
225 base = _GetBase(sources)
254 for source in sources:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/system/
H A DBUILD.gn16 sources = [ "arch.h" ]
20 sources = [ "asm_defines.h" ]
24 sources = [
36 sources = [ "ignore_warnings.h" ]
40 sources = [ "inline.h" ]
44 sources = [ "unused.h" ]
48 sources = [ "assume.h" ]
52 sources = [
60 sources = [
69 sources = [
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_shader.cc256 sources.append("version"); in standard_defines()
300 standard_defines(sources); in GPU_shader_create_ex()
307 sources.append(defines); in GPU_shader_create_ex()
309 sources.append(vertcode); in GPU_shader_create_ex()
316 standard_defines(sources); in GPU_shader_create_ex()
323 sources.append(defines); in GPU_shader_create_ex()
326 sources.append(libcode); in GPU_shader_create_ex()
328 sources.append(fragcode); in GPU_shader_create_ex()
335 standard_defines(sources); in GPU_shader_create_ex()
338 sources.append(defines); in GPU_shader_create_ex()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/cros_system_api/
H A DBUILD.gn55 sources = [
66 sources = [
82 sources = [
97 sources = [
110 sources = [
119 sources = [
128 sources = [
138 sources = [
147 sources = [
155 sources = [
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Ix/NET/System.Interactive/
H A DEnumerableEx.Exceptions.cs74 if (sources == null) in Catch()
77 return sources.Catch_(); in Catch()
86 public static IEnumerable<TSource> Catch<TSource>(params IEnumerable<TSource>[] sources) in Catch() argument
88 if (sources == null) in Catch()
91 return sources.Catch_(); in Catch()
115 foreach (var source in sources) in Catch_()
207 if (sources == null) in OnErrorResumeNext()
210 return OnErrorResumeNext_(sources); in OnErrorResumeNext()
221 if (sources == null) in OnErrorResumeNext()
224 return OnErrorResumeNext_(sources); in OnErrorResumeNext()
[all …]
/dports/games/battletanks/btanks-0.9.8083/clunk/
H A Dobject.cpp58 return sources.find(name) != sources.end(); in playing()
63 Sources::iterator b = sources.lower_bound(name); in fade_out()
64 Sources::iterator e = sources.upper_bound(name); in fade_out()
72 Sources::iterator b = sources.lower_bound(name); in cancel()
73 Sources::iterator e = sources.upper_bound(name); in cancel()
78 sources.erase(i++); in cancel()
88 Sources::iterator b = sources.lower_bound(name); in get_loop()
89 Sources::iterator e = sources.upper_bound(name); in get_loop()
109 for(Sources::iterator i = sources.begin(); i != sources.end(); ++i) { in cancel_all()
118 sources.clear(); in cancel_all()
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/fuzzers/
H A DBUILD.gn50 sources = invoker.sources
70 sources = [
76 sources = [
82 sources = [
88 sources = [
94 sources = [
100 sources = [
106 sources = [
113 sources = []
122 sources = []
[all …]
/dports/net/smm++/smm/sources/
H A Dstartup.tcl57 lappend auto_path [file join $SMMSRCPATH sources]
58 lappend auto_path [file join $SMMSRCPATH sources main]
59 lappend auto_path [file join $SMMSRCPATH sources mudding]
60 lappend auto_path [file join $SMMSRCPATH sources mapping]
61 lappend auto_path [file join $SMMSRCPATH sources rsc]
62 lappend auto_path [file join $SMMSRCPATH sources itcl iwidgets generic]
63 lappend auto_path [file join $SMMSRCPATH sources editor]
64 lappend auto_path [file join $SMMSRCPATH sources error]
79 source [file join $SMMSRCPATH sources itcl iwidgets generic line.tcl]
81 source [file join $SMMSRCPATH sources itcl iwidgets generic shell.tcl]
[all …]
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/meson-templates/resources/
H A Dflatpak.json.in53 "sources" : [
64 "sources" : [
75 "sources" : [
86 "sources" : [
97 "sources" : [
108 "sources" : [
119 "sources" : [
122 "url" : "https://download.gnome.org/sources/atkmm/2.28/atkmm-2.28.0.tar.xz",
131 "sources" : [
134 "url" : "https://download.gnome.org/sources/gtkmm/3.24/gtkmm-3.24.1.tar.xz",
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/fuzzers/
H A DBUILD.gn50 sources = invoker.sources
70 sources = [
76 sources = [
82 sources = [
88 sources = [
94 sources = [
100 sources = [
106 sources = [
113 sources = []
122 sources = []
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/storage_monitor/
H A DBUILD.gn8 sources = [
31 sources += [
40 sources += [
56 sources += [
63 sources += [
85 sources += [
108 sources = [
122 sources += [
132 sources += [
146 sources = [
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java113 setSources(sources); in ParameterBlock()
126 setSources(sources); in ParameterBlock()
167 if (sources != null) { in clone()
186 sources.addElement(source); in addSource()
201 return sources.elementAt(index); in getSource()
218 int oldSize = sources.size(); in setSource()
221 sources.setSize(newSize); in setSource()
261 return sources.size(); in getNumSources()
270 return sources; in getSources()
279 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java113 setSources(sources); in ParameterBlock()
126 setSources(sources); in ParameterBlock()
167 if (sources != null) { in clone()
186 sources.addElement(source); in addSource()
201 return sources.elementAt(index); in getSource()
218 int oldSize = sources.size(); in setSource()
221 sources.setSize(newSize); in setSource()
261 return sources.size(); in getNumSources()
270 return sources; in getSources()
279 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java113 setSources(sources); in ParameterBlock()
126 setSources(sources); in ParameterBlock()
167 if (sources != null) { in clone()
186 sources.addElement(source); in addSource()
201 return sources.elementAt(index); in getSource()
218 int oldSize = sources.size(); in setSource()
221 sources.setSize(newSize); in setSource()
261 return sources.size(); in getNumSources()
270 return sources; in getSources()
279 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/image/renderable/
H A DParameterBlock.java111 setSources(sources); in ParameterBlock()
124 setSources(sources); in ParameterBlock()
164 if (sources != null) { in clone()
183 sources.addElement(source); in addSource()
198 return sources.elementAt(index); in getSource()
215 int oldSize = sources.size(); in setSource()
218 sources.setSize(newSize); in setSource()
258 return sources.size(); in getNumSources()
267 return sources; in getSources()
276 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java113 setSources(sources); in ParameterBlock()
126 setSources(sources); in ParameterBlock()
167 if (sources != null) { in clone()
186 sources.addElement(source); in addSource()
201 return sources.elementAt(index); in getSource()
218 int oldSize = sources.size(); in setSource()
221 sources.setSize(newSize); in setSource()
261 return sources.size(); in getNumSources()
270 return sources; in getSources()
279 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java113 setSources(sources); in ParameterBlock()
126 setSources(sources); in ParameterBlock()
167 if (sources != null) { in clone()
186 sources.addElement(source); in addSource()
201 return sources.elementAt(index); in getSource()
218 int oldSize = sources.size(); in setSource()
221 sources.setSize(newSize); in setSource()
261 return sources.size(); in getNumSources()
270 return sources; in getSources()
279 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java120 setSources(sources); in ParameterBlock()
133 setSources(sources); in ParameterBlock()
174 if (sources != null) { in clone()
193 sources.addElement(source); in addSource()
208 return sources.elementAt(index); in getSource()
225 int oldSize = sources.size(); in setSource()
228 sources.setSize(newSize); in setSource()
268 return sources.size(); in getNumSources()
277 return sources; in getSources()
286 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java113 setSources(sources); in ParameterBlock()
126 setSources(sources); in ParameterBlock()
167 if (sources != null) { in clone()
186 sources.addElement(source); in addSource()
201 return sources.elementAt(index); in getSource()
218 int oldSize = sources.size(); in setSource()
221 sources.setSize(newSize); in setSource()
261 return sources.size(); in getNumSources()
270 return sources; in getSources()
279 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/image/renderable/
H A DParameterBlock.java113 setSources(sources); in ParameterBlock()
126 setSources(sources); in ParameterBlock()
167 if (sources != null) { in clone()
186 sources.addElement(source); in addSource()
201 return sources.elementAt(index); in getSource()
218 int oldSize = sources.size(); in setSource()
221 sources.setSize(newSize); in setSource()
261 return sources.size(); in getNumSources()
270 return sources; in getSources()
279 this.sources = sources; in setSources()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/image/renderable/
H A DParameterBlock.java111 setSources(sources); in ParameterBlock()
124 setSources(sources); in ParameterBlock()
164 if (sources != null) { in clone()
183 sources.addElement(source); in addSource()
198 return sources.elementAt(index); in getSource()
215 int oldSize = sources.size(); in setSource()
218 sources.setSize(newSize); in setSource()
258 return sources.size(); in getNumSources()
267 return sources; in getSources()
276 this.sources = sources; in setSources()
[all …]
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/adapters/postgres/
H A Dconnection.ex120 sources = create_names(query)
138 sources = create_names(query)
150 sources = create_names(query)
298 expr(value, sources, query)]
344 defp join_on(_qual, expr, sources, query), do: [" ON " | expr(expr, sources, query)]
445 [expr(left, sources, query), " = ANY(", expr(right, sources, query), ?)]
491 [op_to_binary(left, sources, query), op | op_to_binary(right, sources, query)]
555 expr(expr, sources, query)
568 defp create_names(%{prefix: prefix, sources: sources}) do
569 create_names(prefix, sources, 0, tuple_size(sources)) |> List.to_tuple()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ios/chrome/browser/ui/omnibox/resources/
H A DBUILD.gn8 sources = [
17 sources = [
26 sources = [
35 sources = [
44 sources = [
53 sources = [
62 sources = [
71 sources = [
80 sources = [
88 sources = [
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/omnibox/resources/
H A DBUILD.gn8 sources = [
17 sources = [
26 sources = [
35 sources = [
44 sources = [
53 sources = [
62 sources = [
71 sources = [
80 sources = [
88 sources = [
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/
H A Dsetup.py65 sources = ['psutil/_psutil_common.c'] variable
67 sources.append('psutil/_psutil_posix.c')
146 sources=sources + [
172 sources=sources + [
185 sources=sources + [
198 sources=sources + [
209 sources=sources + [
250 sources=sources + ['psutil/_psutil_linux.c'],
257 sources=sources + [
269 sources=sources + [
[all …]

1...<<11121314151617181920>>...2285