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

<<111213141516

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 90 static PyObject *extensions = NULL; variable
244 Py_XDECREF(extensions);
245 extensions = NULL;
538 once, we keep a static dictionary 'extensions' keyed by module name
550 if (extensions == NULL) {
551 extensions = PyDict_New();
552 if (extensions == NULL)
568 PyDict_SetItemString(extensions, filename, copy);
577 if (extensions == NULL)
579 dict = PyDict_GetItemString(extensions, filename);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 90 static PyObject *extensions = NULL; variable
272 Py_XDECREF(extensions);
273 extensions = NULL;
570 once, we keep a static dictionary 'extensions' keyed by module name
582 if (extensions == NULL) {
583 extensions = PyDict_New();
584 if (extensions == NULL)
600 PyDict_SetItemString(extensions, filename, copy);
609 if (extensions == NULL)
611 dict = PyDict_GetItemString(extensions, filename);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 90 static PyObject *extensions = NULL; variable
244 Py_XDECREF(extensions);
245 extensions = NULL;
538 once, we keep a static dictionary 'extensions' keyed by module name
550 if (extensions == NULL) {
551 extensions = PyDict_New();
552 if (extensions == NULL)
568 PyDict_SetItemString(extensions, filename, copy);
577 if (extensions == NULL)
579 dict = PyDict_GetItemString(extensions, filename);
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestInheritance.java 1001 Map<String, String> extensions = ltp3.getExtensions(); local
1024 Map<String, String> extensions = ltp3.getExtensions(); local
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/
Keyboard.java 458 Map<String, String> extensions = ltp.getExtensions(); local
460 if (errors2.size() != 0 || !extensions.containsKey("t")) {
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 1855 vector<string> extensions; local
1902 const char* const extensions[] = { "VK_KHR_swapchain", "VK_KHR_swapchain_mutable_format" }; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushDescriptorTests.cpp 58 typedef vector<VkExtensionProperties> Extensions;
75 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtensions)
86 const Extensions& supportedExtensions)
88 vector<string> extensions; local
91 extensions.push_back("VK_KHR_get_physical_device_properties2");
93 checkAllSupported(supportedExtensions, extensions);
95 return createDefaultInstance(vkp, version, vector<string>(), extensions);
102 const Extensions& supportedExtensions,
120 const char* const extensions[] = local
135 extensions,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp 1993 vector<string> extensions; local
3235 vector<string> extensions; local
3578 vector<string> extensions; local
3753 vector<string> extensions; local
3868 vector<string> extensions; local
4178 vector<string> extensions; local
4252 vector<string> extensions; local
4326 vector<string> extensions; local
4455 vector<string> extensions; local
4598 vector<string> extensions; local
4709 vector<string> extensions; local
5017 vector<string> extensions; local
5334 vector<string> extensions; local
5600 vector<string> extensions; local
5974 vector<string> extensions; local
6206 vector<string> extensions; local
6443 vector<string> extensions; local
6660 vector<string> extensions; local
6789 vector<string> extensions; local
7168 vector<string> extensions; local
7576 vector<string> extensions; local
7917 vector<string> extensions; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp 148 std::vector<std::string> extensions; local
150 extensions.push_back("VK_KHR_get_physical_device_properties2");
152 extensions.push_back("VK_KHR_external_memory_capabilities");
154 return vk::createDefaultInstance(vkp, version, std::vector<std::string>(), extensions);
159 TCU_THROW(NotSupportedError, "Required external memory extensions not supported by the instance");
181 std::vector<const char*> extensions; local
184 extensions.push_back("VK_KHR_external_memory");
186 extensions.push_back("VK_KHR_dedicated_allocation");
188 extensions.push_back("VK_KHR_get_memory_requirements2");
190 extensions.push_back("VK_KHR_external_memory_win32")
    [all...]
  /external/deqp/modules/egl/
teglRobustnessTests.cpp 399 vector<string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), m_eglDisplay); local
433 if (!de::contains(extensions.begin(), extensions.end(), *reqExt))
545 // extensions to determine if we need to load EXT or KHR-suffixed robustness
556 const char* const extensions[] = { robustnessExt }; local
558 m_eglTestCtx.initGLFunctions(gl, apiType, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]);
    [all...]
  /external/deqp-deps/glslang/SPIRV/
SpvBuilder.h 99 void addExtension(const char* ext) { extensions.insert(ext); }
644 // Add capabilities, extensions, remove unneeded decorations, etc.,
695 std::set<std::string> extensions; member in class:spv::Builder
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.cpp 291 // Error check for requiring specific extensions present.
1949 const char* const extensions[2] = { E_GL_NV_shader_atomic_int64, local
    [all...]
  /external/freetype/include/freetype/
freetype.h 1145 void* extensions; \/* unused *\/ member in struct:FT_FaceRec_
    [all...]
  /external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
alltypes_legacy.h 147 pb_extension_t *extensions; member in struct:_AllTypes
  /external/icu/icu4c/source/common/
uloc_tag.cpp 52 ExtensionListEntry *extensions; member in struct:ULanguageTag
847 langtag->extensions = NULL;
1141 /* reorder extensions */
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 290 if (!disp->Extensions.KHR_gl_colorspace && srgb)
322 (disp->Extensions.NOK_texture_from_pixmap ? EGL_PIXMAP_BIT : 0))) {
467 const __DRIextension **extensions,
473 for (int i = 0; extensions[i]; i++) {
474 _eglLog(_EGL_DEBUG, "found extension `%s'", extensions[i]->name);
476 if (strcmp(extensions[i]->name, matches[j].name) == 0 &&
477 extensions[i]->version >= matches[j].version) {
479 *(const __DRIextension **) field = extensions[i];
481 extensions[i]->name, extensions[i]->version)
508 const __DRIextension **extensions = NULL; local
583 const __DRIextension **extensions; local
602 const __DRIextension **extensions; local
621 const __DRIextension **extensions; local
868 const __DRIextension **extensions; local
    [all...]
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h 147 pb_extension_t *extensions; member in struct:_AllTypes
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 397 // that top-level extensions should go in.
423 // Exclude descriptor extensions from output "to avoid clutter" (from original
2908 vector<const FieldDescriptor*> extensions; local
    [all...]
  /external/python/cpython2/Python/
import.c 90 static PyObject *extensions = NULL; variable
272 Py_XDECREF(extensions);
273 extensions = NULL;
592 once, we keep a static dictionary 'extensions' keyed by module name
604 if (extensions == NULL) {
605 extensions = PyDict_New();
606 if (extensions == NULL)
622 PyDict_SetItemString(extensions, filename, copy);
631 if (extensions == NULL)
633 dict = PyDict_GetItemString(extensions, filename)
    [all...]
  /external/python/cpython3/Python/
import.c 28 static PyObject *extensions = NULL; variable
283 Py_CLEAR(extensions);
619 once, we keep a static dictionary 'extensions' keyed by the tuple
629 module-specific state). They are still recorded in the extensions
640 if (extensions == NULL) {
641 extensions = PyDict_New();
642 if (extensions == NULL)
677 res = PyDict_SetItem(extensions, key, (PyObject *)def);
710 if (extensions == NULL)
715 def = (PyModuleDef *)PyDict_GetItem(extensions, key)
    [all...]
  /external/python/cpython3/Tools/clinic/
clinic.py 1633 extensions = { name: CLanguage for name in "c cc cpp cxx h hh hpp hxx".split() } variable
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 120 GrVkExtensions extensions; local
126 &extensions));
127 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) {
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 120 GrVkExtensions extensions; local
126 &extensions));
127 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) {
    [all...]
  /external/v8/src/objects/
intl-objects.cc 613 // Remove extensions and try again.
755 // Remove extensions and try again.
794 // Remove extensions and try again.
1631 std::vector<std::string> extensions; local
    [all...]
  /external/vulkan-validation-layers/layers/
shader_validation.cpp 1427 auto const &extensions = GetDeviceExtensions(); local
    [all...]

Completed in 2502 milliseconds

<<111213141516