| /third_party/cups/ |
| D | README.md | 14 ### 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/ |
| D | parser_impl.cc | 270 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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | fix_storage_class.cpp | 33 [&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/ |
| D | fix_storage_class.cpp | 33 [&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/spirv-tools/source/opt/ |
| D | fix_storage_class.cpp | 33 [&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/ |
| D | README.lws_dll.md | 25 ### lws_dll Minimal example 61 ### lws_dll2 Minimal example
|
| /third_party/node/deps/v8/src/compiler/ |
| D | node.cc | 122 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()
|
| D | verifier.cc | 89 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/ |
| D | contextualTypingOfTooShortOverloads.js | 3 var use: Overload; variable 55 var use; variable
|
| /third_party/typescript/tests/cases/compiler/ |
| D | contextualTypingOfTooShortOverloads.ts | 3 var use: Overload; variable 16 use: IRouterHandler<this> & IRouterMatcher<this>; property
|
| D | pathMappingBasedModuleResolution5_node.ts | 26 declare function use(a: any): void; function
|
| D | pathMappingBasedModuleResolution6_node.ts | 16 declare function use(x: string); function
|
| D | pathMappingBasedModuleResolution5_classic.ts | 26 declare function use(a: any): void; function
|
| D | localClassesInLoop.ts | 1 declare function use(a: any); function
|
| D | localClassesInLoop_ES6.ts | 3 declare function use(a: any); function
|
| D | checkSwitchStatementIfCaseTypeIsString.ts | 1 declare function use(a: any): void; function
|
| D | downlevelLetConst19.ts | 2 declare function use(a: any); function
|
| D | blockScopedBindingsReassignedInLoop1.ts | 1 declare function use(n: number): void; function
|
| D | pathMappingBasedModuleResolution6_classic.ts | 16 declare function use(x: string); function
|
| D | fallFromLastCase1.ts | 3 declare function use(a: string); function
|
| D | reExportUndefined2.ts | 9 declare function use(a: number); function
|
| D | shebangBeforeReferences.ts | 13 declare function use(f: number): void; function
|
| D | fallFromLastCase2.ts | 3 declare function use(a: string); function
|
| D | shorthandPropertyAssignmentInES6Module.ts | 11 declare function use(a: any): void; function
|
| /third_party/python/Doc/using/ |
| D | cmdline.rst | 593 .. _Jython: https://www.jython.org/ 596 .. _using-on-envvars:
|