Searched defs:reference (Results 251 - 275 of 419) sorted by relevance

<<11121314151617

/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h401 typedef value_type& reference; typedef in class:clang::PreprocessingRecord::iterator
/external/deqp/framework/delibs/decpp/
H A DdePoolArray.hpp131 // De-reference operators.
167 // De-reference operators.
529 typedef const T& reference; typedef in struct:std::iterator_traits
539 typedef T& reference; typedef in struct:std::iterator_traits
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp431 bool compareToReference (tcu::TestLog& log, const char* name, const char* description, const tcu::Surface& reference, const tcu::Surface& screen, int x, int y, int width, int height) argument
433 return tcu::fuzzyCompare(log, name, description, reference.getSubAccess(x, y, width, height), screen.getSubAccess(x, y, width, height), 0.05f, tcu::COMPARE_LOG_RESULT);
511 isOk = isOk && compareToReference(log, "Compare pre-swap framebuffer to reference", "Compare pre-swap framebuffer to reference", preSwapFramebufferReference, preSwapFramebuffer, 0, 0, width, height);
513 isOk = isOk && compareToReference(log, "Compare post-swap framebuffer to reference", "Compare post-swap framebuffer to reference", postSwapFramebufferReference, postSwapFramebuffer, 0, 0, width, height);
533 isOk = isOk && compareToReference(log, "Compare pre-swap framebuffer to reference", "Compare pre-swap framebuffer to reference", preSwapFramebufferReference, preSwapFramebuffer, 0, 0, width, height);
536 isOk = isOk && compareToReference(log, "Compare valid are of post-swap framebuffer to reference", "Compare valid area of post-swap framebuffer to reference", postSwapFramebufferReferenc
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp146 virtual bool compare (const tcu::Surface& reference, const tcu::Surface& result) argument
150 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, tcu::COMPARE_LOG_RESULT);
169 bool compare (const tcu::Surface& reference, const tcu::Surface& result);
177 bool BlitNearestFilterConsistencyCase::compare (const tcu::Surface& reference, const tcu::Surface& result) argument
179 DE_ASSERT(reference.getWidth() == result.getWidth());
180 DE_ASSERT(reference.getHeight() == result.getHeight());
181 DE_UNREF(reference);
425 bool compare (const tcu::Surface& reference, const tcu::Surface& result) argument
447 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference, result, threshold, tcu::COMPARE_LOG_RESULT);
683 bool compare (const tcu::Surface& reference, cons argument
[all...]
H A Des3fShaderPrecisionTests.cpp190 bool compare (float in0, float in1, double reference, float result)
307 bool ShaderFloatPrecisionCase::compare (float in0, float in1, double reference, float result) argument
309 // Comparison is done using 64-bit reference value to accurately evaluate rounding mode error.
310 // If 32-bit reference value is used, 2 bits of rounding error must be allowed.
332 const deUint64 refBits = tcu::Float64(reference).bits();
383 // Compute values and reference.
395 << TestLog::Message << " reference = " << refF << " / " << tcu::toHex(tcu::Float32(refF).bits()) << TestLog::EndMessage;
604 // Compute values and reference.
798 // Compute values and reference.
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp432 static bool compareRedChannel (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, int reference) argument
443 if (reference != res)
446 log << TestLog::Message << "ERROR: Expected " << reference << ", got " << res << " at (" << x << ", " << y << ")" << TestLog::EndMessage;
627 TextureLevel reference(TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
628 renderTestPatternReference(reference);
630 levelOk = compareStencilToRed(m_testCtx.getLog(), reference, readLevel);
761 TextureLevel reference (TextureFormat(TextureFormat::S, TextureFormat::UNSIGNED_INT8), width, height);
784 renderTestPatternReference(reference);
787 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result);
819 TextureLevel reference (TextureForma
[all...]
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp345 bool BufferVerifierBase::verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 targetHint) argument
348 return verify(buffer, reference, offset, numBytes);
371 bool BufferVerifier::verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) argument
376 return m_verifier->verify(buffer, reference, offset, numBytes);
379 bool BufferVerifier::verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 targetHint) argument
384 return m_verifier->verify(buffer, reference, offset, numBytes, targetHint);
389 bool BufferMapVerifier::verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) argument
391 return verify(buffer, reference, offset, numBytes, GL_ARRAY_BUFFER);
394 bool BufferMapVerifier::verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 target) argument
404 isOk = compareByteArrays(m_log, mapPtr, reference
[all...]
/external/eigen/Eigen/src/SparseCore/
H A DSparseVector.h115 /** \returns a reference to the coefficient value at given index \a i
191 void prune(const Scalar& reference, const RealScalar& epsilon = NumTraits<RealScalar>::dummy_precision()) argument
193 m_data.prune(reference,epsilon);
/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 DSmallBitVector.h59 class reference { class in class:llvm::SmallBitVector
64 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {} function in class:llvm::SmallBitVector::reference
66 reference& operator=(reference t) {
71 reference& operator=(bool t) {
370 reference operator[](unsigned Idx) {
372 return reference(*this, Idx);
H A DSmallVector.h107 typedef T &reference; typedef in class:llvm::SmallVectorTemplateCommon
140 reference operator[](unsigned idx) {
149 reference front() {
158 reference back() {
497 // the reference.
526 // the reference.
/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/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h55 pipe_reference_init(struct pipe_reference *reference, unsigned count) argument
57 p_atomic_set(&reference->count, count);
61 pipe_is_referenced(struct pipe_reference *reference) argument
63 return p_atomic_read(&reference->count) != 0;
67 * Update reference counting.
69 * Both 'ptr' and 'reference' may be NULL.
74 struct pipe_reference *reference,
79 if(ptr != reference) {
80 /* bump the reference.count first */
81 if (reference) {
73 pipe_reference_described(struct pipe_reference *ptr, struct pipe_reference *reference, debug_reference_descriptor get_desc) argument
100 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h97 struct pipe_reference reference; member in struct:r600_fence
/external/mesa3d/src/gtest/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/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 ...

Completed in 494 milliseconds

<<11121314151617