HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 476 - 500 of 3030) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.h 39 // score to use as ref motion vector
45 int block, int ref, int mi_row, int mi_col,
  /libcore/ojluni/src/main/java/java/net/
URL.java 80 * as a "ref" or a "reference". The fragment is indicated by the sharp
204 private String ref; field in class:URL
411 ref = parts.getRef();
540 /* we're assuming this is a ref relative to the context URL.
542 * ref URL's like: "hello:there" w/ a ':' in them.
603 ref = spec.substring(i + 1, limit);
613 if (ref == null) {
614 ref = context.ref;
665 * @param ref the internal reference in the UR
1316 String path, query, ref; field in class:Parts
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
validation.hpp 71 boost::BOOST_RT_PARAM_NAMESPACE::report_logic_error( format_stream().ref() << msg )
  /packages/apps/Contacts/src/com/android/contacts/util/
NotifyingAsyncQueryHandler.java 23 import java.lang.ref.WeakReference;
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmac.h 260 const FSRef *ref,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ccs.s 9 .ref ext_sym
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 273 float fuzzyCompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBufferAccess& cmp, const PixelBufferAccess& errorMask)
275 DE_ASSERT(ref.getWidth() == cmp.getWidth() && ref.getHeight() == cmp.getHeight());
276 DE_ASSERT(errorMask.getWidth() == ref.getWidth() && errorMask.getHeight() == ref.getHeight());
278 if (!isFormatSupported(ref.getFormat()) || !isFormatSupported(cmp.getFormat()))
281 int width = ref.getWidth();
282 int height = ref.getHeight();
294 switch (ref.getFormat().order)
296 case TextureFormat::RGBA: separableConvolve<4, 4>(refFiltered, ref, shift, shift, kernel, kernel); break
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.h 88 void AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset, mirror::Object* ref)
90 void AssertToSpaceInvariant(GcRootSource* gc_root_source, mirror::Object* ref)
92 bool IsInToSpace(mirror::Object* ref) SHARED_REQUIRES(Locks::mutator_lock_) {
93 DCHECK(ref != nullptr);
94 return IsMarked(ref) == ref;
171 bool IsOnAllocStack(mirror::Object* ref) SHARED_REQUIRES(Locks::mutator_lock_);
180 void AssertToSpaceInvariantInNonMovingSpace(mirror::Object* obj, mirror::Object* ref)
  /art/runtime/interpreter/mterp/arm/
op_iget.S 8 FETCH r0, 1 @ r0<- field ref CCCC
op_sget_wide.S 9 FETCH r0, 1 @ r0<- field ref BBBB
  /art/runtime/interpreter/mterp/mips/
op_iget.S 8 FETCH(a0, 1) # a0 <- field ref CCCC
op_iput.S 10 FETCH(a0, 1) # a0 <- field ref CCCC
op_iput_wide.S 4 FETCH(a0, 1) # a0 <- field ref CCCC
  /art/runtime/interpreter/mterp/mips64/
op_iget.S 9 lhu a0, 2(rPC) # a0 <- field ref CCCC
op_iget_wide.S 8 lhu a0, 2(rPC) # a0 <- field ref CCCC
  /art/runtime/interpreter/mterp/x86/
op_iget.S 9 movl %eax, OUT_ARG0(%esp) # field ref CCCC
op_iget_wide.S 8 movl %eax, OUT_ARG0(%esp) # field ref CCCC
op_iput.S 11 movl %eax, OUT_ARG0(%esp) # field ref CCCC
op_iput_wide.S 5 movl %eax, OUT_ARG0(%esp) # field ref CCCC
  /art/runtime/interpreter/mterp/x86_64/
op_iget.S 9 movzwl 2(rPC), OUT_32_ARG0 # eax <- field ref CCCC
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
SignedObjectTest.java 77 SignedObject ref = (SignedObject) oref; local
80 assertEquals(test.getAlgorithm(), ref.getAlgorithm());
  /external/avahi/avahi-core/
rr.h 56 int ref; /**< Reference counter */ member in struct:AvahiKey
66 int ref; /**< Reference counter */ member in struct:AvahiRecord
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleObjectCache.java 10 import java.lang.ref.ReferenceQueue;
11 import java.lang.ref.SoftReference;
  /external/icu/icu4c/source/test/testdata/
NumberFormatTestCases.txt 10 ref= "#.#"
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
LocaleObjectCache.java 9 import java.lang.ref.ReferenceQueue;
10 import java.lang.ref.SoftReference;

Completed in 615 milliseconds

<<11121314151617181920>>