Home
last modified time | relevance | path

Searched full:abstracts (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/sdv/vsomeip/third_party/boost/spirit/doc/
Dabstracts.qbk9 [section Abstracts]
11 [include abstracts/syntax_diagram.qbk]
12 [include abstracts/peg.qbk]
13 [/include abstracts/parsing.qbk]
14 [/include abstracts/generating.qbk]
15 [/include abstracts/primitives.qbk]
16 [/include abstracts/operators.qbk]
17 [include abstracts/attributes.qbk]
18 [/include abstracts/semantic_actions.qbk]
19 [/include abstracts/directives.qbk]
[all …]
Dspirit2.qbk83 [def __sec_attributes__ [link spirit.abstracts.attributes Attributes]]
102 [def __sec_lex_static_model__ [link spirit.lex.abstracts.lexer_static_model The /Static/ Model]]
103 [def __sec_lex_primitives__ [link spirit.lex.abstracts.lexer_primitives Lexer Primitives]]
104 [def __sec_lex_tokenvalues__ [link spirit.lex.abstracts.lexer_primitives.lexer_token_values Abou…
105 [def __sec_lex_attributes__ [/ link spirit.lex.abstracts.lexer_attributes Lexer Attributes] Lex…
106 [def __sec_lex_semactions__ [link spirit.lex.abstracts.lexer_semantic_actions Lexer Semantic Ac…
113 [def __api_tokenize_and_parse__ `tokenize_and_parse()` [/link spirit.qi_and_karma.abstracts.parsing…
140 [/ References to abstracts ]
143 [def __syntax_diagrams__ [link spirit.abstracts.syntax_diagrams Syntax Diagram]]
144 [def __peg__ [link spirit.abstracts.parsing_expression_grammar Parsing Expressio…
[all …]
Doutline.txt13 Abstracts
47 Abstracts
Dlex.qbk20 [section:abstracts Abstracts]
/external/autotest/client/cros/chameleon/
Daudio_widget.py30 This class abstracts an audio widget in audio test framework. A widget
63 This class abstracts an audio input widget. This class provides the audio
282 This class abstracts an audio output widget. This class provides the audio
340 """This class abstracts handler for basic actions on widget."""
356 This class abstracts a Chameleon audio widget handler.
418 This class abstracts a Chameleon audio input widget handler.
498 """This class abstracts a Chameleon HDMI audio input widget handler."""
541 This class abstracts a Chameleon audio output widget handler.
630 This class abstracts a Chameleon usb audio output widget handler.
657 This class abstracts a Cros device audio widget handler.
[all …]
Daudio_widget_arc.py16 This class abstracts a Cros device audio input widget ARC handler.
106 """This class abstracts a Cros device audio output widget ARC handler."""
/external/sdv/vsomeip/third_party/boost/spirit/doc/x3/
Dabstracts.qbk9 [section Abstracts]
11 [include abstracts/syntax_diagram.qbk]
12 [include abstracts/peg.qbk]
13 [include abstracts/attributes.qbk]
/external/python/cpython3/Lib/
Dabc.py168 abstracts = set()
175 abstracts.add(name)
179 abstracts.add(name)
180 cls.__abstractmethods__ = frozenset(abstracts)
D_py_abc.py38 abstracts = {name
45 abstracts.add(name)
46 cls.__abstractmethods__ = frozenset(abstracts)
/external/python/cpython2/Lib/
Dabc.py89 abstracts = set(name
96 abstracts.add(name)
97 cls.__abstractmethods__ = frozenset(abstracts)
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dwakeup_fd_posix.h16 // WakeupFd abstracts the concept of a file descriptor for the purpose of
26 // WakeupFd abstracts the difference between the two.
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dnms_utils.h34 // Abstracts the conversion of the padded NMS composite function.
47 // Abstracts the conversion of the SSD post-processing composite function to
/external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dwakeup_fd_posix.h16 // WakeupFd abstracts the concept of a file descriptor for the purpose of
26 // WakeupFd abstracts the difference between the two.
/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/grpc-grpc/src/core/lib/iomgr/
Dwakeup_fd_posix.h20 // wakeup_fd abstracts the concept of a file descriptor for the purpose of
30 // wakeup_fd abstracts the difference between the two.
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dwakeup_fd_posix.h20 // wakeup_fd abstracts the concept of a file descriptor for the purpose of
30 // wakeup_fd abstracts the difference between the two.
/external/cronet/base/
Dvalue_iterators.h25 // important exception. It abstracts the underlying unique_ptr away, meaning its
79 // important exception. It abstracts the underlying unique_ptr away, meaning its
/external/python/cpython3/Modules/
D_abc.c299 PyObject *abstracts = PyFrozenSet_New(NULL); in compute_abstract_methods() local
300 if (abstracts == NULL) { in compute_abstract_methods()
341 (is_abstract && PySet_Add(abstracts, key) < 0)) { in compute_abstract_methods()
391 (is_abstract && PySet_Add(abstracts, key) < 0)) in compute_abstract_methods()
405 if (PyObject_SetAttr(self, &_Py_ID(__abstractmethods__), abstracts) < 0) { in compute_abstract_methods()
411 Py_DECREF(abstracts); in compute_abstract_methods()
/external/oss-fuzz/projects/irssi/
Dtheme-load-fuzz.dict8 "abstracts"
/external/AFLplusplus/dictionaries/
Dtheme-load-fuzz.dict8 "abstracts"
/external/libchrome/base/
Dvalue_iterators.h25 // important exception. It abstracts the underlying unique_ptr away, meaning its
71 // important exception. It abstracts the underlying unique_ptr away, meaning its
/external/libdrm/libkms/
Dlibkms.pc.in7 Description: Library that abstracts away the different mm interface for kernel drivers
/external/tensorflow/third_party/
Dgast.BUILD2 # Python AST that abstracts the underlying Python version.
/external/tpm2-tss/man/
Dtss2-tcti-device.7.in11 tcti-device is a library that abstracts the details of direct communication
Dtss2-tcti-mssim.7.in11 tcti-socket is a library that abstracts the details of direct communication

1234567891011