Home
last modified time | relevance | path

Searched defs:Classes (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/parselib/
DREADME.md21 ### InputStream
24 ### FileInputStream
27 ### MemInputStream
33 ### Utility
37 ### WavTypes
40 ### WAV Data I/O
44 ### WAV Data
/third_party/googletest/docs/
Dgmock_cook_book.md42 ### Dealing with unprotected commas
83 ### Mocking Private or Protected Methods
117 ### Mocking Overloaded Methods
162 ### Mocking Class Templates
185 ### Mocking Non-virtual Methods {#MockingNonVirtualMethods}
252 ### Mocking Free Functions
288 ### Old-Style `MOCK_METHODn` Macros
390 ### The Nice, the Strict, and the Naggy {#NiceStrictNaggy}
487 ### Simplifying the Interface without Breaking Existing Code {#SimplerInterfaces}
559 ### Alternative to Mocking Concrete Classes
[all …]
/third_party/python/Doc/library/
Dtyping.rst1583 Corresponding to collections in :mod:`collections.abc`
1702 Corresponding to other types in :mod:`collections.abc`
1772 Asynchronous programming
1861 Context manager types
Dselectors.rst42 Classes chapter
Dstruct.rst401 Classes chapter
/third_party/icu/docs/userguide/icu/
Dposix.md164 #### ISO C
170 #### Problems
208 #### ICU
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp128 IntEqClasses Classes; in INITIALIZE_PASS_DEPENDENCY() local
155 bool RenameIndependentSubregs::findComponents(IntEqClasses &Classes, in findComponents()
211 void RenameIndependentSubregs::rewriteOperands(const IntEqClasses &Classes, in rewriteOperands()
265 void RenameIndependentSubregs::distribute(const IntEqClasses &Classes, in distribute()
300 const IntEqClasses &Classes, in computeMainRangesFixFlags()
DCriticalAntiDepBreaker.h53 std::vector<const TargetRegisterClass *> Classes; variable
/third_party/skia/site/docs/dev/contrib/
Dstyle.md334 ## Classes section
/third_party/icu/docs/userguide/format_parse/
Dindex.md152 ### General Formatting
/third_party/python/Doc/tutorial/
Dclasses.rst4 Classes title
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp214 std::vector<FlowStringRef> Classes; member
224 std::vector<FlowStringRef> Classes; member
234 std::vector<FlowStringRef> Classes; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h153 const MCRegisterClass *Classes; // Pointer to the regclass array variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp151 ArrayRef<Record *> Classes) { in ProfileRecordRecTy()
166 SmallVector<Record *, 4> Classes(UnsortedClasses.begin(), in get() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1698 RecordMap Classes, Defs; variable