Searched refs:loaded (Results 1 - 25 of 584) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Term-ReadPassword-0.11/t/
H A D1_basics.t4 END {print "not ok 1\n" unless $loaded;}
6 $loaded = 1;
/macosx-10.10/ruby-106/ruby/test/rubygems/plugin/load/
H A Drubygems_plugin.rb2 TEST_PLUGIN_LOAD = :loaded
/macosx-10.10/ruby-106/ruby/test/rubygems/plugin/exception/
H A Drubygems_plugin.rb1 TestGem::TEST_PLUGIN_EXCEPTION = :loaded
/macosx-10.10/ruby-106/ruby/test/rubygems/plugin/standarderror/
H A Drubygems_plugin.rb1 TestGem::TEST_PLUGIN_STANDARDERROR = :loaded
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_constant.rb46 loaded = Marshal.load Marshal.dump c
47 loaded.store = @store
51 assert_equal c, loaded
53 assert_equal aliased, loaded.is_alias_for
54 assert_equal comment, loaded.comment
55 assert_equal top_level, loaded.file
56 assert_equal 'Klass::CONST', loaded.full_name
57 assert_equal 'CONST', loaded.name
58 assert_nil loaded.visibility
59 assert_equal cm, loaded
[all...]
H A Dtest_rdoc_attr.rb56 loaded = Marshal.load Marshal.dump @a
57 loaded.store = @store
59 assert_equal @a, loaded
64 assert_equal comment, loaded.comment
65 assert_equal 'file.rb', loaded.file.relative_name
66 assert_equal 'Klass#attr', loaded.full_name
67 assert_equal 'attr', loaded.name
68 assert_equal 'RW', loaded.rw
69 assert_equal false, loaded.singleton
70 assert_equal :public, loaded
[all...]
H A Dtest_rdoc_context_section.rb66 loaded = Marshal.load Marshal.dump @s
71 assert_equal 'section', loaded.title
72 assert_equal expected, loaded.comments
73 assert_nil loaded.parent, 'parent is set manually'
79 loaded = Marshal.load Marshal.dump s
81 assert_equal 'section', loaded.title
82 assert_empty loaded.comments
83 assert_nil loaded.parent, 'parent is set manually'
87 loaded = Marshal.load "\x04\bU:\eRDoc::Context::Section" +
97 assert_equal 'section', loaded
[all...]
H A Dtest_rdoc_any_method.rb81 loaded = Marshal.load Marshal.dump m
82 loaded.store = @store
87 assert_equal m, loaded
89 assert_equal [al_m.name], loaded.aliases.map { |alas| alas.name }
90 assert_equal 'some_block', loaded.block_params
91 assert_equal 'call_seq', loaded.call_seq
92 assert_equal comment, loaded.comment
93 assert_equal top_level, loaded.file
94 assert_equal 'Klass#method', loaded.full_name
95 assert_equal 'method', loaded
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequestProgressEvent.h41 static PassRefPtr<XMLHttpRequestProgressEvent> create(const AtomicString& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0)
43 return adoptRef(new XMLHttpRequestProgressEvent(type, lengthComputable, loaded, total));
47 unsigned long long position() const { return loaded(); }
54 XMLHttpRequestProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
55 : ProgressEvent(type, lengthComputable, loaded, total)
H A DXMLHttpRequestUpload.cpp45 void XMLHttpRequestUpload::dispatchThrottledProgressEvent(bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
48 m_loaded = loaded;
51 dispatchEvent(XMLHttpRequestProgressEvent::create(eventNames().progressEvent, lengthComputable, loaded, total));
/macosx-10.10/CPANInternal-159.1/Filesys-Df-0.92/
H A Dtest.pl10 END {print "not ok 1\n" unless $loaded;}
14 $loaded = 1;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DProgressEvent.cpp35 , loaded(0)
50 , m_loaded(initializer.loaded)
55 ProgressEvent::ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
58 , m_loaded(loaded)
H A DProgressEvent.h37 unsigned long long loaded; member in struct:WebCore::ProgressEventInit
47 static PassRefPtr<ProgressEvent> create(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total) argument
49 return adoptRef(new ProgressEvent(type, lengthComputable, loaded, total));
57 unsigned long long loaded() const { return m_loaded; } function in class:WebCore::ProgressEvent
64 ProgressEvent(const AtomicString& type, bool lengthComputable, unsigned long long loaded, unsigned long long total);
H A DProgressEvent.idl31 [InitializedByEventConstructor] readonly attribute unsigned long long loaded;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dsets.tcl34 # was successfully loaded; and False otherwise.
62 # Activates a loaded named implementation.
72 variable loaded
74 if {[string equal $key $loaded]} {
89 if {![string equal $loaded ""]} {
90 rename ::struct::set ::struct::set_$loaded
102 set loaded $key
107 variable loaded
108 return $loaded
114 # present, i.e. loaded
[all...]
H A Dtree.tcl31 # was successfully loaded; and False otherwise.
59 # Activates a loaded named implementation.
69 variable loaded
71 if {[string equal $key $loaded]} {
86 if {![string equal $loaded ""]} {
87 rename ::struct::tree ::struct::tree_$loaded
88 rename ::struct::tree::prune ::struct::tree::prune_$loaded
101 set loaded $key
108 # present, i.e. loaded.
156 variable loaded {}
[all...]
H A Dgraph.tcl30 # was successfully loaded; and False otherwise.
58 # Activates a loaded named implementation.
68 variable loaded
70 if {[string equal $key $loaded]} {
85 if {![string equal $loaded ""]} {
86 rename ::struct::graph ::struct::graph_$loaded
98 set loaded $key
105 # present, i.e. loaded.
153 variable loaded {}
H A Dqueue.tcl30 # was successfully loaded; and False otherwise.
65 # Activates a loaded named implementation.
75 variable loaded
77 if {[string equal $key $loaded]} {
92 if {![string equal $loaded ""]} {
93 rename ::struct::queue ::struct::queue_$loaded
105 set loaded $key
112 # present, i.e. loaded.
160 variable loaded {}
H A Dstack.tcl30 # was successfully loaded; and False otherwise.
65 # Activates a loaded named implementation.
75 variable loaded
77 if {[string equal $key $loaded]} {
92 if {![string equal $loaded ""]} {
93 rename ::struct::stack ::struct::stack_$loaded
105 set loaded $key
112 # present, i.e. loaded.
160 variable loaded {}
/macosx-10.10/ruby-106/ruby/test/psych/
H A Dtest_object.rb38 loaded = Psych.load Psych.dump foo
40 assert_instance_of(Foo, loaded)
41 assert_equal loaded, loaded.parent
H A Dtest_set.rb23 loaded = Psych.load(<<-eoyml)
28 assert_equal(@set, loaded)
36 loaded = Psych.load(<<-eoyml)
41 assert_instance_of(Psych::Set, loaded)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_parse_peg.tcl30 # was successfully loaded; and False otherwise.
57 # Activates a loaded named implementation.
67 variable loaded
69 if {$key eq $loaded} {
84 if {$loaded ne {}} {
85 rename ::pt::parse::peg ::pt::parse::peg_$loaded
97 set loaded $key
104 # present, i.e. loaded.
152 variable loaded {}
H A Dpt_rdengine.tcl37 # was successfully loaded; and False otherwise.
64 # Activates a loaded named implementation.
74 variable loaded
76 if {$key eq $loaded} {
91 if {$loaded ne {}} {
92 rename ::pt::rde ::pt::rde_$loaded
104 set loaded $key
111 # present, i.e. loaded.
159 variable loaded {}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/base32/
H A Dbase32.tcl30 # was successfully loaded; and False otherwise.
58 # Activates a loaded named implementation.
68 variable loaded
70 if {[string equal $key $loaded]} {
85 if {![string equal $loaded ""]} {
87 rename ::base32::$c ::base32::${loaded}_$c
102 set loaded $key
109 # present, i.e. loaded.
155 variable loaded {}
H A Dbase32hex.tcl30 # was successfully loaded; and False otherwise.
58 # Activates a loaded named implementation.
68 variable loaded
70 if {[string equal $key $loaded]} {
85 if {![string equal $loaded ""]} {
87 rename ::base32::hex::$c ::base32::hex::${loaded}_$c
102 set loaded $key
109 # present, i.e. loaded.
155 variable loaded {}

Completed in 306 milliseconds

1234567891011>>