Home
last modified time | relevance | path

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

123456789

/third_party/node/test/common/
DREADME.md32 ### `runBenchmark(name, env)`
483 ### `new Countdown(limit, callback)`
490 ### `Countdown.prototype.dec()`
494 ### `Countdown.prototype.remaining`
570 ### `errorLookupMock(code, syscall)`
580 ### `mockedErrorCode`
584 ### `mockedSysCall`
588 ### `readDomainFromPacket(buffer, offset)`
597 ### `parseDNSPacket(buffer)`
605 ### `writeIPv6(ip)`
[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 { implementation
/third_party/rust/crates/bindgen/bindgen/ir/
Dmodule.rs22 pub struct Module { struct
26 kind: ModuleKind, argument
31 impl Module { impl
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.md557 ### `module.dependencySpecifiers`
567 ### `module.error`
581 ### `module.evaluate([options])`
608 ### `module.identifier`
614 ### `module.link(linker)`
673 ### `module.namespace`
683 ### `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/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/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/
DGlobalSplit.h23 class Module; variable
DGlobalOpt.h22 class Module; variable
DConstantMerge.h26 class Module; variable
DElimAvailExtern.h21 class Module; variable
DPartialInlining.h21 class Module; variable
DSCCP.h27 class Module; variable
DMergeFunctions.h22 class Module; variable
DSyntheticCountsPropagation.h11 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/Transforms/Utils/
DSplitModule.h23 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/
DunionTypeWithRecursiveSubtypeReduction2.js2 class Module { class
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
/third_party/python/Lib/unittest/test/
Dtest_runner.py460 class Module(object): class
484 class Module(object): class
502 class Module(object): class
515 class Module(object): class
628 class Module(object): class
653 class Module(object): class
684 class Module(object): class
725 class Module(object): class
812 class Module(object): class
844 class Module(object): class
[all …]

123456789