Home
last modified time | relevance | path

Searched defs:createBlock (Results 1 – 16 of 16) sorted by relevance

/third_party/jsframework/runtime/main/model/
DdomHelper.ts62 export function createBlock(vm: Vm, element: Element | FragBlockInterface): FragBlockInterface { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp75 void DebugLinesSubsection::createBlock(StringRef FileName) { in createBlock() function in DebugLinesSubsection
/third_party/skia/m133/tools/trace/
DChromeTracingTracer.cpp61 void ChromeTracingTracer::createBlock() { in createBlock() function in ChromeTracingTracer
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp59 void ChromeTracingTracer::createBlock() { in createBlock() function in ChromeTracingTracer
/third_party/skia/m133/src/gpu/ganesh/
DGrBufferAllocPool.cpp319 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() function in GrBufferAllocPool
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp313 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() function in GrBufferAllocPool
/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts477 export const createBlock: typeof factory.createBlock = Debug.deprecate(factory.createBlock, factory… constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h672 template <typename... ArgTs> Block &createBlock(ArgTs &&... Args) { in createBlock() function
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp218 bool createBlock = globalUniformBlock == nullptr; in growGlobalUniformBlock() local
251 bool createBlock = atomicCounterBuffers.find(binding) == atomicCounterBuffers.end(); in growAtomicCounterBlock() local
/third_party/typescript/src/compiler/
Dtypes.ts8292 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method
/third_party/typescript/lib/
Dtypescript.d.ts4048 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method
Dtsserverlibrary.d.ts8051 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method
DtypingsInstaller.js15559 function createBlock(statements, multiLine) { function
Dtsc.js20850 function createBlock(statements, multiLine) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4048 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method
Dtsserverlibrary.d.ts8051 createBlock(statements: readonly Statement[], multiLine?: boolean): Block; method