Searched defs:CreateHandle (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ | ||
D | handles-inl.h | 110 Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) { in CreateHandle() function |
D | api.cc | 1110 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) { in CreateHandle() function in v8::HandleScope |
/external/webrtc/webrtc/modules/audio_processing/ | ||
D | echo_control_mobile_impl.cc | 358 void* EchoControlMobileImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoControlMobileImpl |
D | gain_control_impl.cc | 401 void* GainControlImpl::CreateHandle() const { in CreateHandle() function in webrtc::GainControlImpl |
D | echo_cancellation_impl.cc | 454 void* EchoCancellationImpl::CreateHandle() const { in CreateHandle() function in webrtc::EchoCancellationImpl |
/external/tensorflow/tensorflow/core/common_runtime/ | ||
D | pending_counts.h | 308 inline PendingCounts::Handle PendingCounts::Layout::CreateHandle( in CreateHandle() function |