/external/crosvm/media/libvda/src/ |
D | format.rs | 11 use super::bindings; 25 pub fn to_raw_frame_plane(&self) -> bindings::video_frame_plane_t { in to_raw_frame_plane() 26 bindings::video_frame_plane_t { in to_raw_frame_plane() 58 H264ProfileBaseline = bindings::video_codec_profile_H264PROFILE_BASELINE, 59 H264ProfileMain = bindings::video_codec_profile_H264PROFILE_MAIN, 60 H264ProfileExtended = bindings::video_codec_profile_H264PROFILE_EXTENDED, 61 H264ProfileHigh = bindings::video_codec_profile_H264PROFILE_HIGH, 62 H264ProfileHigh10Profile = bindings::video_codec_profile_H264PROFILE_HIGH10PROFILE, 63 H264ProfileHigh422Profile = bindings::video_codec_profile_H264PROFILE_HIGH422PROFILE, 65 bindings::video_codec_profile_H264PROFILE_HIGH444PREDICTIVEPROFILE, [all …]
|
/external/crosvm/media/libva/src/ |
D | buffer_type.rs | 5 use crate::bindings; 23 pub(crate) fn inner(&self) -> bindings::VABufferType::Type { in inner() 25 BufferType::PictureParameter(_) => bindings::VABufferType::VAPictureParameterBufferType, in inner() 26 BufferType::SliceParameter(_) => bindings::VABufferType::VASliceParameterBufferType, in inner() 27 BufferType::IQMatrix(_) => bindings::VABufferType::VAIQMatrixBufferType, in inner() 28 BufferType::Probability(_) => bindings::VABufferType::VAProbabilityBufferType, in inner() 29 BufferType::SliceData { .. } => bindings::VABufferType::VASliceDataBufferType, in inner() 35 pub struct MPEG2PictureCodingExtension(bindings::_VAPictureParameterBufferMPEG2__bindgen_ty_1); 53 bindings::_VAPictureParameterBufferMPEG2__bindgen_ty_1__bindgen_ty_1::new_bitfield_1( in new() 67 Self(bindings::_VAPictureParameterBufferMPEG2__bindgen_ty_1 { in new() [all …]
|
D | surface.rs | 9 use crate::bindings; 17 id: bindings::VASurfaceID, 35 let attr = bindings::VASurfaceAttrib { in new() 36 type_: bindings::VASurfaceAttribType::VASurfaceAttribUsageHint, in new() 37 flags: bindings::constants::VA_SURFACE_ATTRIB_SETTABLE, in new() 38 value: bindings::VAGenericValue { in new() 39 type_: bindings::VAGenericValueType::VAGenericValueTypeInteger, in new() 40 value: bindings::_VAGenericValue__bindgen_ty_1 { in new() 50 let attr = bindings::VASurfaceAttrib { in new() 51 type_: bindings::VASurfaceAttribType::VASurfaceAttribPixelFormat, in new() [all …]
|
D | display.rs | 16 use crate::bindings; 74 handle: bindings::VADisplay, 93 let display = unsafe { bindings::vaGetDisplayDRM(file.as_raw_fd()) }; in open_drm_display() 106 Status(unsafe { bindings::vaInitialize(display, &mut major, &mut minor) }).check()?; in open_drm_display() 132 pub(crate) fn handle(&self) -> bindings::VADisplay { in handle() 137 pub fn query_config_profiles(&self) -> Result<Vec<bindings::VAProfile::Type>> { in query_config_profiles() 139 let mut max_num_profiles = unsafe { bindings::vaMaxNumProfiles(self.handle) }; in query_config_profiles() 145 bindings::vaQueryConfigProfiles( in query_config_profiles() 170 let vendor_string = unsafe { bindings::vaQueryVendorString(self.handle) }; in query_vendor_string() 185 profile: bindings::VAProfile::Type, in query_config_entrypoints() [all …]
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | binding_set_unittest.cc | 10 #include "mojo/public/cpp/bindings/associated_binding_set.h" 11 #include "mojo/public/cpp/bindings/binding_set.h" 12 #include "mojo/public/cpp/bindings/strong_binding_set.h" 13 #include "mojo/public/cpp/bindings/tests/bindings_test_base.h" 14 #include "mojo/public/interfaces/bindings/tests/ping_service.mojom.h" 15 #include "mojo/public/interfaces/bindings/tests/test_associated_interfaces.mojom.h" 109 BindingSet<PingService, int> bindings; in TEST_P() local 111 bindings.AddBinding(&impl, MakeRequest(&ping_a), 1); in TEST_P() 112 bindings.AddBinding(&impl, MakeRequest(&ping_b), 2); in TEST_P() 115 impl.set_ping_handler(ExpectContext(&bindings, 1)); in TEST_P() [all …]
|
/external/webrtc/infra/config/ |
D | realms.cfg | 9 bindings { 13 bindings { 17 bindings { 21 bindings { 25 bindings { 29 bindings { 33 bindings { 37 bindings { 41 bindings { 45 bindings { [all …]
|
/external/google-fruit/include/fruit/impl/ |
D | component.defn.h | 50 template <typename... Bindings> 51 inline Component<Params...>::Component(PartialComponent<Bindings...>&& partial_component) noexcept … in Component() 55 using Op = typename fruit::impl::meta::OpForComponent<Bindings...>::template ConvertTo<Comp>; in Component() 84 template <typename... Bindings> 86 …tialComponent<fruit::impl::Bind<AnnotatedI, AnnotatedC>, Bindings...> PartialComponent<Bindings...… in bind() 93 template <typename... Bindings> 95 inline PartialComponent<fruit::impl::RegisterConstructor<AnnotatedSignature>, Bindings...> 96 PartialComponent<Bindings...>::registerConstructor() { in registerConstructor() 103 template <typename... Bindings> 105 inline PartialComponent<fruit::impl::BindInstance<C, C>, Bindings...> [all …]
|
/external/crosvm/sandbox/src/ |
D | lib.rs | 18 #[cfg_attr(windows, path = "../bindings.rs")] 23 pub mod bindings; module 27 pub use bindings::IntegrityLevel; 28 pub use bindings::JobLevel; 29 pub use bindings::MitigationFlags; 30 pub use bindings::ResultCode; 31 pub use bindings::Semantics; 32 pub use bindings::SubSystem; 33 pub use bindings::TokenLevel; 34 use bindings::DWORD; [all …]
|
/external/clang/test/Index/ |
D | comment-xml-schema.c | 3 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 5 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 6 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 7 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 8 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 9 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 10 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 11 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 12 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… 13 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML… [all …]
|
/external/capstone/ |
D | .gitignore | 26 bindings/python/build/ 27 bindings/python/capstone.egg-info/ 31 bindings/java/capstone.jar 34 bindings/ocaml/*.cmi 35 bindings/ocaml/*.cmx 36 bindings/ocaml/*.cmxa 37 bindings/ocaml/*.mli 38 bindings/ocaml/test 39 bindings/ocaml/test_arm 40 bindings/ocaml/test_arm64 [all …]
|
D | HACK.TXT | 21 ├── bindings <- all bindings are under this dir 22 │ ├── java <- Java bindings + test code 23 │ ├── ocaml <- Ocaml bindings + test code 24 │ └── python <- Python bindings + test code 49 At the same time, for Java/Ocaml/Python bindings, be sure to always use 50 the bindings coming with the core to avoid potential incompatibility issue 52 See bindings/<language>/README for detail instructions on how to compile & 53 install the bindings. 89 Bindings: 90 - bindings/Makefile [all …]
|
/external/python/python-api-core/google/api_core/ |
D | iam.py | 31 policy.bindings = [ 71 Assigning to '{}' is deprecated. Use the `policy.bindings` property to modify bindings instead.""" 74 Dict access is not supported on policies with version > 1 or with conditional bindings.""" 91 Using conditions in bindings requires the policy's version to be set 97 Use the policy.bindings getter/setter to retrieve and modify the policy's bindings. 121 # Exclude bindings with no members 126 # Exclude bindings with no members 135 # NOTE: This will create bindings with no members 172 def bindings(self): member in Policy 173 """The policy's list of bindings. [all …]
|
/external/libchrome/mojo/ |
D | README.md | 8 Chrome), the fastest path forward will be to look at the bindings documentation 10 [**JavaScript**](#JavaScript-Bindings), or [**Java**](#Java-Bindings)) as well 12 [**Mojom IDL and bindings generator**](/mojo/public/tools/bindings/README.md). 23 abstraction of common IPC primitives, a message IDL format, and a bindings 30 ![Mojo Library Layering: Core on bottom, language bindings on top, public system support APIs in th… 34 the System APIs or Bindings APIs, a process must first initialize Mojo Core. 68 public (and not binary-stable) System and Bindings APIs. 91 system APIs is rare compared to the bindings APIs, but it is sometimes desirable 111 ## High-Level Bindings APIs 115 the bindings layer. [all …]
|
/external/angle/infra/config/generated/ |
D | realms.cfg | 9 bindings { 13 bindings { 17 bindings { 21 bindings { 25 bindings { 29 bindings { 33 bindings { 37 bindings { 42 bindings { 47 bindings { [all …]
|
/external/crosvm/infra/config/generated/ |
D | realms.cfg | 9 bindings { 13 bindings { 17 bindings { 21 bindings { 26 bindings { 30 bindings { 34 bindings { 39 bindings { 43 bindings { 47 bindings { [all …]
|
/external/libchrome/mojo/public/tools/bindings/generators/java_templates/ |
D | interface_definition.tmpl | 22 interface {{method|interface_response_name}} extends org.chromium.mojo.bindings.Callbacks.Callback{… 45 org.chromium.mojo.bindings.MessageHeader.NO_FLAG 47 org.chromium.mojo.bindings.MessageHeader.MESSAGE_EXPECTS_RESPONSE_FLAG 49 org.chromium.mojo.bindings.MessageHeader.MESSAGE_IS_RESPONSE_FLAG 54 {% if fully_qualified %}org.chromium.mojo.bindings.Interface.{% endif %}Manager<{{interface|name}},… 73 … org.chromium.mojo.bindings.MessageReceiverWithResponder messageReceiver) { 91 org.chromium.mojo.bindings.ServiceMessage messageWithHeader = 93 org.chromium.mojo.bindings.MessageHeader header = messageWithHeader.getHeader(); 99 … case org.chromium.mojo.bindings.interfacecontrol.InterfaceControlMessagesConstants.RUN_MESSAGE_ID: 100 return org.chromium.mojo.bindings.InterfaceControlMessagesHelper.handleRun( [all …]
|
D | data_types_definition.tmpl | 6 org.chromium.mojo.bindings.BindingsHelper.UNION_SIZE 8 org.chromium.mojo.bindings.BindingsHelper.POINTER_SIZE 27 …org.chromium.mojo.bindings.Encoder encoder{{level + 1}} = encoder{{level}}.{{encodePointer}}({{var… 29 …{{encode(variable~'[i'~level~']', sub_kind, 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE + '… 36 …org.chromium.mojo.bindings.Encoder encoder{{level + 1}} = encoder{{level}}.encoderForMap({{offset}… 46 …{{encode('keys'~level, kind.key_kind|array, 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE', 0… 47 …el, kind.value_kind|array, 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE + org.chromium.mojo.… 59 org.chromium.mojo.bindings.Decoder decoder{{level+1}} = decoder{{level}}.readPointer({{offset}}, {{… 75 …{{decode('keys'~level, kind.key_kind|array, 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE', 0… 78 …y('keys'~level~'.length'), 'org.chromium.mojo.bindings.DataHeader.HEADER_SIZE + org.chromium.mojo.… [all …]
|
/external/marisa-trie/ |
D | Makefile.am | 9 bindings/Makefile \ 10 bindings/perl/Makefile.PL \ 11 bindings/perl/marisa.pm \ 12 bindings/python/setup.py \ 13 bindings/python/marisa.py \ 14 bindings/ruby/extconf.rb \ 15 bindings/*.cxx \ 16 bindings/*.h \ 17 bindings/*.i \ 18 bindings/*/*.cxx \ [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.hpp | 158 * amount of bindings points for tested target; 161 * - inspect if bindings were modified; 163 * - execute BindBufferBase for first half of bindings with NULL as <buffers> 164 * to unbind first half of bindings for tested target; 165 * - inspect if bindings were modified; 166 * - execute BindBufferBase for second half of bindings with NULL as <buffers> 167 * to unbind rest of bindings; 168 * - inspect if bindings were modified; 173 * - inspect if all bindings but first were modified; 178 * - inspect if bindings were modified; [all …]
|
/external/clang/test/Driver/ |
D | bindings.c | 2 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -no-integrated-as %s 2>&1 | FileChe… 3 // CHECK01: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s" 9 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only %s 2>&1 | FileCheck %… 10 // CHECK05: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing) 12 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings -fsyntax-only -x c++ %s 2>&1 | File… 13 // CHECK08: "clang", inputs: ["{{.*}}bindings.c"], output: (nothing) 15 // RUN: %clang -target i386-apple-darwin9 -ccc-print-bindings %s -S -arch ppc 2>&1 | FileCheck %s -… 16 // CHECK11: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s" 18 // RUN: %clang -target powerpc-unknown-unknown -ccc-print-bindings %s -S 2>&1 | FileCheck %s --chec… 19 // CHECK12: "clang", inputs: ["{{.*}}bindings.c"], output: "bindings.s" [all …]
|
/external/libyuv/files/infra/config/ |
D | realms.cfg | 9 bindings { 13 bindings { 17 bindings { 21 bindings { 25 bindings { 29 bindings { 33 bindings { 37 bindings { 44 bindings { 48 bindings { [all …]
|
/external/guice/core/src/com/google/inject/ |
D | Injector.java | 27 * for each type and uses bindings to inject them. This is the core of Guice, although you rarely 31 * <p>Contains several default bindings: 49 * <p>The injector's {@link #getBindings() internal bindings} are available for introspection. This 94 * Returns this injector's <strong>explicit</strong> bindings. 96 * <p>The returned map does not include bindings inherited from a {@link #getParent() parent 99 * bindings appear in user Modules. 106 * Returns a snapshot of this injector's bindings, <strong>both explicit and 107 * just-in-time</strong>. The returned map is immutable; it contains only the bindings that were 108 * present when {@code getAllBindings()} was invoked. Just-in-time bindings are only present if 110 * just-in-time bindings. [all …]
|
/external/crosvm/media/libvda/src/decode/ |
D | event.rs | 12 use super::bindings; 21 Success = bindings::vda_result_SUCCESS, 22 IllegalState = bindings::vda_result_ILLEGAL_STATE, 23 InvalidArgument = bindings::vda_result_INVALID_ARGUMENT, 24 UnreadableInput = bindings::vda_result_UNREADABLE_INPUT, 25 PlatformFailure = bindings::vda_result_PLATFORM_FAILURE, 26 InsufficientResources = bindings::vda_result_INSUFFICIENT_RESOURCES, 27 Cancelled = bindings::vda_result_CANCELLED, 31 pub(crate) fn new(res: bindings::vda_result_t) -> Response { in new() 97 pub(crate) unsafe fn new(event: bindings::vda_event_t) -> Result<Event> { in new() [all …]
|
/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
D | DuplicateBindingsValidator.java | 65 /** Reports errors for conflicting bindings with the same key. */ 88 // If two unrelated subcomponents have the same duplicate bindings only because they install the in visitGraph() 96 // Only report each set of duplicate bindings once, ignoring the installed component. in visitGraph() 104 * Returns sets of duplicate bindings. Bindings are duplicates if they bind the same key and are 105 * visible from the same component. Two bindings that differ only in the component that owns them 107 * descendant component because it depends on local multibindings or optional bindings. Hence each 113 .flatMap(bindings -> mutuallyVisibleSubsets(bindings).stream()) in duplicateBindingSets() 121 bindingGraph.bindings().stream() in groupBindingsByKey() 127 * Returns the subsets of the input set that contain bindings that are all visible from the same 139 (componentPath, bindings) -> { in mutuallyVisibleSubsets() [all …]
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | InterfaceControlMessagesHelper.java | 5 package org.chromium.mojo.bindings; 7 import org.chromium.mojo.bindings.Callbacks.Callback1; 8 import org.chromium.mojo.bindings.Interface.Manager; 9 import org.chromium.mojo.bindings.Interface.Proxy; 10 import org.chromium.mojo.bindings.interfacecontrol.InterfaceControlMessagesConstants; 11 import org.chromium.mojo.bindings.interfacecontrol.QueryVersionResult; 12 import org.chromium.mojo.bindings.interfacecontrol.RunInput; 13 import org.chromium.mojo.bindings.interfacecontrol.RunMessageParams; 14 import org.chromium.mojo.bindings.interfacecontrol.RunOrClosePipeInput; 15 import org.chromium.mojo.bindings.interfacecontrol.RunOrClosePipeMessageParams; [all …]
|