/third_party/mesa3d/src/glx/ |
D | glxconfig.c | 261 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list() 282 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual() 294 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig()
|
/third_party/gn/src/gn/ |
D | config.h | 51 const UniqueVector<LabelConfigPair>& configs() const { return configs_; } in configs() function 52 UniqueVector<LabelConfigPair>& configs() { return configs_; } in configs() function
|
D | desc_builder.cc | 203 const VectorType& configs, in FillInConfigVector() 251 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() local 427 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() local 433 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() local 441 auto configs = std::make_unique<base::ListValue>(); in BuildDescription() local
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 277 static void getTestRunsForAOSPEGL(vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForAOSPEGL() 318 static void getTestRunsForAOSPES(vector<TestRunParams>& runs, const ConfigList& configs, const glu:… in getTestRunsForAOSPES() 370 …unsForNoContext(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const R… in getTestRunsForNoContext() 400 …etTestRunsForNoContextES(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForNoContextES() 407 …ForSingleConfig(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const R… in getTestRunsForSingleConfig() 436 …estRunsForSingleConfigES(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForSingleConfigES() 443 static void getTestRunsForES(glu::ApiType type, const ConfigList& configs, vector<TestRunParams>& r… in getTestRunsForES() 486 …etTestRunsForNoContextGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForNoContextGL() 492 …estRunsForSingleConfigGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForSingleConfigGL() 499 …id getTestRunsForESForGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForESForGL() [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | android.py | 113 spec, configs, part_of_all, write_alias_target, sdk_version): argument 456 def WriteSourceFlags(self, spec, configs): argument 501 def WriteSources(self, spec, configs, extra_sources): argument 780 def WriteTargetFlags(self, spec, configs, link_deps): argument 824 def WriteTarget(self, spec, configs, deps, link_deps, part_of_all, argument
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | android.py | 119 configs, argument 502 def WriteSourceFlags(self, spec, configs): argument 555 def WriteSources(self, spec, configs, extra_sources): argument 846 def WriteTargetFlags(self, spec, configs, link_deps): argument 890 self, spec, configs, deps, link_deps, part_of_all, write_alias_target argument
|
/third_party/typescript_eslint/packages/eslint-plugin/tests/ |
D | index.test.ts | 11 const configs = fs constant
|
/third_party/node/benchmark/es/ |
D | string-concatenations.js | 5 const configs = { variable
|
D | string-repeat.js | 6 const configs = { variable
|
/third_party/node/test/parallel/ |
D | test-cluster-setup-master-multiple.js | 36 const configs = []; variable
|
/third_party/mesa3d/src/egl/main/ |
D | eglconfig.c | 688 _eglSortConfigs(const _EGLConfig **configs, EGLint count, in _eglSortConfigs() 730 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs, in _eglFilterConfigArray() 794 EGLConfig *configs, EGLint config_size, EGLint *num_configs) in _eglChooseConfig() 848 _eglGetConfigs(_EGLDisplay *disp, EGLConfig *configs, in _eglGetConfigs()
|
/third_party/node/benchmark/dgram/ |
D | bind-params.js | 6 const configs = { variable
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_screen.c | 55 __DRIconfig **configs = NULL; in nouveau_get_configs() local 94 const __DRIconfig **configs; in nouveau_init_screen2() local
|
/third_party/node/benchmark/ |
D | common.js | 7 constructor(fn, configs, options = {}) { argument 51 _parseArgs(argv, configs, options) { argument 400 createBenchmark(fn, configs, options) { argument
|
/third_party/node/benchmark/child_process/ |
D | child-process-params.js | 11 const configs = { variable
|
/third_party/cef/tools/ |
D | gclient_hook.py | 133 configs = GetAllPlatformConfigs(gn_args) variable
|
/third_party/node/deps/npm/node_modules/rc/ |
D | index.js | 51 …configFiles.length ? {configs: configFiles, config: configFiles[configFiles.length - 1]} : undefin… property
|
/third_party/node/benchmark/policy/ |
D | policy-startup.js | 6 const configs = { variable
|
/third_party/grpc/test/core/end2end/fixtures/ |
D | h2_local_ipv4.cc | 50 static grpc_end2end_test_config configs[] = { variable
|
D | h2_local_uds.cc | 52 static grpc_end2end_test_config configs[] = { variable
|
D | h2_local_ipv6.cc | 50 static grpc_end2end_test_config configs[] = { variable
|
D | inproc.cc | 76 static grpc_end2end_test_config configs[] = { variable
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLRecordableTest.cpp | 43 std::vector<EGLConfig> configs(nConfigs); in TEST_P() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLRecordableTest.cpp | 43 std::vector<EGLConfig> configs(nConfigs); in TEST_P() local
|
/third_party/grpc/test/core/iomgr/ |
D | endpoint_pair_test.cc | 53 static grpc_endpoint_test_config configs[] = { variable
|