Searched refs:reference (Results 76 - 100 of 1217) sorted by relevance

1234567891011>>

/external/ImageMagick/PerlMagick/t/ttf/
H A Dread.t21 testReadCompare('input.ttf', '../reference/ttf/read.miff',
31 q!../reference/ttf/label.miff!,
42 q!../reference/ttf/annotate.miff!,
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DZLinkedList.java39 public boolean moveAbove(Type objectToMove, Type reference) { argument
40 return organizer.moveAbove(objectToMove, reference);
44 public boolean moveBeneath(Type objectToMove, Type reference) { argument
45 return organizer.moveBeneath(objectToMove, reference);
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c36 struct pipe_reference reference; member in struct:pipe_fence_handle
47 if (pipe_reference(&(*ptr)->reference, &fence->reference))
73 pipe_reference_init(&fence->reference, 1);
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_fence.c32 * completed (with no reference to what other processes might be doing with
43 struct pipe_reference reference; member in struct:vc4_fence
56 if (pipe_reference(&(*p)->reference, &f->reference)) {
82 pipe_reference_init(&f->reference, 1);
/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_fence.c15 struct pipe_reference reference; member in struct:i915_drm_fence
25 pipe_reference_init(&fence->reference, 1);
43 if (pipe_reference(&((struct i915_drm_fence *)(*ptr))->reference, &f->reference)) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
H A DSetSourceFile.java34 import org.jf.dexlib2.iface.reference.StringReference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
H A DStringReference.java32 package org.jf.dexlib2.iface.reference;
38 * This class represents a reference to an arbitrary string.
H A DTypeReference.java32 package org.jf.dexlib2.iface.reference;
38 * This class represents a reference to a type.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DStringSection.java34 import org.jf.dexlib2.iface.reference.StringReference;
H A DTypeSection.java34 import org.jf.dexlib2.iface.reference.TypeReference;
/external/apache-http/src/org/apache/http/client/utils/
H A DURIUtils.java169 * Resolves a URI reference against a base URI. Work-around for bug in
173 * @param reference the URI reference
176 public static URI resolve(final URI baseURI, final String reference) { argument
177 return URIUtils.resolve(baseURI, URI.create(reference));
181 * Resolves a URI reference against a base URI. Work-around for bug in
185 * @param reference the URI reference
188 public static URI resolve(final URI baseURI, URI reference){ argument
192 if (reference
[all...]
/external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
H A DUsageTypeTest.java6 import com.intellij.psi.impl.source.resolve.reference.impl.PsiMultiReference;
45 PsiReference reference = psiFile.getFirstChild().findReferenceAt(index);
46 Assert.assertNotNull(reference);
47 if (reference instanceof PsiMultiReference) {
48 // If there are multiple reference parents, the default seems to be the last one,
50 reference = ((PsiMultiReference) reference).getReferences()[0];
53 UsageType usageType = usageTypeProvider.getUsageType(reference.getElement());
/external/wayland/tests/
H A Dlist-test.c77 int reference[] = { 708090, 102030, 5588, 12 }; local
93 assert(i < ARRAY_LENGTH(reference));
94 assert(e->i == reference[i]);
97 assert(i == ARRAY_LENGTH(reference));
101 assert(i < ARRAY_LENGTH(reference));
102 assert(e->i == reference[ARRAY_LENGTH(reference) - i - 1]);
105 assert(i == ARRAY_LENGTH(reference));
109 validate_list(struct wl_list *list, int *reference, int length) argument
118 if (e->i != reference[
[all...]
/external/deqp/framework/common/
H A DtcuImageCompare.cpp44 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, tcu::Vec4& scale, tcu::Vec4& bias) argument
53 estimatePixelValueRange(reference, refMin, refMax);
91 static int findNumPositionDeviationFailingPixels (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, const tcu::IVec3& maxPositionDeviation, bool acceptOutOfBoundsAsAnyValue) argument
95 const int width = reference.getWidth();
96 const int height = reference.getHeight();
97 const int depth = reference.getDepth();
119 const IVec4 refPix = reference.getPixelInt(x, y, z);
131 // Find matching pixels for both result and reference pixel
136 // Find deviated result pixel for reference
159 // Find deviated reference pixe
217 fuzzyCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, float threshold, CompareLogMode logMode) argument
286 fuzzyCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, float threshold, CompareLogMode logMode) argument
335 measurePixelDiffAccuracy(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) argument
391 measurePixelDiffAccuracy(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, int bestScoreDiff, int worstScoreDiff, CompareLogMode logMode) argument
488 floatUlpThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode) argument
574 floatThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode) argument
661 floatThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, const Vec4& threshold, CompareLogMode logMode) argument
743 intThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result, const UVec4& threshold, CompareLogMode logMode) argument
838 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
917 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
984 pixelThresholdCompare(TestLog& log, const char* imageSetName, const char* imageSetDesc, const Surface& reference, const Surface& result, const RGBA& threshold, CompareLogMode logMode) argument
1007 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 Des2fReadPixelsTests.cpp59 void render (tcu::Texture2D& reference);
77 void ReadPixelsTest::render (tcu::Texture2D& reference) argument
124 // Render reference
126 const int coordX1 = (int)((-0.5f * (float)reference.getWidth() / 2.0f) + (float)reference.getWidth() / 2.0f);
127 const int coordY1 = (int)((-0.5f * (float)reference.getHeight() / 2.0f) + (float)reference.getHeight() / 2.0f);
128 const int coordX2 = (int)(( 0.5f * (float)reference.getWidth() / 2.0f) + (float)reference.getWidth() / 2.0f);
129 const int coordY2 = (int)(( 0.5f * (float)reference
[all...]
/external/guava/guava/src/com/google/common/base/
H A DPreconditions.java25 * checkNotNull}, an object reference which is expected to be non-null). When {@code false} (or
202 * Ensures that an object reference passed as a parameter to the calling method is not null.
204 * @param reference an object reference
205 * @return the non-null reference that was validated
206 * @throws NullPointerException if {@code reference} is null
208 public static <T> T checkNotNull(T reference) { argument
209 if (reference == null) {
212 return reference;
216 * Ensures that an object reference passe
224 checkNotNull(T reference, @Nullable Object errorMessage) argument
245 checkNotNull(T reference, @Nullable String errorMessageTemplate, @Nullable Object... errorMessageArgs) argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java65 * any remove() in a stimulus sequence after the reference iterator
273 * We poll the target iterator's next element and pass it to the reference
275 * enables the assertion to pass and the reference iterator to properly
394 MultiExceptionListIterator reference =
404 boolean threwException = stimulus.executeAndCompare(reference, target);
415 List<E> elements = reference.getElements();
443 T reference, T target, IteratorOperation method)
482 (MultiExceptionListIterator) reference;
486 referenceReturnValue = method.execute(reference);
496 "Target threw exception when reference di
442 internalExecuteAndCompare( T reference, T target, IteratorOperation method) argument
585 executeAndCompare(ListIterator<E> reference, T target) argument
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstructionFactory.java36 import org.jf.dexlib2.iface.reference.Reference;
77 @Nonnull Reference reference) {
78 return new ImmutableInstruction20bc(opcode, verificationError, reference);
88 @Nonnull Reference reference) {
89 return new ImmutableInstruction21c(opcode, registerA, reference);
126 @Nonnull Reference reference) {
127 return new ImmutableInstruction22c(opcode, registerA, registerB, reference);
164 @Nonnull Reference reference) {
165 return new ImmutableInstruction31c(opcode, registerA, reference);
193 @Nonnull Reference reference) {
75 makeInstruction20bc(@onnull Opcode opcode, int verificationError, @Nonnull Reference reference) argument
86 makeInstruction21c(@onnull Opcode opcode, int registerA, @Nonnull Reference reference) argument
123 makeInstruction22c(@onnull Opcode opcode, int registerA, int registerB, @Nonnull Reference reference) argument
162 makeInstruction31c(@onnull Opcode opcode, int registerA, @Nonnull Reference reference) argument
186 makeInstruction35c(@onnull Opcode opcode, int registerCount, int registerC, int registerD, int registerE, int registerF, int registerG, @Nonnull Reference reference) argument
198 makeInstruction3rc(@onnull Opcode opcode, int startRegister, int registerCount, @Nonnull Reference reference) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h55 pipe_reference_init(struct pipe_reference *reference, unsigned count) argument
57 p_atomic_set(&reference->count, count);
61 pipe_is_referenced(struct pipe_reference *reference) argument
63 return p_atomic_read(&reference->count) != 0;
67 * Update reference counting.
69 * Both 'ptr' and 'reference' may be NULL.
74 struct pipe_reference *reference,
79 if(ptr != reference) {
80 /* bump the reference.count first */
81 if (reference) {
73 pipe_reference_described(struct pipe_reference *ptr, struct pipe_reference *reference, debug_reference_descriptor get_desc) argument
100 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) argument
[all...]
/external/bart/bart/common/
H A DAnalyzer.py67 def getStatement(self, statement, reference=False, select=None):
79 if reference:
/external/expat/doc/
H A DMakefile.am52 reference.html \
/external/libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/
H A Dtypes.pass.cpp25 // typename iterator_traits<Iterator>::reference> {
51 static_assert((std::is_same<typename R::reference, typename T::reference>::value), "");
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DTypeProto.java35 import org.jf.dexlib2.iface.reference.FieldReference;
36 import org.jf.dexlib2.iface.reference.MethodReference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
H A DBaseStringReference.java32 package org.jf.dexlib2.base.reference;
34 import org.jf.dexlib2.iface.reference.StringReference;
H A DBaseTypeReference.java32 package org.jf.dexlib2.base.reference;
34 import org.jf.dexlib2.iface.reference.TypeReference;

Completed in 948 milliseconds

1234567891011>>