Searched refs:interface_ (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftobjs.h | 1115 interface_, \ argument 1133 interface_, \ 1184 interface_, \ argument 1196 interface_, \ 1210 interface_, \ argument 1224 interface_, \
|
D | ftdrv.h | 227 interface_, \ argument 254 interface_, \
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | writer.js | 87 function interface_(it) { function 170 return `callback ${interface_(it)}`; 174 interface: interface_,
|
D | webidl2.js | 75 function interface_(opts) { function 90 interface_({ partial }) || 108 interface_() ||
|
/third_party/node/src/ |
D | inspector_agent.cc | 605 if (!interface_) { in getThreadHandle() 606 interface_ = std::make_shared<MainThreadInterface>( in getThreadHandle() 609 return interface_->GetHandle(); in getThreadHandle() 644 if (interface_) interface_->WaitForFrontendEvent(); in runMessageLoop() 677 std::shared_ptr<MainThreadInterface> interface_; member in node::inspector::NodeInspectorClient
|
D | js_native_api_v8_inspector.cc | 1221 if (!interface_) { in getThreadHandle() 1222 interface_ = std::make_shared<MainThreadInterface>( in getThreadHandle() 1225 return interface_->GetHandle(); in getThreadHandle() 1249 if (interface_) interface_->WaitForFrontendEvent(); in runMessageLoop() 1280 std::shared_ptr<MainThreadInterface> interface_; member in v8impl::InspectorClient
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.hpp | 39 ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint32 propFlags_);
|
D | es31fProgramInterfaceQueryTestCase.cpp | 1711 ProgramResourceQueryTestTarget::ProgramResourceQueryTestTarget (ProgramInterface interface_, deUint… in ProgramResourceQueryTestTarget() argument 1712 : interface(interface_) in ProgramResourceQueryTestTarget()
|
/third_party/node/deps/v8/src/wasm/ |
D | function-body-decoder-impl.h | 2186 interface_.name(this, ##__VA_ARGS__); \ 2194 interface_.name(this, ##__VA_ARGS__); \ 2202 interface_.name(this, ##__VA_ARGS__); \ 2226 interface_(std::forward<InterfaceArgs>(interface_args)...), 2229 Interface& interface() { return interface_; } 2411 Interface interface_;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | interfaces.txt | 102 or code:Output storage class form the _user-defined variable interface_. 321 code:Input storage class form the _vertex input interface_. 348 code:Output storage class form the _fragment output interface_. 427 interface_. 516 The set of shader variables that form the _shader resource interface_ for a 535 _push constant interface_. 563 The _descriptor set interface_ is comprised of the shader variables with the
|
D | interfaces.adoc | 108 or code:Output storage class form the _user-defined variable interface_. 357 code:Input storage class form the _vertex input interface_. 384 code:Output storage class form the _fragment output interface_. 503 _fragment tile image interface_. 540 interface_. 645 The set of shader variables that form the _shader resource interface_ for a 664 _push constant interface_. 692 The _descriptor set interface_ is comprised of the shader variables with the
|