Searched refs:Hash (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/BerkeleyDB/
H A DHash.pm2 package BerkeleyDB::Hash ;
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Domap.rb2 class Omap < ::Hash
H A Dset.rb2 class Set < ::Hash
/macosx-10.9.5/CPAN-52/Modules/Hash-Merge-0.12/
H A DMakefile1 NAME = Hash-Merge
/macosx-10.9.5/CPANInternal-140/Readonly/t/
H A Dexport.t9 BEGIN {use_ok('Readonly', qw/Scalar Scalar1 Array Array1 Hash Hash1/); }
H A Ddocs.t45 eval {Readonly::Hash %a1 => (key1 => "value1", key2 => "value2")};
46 is $@ => '', 'Hash constant';
49 eval {Readonly::Hash %a2 => %computed_values};
50 is $@ => '', 'Hash, computed values';
52 eval {Readonly::Hash %a3 => ()};
54 eval {Readonly::Hash %a4};
57 eval {Readonly::Hash %a5 => (key1 => "value1", "value2")};
H A Dhash.t22 eval {Readonly::Hash %h1 => (a=>"A", b=>"B", c=>"C", d=>"D")};
24 eval {Readonly::Hash %mh1 => (one=>1, two=>2, three=>3, 4)};
26 eval {Readonly::Hash %mh1 => {one=>1, two=>2, three=>3, four=>4}};
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/t/
H A Dexport.t9 BEGIN {use_ok('Readonly', qw/Scalar Scalar1 Array Array1 Hash Hash1/); }
H A Ddocs.t45 eval {Readonly::Hash %a1 => (key1 => "value1", key2 => "value2")};
46 is $@ => '', 'Hash constant';
49 eval {Readonly::Hash %a2 => %computed_values};
50 is $@ => '', 'Hash, computed values';
52 eval {Readonly::Hash %a3 => ()};
54 eval {Readonly::Hash %a4};
57 eval {Readonly::Hash %a5 => (key1 => "value1", "value2")};
H A Dhash.t22 eval {Readonly::Hash %h1 => (a=>"A", b=>"B", c=>"C", d=>"D")};
24 eval {Readonly::Hash %mh1 => (one=>1, two=>2, three=>3, 4)};
26 eval {Readonly::Hash %mh1 => {one=>1, two=>2, three=>3, four=>4}};
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dcontainer.rb21 Hash[*simplelist(tk_send_without_enc('find', '-command', pat))]
25 Hash[*simplelist(tk_send_without_enc('find', '-name', pat))]
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dfreq.rb3 freq = Hash.new(0)
H A Doccur.rb3 freq = Hash.new(0)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntRectHash.h40 return pairIntHash(DefaultHash<WebCore::IntPoint>::Hash::hash(key.location()), DefaultHash<WebCore::IntSize>::Hash::hash(key.size()));
44 return DefaultHash<WebCore::IntPoint>::Hash::equal(a.location(), b.location()) && DefaultHash<WebCore::IntSize>::Hash::equal(a.size(), b.size());
48 template<> struct DefaultHash<WebCore::IntRect> { typedef IntHash<WebCore::IntRect> Hash; }; typedef in struct:WTF::DefaultHash
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/visitors/
H A Dvisitor.rb10 DISPATCH = Hash.new do |hash, klass|
/macosx-10.9.5/swig-10/Source/Preprocessor/
H A Dpreprocessor.h22 extern Hash *Preprocessor_define(const_String_or_char_ptr str, int swigmacro);
/macosx-10.9.5/swig-10/Source/Swig/
H A Dwarn.c15 static Hash *warnings = 0;
/macosx-10.9.5/swig-10/Source/DOH/
H A Dhash.c18 /* Hash node */
25 /* Hash object */
26 typedef struct Hash { struct
32 } Hash; typedef in typeref:struct:Hash
110 Hash *h = (Hash *) ObjData(ho);
135 Hash *h = (Hash *) ObjData(ho);
152 static void resize(Hash *h) {
206 Hash *
[all...]
/macosx-10.9.5/CPANInternal-140/Variable-Magic/samples/
H A Dcopy.pl8 use Tie::Hash;
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Ddrbssl_c.rb8 config = Hash.new
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DCallIdentifier.h58 struct Hash { struct in struct:JSC::CallIdentifier
73 unsigned hash() const { return Hash::hash(*this); }
85 template<> struct DefaultHash<JSC::CallIdentifier> { typedef JSC::CallIdentifier::Hash Hash; }; typedef in struct:WTF::DefaultHash
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dxpath.rb8 # A base Hash object, supposing to be used when initializing a
20 # If supplied, a Hash which defines a namespace mapping.
22 # If supplied, a Hash which maps $variables in the query
31 raise "The namespaces argument, if supplied, must be a hash object." unless namespaces.nil? or namespaces.kind_of?(Hash)
32 raise "The variables argument, if supplied, must be a hash object." unless variables.kind_of?(Hash)
48 # If supplied, a Hash which defines a namespace mapping
50 # If supplied, a Hash which maps $variables in the query
60 raise "The namespaces argument, if supplied, must be a hash object." unless namespaces.nil? or namespaces.kind_of?(Hash)
61 raise "The variables argument, if supplied, must be a hash object." unless variables.kind_of?(Hash)
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DStringReference.h73 struct Hash { struct in class:CoreIPC::StringReference
90 typedef CoreIPC::StringReference::Hash Hash; typedef in struct:WTF::DefaultHash
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Ddialog.rb34 if (c = configs.call(i)).kind_of?(Hash)
41 if (c = configs[i]).kind_of?(Hash)
46 when Hash
48 if (c = configs[s]).kind_of?(Hash)
83 if keys.kind_of?(Hash)
110 if @buttons.kind_of?(Hash)
129 if @message_config.kind_of?(Hash)
137 if @msgframe_config.kind_of?(Hash)
145 if @btnframe_config.kind_of?(Hash)
153 if @bitmap_config.kind_of?(Hash)
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-3.1.t32 my $db = tie %hash, 'BerkeleyDB::Hash', -Filename => $Dfile,
126 my $db1 = new BerkeleyDB::Hash -Filename => $Dfile,
129 isa_ok $db1, 'BerkeleyDB::Hash', " create database ok";
156 my $db3 = new BerkeleyDB::Hash -Filename => $Dfile,
158 isa_ok $db3, 'BerkeleyDB::Hash', " verify rename";
167 my $db1 = new BerkeleyDB::Hash -Filename => $Dfile,
170 isa_ok $db1, 'BerkeleyDB::Hash', " create database ok";
172 my $db2 = new BerkeleyDB::Hash -Filename => $Dfile,
175 isa_ok $db2, 'BerkeleyDB::Hash', " create database ok";
196 my $db3 = new BerkeleyDB::Hash
[all...]

Completed in 276 milliseconds

1234567891011>>