Searched defs:reference (Results 126 - 150 of 186) sorted by relevance

12345678

/external/llvm/include/llvm/ADT/
H A Dilist.h155 typedef typename super::reference reference; typedef in class:llvm::ilist_iterator
176 ilist_iterator(reference NR) : NodePtr(&NR) {}
198 reference operator*() const {
340 typedef NodeTy &reference; typedef in class:llvm::iplist
387 reference front() {
395 reference back() {
/external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
H A DSDL_dlcompat.c210 int refs; /* reference count */
239 static void *reference(struct dlstatus *dls, int mode);
535 static void *reference(struct dlstatus *dls, int mode) function
555 debug("reference called with NULL argument");
880 dls = reference(dls, mode);
988 dls = reference(dls, mode);
/external/stlport/stlport/stl/
H A D_bvector.h170 typedef _Ref reference; typedef in struct:_Bit_iter
187 reference operator*() const {
227 reference operator[](difference_type __i) { return *(*this + __i); }
369 typedef _STLP_PRIV _Bit_reference reference; typedef in class:__BVECTOR_QUALIFIED
492 reference operator[](size_type __n)
502 reference at(size_type __n)
664 reference front() { return *begin(); }
666 reference back() { return *(end() - 1); }
H A D_deque.h165 typedef typename _Traits::reference reference; typedef in struct:_Deque_iterator
186 reference operator*() const {
220 reference operator[](difference_type __n) const { return *(*this + __n); }
411 typedef value_type& reference; typedef in class:deque
444 reference operator[](size_type __n)
453 reference at(size_type __n)
458 reference front() { return *this->_M_start; }
459 reference back() {
H A D_list.h100 typedef typename _Traits::reference reference; typedef in struct:_List_iterator
118 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
266 typedef value_type& reference; typedef in class:list
385 reference front() { return *begin(); }
387 reference back() { return *(--end()); }
460 //We use a temporary list to avoid the auto reference troubles (infinite loop)
492 //We use a temporary list to avoid the auto reference troubles (infinite loop)
H A D_slist.h84 typedef typename _Traits::reference reference; typedef in class:_Slist_iterator
102 reference operator*() const { return __STATIC_CAST(_Node*, this->_M_node)->_M_data; }
233 typedef value_type& reference; typedef in class:slist
437 reference front() { return *begin(); }
556 //We use a temporary slist to avoid the auto reference troubles (infinite loop)
593 //We use a temporary slist to avoid the auto reference troubles (infinite loop)
886 typedef void reference; typedef in class:insert_iterator
H A D_string.h63 * it does not perform reference-count or copy-on-write, and that
136 typedef value_type& reference; typedef in class:basic_string
434 reference operator[](size_type __n)
443 reference at(size_type __n) {
H A D_tree.h148 typedef typename _Traits::reference reference; typedef in struct:_Rb_tree_iterator
170 reference operator*() const {
305 typedef typename _Traits::reference reference; typedef in class:_Rb_tree
H A D_vector.h127 typedef value_type& reference; typedef in class:vector
202 reference operator[](size_type __n) { return *(begin() + __n); }
205 reference front() { return *begin(); }
207 reference back() { return *(end() - 1); }
210 reference at(size_type __n) { _M_range_check(__n); return (*this)[__n]; }
H A D_rope.h619 * adjust reference counts when these pointers are initialized
621 * the number of potentially expensive reference count
645 * that behaves almost like a reference. It's not possible to
646 * return an actual reference since assignment requires extra
668 // Don't preserve cache if the reference can outlive the
670 // a copy constructor or generating reference to a proxy
671 // reference. We declare the latter to have undefined semantics.
748 * Pointers from iterators are not included in reference counts.
886 typedef _CharT reference; // Really a value. Returning a reference typedef in class:_Rope_const_iterator
984 typedef _Rope_char_ref_proxy<_CharT,_Alloc> reference; typedef in class:_Rope_iterator
1097 typedef _Rope_char_ref_proxy<_CharT,_Alloc> reference; typedef in class:rope
[all...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp227 void PlatformCALayer::replaceSublayer(PlatformCALayer* reference, PlatformCALayer* newLayer) argument
230 ASSERT_ARG(reference, reference);
231 ASSERT_ARG(reference, reference->superlayer() == this);
233 if (reference == newLayer)
236 int referenceIndex = intern(this)->indexOfSublayer(reference);
241 reference->removeFromSuperlayer();
/external/clang/include/clang/AST/
H A DDeclBase.h260 /// The difference with 'Used' is whether the reference appears in a
697 typedef const value_type &reference; typedef in class:clang::Decl::redecl_iterator
705 reference operator*() const { return Current; }
1181 typedef const value_type &reference; typedef in class:clang::DeclContext::decl_iterator
1189 reference operator*() const { return Current; }
1246 // TODO: Add reference and pointer typedefs (with some appropriate proxy
1248 typedef void reference; typedef in class:clang::DeclContext::specific_decl_iterator
1323 // TODO: Add reference and pointer typedefs (with some appropriate proxy
1325 typedef void reference; typedef in class:clang::DeclContext::filtered_decl_iterator
H A DASTContext.h635 typedef ImportDecl *reference; typedef in class:clang::ASTContext::import_iterator
643 reference operator*() const { return Import; }
755 /// \brief Return the uniqued reference to the type for an address space
763 /// \brief Return the uniqued reference to the type for an Objective-C
770 /// \brief Return the uniqued reference to the type for a \c restrict
779 /// \brief Return the uniqued reference to the type for a \c volatile
788 /// \brief Return the uniqued reference to the type for a \c const
801 /// \brief Return the uniqued reference to the type for a complex
808 /// \brief Return the uniqued reference to the type for a pointer to
815 /// \brief Return the uniqued reference t
[all...]
H A DDeclCXX.h327 /// array of such types) or reference,
1048 /// reference data members, no user-defined copy assignment operator and no
2111 /// \param TypeQuals Will be set to the type qualifiers on the reference
2699 typedef UsingShadowDecl* reference; typedef in class:clang::UsingDecl::shadow_iterator
2707 reference operator*() const { return Current; }
/external/clang/include/clang/Analysis/
H A DCFG.h144 /// for automatic object or temporary bound to const reference at the point
601 typedef value_type& reference; typedef in class:clang::CFGBlock::CFG::graph_iterator
610 reference operator*() const { return **I; }
624 typedef value_type& reference; typedef in class:clang::CFGBlock::CFG::const_graph_iterator
633 reference operator*() const { return **I; }
/external/clang/lib/AST/
H A DASTDiagnostic.cpp632 typedef const TemplateArgument& reference; typedef in struct:__anon3470::TemplateDiff::TSTiterator
707 reference operator*() const {
/external/freetype/src/autofit/
H A Daflatin2.c358 /* now determine the reference and overshoot position of the blue -- */
386 /* zones is under its reference position, or the opposite for bottom */
1124 /* unlink this serif, it is too distant from its reference stem */
1413 /* if it's a flat edge, compare it to the reference position */
1432 /* rounded, and if the edge is over the reference position of a */
1433 /* top zone, or under the reference position of a bottom zone */
1553 FT_Pos reference = width; local
1570 reference = w;
1574 scaled = FT_PIX_ROUND( reference );
1576 if ( width >= reference )
[all...]
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dprocess.js306 // scope, unless we don't reference the original
312 // in the parent scope and we reference that name
376 function reference(name) {
413 reference(name);
417 else reference(name);
444 // find origin scope and propagate the reference to origin
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... String) String name org.osgi.framework.ServiceReference reference Object result public void start (org.osgi.framework ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar ... framework.ServiceReference) org.osgi.framework.ServiceReference reference public void modifiedService (org.osgi.framework.ServiceReference ...
/external/libxml2/include/libxml/
H A Dparser.h215 int hasExternalSubset; /* reference and external subset */
538 * Called when an entity reference is detected.
733 referenceSAXFunc reference; member in struct:_xmlSAXHandler
774 referenceSAXFunc reference; member in struct:_xmlSAXHandlerV1
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h433 SDUse, ptrdiff_t>::reference reference; typedef in class:llvm::SDNode::use_iterator
898 /// MMO - Memory reference information.
953 /// reference performed by operation.
1347 /// Completely target-dependent object reference.
1415 /// used when the SelectionDAG needs to make a simple reference to something
1722 /// MemRefs - Memory reference descriptions for this instruction.
1731 /// setMemRefs - Assign this MachineSDNodes's memory reference descriptor

Completed in 829 milliseconds

12345678