Home
last modified time | relevance | path

Searched refs:abstracts (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython2/Lib/
Dabc.py89 abstracts = set(name
96 abstracts.add(name)
97 cls.__abstractmethods__ = frozenset(abstracts)
/external/python/cpython3/Lib/
D_py_abc.py38 abstracts = {name
45 abstracts.add(name)
46 cls.__abstractmethods__ = frozenset(abstracts)
/external/python/cpython3/Modules/
D_abc.c300 PyObject *abstracts = PyFrozenSet_New(NULL); in compute_abstract_methods() local
301 if (abstracts == NULL) { in compute_abstract_methods()
342 (is_abstract && PySet_Add(abstracts, key) < 0)) { in compute_abstract_methods()
392 (is_abstract && PySet_Add(abstracts, key) < 0)) in compute_abstract_methods()
406 if (_PyObject_SetAttrId(self, &PyId___abstractmethods__, abstracts) < 0) { in compute_abstract_methods()
412 Py_DECREF(abstracts); in compute_abstract_methods()
/external/oss-fuzz/projects/irssi/
Dtheme-load-fuzz.dict8 "abstracts"
/external/libdrm/libkms/
Dlibkms.pc.in7 Description: Library that abstracts away the different mm interface for kernel drivers
Dmeson.build67 description : 'Library that abstracts away the different mm interfaces for kernel drivers',
/external/tensorflow/third_party/
Dgast.BUILD2 # Python AST that abstracts the underlying Python version.
/external/skia/modules/skplaintexteditor/
DREADME.md3 This is an experimental Editor layer that abstracts out SkShaper text layeout
/external/libchrome/mojo/public/cpp/platform/
DREADME.md28 The `PlatformChannel` type abstracts a platform-specific IPC FIFO primitive
47 `NamedPlatformChannel`, which abstracts a named system resource that can
/external/llvm-project/llvm/docs/GlobalISel/
DResources.rst11 …l Sanders @LLVMDevMeeting 2019 <https://www.llvm.org/devmtg/2019-10/talk-abstracts.html#keynote1>`_
/external/rust/crates/log/
DREADME.md13 A logging facade provides a single logging API that abstracts over the actual
/external/llvm-project/mlir/include/mlir/Dialect/PDL/IR/
DPDLBase.td32 PDL abstracts over various different aspects of patterns and core MLIR data
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueOrOneOfProcessor.java727 ImmutableSet.Builder<ExecutableElement> abstracts = ImmutableSet.builder(); in abstractMethodsIn() local
741 abstracts.add(method); in abstractMethodsIn()
745 return abstracts.build(); in abstractMethodsIn()
/external/webrtc/docs/
Dfaq.md31 * Includes and abstracts key NAT and firewall traversal technology, using
34 * Builds on the strength of the web browser: WebRTC abstracts signaling by
/external/grpc-grpc/doc/
Dcompression_cookbook.md50 abstracts away the intricacies of selecting a concrete algorithm supported by a
/external/arm-trusted-firmware/docs/components/
Dplatform-interrupt-controller-API.rst5 abstracts the runtime configuration and control of interrupt controller from the
/external/llvm-project/llvm/docs/
DOptBisect.rst152 Pass base class contains a helper function that abstracts the details in order
/external/cldr/docs/rfc/
Ddraft-davis-u-langtag-ext-00.txt38 http://www.ietf.org/ietf/1id-abstracts.txt.
/external/antlr/runtime/C/doxygen/
Dbuildrec.dox84 /// // The ANTLR3 character input stream, which abstracts the input source such that
/external/llvm-project/mlir/docs/
DTraits.md7 mechanism which abstracts implementation details and properties that are common
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/
Dcustomized_task_api.md4 native/Android/iOS APIs on top of the same infrastructure that abstracts
/external/arm-trusted-firmware/docs/getting_started/
Dpsci-lib-integration-guide.rst414 The platform layer abstracts the platform-specific details from the generic
/external/perfetto/docs/analysis/
Dtrace-processor.md24 The trace processor abstracts this complexity by parsing traces, extracting the
/external/llvm-project/mlir/docs/Rationale/
DRationaleLinalgDialect.md82 operations on multi-dimensional vectors and abstracts away the lowering to
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md1032 <why>The current reference implementation abstracts the memory layout of

12