/external/tensorflow/tensorflow/core/common_runtime/ |
D | pending_counts_test.cc | 29 h[id] = layout.CreateHandle(id, id); in TEST() 65 h[id] = layout.CreateHandle(id, id); in TEST() 81 handles[0] = layout.CreateHandle(5, 4); in TEST() 82 handles[1] = layout.CreateHandle(15, 4); in TEST() 117 handles[id] = layout.CreateHandle(id, id); in TEST() 141 handles[0] = layout.CreateHandle(5, 4); in TEST() 142 handles[1] = layout.CreateHandle(15, 4); in TEST()
|
D | pending_counts.h | 72 Handle CreateHandle(size_t max_pending_count, size_t max_dead_count); 308 inline PendingCounts::Handle PendingCounts::Layout::CreateHandle( in CreateHandle() function
|
D | executor.cc | 664 frame_info->pending_counts_layout.CreateHandle(max_pending, max_dead); in Initialize()
|
/external/v8/src/ |
D | handles-inl.h | 23 reinterpret_cast<T**>(HandleScope::CreateHandle(isolate, object))); in New() 110 Object** HandleScope::CreateHandle(Isolate* isolate, Object* value) { in CreateHandle() function 130 return canonical ? canonical->Lookup(value) : CreateHandle(isolate, value); in GetHandle()
|
D | handles.cc | 157 return HandleScope::CreateHandle(isolate_, object); in Lookup() 170 *entry = HandleScope::CreateHandle(isolate_, object); in Lookup()
|
D | handles.h | 187 V8_INLINE static Object** CreateHandle(Isolate* isolate, Object* value);
|
D | api.cc | 1110 i::Object** HandleScope::CreateHandle(i::Isolate* isolate, i::Object* value) { in CreateHandle() function in v8::HandleScope 1111 return i::HandleScope::CreateHandle(isolate, value); in CreateHandle() 1114 i::Object** HandleScope::CreateHandle( in CreateHandle() function in v8::HandleScope 1117 return i::HandleScope::CreateHandle(writable_object->GetIsolate(), value); in CreateHandle() 1124 CreateHandle(isolate, i::ReadOnlyRoots(isolate).the_hole_value()); in EscapableHandleScope()
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | processing_component.h | 54 virtual void* CreateHandle() const = 0;
|
D | echo_control_mobile_impl.h | 57 void* CreateHandle() const override;
|
D | processing_component.cc | 80 handles_[i] = CreateHandle(); in Initialize()
|
D | gain_control_impl.h | 67 void* CreateHandle() const override;
|
D | echo_cancellation_impl.h | 71 void* CreateHandle() const override;
|
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/v8/include/ |
D | v8.h | 986 static internal::Object** CreateHandle(internal::Isolate* isolate, 998 static internal::Object** CreateHandle( 9596 return Local<T>(reinterpret_cast<T*>(HandleScope::CreateHandle( 10095 O** result = HandleScope::CreateHandle( 10737 HandleScope::CreateHandle(context, I::ReadEmbedderData<O*>(this, index));
|