Searched defs:reference (Results 101 - 125 of 186) sorted by relevance

12345678

/external/clang/include/clang/AST/
H A DCanonicalType.h164 /// \brief If the canonical type is a reference type, returns the type that
305 /// for the given type T. In that case, we reference members of the
394 typedef value_type reference; typedef in class:clang::CanTypeIterator
405 reference operator*() const {
442 reference operator[](difference_type n) const {
H A DExternalASTSource.h380 typedef value_type& reference; typedef in class:clang::LazyVector::iterator
390 reference operator*() const {
403 reference operator[](difference_type D) {
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h102 typedef const T& reference; typedef in class:testing::internal::ParamIterator
/external/libxml2/
H A Dlegacy.c120 "SAX function reference",
239 } else if (!strcmp(name, "SAX function reference")) {
240 *((referenceSAXFunc *) result) = ctxt->sax->reference;
357 } else if (!strcmp(name, "SAX function reference")) {
358 ctxt->sax->reference = *((referenceSAXFunc *) value);
616 * the Name given in the entity reference must match that in an entity
621 * An entity reference must not contain the name of an unparsed entity
1158 * reference:
1162 * called when an entity reference is detected.
1166 reference(voi function
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallVector.h105 typedef T &reference; typedef in class:llvm::SmallVectorTemplateCommon
138 reference operator[](unsigned idx) {
147 reference front() {
154 reference back() {
516 // the reference.
548 // the reference.
H A DDenseMap.h976 typedef value_type &reference; typedef in class:llvm::DenseMapIterator
995 reference operator*() const {
/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h494 MachineInstr, ptrdiff_t>::reference reference; typedef in class:llvm::MachineRegisterInfo::defusechain_iterator
568 // Retrieve a reference to the current operand.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h102 typedef const T& reference; typedef in class:testing::internal::ParamIterator
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h121 typedef const T& reference; typedef in class:testing::internal::ParamIterator
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h935 typedef typename superclass::reference reference; typedef in class:google::protobuf::internal::RepeatedPtrIterator
954 reference operator*() const { return *reinterpret_cast<Element*>(*it_); }
996 reference operator[](difference_type d) const { return *(*this + d); }
1023 typedef typename superclass::reference reference; typedef in class:google::protobuf::internal::RepeatedPtrOverPtrsIterator
1031 reference operator*() const { return *reinterpret_cast<Element**>(it_); }
1073 reference operator[](difference_type d) const { return *(*this + d); }
/external/stlport/stlport/stl/
H A D_alloc.h251 typedef _Tp& reference;
254 pointer address(reference __x) const {return &__x;}
262 typedef _Tp& reference;
280 typedef _Tp& reference; typedef in class:allocator
298 pointer address(reference __x) const {return &__x;}
H A D_hashtable.h116 typedef typename _Traits::reference reference; typedef in struct:_Ht_iterator
129 reference operator*() const {
191 // Returns begining of primes list and size by reference.
242 typedef typename _NonConstTraits::reference reference; typedef in class:hashtable
494 //reference find_or_insert(const value_type& __obj);
585 reference _M_insert(const value_type& __obj);
H A Dconcept_checks.h510 typedef typename __STD::iterator_traits<_Iter>::reference reference; typedef in struct:__reference_type_definition_requirement_violation
775 _STLP_TYPEDEF_REQUIREMENT(reference); variable
/external/stlport/stlport/stl/pointers/
H A D_tools.h346 //the reference type will be a const reference:
347 typedef const_reference reference; typedef in struct:_IteWrapper
/external/webkit/Source/WebCore/platform/cf/
H A DBinaryPropertyList.cpp467 // As each object is written, the object reference is put in the aggregate buffer. Then,
532 ObjectReference reference = m_plan.booleanTrueObjectReference(); local
533 if (m_currentObjectReference != reference)
534 ASSERT(reference < m_currentObjectReference);
539 addAggregateObjectReference(reference);
544 ObjectReference reference = m_plan.integerObjectReference(integer);
545 if (m_currentObjectReference != reference)
546 ASSERT(reference < m_currentObjectReference);
549 return reference;
559 ObjectReference reference
749 appendObjectReference(ObjectReference reference) argument
775 ObjectReference reference = m_currentObjectReference++; local
802 addAggregateObjectReference(ObjectReference reference) argument
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc198 const webrtc::audioproc::Test::Statistic& reference) {
199 EXPECT_EQ(reference.instant(), test.instant);
200 EXPECT_EQ(reference.average(), test.average);
201 EXPECT_EQ(reference.maximum(), test.maximum);
202 EXPECT_EQ(reference.minimum(), test.minimum);
1185 webrtc::audioproc::Test::EchoMetrics reference = local
1188 reference.residual_echo_return_loss());
1190 reference.echo_return_loss());
1192 reference.echo_return_loss_enhancement());
1194 reference
197 TestStats(const AudioProcessing::Statistic& test, const webrtc::audioproc::Test::Statistic& reference) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar ... void enable () public abstract void disable () } org/apache/felix/scr/Reference.class Reference.java package org.apache. ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.app_1.3.1.R36x_v20100803.jar ... framework.ServiceReference) org.osgi.framework.ServiceReference reference org.osgi.framework.BundleContext context Object service ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... framework.ServiceReference) org.osgi.framework.ServiceReference reference org.osgi.framework.BundleContext ctxt org. ...
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.h301 typedef value_type& reference; typedef in class:net::BalsaHeaders::iterator_base
317 reference operator*() const {
397 reference Lookup(HeaderLines::size_type index) const {
419 typedef iterator_base::reference reference; typedef in class:net::BalsaHeaders::reverse_iterator_base
443 reference operator*() const {
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h426 typedef value_type& reference; typedef in class:clang::PreprocessingRecord::iterator
/external/freetype/src/autofit/
H A Dafcjk.c441 /* now determine the reference position of the blue -- */
1336 FT_Pos reference = width; local
1353 reference = w;
1357 scaled = FT_PIX_ROUND( reference );
1359 if ( width >= reference )
1362 width = reference;
1367 width = reference;
H A Daflatin.c183 /* Find all blue zones. Flat segments give the reference points, */
365 /* now determine the reference and overshoot position of the blue -- */
393 /* zones is under its reference position, or the opposite for bottom */
1408 /* first of all, compare it to the reference position */
1422 /* reference position of a top zone, or under the reference */
1543 FT_Pos reference = width; local
1560 reference = w;
1564 scaled = FT_PIX_ROUND( reference );
1566 if ( width >= reference )
[all...]
/external/libvpx/vp8/common/
H A Dblockd.h194 short *reference; member in struct:__anon8170
217 /* not used DECLARE_ALIGNED(16, short, reference[384]); */

Completed in 4196 milliseconds

12345678