Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
H A 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
292 ### Old-Style `MOCK_METHODn` Macros
394 ### The Nice, the Strict, and the Naggy {#NiceStrictNaggy}
491 ### Simplifying the Interface without Breaking Existing Code {#SimplerInterfaces}
563 ### Alternative to Mocking Concrete Classes
[all …]
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/
H A 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
292 ### Old-Style `MOCK_METHODn` Macros
394 ### The Nice, the Strict, and the Naggy {#NiceStrictNaggy}
491 ### Simplifying the Interface without Breaking Existing Code {#SimplerInterfaces}
563 ### Alternative to Mocking Concrete Classes
[all …]
/aosp_15_r20/external/googletest/docs/
H A 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
292 ### Old-Style `MOCK_METHODn` Macros
394 ### The Nice, the Strict, and the Naggy {#NiceStrictNaggy}
491 ### Simplifying the Interface without Breaking Existing Code {#SimplerInterfaces}
563 ### Alternative to Mocking Concrete Classes
[all …]
/aosp_15_r20/external/oboe/samples/parselib/
H A DREADME.md21 ### InputStream
24 ### FileInputStream
27 ### MemInputStream
33 ### Utility
37 ### WavTypes
40 ### WAV Data I/O
44 ### WAV Data
/aosp_15_r20/external/scudo/android/tests/
H A Dsize_map_verify_unit_tests.cpp17 static constexpr u32 Classes[] = { member in scudo::SmokeConfigTest
49 static constexpr u32 Classes[] = { member in scudo::SizeIncreaseConfigPass
82 static constexpr u32 Classes[] = { member in scudo::MaxSizeConfigPass
114 static constexpr u32 Classes[] = { member in scudo::SizeDecreaseConfigFail
151 static constexpr u32 Classes[] = { member in scudo::MidSizeLog10ConfigPass
192 static constexpr u32 Classes[] = { member in scudo::NumBitsIncreaseConfigPass
224 static constexpr u32 Classes[] = { member in scudo::MidEqualMaxConfigPass
262 static constexpr u32 Classes[] = { member in scudo::SizeDeltaConfigPass
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtyping.rst2137 Corresponding to collections in :mod:`collections.abc`
2252 Corresponding to other types in :mod:`collections.abc`
2322 Asynchronous programming
2412 Context manager types
Dselectors.rst43 Classes chapter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A 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()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A 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()
253 void RenameIndependentSubregs::distribute(const IntEqClasses &Classes, in distribute()
288 const IntEqClasses &Classes, in computeMainRangesFixFlags()
/aosp_15_r20/external/executorch/extension/pybindings/
H A DREADME.md40 ## Classes section in Link Backends
41 ### ExecuTorchModule
50 ### BundledModule
/aosp_15_r20/external/pytorch/docs/source/
H A Djit_language_reference.rst352 .. _TorchScript Enum:
353 .. _TorchScript Enums:
354 .. _torchscript-enums:
/aosp_15_r20/external/python/typing/docs/source/
Dstubs.rst223 Classes section in Supported Constructs
263 .. _supported-functions:
867 Classes section in Style Guide
/aosp_15_r20/external/junit/src/main/java/org/junit/internal/
H A DClasses.java8 public class Classes { class
15 public Classes() { in Classes() method in Classes
/aosp_15_r20/external/scudo/android/tools/
H A Dlibsize_map_verify.h25 u8 computeClassId(uptr Size, u32 ClassesSize, u32 Classes[]) { in computeClassId()
35 u32 SizeDelta, u32 ClassesSize, u32 Classes[]) { in szTableCreate()
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DREADME.md12 ### Class Tensor<data_type, rank>
46 ### Class TensorFixedSize<data_type, Sizes<size0, size1, ...>>
58 ### Class TensorMap<Tensor<data_type, rank>>
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
H A DTextStub.cpp214 std::vector<FlowStringRef> Classes; member
224 std::vector<FlowStringRef> Classes; member
234 std::vector<FlowStringRef> Classes; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp214 std::vector<FlowStringRef> Classes; member
224 std::vector<FlowStringRef> Classes; member
234 std::vector<FlowStringRef> Classes; member
/aosp_15_r20/external/python/dateutil/docs/
Dtzwin.rst9 Classes subtitle
Dtz.rst30 Classes chapter
Drrule.rst8 Classes chapter
/aosp_15_r20/external/pytorch/docs/cpp/source/
H A Dlibrary.rst21 Classes chapter
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/utils/
H A DClasses.java21 public class Classes { class
/aosp_15_r20/frameworks/base/packages/SystemUI/docs/
H A Dmedia-controls.md16 ## Classes section in SysUI Media Controls Pipeline
/aosp_15_r20/external/python/rsa/doc/
Dreference.rst23 Classes chapter

1234567