/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-printers.h | 347 // an overload of PrintTo() in the namespace where Foo is defined. We 372 // overload between: 398 // Overload for wchar_t type. 430 // type. When wchar_t is a typedef, defining an overload for const 441 // Overload for C arrays. Multi-dimensional arrays are printed 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 564 // Overload for std::pair. 577 // pick the right overload of PrintTo() for T. 632 // This overload prints a (const) char array compactly. 636 // This overload prints a (const) wchar_t array compactly [all...] |
/external/opencv3/modules/cudaarithm/include/opencv2/ |
cudaarithm.hpp | 367 /** @overload 377 /** @overload 438 /** @overload */ 450 /** @overload */ 531 /** @overload */ 543 /** @overload */ 554 /** @overload */ 563 /** @overload */ 572 /** @overload */ 587 /** @overload */ [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/ |
gtest-printers.h | 347 // an overload of PrintTo() in the namespace where Foo is defined. We 372 // overload between: 398 // Overload for wchar_t type. 430 // type. When wchar_t is a typedef, defining an overload for const 441 // Overload for C arrays. Multi-dimensional arrays are printed 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 564 // Overload for std::pair. 577 // pick the right overload of PrintTo() for T. 632 // This overload prints a (const) char array compactly.
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest-printers.h | 347 // an overload of PrintTo() in the namespace where Foo is defined. We 372 // overload between: 398 // Overload for wchar_t type. 430 // type. When wchar_t is a typedef, defining an overload for const 441 // Overload for C arrays. Multi-dimensional arrays are printed 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 564 // Overload for std::pair. 577 // pick the right overload of PrintTo() for T. 632 // This overload prints a (const) char array compactly.
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest-printers.h | 347 // an overload of PrintTo() in the namespace where Foo is defined. We 372 // overload between: 398 // Overload for wchar_t type. 430 // type. When wchar_t is a typedef, defining an overload for const 441 // Overload for C arrays. Multi-dimensional arrays are printed 484 // Overload for ::std::tr1::tuple. Needed for printing function arguments, 564 // Overload for std::pair. 577 // pick the right overload of PrintTo() for T. 632 // This overload prints a (const) char array compactly.
|
/external/clang/include/clang/AST/ |
BuiltinTypes.def | 195 // The type of an unresolved overload set. A placeholder type. 206 // Overload should be the first placeholder type, or else change 208 PLACEHOLDER_TYPE(Overload, OverloadTy)
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-stdinitializerlist.cpp | 86 static_assert(sizeof(overloaded({1, 2, 3})) == sizeof(one), "bad overload"); 87 static_assert(sizeof(overloaded({ {1, 2}, {2, 3}, {} })) == sizeof(two), "bad overload"); 96 static_assert(sizeof(ov2({1, 2, 3})) == sizeof(one), "bad overload");
|
rval-references-examples.cpp | 80 p2 = p3; // expected-error{{overload resolution selected deleted operator '='}}
|
/external/guava/guava/src/com/google/common/io/ |
Closer.java | 136 * exception types your try block can throw when calling an overload of this method so as to avoid 157 * overload of this method so as to avoid losing the original exception type. 180 * when calling an overload of this method so as to avoid losing the original exception type.
|
/external/opencv3/modules/stitching/include/opencv2/ |
stitching.hpp | 173 /** @overload */ 186 /** @overload */ 201 /** @overload */
|
/external/parameter-framework/upstream/parameter/include/ |
ParameterMgrFullConnector.h | 69 /** @deprecated Same as its overload without error handling. 75 /** @deprecated Same as its overload without error handling. 81 /** @deprecated Same as its overload without error handling.
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
p11.cpp | 9 // for a call to an unqualified function name, function overload resolution
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
p5-cxx0x.cpp | 112 namespace Overload {
|
/external/clang/test/Modules/ |
namespaces.cpp | 82 // Test that bringing in one name from an overload set does not hide the rest.
|
/external/clang/test/Sema/ |
overloadable.c | 6 int *f(int) __attribute__((overloadable)); // expected-note 2{{previous overload of function is here}}
|
/external/clang/test/SemaObjCXX/ |
overload.mm | 173 // it's okay to overload Class with id.
|
/external/clang/test/SemaTemplate/ |
instantiate-using-decl.cpp | 87 // overload resolution.
|
/external/conscrypt/src/compat/native/ |
JNIHelp.cpp | 141 // way to implement this function is to use C++ and overload on the
|
/external/conscrypt/src/openjdk/native/ |
JNIHelp.cpp | 140 // way to implement this function is to use C++ and overload on the
|
/external/deqp/doc/testspecs/GLES31/ |
functional.shaders.arrays_of_arrays.txt | 43 overload functions
|
/external/dnsmasq/src/ |
rfc2131.c | 1475 unsigned char *ret, *overload; local 1552 unsigned char *overload; local 1637 unsigned char *overload; local [all...] |
/external/icu/icu4c/source/i18n/ |
zonemeta.h | 41 * This overload method returns a persistent const UChar*, which is guranteed to persist
|
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/ |
sized_delete_array14.pass.cpp | 51 // to ensure the correct overload is called.
|
sized_delete_array_fsizeddeallocation.sh.cpp | 59 // to ensure the correct overload is called.
|
/external/libnl/src/ |
nf-queue.c | 51 printf("Warning: %d Out of order packets. Queue or socket overload \n", packet_id - next_packet_id);
|