Searched defs:reference (Results 201 - 225 of 419) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.event_1.2.0.v20100503.jar ... framework.ServiceReference) org.osgi.framework.ServiceReference reference org.eclipse.equinox.internal.event. ...
/external/chromium_org/base/containers/
H A Dsmall_map.h230 typedef typename NormalMap::iterator::reference reference; typedef in class:base::SmallMap::iterator
310 typedef typename NormalMap::const_iterator::reference reference; typedef in class:base::SmallMap::const_iterator
/external/chromium_org/base/strings/
H A Dstring_piece.h16 // If circumstances require, you may also pass by const reference:
168 typedef const value_type& reference; typedef in class:base::BasicStringPiece
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage.h280 DelegateReference* reference = GetDelegateReference(delegate); local
281 if (reference)
282 return reference;
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database_unittest.cc51 const DOMStorageValuesMap& reference) const;
320 const DOMStorageValuesMap& reference) const {
323 CompareValuesMaps(values, reference);
391 DOMStorageValuesMap reference; local
398 reference[kKey1] = kValue1;
399 reference[kKey2] = kValue2;
400 reference[kKey3] = kValue3;
404 CheckAreaData(kNamespace1, kOrigin1, reference);
411 reference[kKey1] = kValue4;
412 reference
512 DOMStorageValuesMap reference; local
596 DOMStorageValuesMap reference; local
[all...]
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc224 const std::string& reference,
226 size_t ref_zeroes = reference.find_first_not_of('\0');
239 if (suffix.substr(suffix_zeroes) < reference.substr(ref_zeroes)) {
240 // Prepend zeroes so the result has as many zero digits as |reference|.
243 // Prepend zeroes so the result has one more zero digit than |reference|.
248 // Prepend zeroes to match those in the |reference|, then something smaller
249 // than the first non-zero digit in |reference|.
250 char lt_digit = static_cast<uint8>(reference[ref_zeroes])/2;
257 const std::string& reference,
259 size_t ref_FFs = reference
223 FindSmallerWithSuffix( const std::string& reference, const std::string& suffix) argument
256 FindGreaterWithSuffix( const std::string& reference, const std::string& suffix) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTimer.cpp64 TimerHeapReference(TimerBase*& reference) : m_reference(reference) { } argument
106 // Uses a custom pointer and reference type that update indices for pointers in the heap.
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DPoolAlloc.h239 typedef T& reference; typedef in class:pool_allocator
247 pointer address(reference x) const { return &x; }
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dbn_test.c1343 uint8_t zeros[256], out[256], reference[128]; local
1372 if (BN_num_bytes(n) != bytes || BN_bn2bin(n, reference) != bytes) {
1389 memcmp(out, reference, bytes) != 0) {
1395 memcmp(out + 1, reference, bytes) || memcmp(out, zeros, 1)) {
1401 memcmp(out + sizeof(out) - bytes, reference, bytes) ||
/external/chromium_org/third_party/webrtc/video/
H A Dfull_stack.cc204 FrameComparison(const I420VideoFrame* reference, argument
214 this->reference.CopyFrame(*reference);
223 this->reference.CopyFrame(compare.reference);
229 I420VideoFrame reference; member in struct:webrtc::VideoAnalyzer::FrameComparison
237 void AddFrameComparison(const I420VideoFrame* reference,
242 int64_t send_time_ms = send_times_[reference->timestamp()];
243 send_times_.erase(reference->timestamp());
244 int64_t recv_time_ms = recv_times_[reference
263 I420VideoFrame reference; local
311 PerformFrameComparison(const I420VideoFrame* reference, const I420VideoFrame* render, bool dropped, int64_t send_time_ms, int64_t recv_time_ms, int64_t render_time_ms) argument
[all...]
/external/clang/include/clang/AST/
H A DASTVector.h86 typedef T& reference; typedef in class:clang::ASTVector
106 reference operator[](unsigned idx) {
115 reference front() {
122 reference back() {
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h93 typedef const _E& reference; typedef in class:std::initializer_list
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp20 typedef const _E& reference; typedef in class:std::initializer_list
395 // 'il' reference.
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp23 typedef const _E& reference; typedef in class:std::initializer_list
H A Dcxx0x-initializer-stdinitializerlist.cpp25 typedef const _E& reference; typedef in class:std::initializer_list
207 // expected-note@-1 {{candidate template ignored: couldn't resolve reference to overloaded function 'f'}}
/external/deqp/framework/common/
H A DtcuImageCompare.cpp43 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, tcu::Vec4& scale, tcu::Vec4& bias) argument
52 estimatePixelValueRange(reference, refMin, refMax);
90 static int findNumPositionDeviationFailingPixels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue) argument
92 const int width = reference.getWidth();
93 const int height = reference.getHeight();
94 const int depth = reference.getDepth();
105 const IVec4 refPix = reference.getPixelInt(x, y, z);
131 // Find matching pixels for both result and reference pixel
137 // Find deviated result pixel for reference
150 // Find deviated reference pixe
209 fuzzyCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode) argument
278 fuzzyCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode) argument
327 measurePixelDiffAccuracy(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) argument
383 measurePixelDiffAccuracy(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) argument
410 floatUlpThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode) argument
503 floatThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode) argument
590 floatThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode) argument
672 intThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode) argument
767 intThresholdPositionDeviationCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, CompareLogMode logMode) argument
846 intThresholdPositionDeviationErrorThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue, int maxAllowedFailingPixels, CompareLogMode logMode) argument
913 pixelThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode logMode) argument
936 bilinearCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const RGBA threshold, CompareLogMode logMode) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp266 bool BufferVerifier::verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) argument
271 return m_verifier->verify(buffer, reference, offset, numBytes);
424 tcu::Surface reference;
464 renderQuadGridReference(reference, numQuads, numCols, refPtr + offset + curOffset);
469 if (!tcu::pixelThresholdCompare(m_context.getTestContext().getLog(), "RenderResult", imageSetDesc.c_str(), reference, rendered, threshold, tcu::COMPARE_LOG_RESULT))
H A Des2fFloatStateQueryTests.cpp76 virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
79 virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
112 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
113 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
124 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
134 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE;
144 void GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
146 DE_ASSERT(de::inRange(reference, -1.0f, 1.0f));
147 verifyFloat(testCtx, name, reference);
254 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
266 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
287 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
451 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
472 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
636 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
654 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
811 const GLfloat reference = rnd.getFloat(range[0], range[1]); local
855 const GLfloat reference = rnd.getFloat(-64000, 64000); local
900 const GLfloat reference = rnd.getFloat(-64000, 64000); local
958 GLfloat reference = rnd.getFloat(0, 1); local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBooleanStateQueryTests.cpp53 virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) = DE_NULL;
81 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
90 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) argument
95 const GLboolean expectedGLState = reference ? (GLboolean)GL_TRUE : (GLboolean)GL_FALSE;
99 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
122 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
131 void GetBooleanVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) argument
141 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE;
145 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
191 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
201 verifyBoolean(tcu::TestContext& testCtx, GLenum name, bool reference) argument
270 verifyBoolean(tcu::TestContext& testCtx, GLenum name, bool reference) argument
339 verifyBoolean(tcu::TestContext& testCtx, GLenum name, bool reference) argument
505 InitialBooleanTestCase(Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum target, bool reference) argument
[all...]
H A Des3fFboStateQueryTests.cpp144 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) argument
150 checkIntEquals(testCtx, state, reference);
153 void checkColorAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum pname, GLenum reference) argument
155 checkAttachmentParam(testCtx, gl, target, GL_COLOR_ATTACHMENT0, pname, reference);
H A Des3fFloatStateQueryTests.cpp76 virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
79 virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
85 virtual void verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL;
113 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
114 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
118 void verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
126 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
136 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE;
146 void GetBooleanVerifier::verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
148 DE_ASSERT(de::inRange(reference,
250 verifyFloatGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
299 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
320 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
466 verifyFloatGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
505 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
526 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
672 verifyFloatGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
711 verifyFloat(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
729 verifyFloatExpanded(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
803 verifyFloatGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLfloat reference) argument
901 const GLfloat reference = rnd.getFloat(range[0], range[1]); local
942 const GLfloat reference = rnd.getFloat(-64000, 64000); local
983 const GLfloat reference = rnd.getFloat(-64000, 64000); local
1040 GLfloat reference = rnd.getFloat(0, 1); local
[all...]
H A Des3fTextureStateQueryTests.cpp57 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) = DE_NULL;
58 virtual void verifyFloat (tcu::TestContext& testCtx, GLenum target, GLenum name, GLfloat reference) = DE_NULL;
83 void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference);
84 void verifyFloat (tcu::TestContext& testCtx, GLenum target, GLenum name, GLfloat reference);
92 void GetTexParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) argument
102 if (state != reference)
104 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state << TestLog::EndMessage;
111 void GetTexParameterIVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum target, GLenum name, GLfloat reference) argument
121 const GLint expectedGLStateMax = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint>(reference);
122 const GLint expectedGLStateMin = StateQueryUtil::roundGLfloatToNearestIntegerHalfDown<GLint>(reference);
147 verifyInteger(tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) argument
169 verifyFloat(tcu::TestContext& testCtx, GLenum target, GLenum name, GLfloat reference) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp373 const deUint32 reference = (deUint32)value; local
379 if ((reference & preciseMask) != (casted & preciseMask))
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java64 * any remove() in a stimulus sequence after the reference iterator
272 * We poll the target iterator's next element and pass it to the reference
274 * enables the assertion to pass and the reference iterator to properly
393 MultiExceptionListIterator reference =
403 boolean threwException = stimulus.executeAndCompare(reference, target);
414 List<E> elements = reference.getElements();
442 T reference, T target, IteratorOperation method)
481 (MultiExceptionListIterator) reference;
485 referenceReturnValue = method.execute(reference);
495 "Target threw exception when reference di
441 internalExecuteAndCompare( T reference, T target, IteratorOperation method) argument
584 executeAndCompare(ListIterator<E> reference, T target) argument
[all...]
/external/harfbuzz_ng/test/api/
H A Dtest-object.c130 reference_func_t reference; member in struct:__anon21689
247 g_assert (obj == o->reference (obj));
322 g_assert (obj == o->reference (obj));
350 g_assert (obj == o->reference (obj));

Completed in 4424 milliseconds

1234567891011>>