Searched refs:wrappers (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/properties/
H A DSVGTransformListPropertyTearOff.h34 static PassRefPtr<SVGListPropertyTearOff<SVGTransformList>> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers) argument
37 return adoptRef(new SVGTransformListPropertyTearOff(animatedProperty, role, values, wrappers));
72 SVGTransformListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGTransformList& values, ListWrapperCache& wrappers) argument
73 : SVGListPropertyTearOff<SVGTransformList>(animatedProperty, role, values, wrappers)
H A DSVGAnimatedListPropertyTearOff.h97 // Switch to new passed in value type & new wrappers list. The new wrappers list must be created for the new value.
103 ASSERT(animVal->values().size() == animVal->wrappers().size());
104 ASSERT(animVal->wrappers().size() == m_animatedWrappers.size());
115 ASSERT(animVal->values().size() == animVal->wrappers().size());
116 ASSERT(animVal->wrappers().size() == m_animatedWrappers.size());
119 ASSERT(animVal->values().size() == animVal->wrappers().size());
120 ASSERT(animVal->wrappers().size() == m_wrappers.size());
130 // Also existing wrappers which point directly at elements in the existing SVGLengthList have to be detached (so a copy
136 ASSERT(animVal->values().size() == animVal->wrappers()
[all...]
H A DSVGPathSegListPropertyTearOff.h37 static PassRefPtr<SVGPathSegListPropertyTearOff> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers) argument
40 return adoptRef(new SVGPathSegListPropertyTearOff(animatedProperty, role, pathSegRole, values, wrappers));
114 SVGPathSegListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, SVGPathSegRole pathSegRole, SVGPathSegList& values, ListWrapperCache& wrappers) argument
115 : SVGListProperty<SVGPathSegList>(role, values, &wrappers)
H A DSVGListProperty.h61 static void detachListWrappersAndResize(ListWrapperCache* wrappers, unsigned newListSize = 0) argument
64 ASSERT(wrappers);
65 unsigned size = wrappers->size();
67 if (ListItemTearOff* item = wrappers->at(i).get())
73 wrappers->fill(0, newListSize);
75 wrappers->clear();
83 void setValuesAndWrappers(PropertyType* values, ListWrapperCache* wrappers, bool shouldOwnValues) argument
85 // This is only used for animVal support, to switch the underlying values & wrappers
94 m_wrappers = wrappers;
443 ListWrapperCache& wrappers() cons function in class:WebCore::SVGListProperty
450 SVGListProperty(SVGPropertyRole role, PropertyType& values, ListWrapperCache* wrappers) argument
[all...]
H A DSVGListPropertyTearOff.h43 static PassRefPtr<Self> create(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers) argument
46 return adoptRef(new Self(animatedProperty, role, values, wrappers));
117 SVGListPropertyTearOff(AnimatedListPropertyTearOff* animatedProperty, SVGPropertyRole role, PropertyType& values, ListWrapperCache& wrappers) argument
118 : SVGListProperty<PropertyType>(role, values, &wrappers)
137 // Update existing wrappers, as the index in the values list has changed.
179 // 'newItem' is already living in another list. If it's not our list, synchronize the other lists wrappers after the removal.
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITCode.cpp164 RegisterPreservationWrappers* wrappers = ensureWrappers(); local
165 if (!wrappers->withoutArityCheck)
166 wrappers->withoutArityCheck = generateRegisterPreservationWrapper(vm, executable, m_ref.code());
167 return wrappers->withoutArityCheck.code();
181 RegisterPreservationWrappers* wrappers = ensureWrappers(); local
182 if (!wrappers->withArityCheck)
183 wrappers->withArityCheck = generateRegisterPreservationWrapper(vm, executable, m_withArityCheck);
184 return wrappers->withArityCheck.code();
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A DMakefile365 # The following targets build Java wrappers for the dns-sd.h API.
398 @echo "Java wrappers done"
439 # The following target builds documentation for the Java wrappers.
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dinstall_update_options.rb100 add_option(:"Install/Update", '-w', '--[no-]wrappers',
101 'Use bin wrappers for executables',
103 options[:wrappers] = value
162 '--document=rdoc,ri --wrappers'
H A Ddependency_installer.rb35 :wrappers => true,
56 # :wrappers:: See Gem::Installer::new
82 @wrappers = options[:wrappers]
376 :wrappers => @wrappers,
H A Dinstaller_test_case.rb64 attr_writer :wrappers
H A Dinstaller.rb20 # and installing either wrappers or symlinks for executables.
93 # :env_shebang:: Use /usr/bin/env in bin wrappers.
106 # :wrappers:: Install wrappers if true, symlinks if false.
386 if @wrappers then
405 FileUtils.rm_f bin_script_path # prior install may have been --no-wrappers
560 @wrappers = options[:wrappers]
H A Dtest_case.rb361 Gem::Installer.new(gem, options.merge({:wrappers => true})).install
/macosx-10.10/perl-103/
H A DMakefile129 mergebin: $(OBJROOT)/wrappers
132 for w in `sort -u $(OBJROOT)/wrappers`; do \
139 $(OBJROOT)/wrappers:
143 touch $(OBJROOT)/wrappers && \
157 echo $$f >> $(OBJROOT)/wrappers && \
222 customman: $(OBJROOT)/wrappers
228 for w in `sort -u $(OBJROOT)/wrappers`; do \
/macosx-10.10/CPAN-56/
H A DGNUmakefile124 mergebin: $(OBJROOT)/wrappers
125 @[ ! -s $(OBJROOT)/wrappers ] || { set -x && \
127 for w in `sort -u $(OBJROOT)/wrappers`; do \
133 $(OBJROOT)/wrappers:
137 touch $(OBJROOT)/wrappers && \
151 echo $$f >> $(OBJROOT)/wrappers && \
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_installer.rb158 @installer.wrappers = true
219 @installer.wrappers = true
248 @installer.wrappers = true
262 @installer.wrappers = true
322 @installer.wrappers = true
367 @installer.wrappers = true
383 @installer.wrappers = true
397 @installer.wrappers = true
411 @installer.wrappers = true
437 @installer.wrappers
[all...]
H A Dtest_gem_command_manager.rb114 assert_equal true, check_options[:wrappers]
126 assert_equal false, check_options[:wrappers]
H A Dtest_gem_dependency_installer.rb498 inst = Gem::DependencyInstaller.new :env_shebang => true, :wrappers => true, :format_executable => false
800 inst = Gem::DependencyInstaller.new :wrappers => false, :format_executable => false
/macosx-10.10/python-89/
H A DMakefile137 mergebin: $(DSTROOT)$(VERSIONHEADER) $(OBJROOT)/wrappers
140 for w in `sort -u $(OBJROOT)/wrappers`; do \
147 $(OBJROOT)/wrappers:
151 touch $(OBJROOT)/wrappers && \
221 customman: $(OBJROOT)/wrappers
228 for w in `sort -u $(OBJROOT)/wrappers`; do \
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Denvironment_command.rb43 install: --no-wrappers
44 update: --no-wrappers
H A Dinstall_command.rb60 directory by default. This can be overridden with the --no-wrappers option.
H A Dpristine_command.rb113 :wrappers => true,
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMWindowBase.cpp277 DOMObjectWrapperMap& wrappers = wrapperWorlds[i]->m_wrappers; local
278 auto result = wrappers.find(window);
279 if (result == wrappers.end())
/macosx-10.10/OpenSSH-189/openssh/contrib/suse/
H A Dopenssh.spec143 --with-tcp-wrappers \
/macosx-10.10/zsh-61/zsh/Src/
H A Dmodule.c564 * Function wrappers.
567 /* The list of function wrappers defined. */
570 FuncWrap wrappers; variable
584 * happen since we usually add wrappers when a real module is
592 for (p = wrappers, q = NULL; p; q = p, p = p->next);
596 wrappers = w;
617 for (p = wrappers, q = NULL; p && p != w; q = p, p = p->next);
623 wrappers = p->next;
/macosx-10.10/OpenSSH-189/openssh/contrib/caldera/
H A Dopenssh.spec181 --with-tcp-wrappers \

Completed in 377 milliseconds

12