HomeSort by relevance Sort by last modified time
    Searched refs:AddReference (Results 1 - 25 of 29) sorted by null

1 2

  /external/webrtc/webrtc/base/
opensslidentity.h 44 void AddReference();
57 AddReference();
93 void AddReference() const;
opensslidentity.cc 178 AddReference();
182 void OpenSSLKeyPair::AddReference() {
368 void OpenSSLCertificate::AddReference() const {
stream.h 654 void AddReference() {
stream.cc 1050 stream_ref_count_->AddReference();
  /frameworks/base/tools/aapt2/link/
ReferenceLinker_test.cpp 29 .AddReference("com.app.test:string/foo", ResourceId(0x7f020000),
33 .AddReference("com.app.test:string/bar", ResourceId(0x7f020001),
36 .AddReference("com.app.test:string/baz", ResourceId(0x7f020002),
178 .AddReference("com.app.test:string/foo", ResourceId(0x7f020000),
203 .AddReference("com.app.test:string/foo", ResourceId(0x7f020000),
TableMerger_test.cpp 56 .AddReference("com.app.a:id/foo", "com.app.a:id/bar")
57 .AddReference("com.app.a:id/bar", "com.app.b:id/foo")
  /frameworks/base/tools/aapt2/test/
Builders.h 55 ResourceTableBuilder& AddReference(const android::StringPiece& name,
57 return AddReference(name, {}, ref);
60 ResourceTableBuilder& AddReference(const android::StringPiece& name, const ResourceId& id,
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 828 struct AddReference { typedef T& type; }; // NOLINT
830 struct AddReference<T&> { typedef T& type; }; // NOLINT
832 // A handy wrapper around AddReference that works when the argument T
835 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 851 struct AddReference { typedef T& type; }; // NOLINT
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 822 struct AddReference { typedef T& type; }; // NOLINT
824 struct AddReference<T&> { typedef T& type; }; // NOLINT
826 // A handy wrapper around AddReference that works when the argument T
829 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 842 struct AddReference { typedef T& type; }; // NOLINT
844 struct AddReference<T&> { typedef T& type; }; // NOLINT
846 // A handy wrapper around AddReference that works when the argument T
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 754 struct AddReference { typedef T& type; }; // NOLINT
756 struct AddReference<T&> { typedef T& type; }; // NOLINT
758 // A handy wrapper around AddReference that works when the argument T
761 typename ::testing::internal::AddReference<T>::type
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 743 struct AddReference { typedef T& type; }; // NOLINT
745 struct AddReference<T&> { typedef T& type; }; // NOLINT
747 // A handy wrapper around AddReference that works when the argument T
750 typename ::testing::internal::AddReference<T>::type
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 743 struct AddReference { typedef T& type; }; // NOLINT
745 struct AddReference<T&> { typedef T& type; }; // NOLINT
747 // A handy wrapper around AddReference that works when the argument T
750 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-internal.h 830 struct AddReference { typedef T& type; }; // NOLINT
832 struct AddReference<T&> { typedef T& type; }; // NOLINT
834 // A handy wrapper around AddReference that works when the argument T
837 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-internal.h 830 struct AddReference { typedef T& type; }; // NOLINT
832 struct AddReference<T&> { typedef T& type; }; // NOLINT
834 // A handy wrapper around AddReference that works when the argument T
837 typename ::testing::internal::AddReference<T>::type
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-internal.h 830 struct AddReference { typedef T& type; }; // NOLINT
832 struct AddReference<T&> { typedef T& type; }; // NOLINT
834 // A handy wrapper around AddReference that works when the argument T
837 typename ::testing::internal::AddReference<T>::type
    [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer_test.cpp 32 .AddReference("com.app.a:layout/other", ResourceId(0x7f020001), "com.app.a:layout/main")
  /external/googletest/googletest/include/gtest/
gtest-printers.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-printers.h     [all...]
  /external/v8/testing/gtest/include/gtest/
gtest-printers.h     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 148 using testing::internal::AddReference;
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 237 using testing::internal::AddReference;
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 237 using testing::internal::AddReference;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 237 using testing::internal::AddReference;
    [all...]

Completed in 1142 milliseconds

1 2