Searched defs:reference (Results 301 - 325 of 419) sorted by relevance

<<11121314151617

/external/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h703 /// getReservedRegs - Returns a reference to the frozen set of reserved
811 MachineInstr, ptrdiff_t>::reference reference; typedef in class:llvm::MachineRegisterInfo::defusechain_iterator
858 // Retrieve a reference to the current operand.
914 MachineInstr, ptrdiff_t>::reference reference; typedef in class:llvm::MachineRegisterInfo::defusechain_instr_iterator
954 // Retrieve a reference to the current operand.
/external/llvm/include/llvm/IR/
H A DValue.h102 typedef typename super::reference reference; typedef in class:llvm::Value::use_iterator_impl
143 typedef typename super::reference reference; typedef in class:llvm::Value::user_iterator_impl
218 /// getName() - Return a constant reference to the value's name. This is cheap
219 /// and guaranteed to return the same reference as long as the value is not
/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]; }
/external/chromium_org/cc/layers/
H A Dlayer.cc84 // Our parent should be holding a reference to us so there should be no
88 // reference to us.
97 // Remove the parent reference from all children and dependents.
296 void Layer::ReplaceChild(Layer* reference, scoped_refptr<Layer> new_layer) { argument
297 DCHECK(reference);
298 DCHECK_EQ(reference->parent(), this);
301 if (reference == new_layer.get())
304 int reference_index = IndexOfChild(reference);
310 reference->RemoveFromParent();
318 int Layer::IndexOfChild(const Layer* reference) { argument
[all...]
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc1192 // Hang on to a reference to ensure the blob is not released prior
1315 scoped_refptr<ShareableFileReference> reference = local
1317 DCHECK(reference.get());
1319 registered_temp_files_[child_id][request_id] = reference;
1321 child_id, reference->path());
1329 // reference to the temp file that outlives the url loaded that it was
1331 reference->AddFinalReleaseCallback(
/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin.c212 /* Find all blue zones. Flat segments give the reference points, */
428 /* now determine the reference and overshoot position of the blue -- */
456 /* zones is under its reference position, or the opposite for bottom */
470 FT_TRACE5(( " [overshoot smaller than reference,"
487 FT_TRACE5(( " -> reference = %ld\n"
1475 /* first of all, compare it to the reference position */
1489 /* reference position of a top zone, or under the reference */
1608 FT_Pos reference = width; local
1625 reference
[all...]
H A Daflatin2.c360 /* now determine the reference and overshoot position of the blue -- */
388 /* zones is under its reference position, or the opposite for bottom */
402 FT_TRACE5(( " [overshoot smaller than reference,"
419 FT_TRACE5(( " -> reference = %ld\n"
1154 /* unlink this serif, it is too distant from its reference stem */
1443 /* if it's a flat edge, compare it to the reference position */
1462 /* rounded, and if the edge is over the reference position of a */
1463 /* top zone, or under the reference position of a bottom zone */
1583 FT_Pos reference = width; local
1600 reference
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_state.h240 float ref_value; /**< reference value */
329 struct pipe_reference reference; member in struct:pipe_surface
360 struct pipe_reference reference; member in struct:pipe_sampler_view
402 struct pipe_reference reference; member in struct:pipe_resource
478 struct pipe_reference reference; member in struct:pipe_stream_output_target
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc199 const audioproc::Test::Statistic& reference) {
200 EXPECT_EQ(reference.instant(), test.instant);
201 EXPECT_EQ(reference.average(), test.average);
202 EXPECT_EQ(reference.maximum(), test.maximum);
203 EXPECT_EQ(reference.minimum(), test.minimum);
231 std::cout << "Warning: Writing new reference is only allowed on Linux!"
1751 // Write the desired tests to the protobuf reference file.
1864 // or generate a separate android reference.
1888 audioproc::Test::EchoMetrics reference = test->echo_metrics(); local
1890 reference
198 TestStats(const AudioProcessing::Statistic& test, const audioproc::Test::Statistic& reference) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclBase.h257 /// The difference with 'Used' is whether the reference appears in a
737 typedef const value_type &reference; typedef in class:clang::Decl::redecl_iterator
745 reference operator*() const { return Current; }
1278 typedef const value_type &reference; typedef in class:clang::DeclContext::decl_iterator
1286 reference operator*() const { return Current; }
1349 // TODO: Add reference and pointer typedefs (with some appropriate proxy
1351 typedef void reference; typedef in class:clang::DeclContext::specific_decl_iterator
1426 // TODO: Add reference and pointer typedefs (with some appropriate proxy
1428 typedef void reference; typedef in class:clang::DeclContext::filtered_decl_iterator
/external/clang/include/clang/Analysis/
H A DCFG.h192 /// for automatic object or temporary bound to const reference at the point
771 typedef value_type& reference; typedef in class:clang::CFGBlock::CFG::graph_iterator
780 reference operator*() const { return **I; }
794 typedef value_type& reference; typedef in class:clang::CFGBlock::CFG::const_graph_iterator
803 reference operator*() const { return **I; }
/external/clang/lib/AST/
H A DASTDiagnostic.cpp726 typedef const TemplateArgument& reference; typedef in struct:__anon17714::TemplateDiff::TSTiterator
812 reference operator*() const {
826 reference getDesugar() const {
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp745 typedef const _E& reference; typedef in class:loops::std::initializer_list
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp205 virtual bool render (int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference) = 0;
206 virtual void modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference) = 0;
300 bool render (int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference);
301 bool renderTexture2D (EGLImageKHR img, const tcu::Texture2D& reference);
302 bool renderDepth (EGLImageKHR img, const tcu::Texture2D& reference);
303 bool renderReadPixelsRenderBuffer (EGLImageKHR img, const tcu::Texture2D& reference);
304 bool renderTryAll (EGLImageKHR img, const tcu::Texture2D& reference);
307 bool renderCubeMap (EGLImageKHR img, const tcu::Surface& reference, GLenum face);
309 void modify (int operationNdx, EGLImageKHR img, tcu::Texture2D& reference);
310 void modifyTexSubImage (EGLImageKHR img, tcu::Texture2D& reference, GLenu
455 createTexture2D(tcu::Texture2D& reference, GLenum target, GLenum format, GLenum type) argument
684 render(int operationNdx, EGLImageKHR img, const tcu::Texture2D& reference) argument
708 renderTexture2D(EGLImageKHR img, const tcu::Texture2D& reference) argument
810 renderDepth(EGLImageKHR img, const tcu::Texture2D& reference) argument
984 renderReadPixelsRenderBuffer(EGLImageKHR img, const tcu::Texture2D& reference) argument
1047 renderTryAll(EGLImageKHR img, const tcu::Texture2D& reference) argument
1100 renderCubeMap(EGLImageKHR img, const tcu::Surface& reference, GLenum face) argument
1242 modify(int operationNdx, EGLImageKHR img, tcu::Texture2D& reference) argument
1284 modifyTexSubImage(EGLImageKHR img, tcu::Texture2D& reference, GLenum format, GLenum type) argument
1335 modifyRenderbufferClearColor(EGLImageKHR img, tcu::Texture2D& reference) argument
1397 modifyRenderbufferClearDepth(EGLImageKHR img, tcu::Texture2D& reference) argument
1456 modifyRenderbufferClearStencil(EGLImageKHR img, tcu::Texture2D& reference) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp65 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
68 virtual void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
69 virtual void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference) = DE_NULL;
100 void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference);
103 void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference);
104 void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference);
115 void GetBooleanVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) argument
125 const GLboolean expectedGLState = reference ? GL_TRUE : GL_FALSE;
174 void GetBooleanVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) argument
184 if (state == GL_TRUE) // state is non-zero, could be greater than reference (correc
204 verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLuint reference) argument
338 verifyInteger(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
388 verifyIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
406 verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLuint reference) argument
475 const GLint reference = (1 << stencilBits) - 1; local
506 verifyInteger(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
558 verifyIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
576 verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLuint reference) argument
640 const GLint reference = (1 << stencilBits) - 1; local
[all...]
H A Des2fShaderApiTests.cpp764 void verify (glu::Program& program, const glu::ProgramInfo& reference);
800 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference) argument
811 if (programInfo.linkTimeUs != reference.linkTimeUs)
817 if (programInfo.infoLog != reference.infoLog)
H A Des2fTextureSpecificationTests.cpp443 // Construct texture using both GLES2 and reference contexts.
491 tcu::Surface reference; local
501 // Render reference.
503 renderTex2D(reference, levelW, levelH);
507 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), "Result", "Image comparison result", reference.getAccess(), result.getAccess(), threshold,
533 tcu::Surface reference; local
543 // Render reference.
545 renderTexCube(reference, levelW, levelH, (tcu::CubeFace)face);
548 isOk = tcu::fuzzyCompare(m_testCtx.getLog(), "Result", (string("Image comparison result: ") + de::toString((tcu::CubeFace)face)).c_str(), reference, result, threshold,
/external/deqp/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp65 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
68 virtual void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
69 virtual void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference) = DE_NULL;
70 virtual void verifyIntegerLessOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference) = DE_NULL;
101 void verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference);
104 void verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference);
105 void verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint reference);
106 void verifyIntegerLessOrEqual (tcu::TestContext& testCtx, GLenum name, GLint reference);
117 void GetBooleanVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) argument
127 const GLboolean expectedGLState = reference
176 verifyIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
206 verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLuint reference) argument
236 verifyIntegerLessOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
371 verifyInteger(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
421 verifyIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
439 verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLuint reference) argument
457 verifyIntegerLessOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
526 const GLint reference = (1 << stencilBits) - 1; local
558 verifyInteger(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
607 verifyIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
625 verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLuint reference) argument
643 verifyIntegerLessOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
712 const GLint64 reference = (1ULL << stencilBits) - 1; local
744 verifyInteger(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
796 verifyIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
814 verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLuint reference) argument
832 verifyIntegerLessOrEqual(tcu::TestContext& testCtx, GLenum name, GLint reference) argument
896 const GLint reference = (1 << stencilBits) - 1; local
[all...]

Completed in 758 milliseconds

<<11121314151617