Home
last modified time | relevance | path

Searched defs:_module (Results 1 – 11 of 11) sorted by relevance

/third_party/node/lib/internal/process/
Dpolicy.js39 process.binding = function binding(_module) { argument
42 process._linkedBinding = function _linkedBinding(_module) { argument
/third_party/mesa3d/src/vulkan/runtime/
Dvk_shader_module.c67 VkShaderModule _module, in vk_common_GetShaderModuleIdentifierEXT()
87 VkShaderModule _module, in vk_common_DestroyShaderModule()
/third_party/node/test/parallel/
Dtest-module-relative-lookup.js5 const _module = require('module'); // Avoid collision with global.module constant
Dtest-module-nodemodulepaths.js26 const _module = require('module'); constant
/third_party/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/third_party/lzma/CPP/Windows/
DDLL.h34 HMODULE _module; variable
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage_module.cc77 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
/third_party/jsframework/runtime/main/extend/mediaquery/
DpluginMediaQuery.ts83 private _module: MediaQueryModule; property in MediaQueryApi
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp691 PipelineCreateInfo::PipelineShaderStage::PipelineShaderStage (vk::VkShaderModule _module, const cha… in PipelineShaderStage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.cpp691 PipelineCreateInfo::PipelineShaderStage::PipelineShaderStage (vk::VkShaderModule _module, const cha… in PipelineShaderStage()
/third_party/node/src/
Dnode_api.cc736 JSVM_Value _module = v8impl::JsValueFromV8LocalValue(module); in jsvm_module_register_by_symbol() local