Home
last modified time | relevance | path

Searched refs:config2 (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLContextCompatibilityTest.cpp426 EGLConfig config2 = mConfigs[mConfigIndexB]; variable
434 testWindowCompatibility(config1, config2,
435 areConfigsCompatible(config1, config2, EGL_WINDOW_BIT));
458 EGLConfig config2 = mConfigs[mConfigIndexB]; variable
466 testPbufferCompatibility(config1, config2,
467 areConfigsCompatible(config1, config2, EGL_PBUFFER_BIT));
/third_party/python/Include/internal/
H A Dpycore_initconfig.h133 const PyPreConfig *config2);
154 const PyConfig *config2);
/third_party/python/Python/
H A Dpreconfig.c14 preconfig_copy(PyPreConfig *config, const PyPreConfig *config2);
344 const PyPreConfig *config2) in _PyPreConfig_InitFromPreConfig()
347 preconfig_copy(config, config2); in _PyPreConfig_InitFromPreConfig()
373 preconfig_copy(PyPreConfig *config, const PyPreConfig *config2) in preconfig_copy() argument
375 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in preconfig_copy()
343 _PyPreConfig_InitFromPreConfig(PyPreConfig *config, const PyPreConfig *config2) _PyPreConfig_InitFromPreConfig() argument
H A Dinitconfig.c918 _PyConfig_Copy(PyConfig *config, const PyConfig *config2) in _PyConfig_Copy() argument
924 #define COPY_ATTR(ATTR) config->ATTR = config2->ATTR in _PyConfig_Copy()
927 status = PyConfig_SetString(config, &config->ATTR, config2->ATTR); \ in _PyConfig_Copy()
934 if (_PyWideStringList_Copy(&config->LIST, &config2->LIST) < 0) { \ in _PyConfig_Copy()
/third_party/python/Lib/test/
H A Dtest_ossaudiodev.py100 # config2 (16-bit, stereo, 44.1kHz) should work on all but the
103 config2 = (AFMT_S16_NE, 2, 44100)
105 for config in [config1, config2]:
H A Dtest_logging.py1309 # config2 has a subtle configuration error that should be reported
1310 config2 = config1.replace("sys.stdout", "sys.stbout") variable in ConfigFileTest
1522 self.assertRaises(Exception, self.apply_config, self.config2)
2355 # config2 has a subtle configuration error that should be reported
2356 config2 = { variable in ConfigDictTest
3049 self.assertRaises(Exception, self.apply_config, self.config2)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DLayout.cpp125 auto config2 = config; in MetalLayoutOf() local
126 config2.maskArray = false; in MetalLayoutOf()
131 layout += MetalLayoutOf(*field->type(), config2); in MetalLayoutOf()
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h369 #define PERF_ATTR_SIZE_VER1 72 /* add: config2 */
477 __u64 config2; /* extension of config1 */ member
520 __u64 config3; /* extension of config2 */
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp1720 BindingTestConfig config2 = {pipelineConstructionType, true, true}; in createMiscTests() local
1727 miscTests->addChild(new PipelineLayoutBindingTestCases(testCtx, "descriptor_bind_test_backwards_holes", config2)); in createMiscTests()
/third_party/libbpf/src/
H A Dlibbpf.c10744 attr.config2 = offset; /* kprobe_addr or probe_offset */

Completed in 35 milliseconds