/third_party/EGL/ |
D | registry.tcl | 6 # This is a simple human-readable database defining the EGL extension 7 # registry. For each extension, it includes an extension number, flags 8 # if the extension is public, and includes a path to the extension 15 extension EGL_KHR_config_attribs { 20 extension EGL_KHR_lock_surface { 25 extension EGL_KHR_image { 30 extension EGL_KHR_vg_parent_image { 35 extension EGL_KHR_gl_texture_2D_image { 43 extension EGL_KHR_reusable_sync { 48 extension EGL_SYMBIAN_image_preserved { [all …]
|
/third_party/skia/third_party/externals/egl-registry/ |
D | registry.tcl | 3 # This is a simple human-readable database defining the EGL extension 4 # registry. For each extension, it includes an extension number, flags 5 # if the extension is public, and includes a path to the extension 12 extension EGL_KHR_config_attribs { 17 extension EGL_KHR_lock_surface { 22 extension EGL_KHR_image { 27 extension EGL_KHR_vg_parent_image { 32 extension EGL_KHR_gl_texture_2D_image { 40 extension EGL_KHR_reusable_sync { 45 extension EGL_SYMBIAN_image_preserved { [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | extension_set.cc | 108 GOOGLE_LOG(FATAL) << "Multiple extension registrations for type \"" in Register() 127 const ExtensionInfo* extension = in Find() local 129 if (extension == NULL) { in Find() 132 *output = *extension; in Find() 206 ForEach([](int /* number */, Extension& ext) { ext.Free(); }); in ~ExtensionSet() 237 const Extension* ext = FindOrNull(number); in Has() 245 ForEach([&result](int /* number */, const Extension& ext) { in NumExtensions() 254 const Extension* ext = FindOrNull(number); in ExtensionSize() 259 const Extension* ext = FindOrNull(number); in ExtensionType() 261 GOOGLE_LOG(DFATAL) << "Don't lookup extension types if they aren't present (1). "; in ExtensionType() [all …]
|
D | extension_set_heavy.cc | 105 ForEach([containing_type, pool, &output](int number, const Extension& ext) { in AppendToList() 143 #define GOOGLE_DCHECK_TYPE(EXTENSION, LABEL, CPPTYPE) \ argument 144 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? FieldDescriptor::LABEL_REPEATED \ 147 GOOGLE_DCHECK_EQ(cpp_type((EXTENSION).type), FieldDescriptor::CPPTYPE_##CPPTYPE) 152 const Extension* extension = FindOrNull(number); in GetMessage() local 153 if (extension == NULL || extension->is_cleared) { in GetMessage() 157 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE); in GetMessage() 158 if (extension->is_lazy) { in GetMessage() 159 return extension->lazymessage_value->GetMessage( in GetMessage() 162 return *extension->message_value; in GetMessage() [all …]
|
D | extension_set_inl.h | 44 int number, bool was_packed_on_wire, const ExtensionInfo& extension, in ParseFieldWithExtensionInfo() argument 47 switch (extension.type) { in ParseFieldWithExtensionInfo() 51 MutableRawRepeatedField(number, extension.type, extension.is_packed, \ in ParseFieldWithExtensionInfo() 52 extension.descriptor), \ in ParseFieldWithExtensionInfo() 71 MutableRawRepeatedField(number, extension.type, extension.is_packed, in ParseFieldWithExtensionInfo() 72 extension.descriptor), in ParseFieldWithExtensionInfo() 73 ptr, ctx, extension.enum_validity_check.func, in ParseFieldWithExtensionInfo() 74 extension.enum_validity_check.arg, metadata, number); in ParseFieldWithExtensionInfo() 83 switch (extension.type) { in ParseFieldWithExtensionInfo() 89 if (extension.is_repeated) { \ in ParseFieldWithExtensionInfo() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | extension.symbols | 1 === tests/cases/compiler/extension.ts === 3 >I : Symbol(I, Decl(extension.ts, 0, 0), Decl(extension.ts, 2, 1)) 6 >x : Symbol(I.x, Decl(extension.ts, 0, 13)) 10 >I : Symbol(I, Decl(extension.ts, 0, 0), Decl(extension.ts, 2, 1)) 13 >y : Symbol(I.y, Decl(extension.ts, 4, 13)) 17 >M : Symbol(M, Decl(extension.ts, 6, 1), Decl(extension.ts, 12, 1)) 20 >C : Symbol(C, Decl(extension.ts, 8, 18)) 23 >p : Symbol(C.p, Decl(extension.ts, 9, 20)) 28 >M : Symbol(M, Decl(extension.ts, 6, 1), Decl(extension.ts, 12, 1)) 30 export extension class C { [all …]
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_get_all_proc_addresses.txt | 40 EGL Extension #61 42 Extension Types 44 EGL_KHR_get_all_proc_addresses is an EGL display extension 45 EGL_KHR_client_get_all_proc_addresses is an EGL client extension 51 This extension is written based on the wording of the EGL 1.4 59 of non-extension EGL or client API functions. Non-extension 65 definition of a non-extension function becomes less clear. It is 75 dynamic linking mechanisms, this extension drops the requirement 76 that eglGetProcAddress return only non-extension functions. If 77 the extension string is present, applications can query all EGL [all …]
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_get_all_proc_addresses.txt | 40 EGL Extension #61 42 Extension Types 44 EGL_KHR_get_all_proc_addresses is an EGL display extension 45 EGL_KHR_client_get_all_proc_addresses is an EGL client extension 51 This extension is written based on the wording of the EGL 1.4 59 of non-extension EGL or client API functions. Non-extension 65 definition of a non-extension function becomes less clear. It is 75 dynamic linking mechanisms, this extension drops the requirement 76 that eglGetProcAddress return only non-extension functions. If 77 the extension string is present, applications can query all EGL [all …]
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_client_extensions.txt | 30 EGL Extension #58 32 Extension Type 34 EGL client extension 40 This extension is written against the wording of the EGL 1.4 45 This extension introduces the concept of *extension type*, requires that 46 each EGL extension belong to exactly one type, and defines two types: 50 A display extension adds functionality to an individual EGLDisplay. This 51 type of extension has always existed but, until EGL_EXT_client_extensions, 54 A client extension adds functionality that is independent of any display. 56 is a new type of extension defined by EGL_EXT_client_extensions. [all …]
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_client_extensions.txt | 30 EGL Extension #58 32 Extension Type 34 EGL client extension 40 This extension is written against the wording of the EGL 1.4 45 This extension introduces the concept of *extension type*, requires that 46 each EGL extension belong to exactly one type, and defines two types: 50 A display extension adds functionality to an individual EGLDisplay. This 51 type of extension has always existed but, until EGL_EXT_client_extensions, 54 A client extension adds functionality that is independent of any display. 56 is a new type of extension defined by EGL_EXT_client_extensions. [all …]
|
/third_party/openGLES/docs/ |
D | rules.html | 11 an extension for some of the APIs supported by Khronos. It 16 <li><a href="#spec">Specifying</a> an extension prior to coding it. 17 <li><a href="#implementation">Implementing</a> an extension (this 19 primarily determining if the extension is available and 21 <li><a href="#using">Using</a> an extension in an application (this 22 discusses the mechanics of using an extension if and only if 31 <p> When initially creating an extension, take the following steps: 34 <li><a href="#spec_existing">Determine if an existing extension</a> 39 with the vendor(s) defining and shipping the existing extension. 40 <li>If no suitable extension already exists, determine if you can [all …]
|
D | template.txt | 1 * Template for specifying an extension to OpenGL, OpenGL ES, 7 * Document Source: the OpenGL Extension Registry at 11 * and the OpenGL ES Extension Registry at 20 * Extension documents are simple fixed-width ASCII text, up to 132 29 * Although the extension file is formally 132 characters wide, 36 * The extension is completely described by its specification, mostly 43 * The "Dependencies on Extension" sections are used to describe how 44 * the extension semantics are modified if a previous extension is not 45 * supported, or to indicate that a previous extension must be 53 * An extension specification is always written against given [all …]
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | rules.html | 11 an extension for some of the APIs supported by Khronos. It 16 <li><a href="#spec">Specifying</a> an extension prior to coding it. 17 <li><a href="#implementation">Implementing</a> an extension (this 19 primarily determining if the extension is available and 21 <li><a href="#using">Using</a> an extension in an application (this 22 discusses the mechanics of using an extension if and only if 31 <p> When initially creating an extension, take the following steps: 34 <li><a href="#spec_existing">Determine if an existing extension</a> 39 with the vendor(s) defining and shipping the existing extension. 40 <li>If no suitable extension already exists, determine if you can [all …]
|
D | template.txt | 1 * Template for specifying an extension to OpenGL, OpenGL ES, 7 * Document Source: the OpenGL Extension Registry at 11 * and the OpenGL ES Extension Registry at 20 * Extension documents are simple fixed-width ASCII text, up to 132 29 * Although the extension file is formally 132 characters wide, 36 * The extension is completely described by its specification, mostly 43 * The "Dependencies on Extension" sections are used to describe how 44 * the extension semantics are modified if a previous extension is not 45 * supported, or to indicate that a previous extension must be 53 * An extension specification is always written against given [all …]
|
/third_party/openssl/doc/man3/ |
D | SSL_extension_supported.pod | 9 - custom TLS extension handling 72 SSL_CTX_add_custom_ext() adds a custom extension for a TLS/DTLS client or server 73 for all supported protocol versions with extension type B<ext_type> and 75 L</EXTENSION CALLBACKS> section below). The B<context> value determines 76 which messages and under what conditions the extension will be added/parsed (see 77 the L</EXTENSION CONTEXTS> section below). 79 SSL_CTX_add_client_custom_ext() adds a custom extension for a TLS/DTLS client 80 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 88 SSL_CTX_add_server_custom_ext() adds a custom extension for a TLS/DTLS server 89 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and [all …]
|
/third_party/cef/tests/ceftests/extensions/ |
D | background_unittest.cc | 15 const char kExtensionPath[] = "background-extension"; 20 // Test load/unload of an extension with a background script. 26 // Only creating the extension browser. in BackgroundLoadUnloadTestHandler() 31 void OnExtensionLoaded(CefRefPtr<CefExtension> extension) override { in OnExtensionLoaded() argument 33 EXPECT_TRUE(extension); in OnExtensionLoaded() 34 EXPECT_TRUE(extension->IsLoaded()); in OnExtensionLoaded() 35 EXPECT_TRUE(extension->GetLoaderContext()); in OnExtensionLoaded() 37 loader_request_context()->IsSame(extension->GetLoaderContext())); in OnExtensionLoaded() 38 VerifyExtension(extension); in OnExtensionLoaded() 44 extension_ = extension; in OnExtensionLoaded() [all …]
|
D | view_unittest.cc | 12 const char kExtensionPath[] = "view-extension"; 14 // Test extension load/unload. 19 // Only creating the extension browser. in ViewLoadUnloadTestHandler() 24 void OnExtensionLoaded(CefRefPtr<CefExtension> extension) override { in OnExtensionLoaded() argument 26 EXPECT_TRUE(extension); in OnExtensionLoaded() 27 EXPECT_TRUE(extension->IsLoaded()); in OnExtensionLoaded() 28 EXPECT_TRUE(extension->GetLoaderContext()); in OnExtensionLoaded() 30 loader_request_context()->IsSame(extension->GetLoaderContext())); in OnExtensionLoaded() 31 VerifyExtension(extension); in OnExtensionLoaded() 37 extension_ = extension; in OnExtensionLoaded() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | ExtensionRegistry.cs | 43 … public sealed class ExtensionRegistry : ICollection<Extension>, IDeepCloneable<ExtensionRegistry> 45 internal sealed class ExtensionComparer : IEqualityComparer<Extension> 47 public bool Equals(Extension a, Extension b) in Equals() 51 public int GetHashCode(Extension a) in GetHashCode() 58 private IDictionary<ObjectIntPair<Type>, Extension> extensions; 61 /// Creates a new empty extension registry 65 extensions = new Dictionary<ObjectIntPair<Type>, Extension>(); in ExtensionRegistry() 68 private ExtensionRegistry(IDictionary<ObjectIntPair<Type>, Extension> collection) in ExtensionRegistry() 74 /// Gets the total number of extensions in this extension registry 81 bool ICollection<Extension>.IsReadOnly => false; [all …]
|
/third_party/boost/boost/spirit/home/support/ |
D | adapt_adt_attributes.hpp | 26 fusion::extension::adt_attribute_proxy<T, N, Const>, Domain> 28 typename fusion::extension::adt_attribute_proxy<T, N, Const>::type 34 fusion::extension::adt_attribute_proxy<T, N, Const>, Domain> 36 typename fusion::extension::adt_attribute_proxy<T, N, Const>::type 42 struct is_container<fusion::extension::adt_attribute_proxy<T, N, Const> > 44 typename fusion::extension::adt_attribute_proxy<T, N, Const>::type 49 struct container_value<fusion::extension::adt_attribute_proxy<T, N, Const> > 52 typename fusion::extension::adt_attribute_proxy< 61 fusion::extension::adt_attribute_proxy<T, N, Const> const> 65 typename fusion::extension::adt_attribute_proxy< [all …]
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionSchemaLite.java | 77 GeneratedMessageLite.GeneratedExtension<?, ?> extension = in parseExtension() local 79 int fieldNumber = extension.getNumber(); in parseExtension() 81 if (extension.descriptor.isRepeated() && extension.descriptor.isPacked()) { in parseExtension() 83 switch (extension.getLiteType()) { in parseExtension() 183 extension.descriptor.getEnumType(), in parseExtension() 191 "Type cannot be packed: " + extension.descriptor.getLiteType()); in parseExtension() 193 extensions.setField(extension.descriptor, value); in parseExtension() 197 if (extension.getLiteType() == WireFormat.FieldType.ENUM) { in parseExtension() 199 Object enumValue = extension.descriptor.getEnumType().findValueByNumber(number); in parseExtension() 208 switch (extension.getLiteType()) { in parseExtension() [all …]
|
D | ExtensionSchemaFull.java | 52 throw new IllegalStateException("Unable to lookup extension field offset"); in getExtensionsFieldOffset() 95 ExtensionRegistry.ExtensionInfo extension = (ExtensionRegistry.ExtensionInfo) extensionObject; in parseExtension() local 96 int fieldNumber = extension.descriptor.getNumber(); in parseExtension() 98 if (extension.descriptor.isRepeated() && extension.descriptor.isPacked()) { in parseExtension() 100 switch (extension.descriptor.getLiteType()) { in parseExtension() 199 extension.descriptor.getEnumType().findValueByNumber(number); in parseExtension() 213 "Type cannot be packed: " + extension.descriptor.getLiteType()); in parseExtension() 215 extensions.setField(extension.descriptor, value); in parseExtension() 219 if (extension.descriptor.getLiteType() == WireFormat.FieldType.ENUM) { in parseExtension() 221 Object enumValue = extension.descriptor.getEnumType().findValueByNumber(number); in parseExtension() [all …]
|
D | ExtensionRegistry.java | 77 * be called unexpectedly from a privileged class by registering itself as an extension of the right 80 * <p>Another option you might consider is lazy parsing: do not parse an extension until it is first 82 * of problems. First, it would require a mutex lock any time an extension was accessed, which would 111 /** The extension's descriptor. */ 115 * A default instance of the extension's type, if it has a message type. Otherwise, {@code 138 * Find an extension for immutable APIs by fully-qualified field name, in the proto namespace. 141 * @return Information about the extension if found, or {@code null} otherwise. 148 * Find an extension for mutable APIs by fully-qualified field name, in the proto namespace. i.e. 151 * @return Information about the extension if found, or {@code null} otherwise. 165 * Find an extension by containing type and field number for immutable APIs. [all …]
|
/third_party/libsoup/libsoup/ |
D | soup-websocket-extension.c | 3 * soup-websocket-extension.c 27 #include "soup-websocket-extension.h" 30 * SECTION:soup-websocket-extension 31 * @short_description: a WebSocket extension 34 * SoupWebsocketExtension is the base class for WebSocket extension objects. 42 * @configure: called to configure the extension with the given parameters 60 soup_websocket_extension_init (SoupWebsocketExtension *extension) in G_DEFINE_ABSTRACT_TYPE() 71 * @extension: a #SoupWebsocketExtension 76 * Configures @extension with the given @params 78 …* Return value: %TRUE if extension could be configured with the given parameters, or %FALSE otherw… [all …]
|
/third_party/cef/libcef/browser/extensions/ |
D | extension_system.cc | 69 LOG(ERROR) << "Failed to parse extension manifest."; in ParseManifest() 120 LOG(WARNING) << "Failed to parse extension manifest"; in LoadExtensionWithManifest() 139 LOG(WARNING) << "Failed to read extension manifest from " in LoadExtensionFromDisk() 168 // an extension to load correctly both the ExtensionMsg_Loaded and in Init() 172 // the extension to |extensions_|. ExtensionMsg_ActivateExtension is handled in Init() 173 // by Dispatcher::OnActivateExtension and adds the extension to in Init() 176 // will classify the extension incorrectly and API bindings will not be added. in Init() 181 // Add the internal PDF extension. PDF loading works as follows: in Init() 184 // 2. The PDF extension is registered by the below call to AddExtension and in Init() 214 // (is_guest_view=true) to host the PDF extension and the PDF resource in Init() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/ |
D | README.adoc | 4 == OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry 6 This site contains the API and Extension registries for the OpenGL family 15 If you want to add an extension specification to the Registry, correct an 19 repository adding the appropriate extension specifications, making changes 33 For API (both core and extension) issues, please use the issue tracker in 36 For Shading Language (both core and extension) issues, please use the issue 43 formed extension documents, headers, or XML files, should be done using the 49 To create a new extension specification, take these steps: 52 depending on the needs of your extension, by adding the reservation(s) to 56 * Create an extension specification, following the model of existing vendor [all …]
|