Searched refs:reference (Results 126 - 150 of 924) sorted by relevance

1234567891011>>

/external/liblzf/cs/
H A DCLZF.cs167 long reference;
179 reference = htab[hslot];
182 if ((off = iidx - reference - 1) < MAX_OFF
184 && reference > 0
185 && in_data[reference+0] == in_data[iidx+0]
186 && in_data[reference+1] == in_data[iidx+1]
187 && in_data[reference+2] == in_data[iidx+2]
190 /* match found at *reference++ */
200 while (len < maxlen && in_data[reference+len] == in_data[iidx+len]);
300 else /* back reference */
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureStateQueryTests.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
115 const GLint expectedGLStateMax = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint>(reference);
116 const GLint expectedGLStateMin = StateQueryUtil::roundGLfloatToNearestIntegerHalfDown<GLint>(reference);
147 verifyInteger(tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) argument
170 verifyFloat(tcu::TestContext& testCtx, GLenum target, GLenum name, GLfloat reference) argument
[all...]
H A Des2fBufferTestUtil.hpp112 virtual bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) = DE_NULL;
131 // \note Offset is applied to reference pointer as well.
132 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);
149 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);
165 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dnumber.pxd14 # Return value: New reference.
19 # Return value: New reference.
25 # Return value: New reference.
31 # Return value: New reference.
37 # Return value: New reference.
42 # Return value: New reference.
51 # Return value: New reference.
57 # Return value: New reference.
63 # Return value: New reference.
71 # Return value: New reference
[all...]
H A Dref.pxd12 # The macros in this section are used for managing reference counts of Python objects.
14 # Increment the reference count for object o. The object must not
19 # Increment the reference count for object o. The object may be NULL, in which case the macro has no effect.
22 # Decrement the reference count for object o. The object must not
24 # Py_XDECREF(). If the reference count reaches zero, the object's
35 # from a list should copy a reference to the deleted object in a
40 # Decrement the reference count for object o. The object may be
46 # Decrement the reference count for object o. The object may be
52 # decrementing its reference count.
H A Dtuple.pxd17 # Return value: New reference.
21 # Return value: New reference.
35 # Return value: Borrowed reference.
41 # Return value: Borrowed reference.
45 # Return value: New reference.
49 # Insert a reference to object o at position pos of the tuple
51 # ``steals'' a reference to o.
56 # ``steals'' a reference to o.
61 # should only be used if there is only one reference to the
H A Dfunction.pxd25 # Return value: New reference.
34 # Return value: Borrowed reference.
38 # Return value: Borrowed reference.
42 # Return value: Borrowed reference.
48 # Return value: Borrowed reference.
58 # Return value: Borrowed reference.
/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/gles3/functional/
H A Des3fInteger64StateQueryTests.cpp55 virtual void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference) = DE_NULL;
83 void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference);
91 void GetBooleanVerifier::verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference) argument
101 if (state == GL_TRUE) // state is non-zero, could be greater than reference (correct)
106 if (reference > 0) // and reference is greater than zero?
127 void verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference);
135 void GetIntegerVerifier::verifyUnsignedInteger64GreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLuint64 reference) argument
146 if (reference > (GLuint64)std::numeric_limits<GLint>::max())
149 if (GLuint(state) < reference)
171 verifyUnsignedInteger64GreaterOrEqual(tcu::TestContext& testCtx, GLenum name, GLuint64 reference) argument
[all...]
/external/chromium_org/base/prefs/
H A Dpref_value_map_unittest.cc75 PrefValueMap reference; local
76 EXPECT_TRUE(reference.SetValue("b", new StringValue("test")));
77 EXPECT_TRUE(reference.SetValue("c", new StringValue("test")));
78 EXPECT_TRUE(reference.SetValue("e", new StringValue("test")));
84 reference.GetDifferingKeys(&check, &differing_paths);
94 reference.GetDifferingKeys(&check, &differing_paths);
/external/llvm/include/llvm/ADT/
H A DPackedVector.h82 class reference { class in class:llvm::PackedVector
86 reference(); // Undefined
88 reference(PackedVector &vec, unsigned idx) : Vec(vec), Idx(idx) { } function in class:llvm::PackedVector::reference
90 reference &operator=(T val) {
122 reference operator[](unsigned Idx) {
123 return reference(*this, Idx);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DKeyPairTest.java73 public void assertDeserialized(Serializable reference, Serializable test) {
77 Key key2 = ((KeyPair) reference).getPublic();
88 key2 = ((KeyPair) reference).getPrivate();
/external/chromium_org/gin/test/
H A Dexpect.js224 predicates.toBeLessThan = function(actual, reference) {
226 "result": actual < reference,
229 "Reference": reference,
234 predicates.toBeGreaterThan = function(actual, reference) {
236 "result": actual > reference,
239 "Reference": reference,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/reference/
H A DImmutableMethodReference.java32 package org.jf.dexlib2.immutable.reference;
35 import org.jf.dexlib2.base.reference.BaseMethodReference;
36 import org.jf.dexlib2.iface.reference.MethodReference;
/external/chromium_org/third_party/skia/dm/
H A DDMPipeTask.h10 // Sends a GM through a pipe, draws it, and compares against the reference bitmap.
25 SkBitmap reference, // Bitmap to compare pipe results to.
H A DDMQuiltTask.h10 // Records a GM through an SkPicture, draws it in tiles, and compares against the reference bitmap.
28 SkBitmap reference, // Bitmap to compare picture replay results to.
H A DDMSerializeTask.h10 // Record a picture, serialize it, deserialize it, then draw it and compare to reference bitmap.
23 SkBitmap reference,
H A DDMUtil.h28 // Allocate an empty bitmap the same size and depth as reference.
29 void AllocatePixels(const SkBitmap& reference, SkBitmap* bitmap);
/external/libcxx/test/containers/sequences/vector.bool/
H A Dswap.pass.cpp57 std::vector<bool>::reference r1 = v[0];
58 std::vector<bool>::reference r2 = v[1];
89 std::vector<bool, min_allocator<bool>>::reference r1 = v[0];
90 std::vector<bool, min_allocator<bool>>::reference r2 = v[1];
/external/libcxx/test/iterators/iterator.primitives/iterator.basic/
H A Diterator.pass.cpp19 // typedef Reference reference;
36 static_assert((std::is_same<typename It::reference, T&>::value), "");
48 static_assert((std::is_same<typename It::reference, T&>::value), "");
60 static_assert((std::is_same<typename It::reference, T&>::value), "");
72 static_assert((std::is_same<typename It::reference, const T&>::value), "");
/external/libcxx/test/iterators/iterator.primitives/iterator.traits/
H A Dconst_pointer.pass.cpp18 // typedef const T& reference;
33 static_assert((std::is_same<It::reference, const A&>::value), "");
H A Diterator.pass.cpp18 // typedef typename Iter::reference reference;
32 typedef A& reference; typedef in struct:test_iterator
H A Dpointer.pass.cpp18 // typedef T& reference;
33 static_assert((std::is_same<It::reference, A&>::value), "");
/external/libcxx/test/support/
H A Dtest_iterators.h26 typedef typename std::iterator_traits<It>::reference reference; typedef in class:output_iterator
35 reference operator*() const {return *it_;}
53 typedef typename std::iterator_traits<It>::reference reference; typedef in class:input_iterator
62 reference operator*() const {return *it_;}
102 typedef typename std::iterator_traits<It>::reference reference; typedef in class:forward_iterator
111 reference operator*() const {return *it_;}
151 typedef typename std::iterator_traits<It>::reference referenc typedef in class:bidirectional_iterator
199 typedef typename std::iterator_traits<It>::reference reference; typedef in class:random_access_iterator
[all...]
/external/skia/dm/
H A DDMPipeTask.h10 // Sends a GM through a pipe, draws it, and compares against the reference bitmap.
25 SkBitmap reference, // Bitmap to compare pipe results to.

Completed in 486 milliseconds

1234567891011>>