HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 1151 - 1175 of 3742) sorted by null

<<41424344454647484950>>

  /external/icu/icu4c/source/common/
icuplug.cpp 113 uint32_t ref; /**< reference count */ member in struct:UPlugLibrary
201 libraryList[libEntry].ref=1;
207 libraryList[libEntry].ref++;
223 if(--(libraryList[i].ref) == 0) {
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 18 import java.lang.ref.WeakReference;
  /external/libcxx/test/std/algorithms/alg.sorting/alg.merge/
inplace_merge_comp.pass.cpp 77 std::inplace_merge(Iter(ia), Iter(ia+M), Iter(ia+N), std::ref(pred));
  /external/libvpx/libvpx/test/
vp9_intrapred_test.cc 35 IntraPredParam(IntraPredFunc pred = NULL, IntraPredFunc ref = NULL,
37 : pred_fn(pred), ref_fn(ref), block_size(block_size_value),
440 HighbdIntraPredParam(HighbdIntraPred pred = NULL, HighbdIntraPred ref = NULL,
442 : pred_fn(pred), ref_fn(ref), block_size(block_size_value),
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 454 int w, int h, int ref, int xs, int ys) {
462 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd);
467 dst_buf_stride, subpel_x, subpel_y, sf, w, h, ref, kernel,
479 int ref, int xs, int ys) {
488 h, ref, kernel, xs, ys);
497 int is_scaled, int ref) {
617 w, h, ref, xs, ys);
633 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); local
636 subpel_y, sf, w, h, ref, kernel, xs, ys);
640 sf, w, h, ref, kernel, xs, ys)
654 int ref; local
1860 const int ref = vpx_rb_read_literal(rb, REF_FRAMES_LOG2); local
    [all...]
  /external/llvm/include/llvm/CodeGen/
Passes.h 399 initialize##passName##PassOnce, std::ref(Registry)); \
  /external/llvm/unittests/Support/
ThreadPool.cpp 115 Pool.async(TestFunc, std::ref(checked_in), i);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 405 *ppShader = (ID3D11##Stage##Shader*)shaders[D3D11_STAGE_##XS].ref(); \
422 out_constant_buffers[i] = constant_buffers[D3D11_STAGE_##XS][start + i].ref(); \
439 out_shader_resource_views[i] = shader_resource_views[D3D11_STAGE_##XS][start + i].ref(); \
456 out_samplers[i] = samplers[D3D11_STAGE_##XS][start + i].ref(); \
492 out_unordered_access_views[i] = cs_unordered_access_views[start + i].ref();
580 *out_input_layout = input_layout.ref();
625 out_vertex_buffers[i] = input_buffers[start + i].ref();
693 *out_index_buffer = index_buffer.ref();
955 *out_rasterizer_state = rasterizer_state.ref();
1107 *out_blend_state = blend_state.ref();
    [all...]
  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 110 // Increase the ref count since callers of createSurface put the
112 fCurSurface->ref();
  /external/skia/include/gpu/
GrGpuResource.h 21 * class to isolate the ref-cnting behavior and provide friendship without exposing all of
25 * 1) Normal ref (+ by ref(), - by unref()): These are used by code that is issuing draw calls
33 * The latter two ref types are private and intended only for Gr core code.
35 * When all the ref/io counts reach zero DERIVED::notifyAllCntsAreZero() will be called (static poly
36 * morphism using CRTP). Similarly when the ref (but not necessarily pending read/write) count
38 * the ref cnt to reach zero and the other counts are zero, notifyRefCountIsZero() will be called
52 void ref() const { function in class:GrIORef
136 friend class GrResourceCache; // to check IO ref counts.
334 // This is not ref'ed but abandon() or release() will be called before the GrGpu objec
    [all...]
  /external/skia/samplecode/
SampleCode.cpp 75 fFact->ref();
  /external/tremolo/Tremolo/
ogg.h 97 ogg_reference *ref; member in struct:oggbyte_buffer
  /external/v8/src/compiler/
js-graph.h 130 Node* ExternalConstant(ExternalReference ref);
  /external/v8/tools/
v8-info.sh 76 git for-each-ref --format="%(objectname) %(refname:short)" refs/remotes/svn
  /frameworks/av/media/libstagefright/webm/
WebmElement.h 95 WebmBinary(uint64_t id, const sp<ABuffer> &ref);
  /frameworks/base/core/java/android/animation/
StateListAnimator.java 24 import java.lang.ref.WeakReference;
34 * @attr ref android.R.styleable#DrawableStates_state_focused
35 * @attr ref android.R.styleable#DrawableStates_state_window_focused
36 * @attr ref android.R.styleable#DrawableStates_state_enabled
37 * @attr ref android.R.styleable#DrawableStates_state_checkable
38 * @attr ref android.R.styleable#DrawableStates_state_checked
39 * @attr ref android.R.styleable#DrawableStates_state_selected
40 * @attr ref android.R.styleable#DrawableStates_state_activated
41 * @attr ref android.R.styleable#DrawableStates_state_active
42 * @attr ref android.R.styleable#DrawableStates_state_singl
    [all...]
  /frameworks/base/core/java/android/app/job/
JobServiceEngine.java 31 import java.lang.ref.WeakReference;
  /frameworks/base/core/java/android/hardware/radio/
RadioModule.java 27 import java.lang.ref.WeakReference;
  /frameworks/base/core/java/android/view/
ViewStub.java 29 import java.lang.ref.WeakReference;
69 * @attr ref android.R.styleable#ViewStub_inflatedId
70 * @attr ref android.R.styleable#ViewStub_layout
128 * @attr ref android.R.styleable#ViewStub_inflatedId
143 * @attr ref android.R.styleable#ViewStub_inflatedId
166 * @attr ref android.R.styleable#ViewStub_layout
183 * @attr ref android.R.styleable#ViewStub_layout
  /frameworks/base/core/java/com/android/internal/view/
StandaloneActionMode.java 31 import java.lang.ref.WeakReference;
  /frameworks/base/media/java/android/media/
AudioPortEventHandler.java 23 import java.lang.ref.WeakReference;
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardMessageArea.java 28 import java.lang.ref.WeakReference;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
RemoteInputController.java 29 import java.lang.ref.WeakReference;
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 43 import java.lang.ref.WeakReference;
52 final WeakReference<PendingIntentRecord> ref; field in class:PendingIntentRecord
195 ref = new WeakReference<PendingIntentRecord>(this);
423 if (current == ref) {
  /frameworks/base/tools/aapt2/
StringPool.cpp 34 StringPool::Ref::Ref() : entry_(nullptr) {}
36 StringPool::Ref::Ref(const StringPool::Ref& rhs) : entry_(rhs.entry_) {
42 StringPool::Ref::Ref(StringPool::Entry* entry) : entry_(entry) {
48 StringPool::Ref::~Ref() {
54 StringPool::Ref& StringPool::Ref::operator=(const StringPool::Ref& rhs)
    [all...]

Completed in 3053 milliseconds

<<41424344454647484950>>