/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/ |
xray_log_interface.h | 43 void __xray_set_log_impl(XRayLogImpl Impl);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/compiler-rt/include/xray/ |
xray_log_interface.h | 43 void __xray_set_log_impl(XRayLogImpl Impl);
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/compiler-rt/include/xray/ |
xray_log_interface.h | 43 void __xray_set_log_impl(XRayLogImpl Impl);
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/compiler-rt/include/xray/ |
xray_log_interface.h | 43 void __xray_set_log_impl(XRayLogImpl Impl);
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/ |
xray_log_interface.h | 43 void __xray_set_log_impl(XRayLogImpl Impl);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/external/v8/include/ |
v8-util.h | 43 typedef std::map<K, PersistentContainerValue> Impl; 44 typedef typename Impl::iterator Iterator; 46 static bool Empty(Impl* impl) { return impl->empty(); } 47 static size_t Size(Impl* impl) { return impl->size(); } 48 static void Swap(Impl& a, Impl& b) { std::swap(a, b); } // NOLIN 236 typename Traits::Impl impl; local 307 typename Traits::Impl* impl() { return &impl_; } function in class:v8::PersistentValueMapBase [all...] |
/external/googletest/googlemock/include/gmock/ |
gmock-actions.h | 364 // Constructs an Action from its implementation. A NULL impl is 366 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} 426 template <typename Impl> 429 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {} 443 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} [all...] |
/external/v8/src/base/ |
logging.cc | 32 template std::string* Check##NAME##Impl<float, float>(float lhs, float rhs, \ 34 template std::string* Check##NAME##Impl<double, double>( \
|
/external/v8/testing/gmock/include/gmock/ |
gmock-actions.h | 364 // Constructs an Action from its implementation. A NULL impl is 366 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} 426 template <typename Impl> 429 explicit PolymorphicAction(const Impl& impl) : impl_(impl) {} 443 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} [all...] |
/frameworks/base/tools/aapt2/test/ |
Common.h | 167 class Impl {}; 170 class Impl<T, false> : public ::testing::MatcherInterface<T> { 172 explicit Impl(const Value* expected) : expected_(expected) { 188 DISALLOW_COPY_AND_ASSIGN(Impl); 194 class Impl<T, true> : public ::testing::MatcherInterface<T> { 196 explicit Impl(const Value* expected) : expected_(expected) { 212 DISALLOW_COPY_AND_ASSIGN(Impl); 225 return ::testing::Matcher<T>(new Impl<T, std::is_pointer<T>::value>(expected_));
|
/packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/ |
DownloadProviderPermissionsTest.java | 78 values.put(Downloads.Impl.COLUMN_URI, "foo"); 79 mContentResolver.insert(Downloads.Impl.CONTENT_URI, values);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
BinaryByteStream.h | 162 : Impl(std::move(Buffer), Endian) {} 165 return Impl.getEndian(); 170 return Impl.readBytes(Offset, Size, Buffer); 175 return Impl.readLongestContiguousChunk(Offset, Buffer); 178 uint32_t getLength() override { return Impl.getLength(); } 181 return Impl.writeBytes(Offset, Data); 184 Error commit() override { return Impl.commit(); } 187 StreamImpl Impl;
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
BinaryByteStream.h | 162 : Impl(std::move(Buffer), Endian) {} 165 return Impl.getEndian(); 170 return Impl.readBytes(Offset, Size, Buffer); 175 return Impl.readLongestContiguousChunk(Offset, Buffer); 178 uint32_t getLength() override { return Impl.getLength(); } 181 return Impl.writeBytes(Offset, Data); 184 Error commit() override { return Impl.commit(); } 187 StreamImpl Impl;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
BinaryByteStream.h | 162 : Impl(std::move(Buffer), Endian) {} 165 return Impl.getEndian(); 170 return Impl.readBytes(Offset, Size, Buffer); 175 return Impl.readLongestContiguousChunk(Offset, Buffer); 178 uint32_t getLength() override { return Impl.getLength(); } 181 return Impl.writeBytes(Offset, Data); 184 Error commit() override { return Impl.commit(); } 187 StreamImpl Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
BinaryByteStream.h | 162 : Impl(std::move(Buffer), Endian) {} 165 return Impl.getEndian(); 170 return Impl.readBytes(Offset, Size, Buffer); 175 return Impl.readLongestContiguousChunk(Offset, Buffer); 178 uint32_t getLength() override { return Impl.getLength(); } 181 return Impl.writeBytes(Offset, Data); 184 Error commit() override { return Impl.commit(); } 187 StreamImpl Impl;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
BinaryByteStream.h | 162 : Impl(std::move(Buffer), Endian) {} 165 return Impl.getEndian(); 170 return Impl.readBytes(Offset, Size, Buffer); 175 return Impl.readLongestContiguousChunk(Offset, Buffer); 178 uint32_t getLength() override { return Impl.getLength(); } 181 return Impl.writeBytes(Offset, Data); 184 Error commit() override { return Impl.commit(); } 187 StreamImpl Impl;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
BinaryByteStream.h | 162 : Impl(std::move(Buffer), Endian) {} 165 return Impl.getEndian(); 170 return Impl.readBytes(Offset, Size, Buffer); 175 return Impl.readLongestContiguousChunk(Offset, Buffer); 178 uint32_t getLength() override { return Impl.getLength(); } 181 return Impl.writeBytes(Offset, Data); 184 Error commit() override { return Impl.commit(); } 187 StreamImpl Impl;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
BinaryByteStream.h | 162 : Impl(std::move(Buffer), Endian) {} 165 return Impl.getEndian(); 170 return Impl.readBytes(Offset, Size, Buffer); 175 return Impl.readLongestContiguousChunk(Offset, Buffer); 178 uint32_t getLength() override { return Impl.getLength(); } 181 return Impl.writeBytes(Offset, Data); 184 Error commit() override { return Impl.commit(); } 187 StreamImpl Impl;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
BinaryByteStream.h | 162 : Impl(std::move(Buffer), Endian) {} 165 return Impl.getEndian(); 170 return Impl.readBytes(Offset, Size, Buffer); 175 return Impl.readLongestContiguousChunk(Offset, Buffer); 178 uint32_t getLength() override { return Impl.getLength(); } 181 return Impl.writeBytes(Offset, Data); 184 Error commit() override { return Impl.commit(); } 187 StreamImpl Impl;
|