Home
last modified time | relevance | path

Searched +defs:create +defs:files (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DContext.cpp185 WeakMap<File::ID, File> files; member in vk::dbg::Context::Impl
247 std::shared_ptr<Context> Context::create() in create() function in vk::dbg::Context
366 std::vector<std::shared_ptr<File>> Context::Lock::files() in files() function in vk::dbg::Context::Lock
DServer.cpp587 auto files = lock.files(); in file() local
621 std::shared_ptr<Server> Server::create(const std::shared_ptr<Context> &ctx, int port) in create() function in vk::dbg::Server
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp222 V getOrCreate(std::unordered_map<K, V, HASH> &map, const K &key, CREATE &&create) in getOrCreate()
1133 std::unordered_map<std::string, std::shared_ptr<vk::dbg::File>> files; member
1942 void SpirvShader::Impl::Debugger::Shadow::create(const SpirvShader *shader, const EmitState *state,… in create() function in sw::SpirvShader::Impl::Debugger::Shadow
2116 SpirvShader::Impl::Debugger::State *SpirvShader::Impl::Debugger::State::create(const Debugger *debu… in create() function in sw::SpirvShader::Impl::Debugger::State
/third_party/node/tools/
Dlint-md.mjs3577 const create = str => { function
4239 const files = []; variable in ReaddirpStream
5909 braces$1.create = (input, options = {}) => { function
21906 create: this.create property
21935 async create(buf, filePath) { method in Configuration
22873 create field
27040 callback(null, {oneFileMode: oneFileMode(result), files: result.output}); property
27111 function done1(error, files) { argument
28342 this.files = []; property
29829 function reporter$1(files, options = {}) { argument
[all …]
/third_party/typescript/tests/lib/
Dlib.d.ts173 create(o: any, properties?: PropertyDescriptorMap): any; method
5557 files: FileList; property
9016 create(): HTMLImageElement; variable
9064 files: FileList; property
10036 create(): HTMLOptionElement; variable
16228 create(): XMLHttpRequest; variable
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9372 create(createInfo: PluginCreateInfo): LanguageService; method
9671 readonly files: boolean | undefined; property
DtypingsInstaller.js19098 function discoverProbableSymlinks(files, getCanonicalFileName, cwd) { argument
19185 files: filesMatcher, property
19630 files: ts.emptyArray, property
38025 …h: r.originalPath ? r.originalPath : "", originalPath: undefined })); }), files: ts.length(files) … property
39543 function getOrCreateCache(cacheWithRedirects, redirectedReference, key, create) { argument
103996 function emitTripleSlashDirectives(hasNoDefaultLib, files, types, libs) { argument
105646files: ts.map(host.readDirectory(rootDir, /*extensions*/ undefined, /*exclude*/ undefined, /*inclu… property
109650 function create(newProgram, getCanonicalFileName, oldState) { function
113052 function updateRootFileNames(files) { argument
115610 … TypingsInstaller.prototype.watchFiles = function (projectName, files, projectRootPath, options) { argument
Dtsc.js15098 function discoverProbableSymlinks(files, getCanonicalFileName, cwd) { argument
15166 files: filesMatcher, property
15541 files: ts.emptyArray, property
30978 …h: r.originalPath ? r.originalPath : "", originalPath: undefined })); }), files: ts.length(files) … property
32266 function getOrCreateCache(cacheWithRedirects, redirectedReference, key, create) { argument
85243 function emitTripleSlashDirectives(hasNoDefaultLib, files, types, libs) { argument
86691files: ts.map(host.readDirectory(rootDir, undefined, undefined, ["*.*"]), getBaseNameOfFileName) |… property
90221 function create(newProgram, getCanonicalFileName, oldState) { function
93115 function updateRootFileNames(files) { argument
Dtsserverlibrary.js19303 function discoverProbableSymlinks(files, getCanonicalFileName, cwd) { argument
19390 files: filesMatcher, property
19835 files: ts.emptyArray, property
38230 …h: r.originalPath ? r.originalPath : "", originalPath: undefined })); }), files: ts.length(files) … property
39748 function getOrCreateCache(cacheWithRedirects, redirectedReference, key, create) { argument
104201 function emitTripleSlashDirectives(hasNoDefaultLib, files, types, libs) { argument
105851files: ts.map(host.readDirectory(rootDir, /*extensions*/ undefined, /*exclude*/ undefined, /*inclu… property
109855 function create(newProgram, getCanonicalFileName, oldState) { function
113257 function updateRootFileNames(files) { argument
155534 …AutoImportProviderProject.create = function (dependencySelection, hostProject, moduleResolutionHos… function
[all …]
Dtsserver.js19109 function discoverProbableSymlinks(files, getCanonicalFileName, cwd) { argument
19196 files: filesMatcher, property
19641 files: ts.emptyArray, property
38036 …h: r.originalPath ? r.originalPath : "", originalPath: undefined })); }), files: ts.length(files) … property
39554 function getOrCreateCache(cacheWithRedirects, redirectedReference, key, create) { argument
104007 function emitTripleSlashDirectives(hasNoDefaultLib, files, types, libs) { argument
105657files: ts.map(host.readDirectory(rootDir, /*extensions*/ undefined, /*exclude*/ undefined, /*inclu… property
109661 function create(newProgram, getCanonicalFileName, oldState) { function
113063 function updateRootFileNames(files) { argument
155340 …AutoImportProviderProject.create = function (dependencySelection, hostProject, moduleResolutionHos… function
[all …]
Dlib.dom.d.ts3736 create(options?: CredentialCreationOptions): Promise<Credential | null>; method
4262 readonly files: FileList; property
7283 files: FileList | null; property
Dtypescript.js19303 function discoverProbableSymlinks(files, getCanonicalFileName, cwd) { argument
19390 files: filesMatcher, property
19835 files: ts.emptyArray, property
38230 …h: r.originalPath ? r.originalPath : "", originalPath: undefined })); }), files: ts.length(files) … property
39748 function getOrCreateCache(cacheWithRedirects, redirectedReference, key, create) { argument
104201 function emitTripleSlashDirectives(hasNoDefaultLib, files, types, libs) { argument
105851files: ts.map(host.readDirectory(rootDir, /*extensions*/ undefined, /*exclude*/ undefined, /*inclu… property
109855 function create(newProgram, getCanonicalFileName, oldState) { function
113257 function updateRootFileNames(files) { argument
DtypescriptServices.js19303 function discoverProbableSymlinks(files, getCanonicalFileName, cwd) { argument
19390 files: filesMatcher, property
19835 files: ts.emptyArray, property
38230 …h: r.originalPath ? r.originalPath : "", originalPath: undefined })); }), files: ts.length(files) … property
39748 function getOrCreateCache(cacheWithRedirects, redirectedReference, key, create) { argument
104201 function emitTripleSlashDirectives(hasNoDefaultLib, files, types, libs) { argument
105851files: ts.map(host.readDirectory(rootDir, /*extensions*/ undefined, /*exclude*/ undefined, /*inclu… property
109855 function create(newProgram, getCanonicalFileName, oldState) { function
113257 function updateRootFileNames(files) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts9651 create(createInfo: PluginCreateInfo): LanguageService; method
9952 readonly files: boolean | undefined; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts3716 create(options?: CredentialCreationOptions): Promise<Credential | null>; method
4242 readonly files: FileList; property
7263 files: FileList | null; property
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h1216 struct files_struct *files; member
4472 struct inode *files[3]; member
5194 int (*create)(struct user_namespace *, struct inode *, struct dentry *, umode_t, bool); member
11067 unsigned int files; member
13414 struct rpc_auth * (*create)(const struct rpc_auth_create_args *, struct rpc_clnt *); member
13979 …int (*create)(struct sk_buff *, struct net_device *, short unsigned int, const void *, const void … member
15773 int (*create)(struct inode *, struct dentry *, struct iattr *, int); member
15899 __u32 files; member
26692 void (*create)(unsigned int); member
33748 int (*create)(const char *); member
[all …]