/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 408 ImplTy Impl; 413 Impl.insert(N); 419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); 425 unsigned size() const { return Impl.size(); } 426 bool empty() const { return Impl.empty(); } 427 bool erase(ExplodedNode *N) { return Impl.remove(N); } 429 void clear() { Impl.clear(); } 433 Impl = S.Impl; 435 Impl.insert(S.begin(), S.end()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 408 ImplTy Impl; 413 Impl.insert(N); 419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); 425 unsigned size() const { return Impl.size(); } 426 bool empty() const { return Impl.empty(); } 427 bool erase(ExplodedNode *N) { return Impl.erase(N); } 429 void clear() { Impl.clear(); } 433 Impl = S.Impl; 435 Impl.insert(S.begin(), S.end()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 408 ImplTy Impl; 413 Impl.insert(N); 419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); 425 unsigned size() const { return Impl.size(); } 426 bool empty() const { return Impl.empty(); } 427 bool erase(ExplodedNode *N) { return Impl.erase(N); } 429 void clear() { Impl.clear(); } 433 Impl = S.Impl; 435 Impl.insert(S.begin(), S.end()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 408 ImplTy Impl; 413 Impl.insert(N); 419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); 425 unsigned size() const { return Impl.size(); } 426 bool empty() const { return Impl.empty(); } 427 bool erase(ExplodedNode *N) { return Impl.erase(N); } 429 void clear() { Impl.clear(); } 433 Impl = S.Impl; 435 Impl.insert(S.begin(), S.end()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 408 ImplTy Impl; 413 Impl.insert(N); 419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); 425 unsigned size() const { return Impl.size(); } 426 bool empty() const { return Impl.empty(); } 427 bool erase(ExplodedNode *N) { return Impl.remove(N); } 429 void clear() { Impl.clear(); } 433 Impl = S.Impl; 435 Impl.insert(S.begin(), S.end()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 408 ImplTy Impl; 413 Impl.insert(N); 419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); 425 unsigned size() const { return Impl.size(); } 426 bool empty() const { return Impl.empty(); } 427 bool erase(ExplodedNode *N) { return Impl.remove(N); } 429 void clear() { Impl.clear(); } 433 Impl = S.Impl; 435 Impl.insert(S.begin(), S.end()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 408 ImplTy Impl; 413 Impl.insert(N); 419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); 425 unsigned size() const { return Impl.size(); } 426 bool empty() const { return Impl.empty(); } 427 bool erase(ExplodedNode *N) { return Impl.remove(N); } 429 void clear() { Impl.clear(); } 433 Impl = S.Impl; 435 Impl.insert(S.begin(), S.end()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExplodedGraph.h | 408 ImplTy Impl; 413 Impl.insert(N); 419 if (N && !static_cast<ExplodedNode*>(N)->isSink()) Impl.insert(N); 425 unsigned size() const { return Impl.size(); } 426 bool empty() const { return Impl.empty(); } 427 bool erase(ExplodedNode *N) { return Impl.remove(N); } 429 void clear() { Impl.clear(); } 433 Impl = S.Impl; 435 Impl.insert(S.begin(), S.end()) [all...] |
/hardware/google/av/codec2/vndk/bufferpool/ |
BufferPoolClient.cpp | 36 class BufferPoolClient::Impl 37 : public std::enable_shared_from_this<BufferPoolClient::Impl> { 39 explicit Impl(const sp<Accessor> &accessor); 41 explicit Impl(const sp<IAccessor> &accessor); 141 struct BufferPoolClient::Impl::BlockPoolDataDtor { 142 BlockPoolDataDtor(const std::shared_ptr<BufferPoolClient::Impl> &impl) 143 : mImpl(impl) {} 149 auto impl = mImpl.lock(); local 150 if (impl && impl->isValid()) [all...] |
AccessorImpl.cpp | 130 int32_t Accessor::Impl::sPid = getpid(); 131 uint32_t Accessor::Impl::sSeqId = time(NULL); 133 Accessor::Impl::Impl( 137 Accessor::Impl::~Impl() { 140 ResultStatus Accessor::Impl::connect( 163 ResultStatus Accessor::Impl::close(ConnectionId connectionId) { 174 ResultStatus Accessor::Impl::allocate( 200 ResultStatus Accessor::Impl::fetch [all...] |
/hardware/google/av/codec2/vndk/ |
C2Buffer.cpp | 144 // BAD_ID can only happen if this Impl class is initialized for a view - never for a block. 194 class C2Block1D::Impl : public _C2Block1DImpl { 206 C2Block1D::C2Block1D(std::shared_ptr<Impl> impl, const _C2LinearRangeAspect &range) 207 // always clamp subrange to parent (impl) range for safety 208 : _C2LinearRangeAspect(impl.get(), range.offset(), range.size()), mImpl(impl) { 214 * range of Impl is the mapped range of the underlying allocation (which is part of the allotted 216 * subrange of Impl range starting at mImpl->offset() + _mOffset. 218 class C2ReadView::Impl : public _C2MappedBlock1DImpl 380 std::shared_ptr<C2Block1D::Impl> impl = local 1099 std::shared_ptr<C2Block2D::Impl> impl = local [all...] |
/external/tensorflow/tensorflow/cc/client/ |
client_session.cc | 30 class ClientSession::Impl { 34 Impl(Session* session, std::shared_ptr<Graph> graph) 48 : ClientSession(scope, Impl::MakeDefaultSessionOptions(target)) {} 57 impl_.reset(new Impl(new_session, scope.graph_as_shared_ptr())); 58 CHECK_NOTNULL(impl()->session_.get()); 61 // Define destructor here so we can forward declare `Impl` in client_session.h. 63 // unique_ptr<Impl> needs the complete type. 66 SessionOptions ClientSession::Impl::MakeDefaultSessionOptions( 93 Status ClientSession::Impl::MaybeExtendGraph() const { 125 TF_RETURN_IF_ERROR(impl()->MaybeExtendGraph()) [all...] |
/external/conscrypt/common/src/main/java/org/conscrypt/ |
NativeSslSession.java | 57 return new Impl(context, ref, session.getPeerHost(), session.getPeerPort(), 63 return new Impl(context, ref, null, -1, null, null, null); 155 return new Impl(context, ref, host, port, peerCerts, ocspData, tlsSctData); 212 private static final class Impl extends NativeSslSession { 225 private Impl(AbstractSessionContext context, NativeRef.SSL_SESSION ref, String host, 350 return Impl.this.getId(); 355 return Impl.this.getCipherSuite(); 360 return Impl.this.getProtocol(); 365 return Impl.this.getPeerHost(); 370 return Impl.this.getPeerPort() [all...] |
/external/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 101 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/external/skia/src/gpu/ccpr/ |
GrCCClipProcessor.h | 37 class Impl;
|
/external/skqp/src/gpu/ccpr/ |
GrCCClipProcessor.h | 37 class Impl;
|
/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/ |
ParcelableDetector.kt | 26 val impl = Impl(ancestors) 27 impl.build() 28 return impl.parcelables 34 private class Impl(val ancestors: Map<String, Ancestors>) {
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadThread.java | 21 import static android.provider.Downloads.Impl.COLUMN_CONTROL; 22 import static android.provider.Downloads.Impl.COLUMN_DELETED; 23 import static android.provider.Downloads.Impl.COLUMN_STATUS; 24 import static android.provider.Downloads.Impl.CONTROL_PAUSED; 25 import static android.provider.Downloads.Impl.STATUS_BAD_REQUEST; 26 import static android.provider.Downloads.Impl.STATUS_CANCELED; 27 import static android.provider.Downloads.Impl.STATUS_CANNOT_RESUME; 28 import static android.provider.Downloads.Impl.STATUS_FILE_ERROR; 29 import static android.provider.Downloads.Impl.STATUS_HTTP_DATA_ERROR; 30 import static android.provider.Downloads.Impl.STATUS_INSUFFICIENT_SPACE_ERROR [all...] |
/packages/services/Car/procfs-inspector/server/ |
impl.cpp | 36 std::vector<procfsinspector::ProcessInfo> procfsinspector::Impl::readProcessTable() {
|
/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/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 107 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/xray/ |
xray_log_interface.h | 173 /// case there are any nullptr members in Impl, XRay will *uninstall any 187 void __xray_set_log_impl(XRayLogImpl Impl);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/ |
RuntimeDyldChecker.h | 107 std::unique_ptr<RuntimeDyldCheckerImpl> Impl;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/xray/ |
xray_log_interface.h | 173 /// case there are any nullptr members in Impl, XRay will *uninstall any 187 void __xray_set_log_impl(XRayLogImpl Impl);
|