Searched defs:reference (Results 276 - 300 of 419) sorted by relevance

<<11121314151617

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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_org/cc/blink/
H A Dweb_layer_impl.cc94 void WebLayerImpl::replaceChild(WebLayer* reference, WebLayer* new_layer) { argument
95 layer_->ReplaceChild(static_cast<WebLayerImpl*>(reference)->layer(),
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.h301 typedef value_type& reference; typedef in class:net::BalsaHeaders::iterator_base
315 reference operator*() const {
393 reference Lookup(HeaderLines::size_type index) const {
415 typedef iterator_base::reference reference; typedef in class:net::BalsaHeaders::reverse_iterator_base
439 reference operator*() const {
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafcjk.c444 /* now determine the reference position of the blue -- */
1341 FT_Pos reference = width; local
1358 reference = w;
1362 scaled = FT_PIX_ROUND( reference );
1364 if ( width >= reference )
1367 width = reference;
1372 width = reference;
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h556 /// Creates the "path" to access the specified node and returns a reference on the node.
995 typedef const Value &reference; typedef in class:Json::ValueConstIterator
1038 reference operator *() const
1053 typedef Value &reference; typedef in class:Json::ValueIterator
1099 reference operator *() const
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsad_test.cc100 const uint8_t* const reference = GetReference(block_idx); local
105 - reference[h * reference_stride_ + w]);
177 const uint8_t* const reference = GetReference(block_idx); local
180 reference, reference_stride_,
209 const uint8_t* const reference = GetReference(block_idx); local
212 reference, reference_stride_));
251 // The reference frame, but not the source frame, may be unaligned for
272 // value lower than the reference.
302 // The reference frame, but not the source frame, may be unaligned for
353 // The reference fram
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h139 typedef value_type& reference; typedef in class:google::protobuf::RepeatedField
454 typedef value_type& reference; typedef in class:google::protobuf::RepeatedPtrField
1187 typedef typename superclass::reference reference; typedef in class:google::protobuf::internal::RepeatedPtrIterator
1206 reference operator*() const { return *reinterpret_cast<Element*>(*it_); }
1248 reference operator[](difference_type d) const { return *(*this + d); }
1278 typedef typename superclass::reference reference; typedef in class:google::protobuf::internal::RepeatedPtrOverPtrsIterator
1286 reference operator*() const { return *reinterpret_cast<Element**>(it_); }
1328 reference operato
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp178 virtual void renderResource (tcu::Surface* screen, tcu::Surface* reference) { DE_UNREF(screen); DE_UNREF(reference); DE_ASSERT(false); } argument
344 virtual void renderResource (tcu::Surface* screen, tcu::Surface* reference);
375 void GLES2BufferSharingTest::renderResource (tcu::Surface* screen, tcu::Surface* reference) argument
377 DE_ASSERT((screen && reference) || (!screen && !reference));
469 tcu::clear(reference->getAccess(), tcu::IVec4(0xff, 0, 0, 0xff));
499 reference->setPixel(x, y, tcu::RGBA((deUint8)val, (deUint8)val, (deUint8)val, 255));
517 virtual void renderResource (tcu::Surface* screen, tcu::Surface* reference);
551 void GLES2TextureSharingTest::renderResource (tcu::Surface* screen, tcu::Surface* reference) argument
719 renderResource(tcu::Surface* screen, tcu::Surface* reference) argument
915 renderResource(tcu::Surface* screen, tcu::Surface* reference) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp75 int reference; member in struct:deqp::gles2::Functional::DepthStencilCaseUtil::StencilParams
86 , reference (0)
122 << " ref = " << params.reference << "\n"
355 cmd.params.stencil[rr::FACETYPE_FRONT].reference = stencilValues[ndx];
371 dst.ref = src.reference;
445 glStencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask);
666 // Render reference while GPU is doing work.
700 // Compare to reference.
764 params.stencil[ndx].reference = rnd.getInt(-2, 260);
874 params.stencil[visible].reference
[all...]
H A Des2fShaderStateQueryTests.cpp99 void verifyShaderParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint shader, GLenum pname, GLenum reference) argument
105 checkIntEquals(testCtx, state, reference);
108 bool verifyProgramParam (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLuint program, GLenum pname, GLenum reference) argument
114 return checkIntEquals(testCtx, state, reference);
189 void verifyVertexAttrib (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLint index, GLenum pname, GLenum reference) argument
195 checkIntEquals(testCtx, state, reference);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp75 int reference; member in struct:deqp::gles3::Functional::DepthStencilCaseUtil::StencilParams
86 , reference (0)
122 << " ref = " << params.reference << "\n"
355 cmd.params.stencil[rr::FACETYPE_FRONT].reference = stencilValues[ndx];
371 dst.ref = src.reference;
445 glStencilFuncSeparate(glFace, sParams.function, sParams.reference, sParams.compareMask);
666 // Render reference while GPU is doing work.
700 // Compare to reference.
764 params.stencil[ndx].reference = rnd.getInt(-2, 260);
874 params.stencil[visible].reference
[all...]
H A Des3fFboColorbufferTests.cpp87 bool compare (const tcu::Surface& reference, const tcu::Surface& result) argument
93 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
H A Des3fFboInvalidateTests.cpp1036 bool compare (const tcu::Surface& reference, const tcu::Surface& result) argument
1040 return tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
H A Des3fFboRenderTest.cpp408 bool compare (const tcu::Surface& reference, const tcu::Surface& result);
468 // Render reference image
503 bool FboRenderCase::compare (const tcu::Surface& reference, const tcu::Surface& result) argument
507 return tcu::bilinearCompare(m_testCtx.getLog(), "ComparisonResult", "Image comparison result", reference.getAccess(), result.getAccess(), threshold, tcu::COMPARE_LOG_RESULT);
H A Des3fShaderBuiltinVarTests.cpp132 const int reference = m_getValue(m_context.getRenderContext().getFunctions()); local
147 if (result != reference)
149 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << m_varName << " = " << reference << TestLog::EndMessage
350 // Draw reference
445 // Draw reference
554 // Draw reference
669 // Draw reference
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp166 // Construct texture using both GLES3.1 and reference contexts.
277 tcu::Surface reference; local
285 tcu::Surface& dst = ndx ? reference : result;
299 bool isFaceOk = tcu::fuzzyCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference, result, threshold,
/external/eigen/Eigen/src/Core/util/
H A DMemory.h680 typedef T& reference; typedef in class:Eigen::aligned_allocator
690 pointer address( reference value ) const
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrix.h181 /** \returns a non-const reference to the value of the matrix at position \a i, \a j
208 /** \returns a reference to a novel non zero coefficient with coordinates \a row x \a col.
365 * \returns a reference to the non zero coefficient at position \a row, \a col assuming that:
489 /** Suppresses all nonzeros which are \b much \b smaller \b than \a reference under the tolerence \a epsilon */
490 void prune(const Scalar& reference, const RealScalar& epsilon = NumTraits<RealScalar>::dummy_precision()) argument
492 prune(default_prunning_func(reference,epsilon));
858 default_prunning_func(const Scalar& ref, const RealScalar& eps) : reference(ref), epsilon(eps) {}
861 return !internal::isMuchSmallerThan(value, reference, epsilon);
863 Scalar reference; member in struct:Eigen::SparseMatrix::default_prunning_func
/external/freetype/src/autofit/
H A Dafcjk.c339 FT_TRACE5(( " [reference values]\n" ));
447 /* now determine the reference and overshoot position of the blue -- */
489 FT_TRACE5(( " [reference smaller than overshoot,"
498 FT_TRACE5(( " -> reference = %ld\n"
1365 FT_Pos reference = width; local
1382 reference = w;
1386 scaled = FT_PIX_ROUND( reference );
1388 if ( width >= reference )
1391 width = reference;
1396 width = reference;
[all...]
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h556 /// Creates the "path" to access the specified node and returns a reference on the node.
995 typedef const Value &reference; typedef in class:Json::ValueConstIterator
1038 reference operator *() const
1053 typedef Value &reference; typedef in class:Json::ValueIterator
1099 reference operator *() const
/external/jsoncpp/include/json/
H A Dvalue.h556 /// Creates the "path" to access the specified node and returns a reference on the node.
995 typedef const Value &reference; typedef in class:Json::ValueConstIterator
1038 reference operator *() const
1053 typedef Value &reference; typedef in class:Json::ValueIterator
1099 reference operator *() const
/external/libvpx/libvpx/test/
H A Dsad_test.cc92 const uint8_t* const reference = GetReference(block_idx); local
97 - reference[h * reference_stride_ + w]);
139 const uint8_t* const reference = GetReference(block_idx); local
142 reference, reference_stride_,
244 // The reference frame, but not the source frame, may be unaligned for
255 // The reference frame, but not the source frame, may be unaligned for
291 // value lower than the reference.
/external/llvm/include/llvm/ADT/
H A DDenseMap.h984 typedef value_type &reference; typedef in class:llvm::DenseMapIterator
1003 reference operator*() const {
H A Dilist.h156 typedef typename super::reference reference; typedef in class:llvm::ilist_iterator
177 ilist_iterator(reference NR) : NodePtr(&NR) {}
199 reference operator*() const {
341 typedef NodeTy &reference; typedef in class:llvm::iplist
390 reference front() {
398 reference back() {

Completed in 763 milliseconds

<<11121314151617