Searched defs:ref (Results 151 - 175 of 556) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Dconst-method-call.cpp233 Outer2 *ref; member in struct:InnerWithRef
245 t.in.ref = &t;
H A Ddynamic-cast.cpp217 A &ref = obj; local
220 B *ptr = dynamic_cast<B*>(&ref);
/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp8 T *ref; member in class:rdar12676053::RefCount
11 return ref ? ref : 0;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp47 template<typename T> reference_wrapper<T> ref(T& t) { function
134 template<typename T> const T *addr(const T& ref) { return &ref; } argument
139 const tuple<int, float&, const double&> *t3p = addr(make_tuple(i, ref(f), cref(d)));
/external/clang/test/CodeGenCXX/
H A Ddllimport-members.cpp21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); }
26 T ref(T const& v) { return v; } function
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc57 static FdSync *ref(FdSync *s) { function in namespace:__tsan
93 // pd must be already ref'ed.
233 init(thr, pc, newfd, ref(od->sync), write);
239 init(thr, pc, rfd, ref(s));
240 init(thr, pc, wfd, ref(s));
/external/dbus/test/internals/
H A Drefs.c73 RefFunc ref; member in struct:__anon3518
97 if (thread->ref != NULL)
99 gpointer ret = (thread->ref) (thread->thing);
126 if (thread->ref != NULL)
128 gpointer ret = (thread->ref) (thread->thing);
471 /* This one can't be used to ref, only to cycle or unref. */
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp263 const deUint32 ref = globalOffset + squared(workGroupSize - localOffset - 1); local
265 if (res != ref)
434 const deUint32 ref = localOffset + 1; local
436 if (res != ref)
609 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1);
611 if (res != ref)
820 const deUint32 ref = *(refBufferPtr + ndx);
822 if (res != ref)
1030 const deUint32 ref = *(refBufferPtr + ndx);
1032 if (res != ref)
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp169 ReferenceBuffer ref; local
174 ref.setSize(size);
199 fillWithRandomBytes(ref.getPtr(), size, baseSeed ^ deInt32Hash(ndx));
203 glBufferData(m_srcTarget, size, ref.getPtr(), m_hint);
207 deMemcpy(ref.getPtr()+dstOffset, ref.getPtr()+srcOffset, copySize);
214 isOk = verifier.verify(buf, ref.getPtr(), 0, size, m_dstTarget) && isOk;
/external/deqp/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp218 const deUint32 ref = ~inputValues[ndx]; local
220 if (res != ref)
339 const deUint32 ref = ~inputValues[ndx]; local
341 if (res != ref)
440 const deUint32 ref = ~inputValues[ndx]; local
442 if (res != ref)
554 const deUint32 ref = ndx; local
556 if (res != ref)
557 throw tcu::TestError(string("Comparison failed for Out0.values[") + de::toString(ndx) + "] res=" + de::toString(res) + " ref=" + de::toString(ref));
567 const deUint32 ref = m_numValues - ndx; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoDecoder.java92 * @param ref method descriptor of method this debug info is for
96 boolean isStatic, CstMethodRef ref, DexFile file) {
103 this.desc = ref.getPrototype();
414 * @param ref {@code non-null;} method whose info is being decoded
419 CstMethodRef ref, DalvCode code, boolean isStatic) {
428 isStatic, ref, file, pl, ll);
435 "while processing " + ref.toHuman());
440 int countRegisters, boolean isStatic, CstMethodRef ref,
444 isStatic, ref, file);
95 DebugInfoDecoder(byte[] encoded, int codesize, int regSize, boolean isStatic, CstMethodRef ref, DexFile file) argument
418 validateEncode(byte[] info, DexFile file, CstMethodRef ref, DalvCode code, boolean isStatic) argument
439 validateEncode0(byte[] info, int codeSize, int countRegisters, boolean isStatic, CstMethodRef ref, DexFile file, PositionList pl, LocalList ll) argument
H A DDebugInfoEncoder.java106 * @param ref
110 boolean isStatic, CstMethodRef ref) {
114 this.desc = ref.getPrototype();
108 DebugInfoEncoder(PositionList positions, LocalList locals, DexFile file, int codeSize, int regSize, boolean isStatic, CstMethodRef ref) argument
/external/e2fsprogs/lib/quota/
H A Dquotaio_tree.c253 u_int32_t *ref; local
273 ref = (u_int32_t *) buf;
274 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
281 ref[get_index(dquot->dq_id, depth)]);
288 ref[get_index(dquot->dq_id, depth)] =
394 u_int32_t *ref = (u_int32_t *) buf; local
400 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
411 ref[get_index(dquot->dq_id, depth)] = ext2fs_cpu_to_le32(0);
470 u_int32_t *ref = (u_int32_t *) buf; local
477 blk = ext2fs_le32_to_cpu(ref[get_inde
593 u_int32_t *ref = (u_int32_t *) buf; local
[all...]
/external/e2fsprogs/tests/progs/
H A Dtest_rel.c106 struct ext2_inode_reference ref; local
122 retval = ext2fs_irel_next_ref(irel, &ref);
127 if (ref.block == 0)
134 printf("%u:%u", ref.block, ref.offset);
540 struct ext2_inode_reference ref; local
560 ref.block = block;
561 ref.offset = offset;
563 retval = ext2fs_irel_add_ref(irel, ino, &ref);
597 struct ext2_inode_reference ref; local
[all...]
/external/eigen/test/
H A Dpacketmath.cpp55 ref[i] = REFOP(data1[i], data1[i+PacketSize]); \
57 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
62 ref[i] = REFOP(data1[i]); \
64 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
90 ref[i] = REFOP(data1[i]); \
92 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
111 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; local
146 ref[i] = data1[i+offset];
148 VERIFY(areApprox(ref, data2, PacketSize) && "internal::palign");
164 ref[
217 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; local
282 EIGEN_ALIGN16 Scalar ref[internal::packet_traits<Scalar>::size*4]; local
306 test_conj_helper(Scalar* data1, Scalar* data2, Scalar* ref, Scalar* pval) argument
342 EIGEN_ALIGN16 Scalar ref[PacketSize*4]; local
[all...]
H A Dsparse_basic.cpp14 template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& ref) argument
19 const Index rows = ref.rows();
20 const Index cols = ref.cols();
/external/elfutils/libdwfl/
H A Dderelocate.c217 struct secref *ref = refs; local
218 refs = ref->next;
219 free (ref);
/external/elfutils/libelf/
H A Delf_begin.c956 dup_elf (int fildes, Elf_Cmd cmd, Elf *ref) argument
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
1046 lock_dup_elf(int fildes, Elf_Cmd cmd, Elf *ref) argument
1060 elf_begin(int fildes, Elf_Cmd cmd, Elf *ref) argument
[all...]
/external/emma/ant/ant14/com/vladium/emma/report/
H A DReportCfg.java307 public void setSourcepathRef (final Reference ref) argument
309 createSourcepath ().setRefid (ref);
/external/freetype/src/autofit/
H A Daflatin.h75 AF_WidthRec ref; member in struct:AF_LatinBlueRec_
/external/freetype/src/base/
H A Dftrfork.c165 FT_RFork_Ref *ref = NULL; local
201 if ( FT_NEW_ARRAY( ref, *count ) )
206 if ( FT_READ_USHORT( ref[j].res_id ) )
215 ref[j].offset = temp & 0xFFFFFFL;
218 j, ref[j].res_id, ref[j].offset ));
223 ft_qsort( ref, (size_t)*count, sizeof ( FT_RFork_Ref ),
231 j, ref[j].res_id, ref[j].offset ));
243 offsets_internal[j] = rdata_pos + ref[
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationAPITest.java1229 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) { argument
1234 if(!ref.containsAll(set)) {
1236 set.removeAll(ref).toPattern(true)+"\n");
1242 if(!ref.containsNone(set)) {
1244 set.retainAll(ref).toPattern(true)+"\n");
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java1225 doSetsTest(UnicodeSet ref, UnicodeSet set, String inSet, String outSet) { argument
1230 if(!ref.containsAll(set)) {
1232 set.removeAll(ref).toPattern(true)+"\n");
1238 if(!ref.containsNone(set)) {
1240 set.retainAll(ref).toPattern(true)+"\n");
/external/libchrome/base/memory/
H A Dweak_ptr.h146 explicit WeakPtrBase(const WeakReference& ref);
250 WeakPtr(const internal::WeakReference& ref, T* ptr) argument
251 : WeakPtrBase(ref),
/external/libmpeg2/common/x86/
H A Dimpeg2_inter_pred_sse42_intr.c445 /* Inputs : ref - Reference frame from which the block will be */
455 /* the ref frame.Interpolate these four values to get the */
467 UWORD8 *ref,
483 ref_p0 = ref;
484 ref_p1 = ref + 1;
485 ref_p2 = ref + ref_wid;
486 ref_p3 = ref + ref_wid + 1;
657 /* Inputs : ref - Reference frame from which the block will be */
666 /* Processing : Point to the (0,0) and (1,0) position in the ref frame */
679 UWORD8 *ref,
466 impeg2_mc_halfx_halfy_8x8_sse42(UWORD8 *out, UWORD8 *ref, UWORD32 ref_wid, UWORD32 out_wid) argument
678 impeg2_mc_halfx_fully_8x8_sse42(UWORD8 *out, UWORD8 *ref, UWORD32 ref_wid, UWORD32 out_wid) argument
787 impeg2_mc_fullx_halfy_8x8_sse42(UWORD8 *out, UWORD8 *ref, UWORD32 ref_wid, UWORD32 out_wid) argument
868 impeg2_mc_fullx_fully_8x8_sse42(UWORD8 *out, UWORD8 *ref, UWORD32 ref_wid, UWORD32 out_wid) argument
[all...]

Completed in 1314 milliseconds

1234567891011>>