HomeSort by relevance Sort by last modified time
    Searched full:reference (Results 226 - 250 of 22594) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/model/
ITypeVariableReference.java 20 * {@code ITypeVariableReference} models a reference to an
26 * Returns the definition this type variable reference is referencing.
28 * @return the definition this type variable reference is referencing
  /external/chromium_org/chrome/app/nibs/
FirstRunBubble.xib 53 <reference key="NSNextResponder"/>
58 <reference key="NSNextResponder" ref="1006"/>
63 <reference key="NSNextResponder" ref="301729179"/>
66 <reference key="NSSuperview" ref="301729179"/>
67 <reference key="NSWindow"/>
78 <reference key="NSControlView" ref="691202245"/>
89 <reference key="NSNextResponder" ref="301729179"/>
92 <reference key="NSSuperview" ref="301729179"/>
93 <reference key="NSWindow"/>
104 <reference key="NSControlView" ref="664006571"/
    [all...]
ContentBlockedPopups.xib 55 <reference key="NSNextResponder"/>
60 <reference key="NSNextResponder" ref="1006"/>
65 <reference key="NSNextResponder" ref="301729179"/>
68 <reference key="NSSuperview" ref="301729179"/>
69 <reference key="NSWindow"/>
80 <reference key="NSControlView" ref="266815090"/>
103 <reference key="NSNextResponder" ref="301729179"/>
106 <reference key="NSSuperview" ref="301729179"/>
107 <reference key="NSWindow"/>
118 <reference key="NSSupport" ref="26"/
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
owned_widget_gtk2.cc 23 // widget was created. There should be a floating reference.
26 // Sink the floating reference, we should now own this reference.
  /external/chromium_org/content/common/gpu/media/
h264_dpb.h 46 bool ref; // reference picture?
47 bool long_term; // long term reference picture?
55 // Values from slice_hdr to be used during reference marking and
67 // and/or reference.
76 // Remove unused (not reference and already outputted) pictures from DPB
89 // Return the number of reference pictures in DPB.
92 // Mark all pictures in DPB as unused for reference.
95 // Return a short-term reference picture by its pic_num.
98 // Return a long-term reference picture by its long_term_pic_num.
101 // Return the short reference picture with lowest frame_num. Used for slidin
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vp8.h 45 VP8_SET_REFERENCE = 1, /**< pass in an external frame into decoder to be used as reference frame */
46 VP8_COPY_REFERENCE = 2, /**< get a copy of reference frame from the decoder */
48 VP8_SET_DBG_COLOR_REF_FRAME = 4, /**< set the reference frames to color for each macroblock */
57 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */
91 /*!\brief reference frame type
93 * The set of macros define the type of VP8 reference frames
101 /*!\brief reference frame data struct
103 * Define the data struct to access vp8 reference frames.
106 vpx_ref_frame_type_t frame_type; /**< which reference frame */
107 vpx_image_t img; /**< reference frame data in image format *
    [all...]
  /external/clang/test/Parser/
cxx-reference.cpp 13 void g(const A aref) { // expected-warning {{'const' qualifier on reference type 'A' (aka 'int &') has no effect}}
16 int & const X = val; // expected-error {{'const' qualifier may not be applied to a reference}}
17 int & volatile Y = val; // expected-error {{'volatile' qualifier may not be applied to a reference}}
  /external/clang/test/SemaCXX/
auto-subst-failure.cpp 5 auto &b = f(); // expected-error {{cannot form a reference to 'void'}}
9 auto &&e(f()); // expected-error {{cannot form a reference to 'void'}}
13 (void)new auto&(f()); // expected-error {{cannot form a reference to 'void'}}
illegal-member-initialization.cpp 4 A() : value(), cvalue() { } // expected-error {{reference to type 'int' requires an initializer}}
13 X() { } // expected-error {{constructor for 'X' must explicitly initialize the reference member 'value'}} \
15 // expected-error {{constructor for 'X' must explicitly initialize the reference member 'b'}} \
ref-init-ambiguous.cpp 17 const E2 &e2 = c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}}
23 foo(c); // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}}
25 return c; // expected-error {{reference initialization of type 'const E2 &' with initializer of type 'C' is ambiguous}}
  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueTest.java 43 MockReference reference = new MockReference( local
47 if (reference.finalizeReferentCalled) {
73 * Keeps a weak reference to the underlying reference queue. When this
74 * reference is cleared, we know that the background thread has stopped
75 * and released its strong reference.
96 * If we don't keep a strong reference to the reference object, it won't
99 FinalizableWeakReference<Object> reference; field in class:FinalizableReferenceQueueTest
110 * Queue and clear a reference for good measure. We test later on tha
    [all...]
  /external/iproute2/doc/
Plan 3 1. User Reference manuals.
4 1.1 IP Command reference (ip-cref.tex, published)
5 1.2 TC Command reference (tc-cref.tex)
  /external/libvpx/libvpx/vpx/
vp8.h 45 VP8_SET_REFERENCE = 1, /**< pass in an external frame into decoder to be used as reference frame */
46 VP8_COPY_REFERENCE = 2, /**< get a copy of reference frame from the decoder */
48 VP8_SET_DBG_COLOR_REF_FRAME = 4, /**< set the reference frames to color for each macroblock */
57 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */
91 /*!\brief reference frame type
93 * The set of macros define the type of VP8 reference frames
101 /*!\brief reference frame data struct
103 * Define the data struct to access vp8 reference frames.
106 vpx_ref_frame_type_t frame_type; /**< which reference frame */
107 vpx_image_t img; /**< reference frame data in image format *
    [all...]
  /external/llvm/test/CodeGen/X86/
tailcall-fastisel.ll 5 define fastcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 %arg1) nounwind {
7 %tmp20 = tail call fastcc i8* @"visit_array_aux<`Reference>"(%0 %arg, i32 undef) ; <i8*> [#uses=1]
8 ; CHECK: jmp "_visit_array_aux<`Reference>" ## TAILCALL
  /external/pcre/dist/doc/
pcre_refcount.3 19 This function is used to maintain a reference count inside a data block that
23 \fIadjust\fP Adjustment to reference value
25 The yield of the function is the adjusted reference value, which is constrained
  /external/skia/dm/
DMRecordTask.h 11 // Records a GM or SKP through an SkRecord, draws it, and compares against the reference bitmap.
22 RecordTask(const Task& parent, skiagm::GM*, SkBitmap reference, Mode);
23 RecordTask(const Task& parent, SkPicture*, SkBitmap reference, Mode);
  /external/smali/baksmali/src/test/resources/ConstructorTest/
ConstructorTest2.smali 20 #v0=(Uninit);v1=(Uninit);v2=(Uninit);p0=(Reference,LConstructorTest2;);
22 #v0=(Uninit);v1=(Uninit);v2=(Uninit);p0=(Reference,LConstructorTest2;);
24 #v0=(Uninit);v1=(Uninit);v2=(Uninit);p0=(Reference,LConstructorTest2;);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8.h 45 VP8_SET_REFERENCE = 1, /**< pass in an external frame into decoder to be used as reference frame */
46 VP8_COPY_REFERENCE = 2, /**< get a copy of reference frame from the decoder */
48 VP8_SET_DBG_COLOR_REF_FRAME = 4, /**< set the reference frames to color for each macroblock */
57 VP9_GET_REFERENCE = 128, /**< get a pointer to a reference frame */
91 /*!\brief reference frame type
93 * The set of macros define the type of VP8 reference frames
101 /*!\brief reference frame data struct
103 * Define the data struct to access vp8 reference frames.
106 vpx_ref_frame_type_t frame_type; /**< which reference frame */
107 vpx_image_t img; /**< reference frame data in image format *
    [all...]
  /libcore/luni/src/main/java/java/lang/ref/
PhantomReference.java 36 * Implements a phantom reference, which is the weakest of the three types of
40 * reference queue of the phantom reference must explicitly be processed by some
41 * application code. As a consequence, a phantom reference that is not
42 * registered with any reference queue does not make any sense.
48 public class PhantomReference<T> extends Reference<T> {
51 * Constructs a new phantom reference and registers it with the given
52 * reference queue. The reference queue may be {@code null}, but this case
53 * does not make any sense, since the reference will never be enqueued, an
    [all...]
WeakReference.java 36 * Implements a weak reference, which is the middle of the three types of
64 * with their corresponding reference queues, if any.
72 * reference:
86 public class WeakReference<T> extends Reference<T> {
89 * Constructs a new weak reference to the given referent. The newly created
90 * reference is not registered with any reference queue.
99 * Constructs a new weak reference to the given referent. The newly created
100 * reference is registered with the given reference queue
    [all...]
  /art/runtime/gc/
reference_processor.cc 20 #include "mirror/reference.h"
21 #include "mirror/reference-inl.h"
34 condition_("reference processor condition", *Locks::reference_processor_lock_) ,
43 mirror::Reference::GetJavaLangRefReference()->SetSlowPath(true);
47 mirror::Reference::GetJavaLangRefReference()->SetSlowPath(false);
51 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) {
52 mirror::Object* const referent = reference->GetReferent();
54 // scenario where it becomes non-null during the reference processing phase.
61 reference->GetReferentReferenceAddr()
    [all...]
  /external/chromium_org/content/common/
shareable_file_reference_unittest.cc 29 // Create a first reference to that file.
38 // Get a second reference to that file.
46 // Drop the first reference, the file and reference should still be there.
52 // Drop the second reference, the file and reference should get deleted.
  /external/chromium_org/third_party/skia/tests/
SortTest.cpp 25 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.
  /external/clang/test/CodeGenObjC/
protocols-lazy.m 11 // Definition triggered by protocol reference.
17 // Forward definition triggered by protocol reference.
23 // Definition triggered by class reference.
30 // Definition following forward reference.
35 // reference, which has to be
39 // Protocol reference following definition.
  /external/skia/tests/
SortTest.cpp 25 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.

Completed in 1633 milliseconds

1 2 3 4 5 6 7 8 91011>>