Home
last modified time | relevance | path

Searched defs:configs (Results 1 – 25 of 141) sorted by relevance

123456

/external/mesa3d/src/glx/
Dglxconfig.c266 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
287 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
299 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig()
/external/autotest/
DCOMMIT-QUEUE.ini11 pre-cq-configs: betty-arcnext-pre-cq betty-pre-cq moblab-generic-vm-pre-cq key
14 union-pre-cq-sub-configs: yes key
DCOMMIT-QUEUE-moblab-pre-cq-only.ini10 pre-cq-configs: moblab-generic-vm-pre-cq key
/external/libtextclassifier/utils/
Dtokenizer_test.cc103 std::vector<TokenizationCodepointRangeT> configs; in TEST() local
160 std::vector<TokenizationCodepointRangeT> configs; in TEST() local
181 std::vector<TokenizationCodepointRangeT> configs; in TEST() local
216 std::vector<TokenizationCodepointRangeT> configs; in TEST() local
403 std::vector<TokenizationCodepointRangeT> configs; in TEST() local
453 std::vector<TokenizationCodepointRangeT> configs; in TEST() local
/external/markdown/markdown/extensions/
Dhtml_tidy.py36 def __init__(self, configs): argument
61 def makeExtension(configs=None): argument
Dtoc.py105 def __init__(self, configs): argument
135 def makeExtension(configs={}): argument
Dwikilinks.py91 def __init__(self, configs): argument
148 def makeExtension(configs=None) : argument
Dcodehilite.py203 def __init__(self, configs): argument
222 def makeExtension(configs={}): argument
Dheaderid.py167 def __init__(self, configs): argument
189 def makeExtension(configs=None): argument
Dextra.py48 def makeExtension(configs={}): argument
Dmeta.py85 def makeExtension(configs={}): argument
Dimagelinks.py117 def makeExtension(configs): argument
Dfenced_code.py111 def makeExtension(configs=None): argument
/external/u-boot/tools/
Dmoveconfig.py608 def cleanup_headers(configs, options): argument
632 def cleanup_one_extra_option(defconfig_path, configs, options): argument
681 def cleanup_extra_options(configs, options): argument
699 def cleanup_whitelist(configs, options): argument
723 def cleanup_readme(configs, options): argument
802 def __init__(self, configs, options, build_dir): argument
1035 def __init__(self, toolchains, configs, options, progress, devnull, argument
1278 def __init__(self, toolchains, configs, options, progress, argument
1410 def move_config(toolchains, configs, options, db_queue): argument
/external/autotest/venv/
DCOMMIT-QUEUE.ini10 pre-cq-configs: moblab-generic-vm-pre-cq key
/external/autotest/site_utils/deployment/
DCOMMIT-QUEUE.ini10 pre-cq-configs: moblab-generic-vm-pre-cq key
/external/deqp/external/openglcts/modules/runner/
DglcTestRunner.cpp275 static void getTestRunsForAOSPEGL(vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForAOSPEGL()
316 static void getTestRunsForAOSPES(vector<TestRunParams>& runs, const ConfigList& configs, const glu:… in getTestRunsForAOSPES()
368 …unsForNoContext(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs, const R… in getTestRunsForNoContext()
398 …etTestRunsForNoContextES(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForNoContextES()
405 static void getTestRunsForES(glu::ApiType type, const ConfigList& configs, vector<TestRunParams>& r… in getTestRunsForES()
447 …etTestRunsForNoContextGL(glu::ApiType type, vector<TestRunParams>& runs, const ConfigList& configs) in getTestRunsForNoContextGL()
454 static void getTestRunsForGL(glu::ApiType type, const ConfigList& configs, vector<TestRunParams>& r… in getTestRunsForGL()
493 static void getTestRunParams(glu::ApiType type, const ConfigList& configs, vector<TestRunParams>& r… in getTestRunParams()
/external/chromium-trace/catapult/devil/devil/
Ddevil_env.py92 def Initialize(self, configs=None, config_files=None): argument
119 def _InitializeRecursive(self, configs=None, config_files=None): argument
/external/markdown/markdown/
D__init__.py316 def registerExtensions(self, extensions, configs): argument
467 def __init__(self, configs = {}): argument
508 def load_extension(ext_name, configs = []): argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c54 __DRIconfig **configs = NULL; in nouveau_get_configs() local
93 const __DRIconfig **configs; in nouveau_init_screen2() local
/external/mesa3d/src/egl/main/
Deglconfig.c685 _eglSortConfigs(const _EGLConfig **configs, EGLint count, in _eglSortConfigs()
727 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs, in _eglFilterConfigArray()
794 EGLConfig *configs, EGLint config_size, EGLint *num_configs) in _eglChooseConfig()
848 _eglGetConfigs(_EGLDriver *drv, _EGLDisplay *disp, EGLConfig *configs, in _eglGetConfigs()
/external/dnsmasq/src/
Ddhcp.c377 struct dhcp_config* config_find_by_address(struct dhcp_config* configs, struct in_addr addr) { in config_find_by_address()
519 struct dhcp_config* find_config(struct dhcp_config* configs, struct dhcp_context* context, in find_config()
572 struct dhcp_config *configs, *cp; in check_dhcp_hosts() local
597 void dhcp_update_configs(struct dhcp_config* configs) { in dhcp_update_configs()
/external/grpc-grpc/test/core/iomgr/
Dendpoint_pair_test.cc53 static grpc_endpoint_test_config configs[] = { variable
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java147 EGLConfig[] configs = new EGLConfig[numConfigs]; in chooseConfig() local
158 EGLConfig[] configs) { in chooseConfig()
195 EGLConfig[] configs) { in printConfigs()
/external/minigbm/
Ddri.h25 const __DRIconfig **configs; member

123456