/system/extras/simpleperf/ |
IOEventLoop_test.cpp | 152 IOEventRef ref = loop.AddReadEvent(fd[0], [&]() { local 154 return IOEventLoop::DelEvent(ref); 156 ASSERT_NE(nullptr, ref); 177 IOEventRef ref = loop.AddWriteEvent(fd[1], [&]() { local 179 return IOEventLoop::DisableEvent(ref); 181 ASSERT_NE(nullptr, ref); 193 return IOEventLoop::EnableEvent(ref);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
deblock_msa.c | 52 ref, out) \ 62 temp0 = (temp0 < ref); \ 63 temp1 = (temp1 < ref); \ 66 temp1 = (temp1 < ref); \ 69 temp1 = (temp1 < ref); \ 154 v16u8 above2, above1, below2, below1, src, ref, ref_temp; local 159 ref = LD_UB(f); 163 VPX_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0); 165 VPX_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter1); 167 VPX_AVER_IF_RETAIN(src, below1, below2, above2, above1, ref, inter2) 301 v16u8 src, ref, ref_temp; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_half.s | 33 ref RN 0 label 125 ADD ref,sp,#0x28 ;// ref = p1 134 ADD ref, ref, tmp2 ;// ref += y0*width+x0 135 ADD ref, ref, #8 ;// ref = ref+ [all...] |
h264bsd_interpolate_hor_ver_quarter.s | 34 ref RN 0 label 134 ADD ref,sp,#0x28 ;// ref = p1 145 ADD ref, ref, tmp5 ;// ref += y0*width+x0 146 STR ref, [sp, #0x1e4] ;// store "ref" for vertical filtering 147 AND tmp6, tmp6, #2 ;// calculate ref for horizontal filter 150 MLA ref, tmp6, width, re [all...] |
/external/emma/core/java12/com/vladium/util/ |
SoftValueMap.java | 11 import java.lang.ref.Reference; 12 import java.lang.ref.ReferenceQueue; 13 import java.lang.ref.SoftReference; 179 final Reference ref = entry.m_softValue; local 180 result = ref.get (); // may return null to the caller 185 ref.enqueue (); 195 final Reference ref = entry.m_softValue; local 196 result = ref.get (); // may return null to the caller 201 ref.enqueue (); 266 final IndexedSoftReference ref = currentKeyEntry.m_softValue local 322 final IndexedSoftReference ref = entry.m_softValue; local 490 IndexedSoftReference ref = entry.m_softValue; \/\/ get the soft value reference local [all...] |
/external/freetype/src/base/ |
ftmac.c | 226 FSRef ref; local 233 err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index ); 237 if ( noErr != FSRefMakePath( &ref, path, maxPathSize ) ) 258 FSRef ref; 265 err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index ); 269 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, 283 FSRef ref; local 286 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) 290 err = FSOpenResourceFile( &ref, 0, NULL, fsRdPerm, res ); 295 *res = FSOpenResFile( &ref, fsRdPerm ) 306 FSRef ref; local 507 FSRef ref, par_ref; local 886 FSRef ref; local [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftmac.c | 226 FSRef ref; local 233 err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index ); 237 if ( noErr != FSRefMakePath( &ref, path, maxPathSize ) ) 258 FSRef ref; 265 err = FT_GetFileRef_From_Mac_ATS_Name( fontName, &ref, face_index ); 269 if ( noErr != FSGetCatalogInfo( &ref, kFSCatInfoNone, NULL, NULL, 283 FSRef ref; local 286 if ( noErr != FSPathMakeRef( pathname, &ref, FALSE ) ) 290 err = FSOpenResourceFile( &ref, 0, NULL, fsRdPerm, res ); 295 *res = FSOpenResFile( &ref, fsRdPerm ) 306 FSRef ref; local 507 FSRef ref, par_ref; local 886 FSRef ref; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_weakref.py | 41 def callback(self, ref):
56 wr = weakref.ref(o)
70 ref1 = weakref.ref(o, self.callback)
71 ref2 = weakref.ref(o, self.callback)
85 # (the most recently created ref is cleaned up first). This
92 self.ref()
94 self.ref = weakref.ref(c, callback)
95 ref1 = weakref.ref(c, callback)
115 ref = weakref.ref(o) [all...] |
/external/elfutils/libelf/ |
elf_begin.c | 956 dup_elf (int fildes, Elf_Cmd cmd, Elf *ref) 962 fildes = ref->fildes; 965 else if (unlikely (ref->fildes != -1 && fildes != ref->fildes)) 974 if (unlikely (ref->cmd != ELF_C_READ && ref->cmd != ELF_C_READ_MMAP 975 && ref->cmd != ELF_C_WRITE && ref->cmd != ELF_C_WRITE_MMAP 976 && ref->cmd != ELF_C_RDWR && ref->cmd != ELF_C_RDWR_MMA [all...] |
/external/libchrome/base/strings/ |
safe_sprintf_unittest.cc | 67 char ref[20], buf[20]; local 68 memset(ref, 'X', sizeof(ref)); 69 memcpy(buf, ref, sizeof(buf)); 73 EXPECT_TRUE(!memcmp(buf, ref, sizeof(buf))); 77 EXPECT_TRUE(!memcmp(buf, ref, sizeof(buf))); 82 EXPECT_TRUE(!memcmp(buf+1, ref+1, sizeof(buf)-1)); 83 memcpy(buf, ref, sizeof(buf)); 90 EXPECT_TRUE(!memcmp(buf+2, ref+2, sizeof(buf)-2)); 91 memcpy(buf, ref, sizeof(buf)) 131 char ref[20], buf[20]; local 436 char ref[256]; local 485 char ref[256]; local [all...] |
/external/eigen/unsupported/test/ |
special_functions.cpp | 138 ArrayType x(7), q(7), res(7), ref(7); 141 ref << 1.61237534869, 0.234848505667, 1.03086757337e-5, 0.367879440865, 0.054102025820864097, plusinf, nan; 142 CALL_SUBTEST( verify_component_wise(ref, ref); ); 143 CALL_SUBTEST( res = x.zeta(q); verify_component_wise(res, ref); ); 144 CALL_SUBTEST( res = zeta(x,q); verify_component_wise(res, ref); ); 149 ArrayType x(7), res(7), ref(7); 151 ref << -0.5772156649015329, 0.03648997397857645, 1.2561176684318, 2.398239129535781, 9.210340372392849, plusinf, plusinf; 152 CALL_SUBTEST( verify_component_wise(ref, ref); ); [all...] |
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
Output.java | 105 ClassRef ref = classes[i]; local 107 out.println(descriptorToDot(ref.getName())); 120 FieldRef ref = fields[j]; local 122 out.println(descriptorToDot(ref.getDeclClassName()) + 123 "." + ref.getName() + " : " + ref.getTypeName()); 137 MethodRef ref = methods[j]; local 139 out.println(descriptorToDot(ref.getDeclClassName()) + 140 "." + ref.getName() + " : " + ref.getDescriptor()) [all...] |
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
remove_if.pass.cpp | 39 c1.remove_if(std::ref(cp)); 51 c1.remove_if(std::ref(cp)); 64 c1.remove_if(std::ref(cp)); 75 c1.remove_if(std::ref(cp)); 88 c1.remove_if(std::ref(cp)); 102 c1.remove_if(std::ref(cp)); 114 c1.remove_if(std::ref(cp)); 127 c1.remove_if(std::ref(cp)); 138 c1.remove_if(std::ref(cp)); 151 c1.remove_if(std::ref(cp)) [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
sad4d_avx2.c | 15 const uint8_t *const ref[4], int ref_stride, 23 ref0 = ref[0]; 24 ref1 = ref[1]; 25 ref2 = ref[2]; 26 ref3 = ref[3]; 38 // sum of the absolute differences between every ref-i to src 43 // sum every ref-i 83 const uint8_t *const ref[4], int ref_stride, 93 ref0 = ref[0]; 94 ref1 = ref[1] [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
remove_if.pass.cpp | 38 c1.remove_if(std::ref(cp)); 50 c1.remove_if(std::ref(cp)); 63 c1.remove_if(std::ref(cp)); 74 c1.remove_if(std::ref(cp)); 87 c1.remove_if(std::ref(cp)); 101 c1.remove_if(std::ref(cp)); 113 c1.remove_if(std::ref(cp)); 126 c1.remove_if(std::ref(cp)); 137 c1.remove_if(std::ref(cp)); 150 c1.remove_if(std::ref(cp)) [all...] |
/external/deqp/framework/common/ |
tcuTexture.hpp | 358 float sample1DCompare (const Sampler& sampler, Sampler::FilterMode filter, float ref, float s, const IVec2& offset) const; 359 float sample2DCompare (const Sampler& sampler, Sampler::FilterMode filter, float ref, float s, float t, const IVec3& offset) const; 445 float sampleLevelArray1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float lod, const IVec2& offset); 446 float sampleLevelArray2DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float ref, float s, float t, float lod, const IVec3& offset); 449 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float ref, float s, float t, int depth, const IVec2 (&offsets)[4]); 500 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const; 501 float sampleCompareOffset (const Sampler& sampler, float ref, float s, float lod, deInt32 offset) const; 525 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const 527 return sampleLevelArray1DCompare(m_levels, m_numLevels, sampler, ref, s, lod, IVec2(0, 0)); 530 inline float Texture1DView::sampleCompareOffset (const Sampler& sampler, float ref, float s, float lod, deInt32 offset) cons [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_reconintra.c | 119 uint16_t *ref = CONVERT_TO_SHORTPTR(ref8); local 158 for (i = 0; i < bs; ++i) left_col[i] = ref[i * ref_stride - 1]; 162 left_col[i] = ref[i * ref_stride - 1]; 164 left_col[i] = ref[(extend_bottom - 1) * ref_stride - 1]; 168 for (i = 0; i < bs; ++i) left_col[i] = ref[i * ref_stride - 1]; 178 const uint16_t *above_ref = ref - ref_stride; 206 const uint16_t *above_ref = ref - ref_stride; 263 static void build_intra_predictors(const MACROBLOCKD *xd, const uint8_t *ref, 305 for (i = 0; i < bs; ++i) left_col[i] = ref[i * ref_stride - 1]; 309 left_col[i] = ref[i * ref_stride - 1] [all...] |
/art/runtime/ |
handle.h | 131 StackReference<mirror::Object>* ref = Handle<T>::GetReference(); local 132 T* old = down_cast<T*>(ref->AsMirrorPtr()); 133 ref->Assign(reference); 138 StackReference<mirror::Object>* ref = Handle<T>::GetReference(); local 139 T* old = down_cast<T*>(ref->AsMirrorPtr()); 140 ref->Assign(reference.Ptr());
|
/art/test/036-finalizer/src/ |
Main.java | 17 import java.lang.ref.WeakReference; 38 WeakReference<FinalizerTest> ref = new WeakReference<FinalizerTest>(ft); local 40 return ref; 53 FinalizerTest ref = wimp.get(); 54 if (ref != null) { 55 s[0] = ref.toString();
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 34 import java.lang.ref.Reference; 35 import java.lang.ref.ReferenceQueue; 200 public void handleReference(Reference ref) { 205 if (ref instanceof BasicPoolEntryRef) { 209 final boolean lost = issuedConnections.remove(ref); 212 ((BasicPoolEntryRef)ref).getRoute();
|
/external/deqp/modules/egl/ |
teglAndroidUtil.cpp | 139 MovePtr<ClientBuffer> AndroidNativeImageSource::createBuffer (const glw::Functions&, Texture2D* ref) const 143 if (ref != DE_NULL) 148 *ref = Texture2D(texFormat, 64, 64); 149 ref->allocLevel(0); 150 tcu::fillWithComponentGradients(ref->getLevel(0), 156 tcu::copy(nativeBuffer, ref->getLevel(0));
|
/external/lzma/CPP/7zip/Common/ |
StreamObjects.h | 29 void Init(const Byte *data, size_t size, IUnknown *ref = 0)
34 _ref = ref;
36 void Init(CReferenceBuf *ref) { Init(ref->Buf, ref->Buf.Size(), ref); }
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_debug.c | 62 struct brw_wm_ref *ref ) 64 struct brw_reg hw_reg = ref->hw_reg; 66 if (ref->unspill_reg) 67 printf("UNSPILL(%x)/", ref->value->spill_slot); 70 brw_print_reg(ref->hw_reg); 74 brw_wm_print_value(c, ref->value);
|
/external/mesa3d/src/mesa/main/ |
stencil.c | 126 * \param ref front and back reference value. 136 _mesa_StencilFuncSeparateATI( GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask ) 156 ref = CLAMP( ref, 0, stencilMax ); 163 ctx->Stencil.Ref[0] == ref && 164 ctx->Stencil.Ref[1] == ref) 169 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_reconstruct.c | 297 image (ref) is read at correct position and the predicted part 303 u8 *ref, 326 ASSERT(ref); 331 h264bsdFillBlock(ref, block, x0, y0, width, height, 333 ref += width * height; 334 h264bsdFillBlock(ref, block + (chromaPartWidth+1)*(chromaPartHeight+1), 338 ref = block; 351 ptrA = ref + (comp * height + (u32)y0) * width + x0; 430 u8 *ref; local 450 ref = refPic->data + 256 * refPic->width * refPic->height 1985 u8 *partData, *ref; local [all...] |