Searched refs:reference (Results 176 - 200 of 924) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/sequences/array/
H A Dat.pass.cpp12 // reference operator[] (size_type)
14 // reference at (size_type)
26 C::reference r1 = c.at(0);
31 C::reference r2 = c.at(2);
/external/libcxx/test/utilities/template.bitset/bitset.members/
H A Dindex.pass.cpp10 // test bitset<N>::reference operator[](size_t pos);
35 typename std::bitset<N>::reference r = v1[N/2];
37 typename std::bitset<N>::reference r2 = v1[N/2];
/external/libopus/tests/
H A Drun_vectors.sh93 echo output matches reference
95 echo ERROR: output does not match reference
122 echo output matches reference
124 echo ERROR: output does not match reference
/external/skia/dm/
H A DDMPipeTask.cpp9 DEFINE_bool(pipe, true, "If true, check several pipe variants against the reference bitmap.");
37 SkBitmap reference,
43 , fReference(reference)
35 PipeTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, Mode mode) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DPrimitiveProto.java34 import org.jf.dexlib2.iface.reference.FieldReference;
35 import org.jf.dexlib2.iface.reference.MethodReference;
H A DUnknownClassProto.java34 import org.jf.dexlib2.iface.reference.FieldReference;
35 import org.jf.dexlib2.iface.reference.MethodReference;
H A DAnalyzedInstruction.java35 import org.jf.dexlib2.iface.reference.MethodReference;
36 import org.jf.dexlib2.iface.reference.Reference;
237 Reference reference = instruction.getReference();
238 if (reference instanceof MethodReference) {
239 return ((MethodReference)reference).getName().equals("<init>");
254 //When constructing a new object, the register type will be an uninitialized reference after the new-instance
255 //instruction, but becomes an initialized reference once the <init> method is called. So even though invoke
257 //object register. If the uninitialized reference has been copied to other registers, they will be initialized
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
H A DBaseMethodReference.java32 package org.jf.dexlib2.base.reference;
35 import org.jf.dexlib2.iface.reference.MethodReference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/debug/
H A DBuilderStartLocal.java37 import org.jf.dexlib2.iface.reference.StringReference;
38 import org.jf.dexlib2.iface.reference.TypeReference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
H A DDexBackedInstruction20bc.java37 import org.jf.dexlib2.dexbacked.reference.DexBackedReference;
39 import org.jf.dexlib2.iface.reference.Reference;
H A DDexBackedInstruction22c.java36 import org.jf.dexlib2.dexbacked.reference.DexBackedReference;
38 import org.jf.dexlib2.iface.reference.Reference;
H A DDexBackedInstruction35c.java36 import org.jf.dexlib2.dexbacked.reference.DexBackedReference;
38 import org.jf.dexlib2.iface.reference.Reference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/debug/
H A DImmutableSetSourceFile.java35 import org.jf.dexlib2.base.reference.BaseStringReference;
37 import org.jf.dexlib2.iface.reference.StringReference;
/external/chromium_org/base/memory/
H A Dscoped_vector.h27 typedef typename std::vector<T*>::reference reference; typedef in class:ScopedVector
45 reference operator[](size_t index) { return v_[index]; }
62 reference front() { return v_.front(); }
64 reference back() { return v_.back(); }
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd27 # Return value: New reference.
33 # Return value: New reference.
39 # Return value: New reference.
68 # Return value: New reference.
113 # reference. The reference to the old value of string will be
114 # stolen. If the new string cannot be created, the old reference
121 # reference count of newpart.
138 # Return value: New reference. Return a new string object from
146 # as *string, it sets *string to it (decrementing the reference
[all...]
H A Dstring.pxd27 # Return value: New reference.
33 # Return value: New reference.
39 # Return value: New reference.
68 # Return value: New reference.
113 # reference. The reference to the old value of string will be
114 # stolen. If the new string cannot be created, the old reference
121 # reference count of newpart.
138 # Return value: New reference. Return a new string object from
146 # as *string, it sets *string to it (decrementing the reference
[all...]
H A Dlist.pxd33 # Return value: Borrowed reference.
40 # Return value: Borrowed reference.
45 # or -1 on failure. Note: This function ``steals'' a reference to
46 # item and discards a reference to an item already in the list at
52 # previous content. Note: This function ``steals'' a reference to
53 # item, and, unlike PyList_SetItem(), does not discard a reference
54 # to any item that it being replaced; any reference in list at
68 # Return value: New reference.
88 # Return value: New reference.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DDexBuilder.java42 import org.jf.dexlib2.iface.reference.*;
173 @Nonnull public BuilderReference internReference(@Nonnull Reference reference) { argument
174 if (reference instanceof StringReference) {
175 return internStringReference(((StringReference)reference).getString());
177 if (reference instanceof TypeReference) {
178 return internTypeReference(((TypeReference)reference).getType());
180 if (reference instanceof MethodReference) {
181 return internMethodReference((MethodReference)reference);
183 if (reference instanceof FieldReference) {
184 return internFieldReference((FieldReference)reference);
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBufferObjectQueryTests.cpp80 virtual void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) = DE_NULL;
81 virtual void verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference) = DE_NULL;
107 void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference);
108 void verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference);
116 void GetBufferParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) argument
126 if (state != reference)
128 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state << TestLog::EndMessage;
135 void GetBufferParameterIVerifier::verifyInteger64 (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference) argument
146 if (!de::inRange(reference, (GLint64)std::numeric_limits<GLint>::min(), (GLint64)std::numeric_limits<GLint>::max()))
149 if (state != reference)
172 verifyInteger(tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference) argument
191 verifyInteger64(tcu::TestContext& testCtx, GLenum target, GLenum name, GLint64 reference) argument
[all...]
H A Des3fSamplerStateQueryTests.cpp56 virtual void verifyInteger (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLint reference) = DE_NULL;
57 virtual void verifyFloat (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLfloat reference) = DE_NULL;
82 void verifyInteger (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLint reference);
83 void verifyFloat (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLfloat reference);
91 void GetSamplerParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLint reference) argument
101 if (state != reference)
103 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state << TestLog::EndMessage;
110 void GetSamplerParameterIVerifier::verifyFloat (tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLfloat reference) argument
120 const GLint expectedGLStateMax = StateQueryUtil::roundGLfloatToNearestIntegerHalfUp<GLint>(reference);
121 const GLint expectedGLStateMin = StateQueryUtil::roundGLfloatToNearestIntegerHalfDown<GLint>(reference);
146 verifyInteger(tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLint reference) argument
168 verifyFloat(tcu::TestContext& testCtx, GLuint sampler, GLenum name, GLfloat reference) argument
[all...]
/external/llvm/include/llvm/IR/
H A DCFG.h44 typedef typename super::reference reference; typedef in class:llvm::PredIterator
55 inline reference operator*() const {
111 typedef typename super::reference reference; typedef in class:llvm::SuccIterator
130 *this = reference(r);
134 SuccessorProxy &operator=(reference r) {
139 operator reference() const { return *it; }
171 inline reference operator*() const { return Term->getSuccessor(idx); }
/external/chromium_org/ui/webui/resources/js/
H A Dwebui_resource_test.js43 * Verifies that the observed and reference values differ.
44 * @param {Object} reference The target value for comparison.
49 function assertNotEqual(reference, observed, opt_message) {
50 if (observed === reference) {
52 '\n Reference: ' + reference;
/external/libcxx/test/containers/sequences/deque/
H A Dtypes.pass.cpp20 // typedef typename allocator_type::reference reference;
51 static_assert((std::is_same<typename C::reference, typename Allocator::reference>::value), "");
81 static_assert((std::is_same<C::reference, C::value_type&>::value), "");
/external/libcxx/test/containers/sequences/vector/
H A Dtypes.pass.cpp20 // typedef typename allocator_type::reference reference;
51 static_assert((std::is_same<typename C::reference, typename Allocator::reference>::value), "");
79 static_assert((std::is_same<std::vector<int, min_allocator<int>>::reference, int&>::value), "");
/external/stlport/stlport/stl/
H A D_stack.h68 typedef typename _Sequence::reference reference; typedef in class:stack
84 reference top() { return c.back(); }

Completed in 4012 milliseconds

1234567891011>>