Home
last modified time | relevance | path

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

12345678

/external/chromium_org/third_party/mesa/src/src/glx/
Dglxconfig.c267 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
288 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
300 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig()
/external/mesa3d/src/glx/
Dglxconfig.c267 glx_config_destroy_list(struct glx_config *configs) in glx_config_destroy_list()
288 glx_config_find_visual(struct glx_config *configs, int vid) in glx_config_find_visual()
300 glx_config_find_fbconfig(struct glx_config *configs, int fbid) in glx_config_find_fbconfig()
/external/chromium_org/third_party/skia/gm/rebaseline_server/
Dcompare_configs.py36 def __init__(self, configs, actuals_root=results.DEFAULT_ACTUALS_DIR, argument
65 def _load_config_pairs(self, configs): argument
/external/skia/gm/rebaseline_server/
Dcompare_configs.py37 def __init__(self, configs, actuals_root=results.DEFAULT_ACTUALS_DIR, argument
65 def _load_config_pairs(self, configs): argument
/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
/external/chromium_org/third_party/markdown/extensions/
Dwikilinks.py125 def __init__(self, configs): argument
182 def makeExtension(configs=None) : argument
Dcodehilite.py232 def __init__(self, configs): argument
270 def makeExtension(configs={}): argument
Dheaderid.py202 def __init__(self, configs): argument
230 def makeExtension(configs=None): argument
Dtoc.py224 def __init__(self, configs=[]): argument
252 def makeExtension(configs={}): argument
Dextra.py85 def makeExtension(configs={}): argument
Dnl2br.py69 def makeExtension(configs=None): argument
Dsmart_strong.py73 def makeExtension(configs={}): argument
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dandroid.py111 spec, configs, part_of_all, write_alias_target): argument
452 def WriteSourceFlags(self, spec, configs): argument
497 def WriteSources(self, spec, configs, extra_sources): argument
776 def WriteTargetFlags(self, spec, configs, link_deps): argument
819 def WriteTarget(self, spec, configs, deps, link_deps, part_of_all, argument
/external/chromium_org/chrome/test/nacl_test_injection/
Dfind_chrome.py16 def FindChrome(src_dir, configs, verbose=False): argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c48 __DRIconfig **configs = NULL; in nouveau_get_configs() local
91 const __DRIconfig **configs; in nouveau_init_screen2() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_screen.c48 __DRIconfig **configs = NULL; in nouveau_get_configs() local
91 const __DRIconfig **configs; in nouveau_init_screen2() local
/external/skia/dm/
DDM.cpp97 const SkTArray<SkString>& configs, in kick_off_gms()
125 const SkTArray<SkString>& configs, in kick_off_benches()
230 SkTArray<SkString> configs; in tool_main() local
/external/chromium_org/media/base/android/
Dmedia_source_player_unittest.cc253 DemuxerConfigs configs; in CreateAudioDemuxerConfigs() local
281 DemuxerConfigs configs; in CreateVideoDemuxerConfigs() local
291 DemuxerConfigs configs = CreateAudioDemuxerConfigs(kCodecVorbis, false); in CreateAudioVideoDemuxerConfigs() local
321 void Start(const DemuxerConfigs& configs) { in Start()
539 const DemuxerConfigs& configs) { in CreateReadFromDemuxerAckWithConfigChanged()
658 DemuxerConfigs configs = is_audio ? in SendConfigChangeToDecoder() local
877 DemuxerConfigs configs = CreateAudioDemuxerConfigs(kCodecVorbis, false); in TEST_F() local
1076 DemuxerConfigs configs = CreateAudioDemuxerConfigs(kCodecVorbis, false); in TEST_F() local
1105 DemuxerConfigs configs = CreateVideoDemuxerConfigs(false); in TEST_F() local
1276 DemuxerConfigs configs = CreateVideoDemuxerConfigs(true); in TEST_F() local
[all …]
/external/chromium_org/third_party/markdown/
D__init__.py183 def registerExtensions(self, extensions, configs): argument
206 def build_extension(self, ext_name, configs = []): argument
/external/chromium_org/build/android/gyp/
Dwrite_build_config.py49 def DepsOfType(wanted_type, configs): argument

12345678