Searched defs:ref (Results 101 - 125 of 342) sorted by relevance

1234567891011>>

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java21 package org.apache.xml.dtm.ref;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2RTFDTM.java21 package org.apache.xml.dtm.ref.sax2dtm;
/external/chromium/base/memory/
H A Dweak_ptr.h130 WeakPtrBase(const WeakReference& ref);
185 WeakPtr(const internal::WeakReference& ref, T* ptr) argument
186 : WeakPtrBase(ref), ptr_(ptr) {
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper_unittest.cc42 const url_parse::Component ref; member in struct:segment_case
54 url_parse::Component(), // ref
64 url_parse::Component(), // ref
74 url_parse::Component(27, 0), // ref
84 url_parse::Component(), // ref
94 url_parse::Component(52, 3), // ref
104 url_parse::Component(), // ref
114 url_parse::Component(), // ref
125 url_parse::Component(), // ref
135 url_parse::Component(), // ref
[all...]
/external/chromium/googleurl/src/
H A Dgurl.h265 std::string ref() const { // Stuff following '#' function in class:GURL
266 return ComponentString(parsed_.ref);
298 return parsed_.ref.len >= 0;
H A Durl_parse.h137 // Note that this can get a little funny for the port, query, and ref
200 Component ref; member in struct:url_parse::Parsed
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2.cpp120 void test(B<int> &ref) { argument
121 test7_function(ref);
131 void test(B<int> &ref) { argument
132 test8_function(ref);
/external/clang/test/SemaCXX/
H A Ddefault-assignment-operator.cpp3 class Base { // expected-error {{cannot define the implicit default assignment operator for 'Base', because non-static reference member 'ref' can't use default assignment operator}} \
5 int &ref; // expected-note {{declared here}} \ member in class:Base
6 // expected-note{{reference member 'ref' will never be initialized}}
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java52 private final CstMethodRef ref; field in class:CodeItem
78 * @param ref {@code non-null;} method that this code implements
85 public CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, argument
89 if (ref == null) {
90 throw new NullPointerException("ref == null");
101 this.ref = ref;
121 debugInfo = new DebugInfoItem(code, isStatic, ref);
146 return ref.toHuman();
155 return ref;
[all...]
/external/eigen/demos/mix_eigen_and_c/
H A Dbinary_library.cpp33 inline C_MatrixXd* eigen_to_c(MatrixXd& ref) argument
35 return reinterpret_cast<C_MatrixXd*>(&ref);
38 inline const C_MatrixXd* eigen_to_c(const MatrixXd& ref) argument
40 return reinterpret_cast<const C_MatrixXd*>(&ref);
55 inline C_Map_MatrixXd* eigen_to_c(Map<MatrixXd>& ref) argument
57 return reinterpret_cast<C_Map_MatrixXd*>(&ref);
60 inline const C_Map_MatrixXd* eigen_to_c(const Map<MatrixXd>& ref) argument
62 return reinterpret_cast<const C_Map_MatrixXd*>(&ref);
/external/eigen/test/eigen2/
H A Deigen2_sparse_basic.cpp13 bool test_random_setter(SparseMatrix<Scalar,Options>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords) argument
23 w(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
28 return sm.isApprox(ref);
32 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords) argument
39 sm.coeffRef(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
43 return sm.isApprox(ref);
46 template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& ref) argument
48 const int rows = ref.rows();
49 const int cols = ref.cols();
/external/eigen/test/
H A Dsparse_basic.cpp13 template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& ref) argument
17 const Index rows = ref.rows();
18 const Index cols = ref.cols();
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java92 public void setInstrpathRef (final Reference ref) argument
94 createInstrpath ().setRefid (ref);
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java90 public void setSourcepathRef (final Reference ref) argument
92 m_reportCfg.setSourcepathRef (ref);
/external/freetype/src/autofit/
H A Dafcjk.h68 AF_WidthRec ref; member in struct:AF_CJKBlueRec_
/external/kernel-headers/original/linux/sunrpc/
H A Dsvcauth.h48 struct kref ref; member in struct:auth_domain
/external/linux-tools-perf/util/
H A Dprobe-event.h28 struct probe_trace_arg_ref *ref; /* Referencing offset */ member in struct:probe_trace_arg
55 bool ref; /* Referencing flag */ member in struct:perf_probe_arg_field
/external/skia/include/images/
H A DSkFlipPixelRef.h73 SkAutoFlipUpdate(SkFlipPixelRef* ref) : fRef(ref) { argument
74 fDirty = &ref->beginUpdate(&fBitmap);
/external/skia/legacy/include/core/
H A DSkRefCnt.h18 objects. When a new owner wants a reference, it calls ref(). When an owner
46 void ref() const { function in class:SkRefCnt
75 null in on each side of the assignment, and ensuring that ref() is called
80 if (src) src->ref(); \
86 /** Check if the argument is non-null, and if so, call obj->ref()
90 obj->ref();
148 /** Wrapper class for SkRefCnt pointers. This manages ref/unref of a pointer to
/external/skia/legacy/include/effects/
H A DSkGroupShape.h25 void ref() const { function in class:SkTRefCnt
45 obj->ref();
/external/skia/legacy/include/images/
H A DSkFlipPixelRef.h83 SkAutoFlipUpdate(SkFlipPixelRef* ref) : fRef(ref) { argument
84 fDirty = &ref->beginUpdate(&fBitmap);
/external/skia/tests/
H A DDataRefTest.cpp15 SkTUnref(T* ref) : fRef(ref) {} argument
98 static void assert_len(skiatest::Reporter* reporter, SkData* ref, size_t len) { argument
99 REPORTER_ASSERT(reporter, ref->size() == len);
102 static void assert_data(skiatest::Reporter* reporter, SkData* ref, argument
104 REPORTER_ASSERT(reporter, ref->size() == len);
105 REPORTER_ASSERT(reporter, !memcmp(ref->data(), data, len));
H A DDrawTextTest.cpp30 /** Assumes that the ref draw was completely inside ref canvas --
33 ref is "bgColor".
35 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
41 SkAutoLockPixels alpRef(ref);
50 if (refX >= 0 && refX < ref.width() &&
51 refY >= 0 && refY < ref.height())
53 refColor = ref.getColor(refX, refY);
H A DFontHostStreamTest.cpp33 /** Assumes that the ref draw was completely inside ref canvas --
36 ref is "bgColor".
38 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
44 SkAutoLockPixels alpRef(ref);
53 if (refX >= 0 && refX < ref.width() &&
54 refY >= 0 && refY < ref.height())
56 refColor = ref.getColor(refX, refY);
/external/stlport/test/unit/
H A Ddeque_test.cpp185 deque<int> ref; local
187 ref.push_back(i);
190 deque<deque<int> > d_d_int(1, ref);
192 d_d_int.push_back(ref);
195 d_d_int.push_back(ref);
198 CPPUNIT_ASSERT( d_d_int[i] == ref );

Completed in 1533 milliseconds

1234567891011>>