Home
last modified time | relevance | path

Searched defs:Module (Results 1 – 25 of 229) sorted by relevance

12345678910

/third_party/node/test/common/
DREADME.md33 ### `runBenchmark(name, env)`
43 ### `expectSyncExit(child, options)`
69 ### `expectSyncExitWithoutError(child[, options])`
520 ### `new Countdown(limit, callback)`
527 ### `Countdown.prototype.dec()`
531 ### `Countdown.prototype.remaining`
607 ### `errorLookupMock(code, syscall)`
617 ### `mockedErrorCode`
621 ### `mockedSysCall`
625 ### `readDomainFromPacket(buffer, offset)`
[all …]
/third_party/rust/crates/cxx/syntax/
Dfile.rs10 pub struct Module { struct
11 pub cfg: CfgExpr,
12 pub namespace: Namespace,
13 pub attrs: Vec<Attribute>,
14 pub vis: Visibility,
15 pub unsafety: Option<Token![unsafe]>,
39 impl Parse for Module { argument
/third_party/rust/crates/bindgen/bindgen/ir/
Dmodule.rs22 pub struct Module { struct
26 kind: ModuleKind, argument
31 impl Module { argument
62 impl DotAttributes for Module { implementation
75 impl ClangSubItemParser for Module { implementation
Ditem_kind.rs16 Module(Module), enumerator
31 pub fn as_module(&self) -> Option<&Module> { in as_module()
55 pub fn expect_module(&self) -> &Module { in expect_module()
/third_party/node/doc/api/
Dvm.md559 ### `module.dependencySpecifiers`
569 ### `module.error`
583 ### `module.evaluate([options])`
610 ### `module.identifier`
616 ### `module.link(linker)`
682 ### `module.namespace`
692 ### `module.status`
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPass.h41 class Module; variable
103 virtual bool doInitialization(Module &) { return false; } in doInitialization() argument
107 virtual bool doFinalization(Module &) { return false; } in doFinalization() argument
270 bool runOnModule(Module &) override { return false; } in runOnModule() argument
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dspirvenv.adoc159 [[spirvenv-module-validation-standalone]]
160 === Standalone SPIR-V Validation
698 === Runtime SPIR-V Validation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h203 struct Module { struct
208 support::ulittle32_t ModuleNameRVA; argument
215 static_assert(sizeof(Module) == 108, ""); argument
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_cuda_kernel_launch/
Dmodule.adoc65 [[cuda-function-creation]]
149 [[cuda-modules-getcache]]
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.h99 struct Module { struct
103 Module Modules[4096]; argument
/third_party/skia/third_party/externals/tint/src/ast/
Dmodule.cc27 Module::Module(ProgramID pid, const Source& src) : Base(pid, src) {} in Module() function in tint::ast::Module
29 Module::Module(ProgramID pid, in Module() function in tint::ast::Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DSCCP.h27 class Module; variable
DConstantMerge.h26 class Module; variable
DElimAvailExtern.h21 class Module; variable
DMergeFunctions.h22 class Module; variable
DGlobalOpt.h22 class Module; variable
DGlobalSplit.h23 class Module; variable
DPartialInlining.h21 class Module; variable
DSyntheticCountsPropagation.h11 class Module; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSplitModule.h23 class Module; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrOrderFile.h18 class Module; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DObjectCache.h17 class Module; variable
/third_party/typescript/tests/baselines/reference/
DunionTypeWithRecursiveSubtypeReduction1.js2 class Module { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DPreISelIntrinsicLowering.h20 class Module; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DUpdateCompilerUsed.h20 class Module; variable

12345678910