HomeSort by relevance Sort by last modified time
    Searched defs:extensions (Results 326 - 350 of 379) sorted by null

<<111213141516

  /frameworks/av/media/extractors/ogg/
OggExtractor.cpp 1392 static const char *extensions[] = { member in namespace:android
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 220 STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */ member in struct:x509_cinf_st
392 STACK_OF(X509_EXTENSION) /* optional */ *extensions; member in struct:x509_revoked_st
411 STACK_OF(X509_EXTENSION) /* [0] */ *extensions; member in struct:X509_crl_info_st
425 /* Copies of various extensions */
543 #define X509_CINF_get_extensions(c) ((c)->extensions)
    [all...]
  /external/boringssl/src/ssl/
t1_lib.cc 150 // This function does an initial scan over the extensions block to filter those
153 // First pass: count the extensions.
155 CBS extensions = *cbs; local
156 while (CBS_len(&extensions) > 0) {
160 if (!CBS_get_u16(&extensions, &type) ||
161 !CBS_get_u16_length_prefixed(&extensions, &extension)) {
178 extensions = *cbs;
182 if (!CBS_get_u16(&extensions, &extension_types[i]) ||
183 !CBS_get_u16_length_prefixed(&extensions, &extension)) {
188 assert(CBS_len(&extensions) == 0)
254 CBS extensions; local
269 CBS extensions; local
3058 CBB extensions; local
3187 CBB extensions; local
3228 CBS extensions; local
3316 CBS extensions; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttrib64BitTest.cpp 260 /** Throws tcu::NotSupportedError if requested extensions is not available.
265 const std::vector<std::string>& extensions = m_context.getContextInfo().getExtensions(); local
267 if (std::find(extensions.begin(), extensions.end(), extension_name) == extensions.end())
    [all...]
gl4cTextureViewTests.cpp 3044 const std::vector<std::string>& extensions = m_context.getContextInfo().getExtensions(); local
3414 const std::vector<std::string>& extensions = m_context.getContextInfo().getExtensions(); local
6316 const std::vector<std::string>& extensions = m_context.getContextInfo().getExtensions(); local
9700 const std::vector<std::string>& extensions = m_context.getContextInfo().getExtensions(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp 3262 const vector<VkExtensionProperties> extensions = enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL); local
3810 const vector<VkExtensionProperties> extensions = enumerateInstanceExtensionProperties(context.getPlatformInterface(), DE_NULL); local
3825 const vector<VkExtensionProperties> extensions = enumerateDeviceExtensionProperties(context.getInstanceInterface(), context.getPhysicalDevice(), DE_NULL); local
    [all...]
vktApiObjectManagementTests.cpp 449 Parameters (vector<string>& extensions)
450 : instanceExtensions (extensions)
618 vector<string> extensions; member in struct:vkt::api::__anon18859::DeviceGroup::Resources
626 : extensions (1, "VK_KHR_device_group_creation")
627 , instance (env, Instance::Parameters(extensions))
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 747 // Check extensions
751 std::string extensions = (const char*)thread.gl.getString(GL_EXTENSIONS); local
754 std::string::size_type pos = extensions.find(" ");
761 extension = extensions.substr(0, pos);
762 extensions = extensions.substr(pos+1);
766 extension = extensions;
767 extensions = "";
775 pos = extensions.find(" ");
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java 125 /** Get a list of top-level extensions declared in this file. */
127 return Collections.unmodifiableList(Arrays.asList(extensions));
233 * Find an extension in the file by name. Does not find extensions nested
428 * contains any extensions which might be used in the descriptor -- that
429 * is, extensions of the various "Options" messages defined in
431 * no extensions are used in the descriptor.
441 private final FieldDescriptor[] extensions; field in class:Descriptors.FileDescriptor
499 extensions = new FieldDescriptor[proto.getExtensionCount()];
501 extensions[i] = new FieldDescriptor(
521 extensions = new FieldDescriptor[0]
767 private final FieldDescriptor[] extensions; field in class:Descriptors.Descriptor
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 246 // message FooMessage { extensions 1; }
253 // message BarMessage { extensions 1; }
1855 vector<const FieldDescriptor*> extensions; local
6087 vector<const FieldDescriptor*> extensions; local
    [all...]
  /external/webrtc/talk/media/base/
mediachannel.h 431 // Returns the named header extension if found among all extensions, NULL
434 const std::vector<RtpHeaderExtension>& extensions,
436 for (std::vector<RtpHeaderExtension>::const_iterator it = extensions.begin();
437 it != extensions.end(); ++it) {
952 std::vector<RtpHeaderExtension> extensions; member in struct:cricket::RtpParameters
    [all...]
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp 2320 static const char *extensions[] = { member in namespace:android
    [all...]
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 65 * - Device layers are deprecated, but instance layers can still add device extensions. VkJSON
66 * doesn't yet include device extensions provided by layers, though. So VulkanDeviceInfo omits
68 * and their extensions the same way instance layers and their extensions are reported.
108 private static final String KEY_EXTENSIONS = "extensions";
900 JSONArray extensions = parent.getJSONArray(KEY_EXTENSIONS); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmFloatControlsTests.cpp 583 string extensions; member in class:vkt::SpirVAssembly::__anon19194::TypeSnippetsBase
748 extensions = "OpExtension \"SPV_KHR_16bit_storage\"\n";
777 extensions = "";
804 extensions = "";
2534 string extensions = outTypeSnippets->extensions; local
3137 vector<string> extensions; local
    [all...]
  /external/deqp-deps/glslang/SPIRV/
GlslangToSpv.cpp 3151 auto& extensions = glslangIntermediate->getRequestedExtensions(); local
    [all...]
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /external/kotlinc/lib/
kotlinx-serialization-compiler-plugin.jar 
kotlin-script-runtime.jar 
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.h 599 * \name Enable bits for GLSL extensions
602 /* ARB extensions go here, sorted alphabetically.
705 /* KHR extensions go here, sorted alphabetically.
710 /* OES extensions go here, sorted alphabetically.
747 /* All other extensions go here, sorted alphabetically.
809 /** Extensions supported by the OpenGL implementation. */
810 const struct gl_extensions *extensions; member in struct:_mesa_glsl_parse_state
944 glcpp_extension_iterator extensions,
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 4463 static const char *extensions[] = local
    [all...]
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 

Completed in 1567 milliseconds

<<111213141516