Searched defs:reference (Results 26 - 50 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/tests/
H A DSortTest.cpp25 const int array[], const int reference[], int n) {
27 if (array[j] != reference[j]) {
29 label, n, array[j], reference[j]);
37 /** The reference sort of the random numbers. */
40 then this array is compared against the reference sort. */
48 // Use qsort as the reference sort.
24 check_sort(skiatest::Reporter* reporter, const char label[], const int array[], const int reference[], int n) argument
/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-references.cpp3 namespace reference { namespace
67 // CHECK: call %"struct.reference::B"* @_ZN9reference1BC1Ev
70 // CHECK: call %"struct.reference::B"* @_ZN9reference1BD1Ev
/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DVariableValue.java25 * A value linked to a variable reference. When this value is evaluated in an expression a Data
40 private Data reference; field in class:VariableValue
58 reference = dataContext.findVariable(name, false);
61 return reference;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_fence.h43 struct pipe_reference reference; member in struct:lp_fence
81 if (pipe_reference(&old->reference, &f->reference)) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h46 * the texture and in there by holding a reference
52 * texture has a reference take for as long as
60 struct pipe_reference reference; member in struct:svga_sampler_view
94 if (pipe_reference_described(&(*ptr)->reference, &v->reference,
/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/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_fence.c9 struct pipe_reference reference; member in struct:i915_sw_fence
17 pipe_reference_init(&fence->reference, 1);
30 if (pipe_reference(&((struct i915_sw_fence *)(*ptr))->reference, &f->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
H A DDMQuiltTask.cpp13 QuiltTask::QuiltTask(const Task& parent, skiagm::GM* gm, SkBitmap reference) argument
17 , fReference(reference)
H A DDMRecordTask.cpp14 RecordTask::RecordTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, Mode mode) argument
19 , fReference(reference)
22 RecordTask::RecordTask(const Task& parent, SkPicture* pic, SkBitmap reference, Mode mode) argument
27 , fReference(reference)
H A DDMReplayTask.cpp16 SkBitmap reference,
22 , fReference(reference)
14 ReplayTask(const Task& parent, skiagm::GM* gm, SkBitmap reference, Mode mode) argument
/external/skia/tests/
H A DSortTest.cpp25 const int array[], const int reference[], int n) {
27 if (array[j] != reference[j]) {
29 label, n, array[j], reference[j]);
37 /** The reference sort of the random numbers. */
40 then this array is compared against the reference sort. */
48 // Use qsort as the reference sort.
24 check_sort(skiatest::Reporter* reporter, const char label[], const int array[], const int reference[], int n) argument
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DReferenceFormatter.java32 import org.jf.dexlib2.iface.reference.*;
47 Reference reference) throws IOException {
50 writeStringReference(writer, ((StringReference)reference).getString());
53 writer.write(((TypeReference)reference).getType());
56 ReferenceUtil.writeMethodDescriptor(writer, (MethodReference)reference);
59 ReferenceUtil.writeFieldDescriptor(writer, (FieldReference)reference);
62 throw new IllegalStateException("Unknown reference type");
46 writeReference(IndentingWriter writer, int referenceType, Reference reference) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction20bc.java39 import org.jf.dexlib2.iface.reference.Reference;
48 @Nonnull protected final Reference reference; field in class:BuilderInstruction20bc
52 @Nonnull Reference reference) {
55 this.reference = reference;
59 @Nonnull @Override public Reference getReference() { return reference; }
60 @Override public int getReferenceType() { return ReferenceType.getReferenceType(reference); }
50 BuilderInstruction20bc(@onnull Opcode opcode, int verificationError, @Nonnull Reference reference) argument
H A DBuilderInstruction21c.java38 import org.jf.dexlib2.iface.reference.Reference;
47 @Nonnull protected final Reference reference; field in class:BuilderInstruction21c
51 @Nonnull Reference reference) {
54 this.reference = reference;
58 @Nonnull @Override public Reference getReference() { return reference; }
49 BuilderInstruction21c(@onnull Opcode opcode, int registerA, @Nonnull Reference reference) argument
H A DBuilderInstruction22c.java38 import org.jf.dexlib2.iface.reference.Reference;
48 @Nonnull protected final Reference reference; field in class:BuilderInstruction22c
53 @Nonnull Reference reference) {
57 this.reference = reference;
62 @Nonnull @Override public Reference getReference() { return reference; }
50 BuilderInstruction22c(@onnull Opcode opcode, int registerA, int registerB, @Nonnull Reference reference) argument
H A DBuilderInstruction31c.java38 import org.jf.dexlib2.iface.reference.Reference;
47 @Nonnull protected final Reference reference; field in class:BuilderInstruction31c
51 @Nonnull Reference reference) {
54 this.reference = reference;
58 @Nonnull @Override public Reference getReference() { return reference; }
49 BuilderInstruction31c(@onnull Opcode opcode, int registerA, @Nonnull Reference reference) argument
H A DBuilderInstruction3rc.java38 import org.jf.dexlib2.iface.reference.Reference;
49 @Nonnull protected final Reference reference; field in class:BuilderInstruction3rc
54 @Nonnull Reference reference) {
58 this.reference = reference;
63 @Nonnull @Override public Reference getReference() { return reference; }
51 BuilderInstruction3rc(@onnull Opcode opcode, int startRegister, int registerCount, @Nonnull Reference reference) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
H A DDexBackedFieldReference.java32 package org.jf.dexlib2.dexbacked.reference;
34 import org.jf.dexlib2.base.reference.BaseFieldReference;
H A DDexBackedMethodReference.java32 package org.jf.dexlib2.dexbacked.reference;
35 import org.jf.dexlib2.base.reference.BaseMethodReference;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
H A DFieldReference.java32 package org.jf.dexlib2.iface.reference;
38 * This class represents a reference to a field.
H A DMethodReference.java32 package org.jf.dexlib2.iface.reference;
39 * This class represents a reference to a method.
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/immutable/instruction/
H A DImmutableInstruction20bc.java38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReference;
40 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
49 @Nonnull protected final ImmutableReference reference; field in class:ImmutableInstruction20bc
53 @Nonnull Reference reference) {
56 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference);
70 @Nonnull @Override public ImmutableReference getReference() { return reference; }
71 @Override public int getReferenceType() { return ReferenceType.getReferenceType(reference); }
51 ImmutableInstruction20bc(@onnull Opcode opcode, int verificationError, @Nonnull Reference reference) argument

Completed in 6087 milliseconds

1234567891011>>