/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RenameIndependentSubregs.cpp | 83 bool findComponents(IntEqClasses &Classes, 89 void distribute(const IntEqClasses &Classes, 94 void computeMainRangesFixFlags(const IntEqClasses &Classes, 99 void rewriteOperands(const IntEqClasses &Classes, 128 IntEqClasses Classes; in INITIALIZE_PASS_DEPENDENCY() local 129 if (!findComponents(Classes, SubRangeInfos, LI)) in INITIALIZE_PASS_DEPENDENCY() 137 LLVM_DEBUG(dbgs() << printReg(Reg) << ": Found " << Classes.getNumClasses() in INITIALIZE_PASS_DEPENDENCY() 140 for (unsigned I = 1, NumClasses = Classes.getNumClasses(); I < NumClasses; in INITIALIZE_PASS_DEPENDENCY() 149 rewriteOperands(Classes, SubRangeInfos, Intervals); in INITIALIZE_PASS_DEPENDENCY() 150 distribute(Classes, SubRangeInfos, Intervals); in INITIALIZE_PASS_DEPENDENCY() [all …]
|
D | CriticalAntiDepBreaker.cpp | 49 Classes(TRI->getNumRegs(), nullptr), KillIndices(TRI->getNumRegs(), 0), in CriticalAntiDepBreaker() 58 Classes[i] = nullptr; in StartBlock() 76 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1); in StartBlock() 94 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1); in StartBlock() 124 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1); in Observe() 131 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1); in Observe() 199 if (!Classes[Reg] && NewRC) in PrescanInstruction() 200 Classes[Reg] = NewRC; in PrescanInstruction() 201 else if (!NewRC || Classes[Reg] != NewRC) in PrescanInstruction() 202 Classes[Reg] = reinterpret_cast<TargetRegisterClass *>(-1); in PrescanInstruction() [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | engine_canvas.dart | 130 /// Classes that override this method must call `super.clear()`. 144 /// Classes that override this method must call `super.save()`. 156 /// Classes that override this method must call `super.restore()`. 169 /// Classes that override this method must call `super.translate()`. 177 /// Classes that override this method must call `super.scale()`. 185 /// Classes that override this method must call `super.rotate()`. 193 /// Classes that override this method must call `super.skew()`. 205 /// Classes that override this method must call `super.transform()`. 213 /// Classes that override this method must call `super.clipRect()`. 222 /// Classes that override this method must call `super.clipRRect()`. [all …]
|
D | houdini_canvas.dart | 269 /// Classes that override this method must call `super.clear()`. 283 /// Classes that override this method must call `super.save()`. 294 /// Classes that override this method must call `super.restore()`. 311 /// Classes that override this method must call `super.translate()`. 319 /// Classes that override this method must call `super.scale()`. 327 /// Classes that override this method must call `super.rotate()`. 335 /// Classes that override this method must call `super.skew()`. 349 /// Classes that override this method must call `super.transform()`.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStub.cpp | 214 std::vector<FlowStringRef> Classes; member 224 std::vector<FlowStringRef> Classes; member 234 std::vector<FlowStringRef> Classes; member 299 IO.mapOptional("objc-classes", Section.Classes); in mapping() 316 IO.mapOptional("objc-classes", Section.Classes); in mapping() 328 IO.mapOptional("objc-classes", Section.Classes); in mapping() 500 Section.Classes.emplace_back( in NormalizedTBD() 503 Section.Classes.emplace_back(Symbol->getName()); in NormalizedTBD() 522 llvm::sort(Section.Classes.begin(), Section.Classes.end()); in NormalizedTBD() 558 Section.Classes.emplace_back( in NormalizedTBD() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | multipleInheritance.errors.txt | 1 tests/cases/compiler/multipleInheritance.ts(9,21): error TS1174: Classes can only extend a single c… 2 tests/cases/compiler/multipleInheritance.ts(18,21): error TS1174: Classes can only extend a single … 19 !!! error TS1174: Classes can only extend a single class. 30 !!! error TS1174: Classes can only extend a single class.
|
D | classExtendsMultipleBaseClasses.errors.txt | 1 tests/cases/compiler/classExtendsMultipleBaseClasses.ts(3,19): error TS1174: Classes can only exten… 9 !!! error TS1174: Classes can only extend a single class.
|
D | propertyNamedConstructor.errors.txt | 1 …pertyMemberDeclarations/propertyNamedConstructor.ts(2,3): error TS18006: Classes may not have a fi… 8 !!! error TS18006: Classes may not have a field named 'constructor'.
|
D | parserClassDeclaration6.errors.txt | 2 …cript5/ClassDeclarations/parserClassDeclaration6.ts(1,20): error TS1174: Classes can only extend a… 10 !!! error TS1174: Classes can only extend a single class.
|
D | parserErrorRecovery_ClassElement1.types | 5 // Classes can't be nested. So we should bail out of parsing here and recover
|
D | parserErrorRecovery_ClassElement1.symbols | 5 // Classes can't be nested. So we should bail out of parsing here and recover
|
D | parserErrorRecovery_ClassElement1.errors.txt | 7 // Classes can't be nested. So we should bail out of parsing here and recover
|
/third_party/skia/third_party/externals/oboe/samples/parselib/ |
D | README.md | 3 Classes for parsing and loading audio data. 20 ## **stream** Classes 30 ## **wav** Classes
|
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/ios.tmpl/ |
D | projectName.podspec.tmpl | 15 s.source_files = 'Classes/**/*' 16 s.public_header_files = 'Classes/**/*.h'
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCRegisterInfo.h | 153 const MCRegisterClass *Classes; // Pointer to the regclass array variable 363 Classes = C; in InitMCRegisterInfo() 524 regclass_iterator regclass_begin() const { return Classes; } in regclass_begin() 525 regclass_iterator regclass_end() const { return Classes+NumClasses; } in regclass_end() 538 return Classes[i]; in getRegClass()
|
/third_party/node/tools/doc/ |
D | README.md | 103 * Classes have (description, Properties, Methods, Events). 107 * Modules have (description, Properties, Functions, Classes, Examples).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 151 ArrayRef<Record *> Classes) { in ProfileRecordRecTy() argument 152 ID.AddInteger(Classes.size()); in ProfileRecordRecTy() 153 for (Record *R : Classes) in ProfileRecordRecTy() 166 SmallVector<Record *, 4> Classes(UnsortedClasses.begin(), in get() local 168 llvm::sort(Classes, [](Record *LHS, Record *RHS) { in get() 173 ProfileRecordRecTy(ID, Classes); in get() 181 for (unsigned i = 0; i < Classes.size(); ++i) { in get() 182 for (unsigned j = 0; j < Classes.size(); ++j) { in get() 183 assert(i == j || !Classes[i]->isSubClassOf(Classes[j])); in get() 185 assert(&Classes[0]->getRecords() == &Classes[i]->getRecords()); in get() [all …]
|
/third_party/gstreamer/gstreamer/docs/libs/net/ |
D | index.md | 1 # Network Classes
|
/third_party/flutter/flutter/examples/catalog/bin/ |
D | sample_page.dart | 25 const String sampleCatalogKeywords = r'^Title:|^Summary:|^Description:|^Classes:|^Sample:|^See also… 87 // The value of the 'Classes:' comment as a list of class names. 186 // For each unique class listened in a sample app's "Classes:" list, generate 189 // include samples that had AnimatedList in their "Classes:" list.
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/ |
D | create_test.dart | 182 'ios/Classes/FlutterProjectPlugin.h', 183 'ios/Classes/FlutterProjectPlugin.m', 207 'ios/Classes/FlutterProjectPlugin.h', 208 'ios/Classes/FlutterProjectPlugin.m', 254 'ios/Classes/FlutterProjectPlugin.h', 255 'ios/Classes/FlutterProjectPlugin.m', 278 'ios/Classes/FlutterProjectPlugin.h', 279 'ios/Classes/FlutterProjectPlugin.m', 296 'ios/Classes/FlutterProjectPlugin.h', 297 'ios/Classes/FlutterProjectPlugin.m', [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | plugins.dart | 254 s.source_files = "Classes", "Classes/**/*.{h,m}" 256 s.public_header_files = './Classes/**/*.h' 280 final String registryClassesDirectory = fs.path.join(registryDirectory, 'Classes');
|
/third_party/openh264/docs/doxygen/ |
D | Home.rest | 16 3. Classes
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV60.td | 14 // Instruction Classes Definitions +
|
D | HexagonInstrFormatsV65.td | 20 // Intruction Classes Definitions +
|
/third_party/skia/third_party/externals/oboe/samples/drumthumper/ |
D | README.md | 49 Classes for playing audio data. 52 Classes for parsing and loading audio data from WAV resources.
|