Home
last modified time | relevance | path

Searched defs:use (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/third_party/cups/
DREADME.md14 ### 1、Header file import
18 ### 2、Add Compilation Dependency
32 ### 3、Example of interface usage
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.cc270 const std::string& use) { in add_error()
511 const char* use = "let declaration"; in global_constant_decl() local
585 const char* use = "sampled texture type"; in texture_sampler_types() local
596 const char* use = "multisampled texture type"; in texture_sampler_types() local
608 const char* use = "storage texture type"; in texture_sampler_types() local
785 const std::string& use) { in expect_image_storage_type()
897 const std::string& use, in expect_variable_ident_decl()
927 Expect<ast::Access> ParserImpl::expect_access(const std::string& use) { in expect_access()
949 auto* use = "variable declaration"; in variable_qualifier() local
981 const char* use = "type alias"; in type_alias() local
[all …]
/third_party/spirv-tools/source/opt/
Dfix_storage_class.cpp33 [&uses](Instruction* use, uint32_t op_idx) { in Process()
37 for (auto& use : uses) { in Process() local
69 inst, [&uses](Instruction* use) { uses.push_back(use); }); in PropagateStorageClass()
122 inst, [&uses](Instruction* use) { uses.push_back(use); }); in FixInstructionStorageClass()
273 [&uses](Instruction* use, uint32_t idx) { in PropagateType()
277 for (auto& use : uses) { in PropagateType() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfix_storage_class.cpp33 [&uses](Instruction* use, uint32_t op_idx) { in Process()
37 for (auto& use : uses) { in Process() local
69 inst, [&uses](Instruction* use) { uses.push_back(use); }); in PropagateStorageClass()
122 inst, [&uses](Instruction* use) { uses.push_back(use); }); in FixInstructionStorageClass()
273 [&uses](Instruction* use, uint32_t idx) { in PropagateType()
277 for (auto& use : uses) { in PropagateType() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp33 [&uses](Instruction* use, uint32_t op_idx) { in Process()
37 for (auto& use : uses) { in Process() local
69 inst, [&uses](Instruction* use) { uses.push_back(use); }); in PropagateStorageClass()
122 inst, [&uses](Instruction* use) { uses.push_back(use); }); in FixInstructionStorageClass()
273 [&uses](Instruction* use, uint32_t idx) { in PropagateType()
277 for (auto& use : uses) { in PropagateType() local
/third_party/libwebsockets/READMEs/
DREADME.lws_dll.md25 ### lws_dll Minimal example
61 ### lws_dll2 Minimal example
/third_party/node/deps/v8/src/compiler/
Dnode.cc122 Use* use = use_ptr - 1 - current; in NewImpl() local
164 Use* use = GetUsePtr(inline_count); in AppendInput() local
193 Use* use = GetUsePtr(input_count); in AppendInput() local
290 for (const Use* use = first_use_; use; use = use->next) { in UseCount() local
303 for (Use* use = this->first_use_; use; use = use->next) { in ReplaceUses() local
317 for (Use* use = first_use_; use; use = use->next) { in OwnedBy() local
327 for (Use* use = first_use_; use; use = use->next) { in OwnedBy() local
401 void Node::AppendUse(Use* use) { in AppendUse()
411 void Node::RemoveUse(Use* use) { in RemoveUse()
Dverifier.cc89 void CheckOutput(Node* node, Node* use, int count, const char* kind) { in CheckOutput()
109 for (const Node* use : uses) { in CheckSwitch() local
299 Node* use = edge.from(); in Check() local
310 for (const Node* use : node->uses()) { in Check() local
360 for (const Node* use : node->uses()) { in Check() local
384 for (const Node* use : node->uses()) { in Check() local
399 for (const Node* use : node->uses()) { in Check() local
/third_party/typescript/tests/baselines/reference/
DcontextualTypingOfTooShortOverloads.js3 var use: Overload; variable
55 var use; variable
/third_party/typescript/tests/cases/compiler/
DcontextualTypingOfTooShortOverloads.ts3 var use: Overload; variable
16 use: IRouterHandler<this> & IRouterMatcher<this>; property
DpathMappingBasedModuleResolution6_classic.ts16 declare function use(x: string); function
DpathMappingBasedModuleResolution5_classic.ts26 declare function use(a: any): void; function
DpathMappingBasedModuleResolution6_node.ts16 declare function use(x: string); function
DdownlevelLetConst19.ts2 declare function use(a: any); function
DblockScopedBindingsReassignedInLoop1.ts1 declare function use(n: number): void; function
DpathMappingBasedModuleResolution5_node.ts26 declare function use(a: any): void; function
DlocalClassesInLoop_ES6.ts3 declare function use(a: any); function
DlocalClassesInLoop.ts1 declare function use(a: any); function
DcheckSwitchStatementIfCaseTypeIsString.ts1 declare function use(a: any): void; function
DfallFromLastCase1.ts3 declare function use(a: string); function
DshebangBeforeReferences.ts13 declare function use(f: number): void; function
DreExportUndefined2.ts9 declare function use(a: number); function
DfallFromLastCase2.ts3 declare function use(a: string); function
DshorthandPropertyAssignmentInES6Module.ts11 declare function use(a: any): void; function
/third_party/python/Doc/using/
Dcmdline.rst593 .. _Jython: https://www.jython.org/
596 .. _using-on-envvars:

12345678910>>...12