Searched refs:reference (Results 1 - 25 of 632) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rdoc/rd/
H A Dinline.rb7 # The text of the reference
9 attr_reader :reference
12 # The markup of this reference in RDoc format
17 # Creates a new Inline for +rdoc+ and +reference+.
19 # +rdoc+ may be another Inline or a String. If +reference+ is not given it
22 def self.new rdoc, reference = rdoc
23 if self === rdoc and reference.equal? rdoc then
33 def initialize rdoc, reference # :not-new:
34 @reference = reference
[all...]
/macosx-10.10/groff-38/groff/src/preproc/refer/
H A Dref.h22 int compare_reference(const reference &, const reference &);
23 int same_reference(const reference &, const reference &);
24 int same_year(const reference &, const reference &);
25 int same_date(const reference &, const reference &);
26 int same_author_last_name(const reference &, const reference
48 class reference { class
[all...]
H A Dlabel.y47 // Does the tentative label depend on the reference?
54 virtual void evaluate(int, const reference &, string &,
62 void evaluate(int, const reference &, string &, substring_position &);
73 void evaluate(int, const reference &, string &, substring_position &);
82 void evaluate(int, const reference &, string &, substring_position &);
90 void evaluate(int, const reference &, string &, substring_position &);
99 void evaluate(int, const reference &, string &, substring_position &) = 0;
109 void evaluate(int, const reference &, string &, substring_position &);
116 void evaluate(int, const reference &, string &, substring_position &);
129 void evaluate(int, const reference
[all...]
H A Dlabel.cpp36 /* Does the tentative label depend on the reference?*/
43 virtual void evaluate(int, const reference &, string &,
51 void evaluate(int, const reference &, string &, substring_position &);
62 void evaluate(int, const reference &, string &, substring_position &);
71 void evaluate(int, const reference &, string &, substring_position &);
79 void evaluate(int, const reference &, string &, substring_position &);
88 void evaluate(int, const reference &, string &, substring_position &) = 0;
98 void evaluate(int, const reference &, string &, substring_position &);
105 void evaluate(int, const reference &, string &, substring_position &);
118 void evaluate(int, const reference
[all...]
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dsync.py51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
52 if log != reference:
54 print("Exprected: %s" % reference)
63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
64 if log != reference:
66 print("Exprected: %s" % reference)
75 reference = "startDocument:startElement foo None:startElement bar2 None:" variable
76 if log != reference:
78 print("Exprected: %s" % reference)
87 reference variable
99 reference = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:" variable
111 reference = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:endElement bar2:" variable
123 reference = "startDocument:startElement foo None:" variable
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dsync.py51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
52 if log != reference:
54 print "Exprected: %s" % reference
63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
64 if log != reference:
66 print "Exprected: %s" % reference
75 reference = "startDocument:startElement foo None:startElement bar2 None:" variable
76 if log != reference:
78 print "Exprected: %s" % reference
87 reference variable
99 reference = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:" variable
111 reference = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:endElement bar2:" variable
123 reference = "startDocument:startElement foo None:" variable
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DLabel.java66 * Informations about forward references. Each forward reference is
69 * forward reference, while the second is the position of the first byte of
70 * the forward reference itself. In fact the sign of the first integer
71 * indicates if this reference uses 2 or 4 bytes, and its absolute value
151 * Puts a reference to this label in the bytecode of a method. If the
153 * directly. Otherwise, a null offset is written and a new forward reference
160 * @param wideOffset <tt>true</tt> if the reference must be stored in 4
189 * Adds a forward reference to this label. This method must be called only
190 * for a true forward reference, i.e. only if this label is not resolved
191 * yet. For backward references, the offset of the reference ca
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/light/
H A Dnode.rb85 def []( reference, ns=nil )
86 if reference.kind_of? String
89 at(3)["#{pfx}#{reference}"]
90 elsif reference.kind_of? Range
91 _old_get( Range.new(4+reference.begin, reference.end, reference.exclude_end?) )
93 _old_get( 4+reference )
102 def []=( reference, ns, value=nil )
103 if reference
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DRef.h39 template<typename U> Ref(PassRef<U> reference) : m_ptr(&reference.leakRef()) { } argument
50 template<typename U> Ref& operator=(PassRef<U> reference) argument
53 m_ptr = &reference.leakRef();
69 template<typename T> template<typename U> inline PassRef<T> Ref<T>::replace(PassRef<U> reference) argument
72 m_ptr = &reference.leakRef();
H A DPassRef.h73 template<typename T> inline PassRef<T>::PassRef(T& reference) argument
74 : m_reference(reference)
79 reference.ref();
137 template<typename T> inline PassRef<T>::PassRef(T& reference, AdoptTag) argument
138 : m_reference(reference)
145 template<typename T> inline PassRef<T> adoptRef(T& reference) argument
147 adopted(&reference);
148 return PassRef<T>(reference, PassRef<T>::Adopt);
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_rd_inline.rb14 refute_equal inline.rdoc, inline.reference
20 assert_equal inline.rdoc, inline.reference
21 refute_same inline.rdoc, inline.reference
28 assert_equal 'text', inline.reference
37 assert_equal 'texttext', @inline.reference
44 assert_equal 'text more', @inline.reference
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/include/format/
H A Djson.inc13 {reference {
21 {reference {
26 {reference {
46 "reference" : {
55 "reference" : {
61 "reference" : {
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_iterator_base_types.h116 /// This type represents a reference-to-value_type.
117 typedef _Reference reference; typedef in struct:iterator
133 typedef typename _Iterator::reference reference; typedef in struct:iterator_traits
143 typedef _Tp& reference; typedef in struct:iterator_traits
153 typedef const _Tp& reference; typedef in struct:iterator_traits
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserClient.h76 OSObject * target = 0, void * reference = 0);
79 static IOReturn openShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
81 static IOReturn closeShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
83 static IOReturn getListOfSetsShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
85 static IOReturn getSetPropertiesShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
87 static IOReturn getMemberPropertiesShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
89 static IOReturn updateSetShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
91 static IOReturn getVolumesForGroupShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
93 static IOReturn getVolumePropertiesShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
95 static IOReturn getVolumeExtentsShim(OSObject * target, void * reference, IOExternalMethodArgument argument
97 updateLogicalVolumeShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
99 destroyLogicalVolumeShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_read_format_cpio_bin_be.c32 const char *reference = "test_read_format_cpio_bin_be.cpio"; local
34 extract_reference_file(reference);
39 archive_read_open_filename(a, reference, 10));
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/
H A Dbasic_types.hpp73 typedef typename mapped_type_allocator::reference mapped_reference;
80 typedef typename value_type_allocator::reference reference; typedef in struct:pb_ds::detail::value_type_base
100 typedef typename mapped_type_allocator::reference mapped_reference;
107 typedef typename value_type_allocator::reference reference; typedef in struct:pb_ds::detail::value_type_base
134 typedef typename mapped_type_allocator::reference mapped_reference;
142 typedef typename value_type_allocator::reference reference; typedef in struct:pb_ds::detail::value_type_base
176 typedef typename mapped_type_allocator::reference mapped_referenc
184 typedef typename value_type_allocator::reference reference; typedef in struct:pb_ds::detail::value_type_base
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DInMemoryStruct.h27 typedef value_type &reference; typedef in class:llvm::InMemoryStruct
43 InMemoryStruct(reference Value) : Target(&Contents), Contents(Value) {}
60 reference operator*() {
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/basic_tree_policy/
H A Dnull_node_metadata.hpp65 typedef const_reference reference; typedef in struct:pb_ds::detail::dumconst_node_iterator
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp464 // As each object is written, the object reference is put in the aggregate buffer. Then,
529 ObjectReference reference = m_plan.booleanTrueObjectReference(); local
530 if (m_currentObjectReference != reference)
531 ASSERT(reference < m_currentObjectReference);
536 addAggregateObjectReference(reference);
541 ObjectReference reference = m_plan.integerObjectReference(integer);
542 if (m_currentObjectReference != reference)
543 ASSERT(reference < m_currentObjectReference);
546 return reference;
556 ObjectReference reference
745 appendObjectReference(ObjectReference reference) argument
778 ObjectReference reference = m_currentObjectReference++; local
812 addAggregateObjectReference(ObjectReference reference) argument
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceUserClient.h60 void * reference,
64 void * reference,
69 void * reference,
74 void * reference,
99 void * reference);
H A DIOHIDLibUserClient.h223 void * reference);
229 static IOReturn _open(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
233 static IOReturn _close(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
237 static IOReturn _getElementCount(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
241 static IOReturn _getElements(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
246 static IOReturn _deviceIsValid(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
250 static IOReturn _setQueueAsyncPort(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
254 static IOReturn _createQueue(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
258 static IOReturn _disposeQueue(IOHIDLibUserClient * target, void * reference, IOExternalMethodArguments * arguments);
262 static IOReturn _addElementToQueue(IOHIDLibUserClient * target, void * reference, IOExternalMethodArgument
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D020_unknown.t19 ok( $@ =~ /cannot encode reference to scalar/, $@ );
22 ok( $@ =~ /cannot encode reference to scalar/, $@ );
25 ok( $@ =~ /cannot encode reference to scalar/, $@ );
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp89 typename type_traits::reference,
102 typename type_traits::reference,
115 typename type_traits::reference,
128 typename type_traits::reference,
203 typename type_traits::reference,
218 typename type_traits::reference,
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dentity.rb27 # reference. For anything more complicated, you have to pass a Source to
35 def initialize stream, value=nil, parent=nil, reference=false
41 @reference = true
44 @reference = false
59 @reference = reference
101 out << '% ' if @reference
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/unordered_iterator/
H A Dpoint_iterator.hpp69 // Iterator's reference type.
70 typedef reference_ reference; typedef in class:point_iterator_
72 // Iterator's const reference type.
101 inline reference

Completed in 197 milliseconds

1234567891011>>