Home
last modified time | relevance | path

Searched refs:b_spec (Results 1 – 18 of 18) sorted by relevance

/dports/misc/xdelta3/xdelta-3.1.0/xdelta3/testing/
H A Dcmp.h43 const FileSpec &b_spec, in CmpDifferentBlockBytesAtOffset() argument
47 CHECK_LE(offset, b_spec.Size()); in CmpDifferentBlockBytesAtOffset()
48 if (b_spec.Size() < offset + size) { in CmpDifferentBlockBytesAtOffset()
49 size = b_spec.Size() - offset; in CmpDifferentBlockBytesAtOffset()
51 b_spec.Get(&b, offset, size); in CmpDifferentBlockBytesAtOffset()
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/xdelta3/testing/
H A Dcmp.h57 const FileSpec &b_spec, in CmpDifferentBlockBytesAtOffset() argument
61 CHECK_LE(offset, b_spec.Size()); in CmpDifferentBlockBytesAtOffset()
62 if (b_spec.Size() < offset + size) { in CmpDifferentBlockBytesAtOffset()
63 size = b_spec.Size() - offset; in CmpDifferentBlockBytesAtOffset()
65 b_spec.Get(&b, offset, size); in CmpDifferentBlockBytesAtOffset()
/dports/lang/ruby26/ruby-2.6.9/test/rubygems/
H A Dtest_gem_request_set.rb319 b_spec = Gem::Resolver::SpecSpecification.new nil, b
327 res = rs.resolve StaticSet.new [a_spec, b_spec, c_spec]
541 b_spec = Gem::Resolver::SpecSpecification.new nil, b
544 rs.resolve StaticSet.new [a_spec, b_spec, c_spec]
560 b_spec = Gem::Resolver::SpecSpecification.new nil, b
563 rs.resolve StaticSet.new [a_spec, b_spec, c_spec]
583 b_spec = Gem::Resolver::SpecSpecification.new nil, b
586 rs.resolve StaticSet.new [a_spec, b_spec, c_spec]
588 b_req = Gem::Resolver::ActivationRequest.new b_spec, nil
H A Dtest_gem_source_git.rb269 b_spec = specs.shift
271 assert_equal File.join(source.install_dir, 'b'), b_spec.full_gem_path
273 b_spec.loaded_from
274 assert_equal base_dir, b_spec.base_dir
276 assert_equal extension_dir, b_spec.extension_dir
H A Dtest_gem_resolver_local_specification.rb40 b_spec = Gem::Resolver::InstalledSpecification.new @set, b, source
42 assert b_spec.installable_platform?
H A Dtest_gem_resolver_installed_specification.rb43 b_spec = Gem::Resolver::InstalledSpecification.new @set, b, source
45 assert b_spec.installable_platform?
H A Dtest_gem_resolver_specification.rb48 b_spec = TestSpec.new b
50 refute b_spec.installable_platform?
H A Dtest_gem_resolver_api_specification.rb92 b_spec = Gem::Resolver::APISpecification.new set, data
94 refute b_spec.installable_platform?
H A Dtest_gem_resolver.rb193 b_spec = util_spec 'b', 1 do |s| s.add_development_dependency 'c' end
200 s = set a_spec, b_spec, c_spec
206 assert_resolves_to [a_spec, b_spec, c_spec], res
215 b_spec = util_spec 'b', 1 do |s| s.add_development_dependency 'c' end
225 s = set a_spec, b_spec, c_spec, d_spec, e_spec
232 assert_resolves_to [a_spec, b_spec, d_spec], res
H A Dtest_gem_dependency.rb188 b_spec = util_spec 'b', 2
192 refute a_dep.match? b_spec
196 refute b_dep.match? b_spec
/dports/graphics/gimp-app/gimp-2.10.30/libgimpconfig/
H A Dgimpconfig-utils.c130 GParamSpec *b_spec = g_object_class_find_property (G_OBJECT_GET_CLASS (b), in gimp_config_diff_other() local
133 if (b_spec && in gimp_config_diff_other()
134 (a_spec->value_type == b_spec->value_type) && in gimp_config_diff_other()
135 (! flags || (a_spec->flags & b_spec->flags & flags) == flags)) in gimp_config_diff_other()
137 if (gimp_config_diff_property (a, b, b_spec)) in gimp_config_diff_other()
138 list = g_list_prepend (list, b_spec); in gimp_config_diff_other()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-delta.c184 t_uchar * b_spec; in arch_cmd_delta() local
195 b_spec = argv[2]; in arch_cmd_delta()
210 mod = interpret_delta_path (0, 0, scratch_dir, default_archive, b_spec, cache_dir); in arch_cmd_delta()
/dports/devel/brz/breezy-3.2.0/breezy/tests/test_patches_data/
H A Ddiff58 delta=arch.iter_delta(a_spec, b_spec, changeset)
66 - if isinstance(b_spec, arch.Revision):
67 - b_dir = b_spec.library_find()
69 - b_dir = b_spec
72 + if isinstance(b_spec, arch.Revision):
73 + b_dir = b_spec.library_find()
75 + b_dir = b_spec
H A Dmod272 cmdutil.ensure_archive_registered(b_spec.archive)
274 b_spec=tree
275 return options, a_spec, b_spec
296 delta=arch.iter_delta(a_spec, b_spec, changeset)
316 if isinstance(b_spec, arch.Revision):
317 b_dir = b_spec.library_find()
319 b_dir = b_spec
406 b_spec = cmdutil.determine_revision_tree(tree, args[1])
407 cmdutil.ensure_archive_registered(b_spec.archive)
408 return options, a_spec, b_spec
[all …]
H A Dorig266 cmdutil.ensure_archive_registered(b_spec.archive)
268 b_spec=tree
269 return options, a_spec, b_spec
290 delta=arch.iter_delta(a_spec, b_spec, changeset)
309 if isinstance(b_spec, arch.Revision):
310 b_dir = b_spec.library_find()
312 b_dir = b_spec
400 b_spec = cmdutil.determine_revision_tree(tree, args[1])
401 cmdutil.ensure_archive_registered(b_spec.archive)
402 return options, a_spec, b_spec
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/sci_files/
H A Dsci_eig.sci21 // Because %c_spec and %b_spec are not defined
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dxcolor.sty.ltxml633 # \definecolorseries{<name>}{<core_model>}{<method>}[<b_model>]{<b_spec>}[<s_model>]{<s_spec>}
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DNumber.cc9694 bool b_spec = true; local
9697 else b_spec = false;
9700 if(b_spec) {