/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ |
cref_2.pass.cpp | 14 // template <ObjectType T> reference_wrapper<const T> cref(reference_wrapper<T> t); 22 std::reference_wrapper<const int> r1 = std::cref(i); 23 std::reference_wrapper<const int> r2 = std::cref(r1);
|
cref_1.pass.cpp | 14 // template <ObjectType T> reference_wrapper<const T> cref(const T& t); 22 std::reference_wrapper<const int> r = std::cref(i);
|
/external/stlport/test/unit/ |
reference_wrapper_test.cpp | 17 CPPUNIT_TEST(cref); 22 void cref(); 58 void RefWrapperTest::cref() function in class:RefWrapperTest 68 crr_type r1 = std::tr1::cref(i); 72 r1 = std::tr1::cref(j);
|
/ndk/tests/device/test-gnustl-full/unit/ |
reference_wrapper_test.cpp | 17 CPPUNIT_TEST(cref); 22 void cref(); 58 void RefWrapperTest::cref() function in class:RefWrapperTest 68 crr_type r1 = std::tr1::cref(i); 72 r1 = std::tr1::cref(j);
|
/ndk/tests/device/test-stlport/unit/ |
reference_wrapper_test.cpp | 17 CPPUNIT_TEST(cref); 22 void cref(); 58 void RefWrapperTest::cref() function in class:RefWrapperTest 68 crr_type r1 = std::tr1::cref(i); 72 r1 = std::tr1::cref(j);
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
Output.java | 159 ClassRef cref = externClassRefs[i]; local 160 String declClassName = cref.getName(); 180 printXmlFields(cref); 181 printXmlMethods(cref); 193 private static void printXmlFields(ClassRef cref) { 194 FieldRef[] fields = cref.getFieldArray(); 206 private static void printXmlMethods(ClassRef cref) { 207 MethodRef[] methods = cref.getMethodArray();
|
/external/ceres-solver/internal/ceres/ |
small_blas.h | 107 MatrixRef Cref(C, row_stride_c, col_stride_c); \ 167 block(Cref, start_row_c, start_col_c, num_row_a, num_col_b); 226 Eigen::Block<MatrixRef, kColA, kColB> block(Cref, 307 typename EigenTypes<kRowA>::VectorRef cref(c, num_row_a); 312 cref += Aref.lazyProduct(bref); 314 cref -= Aref.lazyProduct(bref); 316 cref = Aref.lazyProduct(bref); 358 typename EigenTypes<kColA>::VectorRef cref(c, num_col_a); 363 cref += Aref.transpose().lazyProduct(bref); 365 cref -= Aref.transpose().lazyProduct(bref) [all...] |
/external/iproute2/doc/ |
Makefile | 1 PSFILES=ip-cref.ps ip-tunnels.ps api-ip6-flowlabels.ps ss.ps nstat.ps arpd.ps rtstat.ps 2 # tc-cref.ps
|
/external/stlport/stlport/ |
functional | 58 template<class T> inline reference_wrapper<T const> const cref(T const &); 76 using ::boost::cref;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
functional | 58 template<class T> inline reference_wrapper<T const> const cref(T const &); 76 using ::boost::cref;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
functional | 58 template<class T> inline reference_wrapper<T const> const cref(T const &); 76 using ::boost::cref;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
functional | 58 template<class T> inline reference_wrapper<T const> const cref(T const &); 76 using ::boost::cref;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
functional | 58 template<class T> inline reference_wrapper<T const> const cref(T const &); 76 using ::boost::cref;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
functional | 58 template<class T> inline reference_wrapper<T const> const cref(T const &); 76 using ::boost::cref;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
functional | 58 template<class T> inline reference_wrapper<T const> const cref(T const &); 76 using ::boost::cref;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
ref.hpp | 16 // ref.hpp - ref/cref, useful helper functions 69 template<class T> inline reference_wrapper<T const> BOOST_REF_CONST cref(T const & t) function in namespace:boost
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
example-tuple.cpp | 50 template<typename T> reference_wrapper<const T> cref(const T& t) { function 139 const tuple<int, float&, const double&> *t3p = addr(make_tuple(i, ref(f), cref(d)));
|
example-bind.cpp | 50 template<typename T> reference_wrapper<const T> cref(const T& t) { function
|
/external/lzma/CS/7zip/ |
ICoder.cs | 57 /// <exception cref="SevenZip.DataErrorException">
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
__init__.py | 246 for cref in self._cursor_refs.values(): 247 c = cref()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
__init__.py | 246 for cref in self._cursor_refs.values(): 247 c = cref()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 87 /// <see cref="IIntStream.Rewind(Integer)"/> to return to the current position. 89 /// <see cref="IIntStream.Index"/>, or some other marker.</returns> 101 /// <see cref="IIntStream.Index"/> would return marker. 104 /// The marker will usually be <see cref="IIntStream.Index"/> but 107 /// <see cref="IIntStream.Release"/> and <see cref="IIntStream.Seek"/>. 131 /// <see cref="IIntStream.Rewind(Integer)"/> except it releases resources without 155 /// <see cref="IIntStream.Mark"/>/<see cref="IIntStream.Rewind(Integer)"/> 390 /// A pretty quick <see cref="ICharStream"/> that uses a character arra [all...] |
Antlr.Runtime.Tree.pas | 258 /// <see cref="BaseRecognizer.GetErrorMessage"/> 703 /// <see cref="UnBufferedTreeNodeStream"/> 799 /// <see cref="RewriteRuleSubtreeStream"/> 800 /// <see cref="RewriteRuleTokenStream"/> [all...] |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |