/external/clang/runtime/compiler-rt/ |
Makefile | 82 RuntimeLibrary.darwin.Configs := \ 88 RuntimeLibrary.macho_embedded.Configs := \ 91 RuntimeLibrary.macho_embedded.Configs += \ 106 RuntimeLibrary.darwin.Configs += asan_iossim_dynamic.dylib 114 RuntimeLibrary.linux.Configs := 134 RuntimeLibrary.linux.Configs += $(Runtime32BitConfigs) 138 RuntimeLibrary.linux.Configs += \ 149 RuntimeLibrary.linux.Configs += $(Runtime32BitConfigs) 152 RuntimeLibrary.linux.Configs += asan-arm-android.so 227 $(RuntimeLibrary.$1.Configs:%=$(ResourceLibDir)/$1/libclang_rt.% [all...] |
/external/compiler-rt/make/platform/ |
multi_arch.mk | 4 Configs := m32 m64
|
clang_darwin.mk | 56 Configs := 62 Configs += eprintf 68 Configs += 10.4 73 Configs += ios 78 Configs += osx 82 Configs += cc_kext 87 Configs += cc_kext_ios5 91 Configs += profile_osx 93 Configs += profile_ios 97 Configs += asan_osx_dynami [all...] |
darwin_fat.mk | 5 # Configs - The names of each configuration to build; this is used to build 14 # architectures should do so using distinct configs, with the 26 Configs := Debug Release Profile
|
clang_macho_embedded.mk | 42 Configs := 49 Configs += $(if $(UniversalArchs.soft_static),soft_static) 55 Configs += $(if $(UniversalArchs.hard_static),hard_static) 58 Configs += $(if $(UniversalArchs.soft_pic),soft_pic) 61 Configs += $(if $(UniversalArchs.hard_pic),hard_pic)
|
clang_linux.mk | 7 Configs := 19 # Only define configs if we detected a linux target. 22 # Define configs only if arch in triple is i386 or x86_64 52 Configs += builtins-i386 profile-i386 san-i386 asan-i386 asan_cxx-i386 \ 65 Configs += builtins-x86_64 profile-x86_64 san-x86_64 asan-x86_64 asan_cxx-x86_64 \ 84 Configs += asan-arm-android
|
darwin_bni.mk | 4 Configs := Debug Release Profile Static
|
/external/compiler-rt/make/ |
lib_platforms.mk | 6 PlainConfigVariables := Configs Description 8 RequiredConfigVariables := Configs Description 30 $$(foreach config,$$(Configs),\ 58 $$(foreach config,$$(Configs),\ 64 $$(foreach config,$$(Configs),\
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
egldisplay.c | 324 if (disp->Configs) { 325 _eglDestroyArray(disp->Configs, free); 326 disp->Configs = NULL;
|
eglconfig.c | 53 * It is also recommended that when there are N configs, their 86 if (!dpy->Configs) { 87 dpy->Configs = _eglCreateArray("Config", 16); 88 if (!dpy->Configs) 92 _eglAppendArray(dpy->Configs, (void *) conf); 110 conf = (_EGLConfig *) _eglFindArray(dpy->Configs, (void *) config); 663 * Quick sort an array of configs. This differs from the standard 668 _eglSortConfigs(const _EGLConfig **configs, EGLint count, 679 _eglSwapConfigs(&configs[pivot], &configs[count / 2]) [all...] |
egldisplay.h | 152 _EGLArray *Configs;
|
/external/mesa3d/src/egl/main/ |
egldisplay.c | 324 if (disp->Configs) { 325 _eglDestroyArray(disp->Configs, free); 326 disp->Configs = NULL;
|
eglconfig.c | 53 * It is also recommended that when there are N configs, their 86 if (!dpy->Configs) { 87 dpy->Configs = _eglCreateArray("Config", 16); 88 if (!dpy->Configs) 92 _eglAppendArray(dpy->Configs, (void *) conf); 110 conf = (_EGLConfig *) _eglFindArray(dpy->Configs, (void *) config); 663 * Quick sort an array of configs. This differs from the standard 668 _eglSortConfigs(const _EGLConfig **configs, EGLint count, 679 _eglSwapConfigs(&configs[pivot], &configs[count / 2]) [all...] |
egldisplay.h | 152 _EGLArray *Configs;
|
/external/compiler-rt/ |
Makefile | 77 printf " Configurations: %s\n\n" "$($(key).Configs)";) 116 $(call Set,Tmp.Configs,$($(Tmp.Key).Configs)) 120 $(Tmp.Name):: $(Tmp.Configs:%=$(Tmp.Name)-%) 127 $(foreach config,$(Tmp.Configs),\
|
/external/chromium_org/tools/gn/ |
variables.cc | 229 " 2. Those set on the \"configs\" on the target in order that the\n" \ 230 " configs appear in the list.\n" \ 232 " that the configs appear in the list.\n" \ 234 " those configs appear in the list.\n" \ 245 "all_dependent_configs: [label list] Configs to be forced on dependents."; 247 "all_dependent_configs: Configs to be forced on dependents.\n" 252 " depending on those, will have the configs listed in this variable\n" 253 " added to them. These configs will also apply to the current target.\n" 257 " these force-added configs in their \"configs\" variable while the\n [all...] |
/external/deqp/modules/glshared/ |
glsFboUtil.hpp | 399 typedef std::set<config::Config*> Configs; 406 Configs m_configs;
|
glsFboUtil.cpp | 586 for (Configs::const_iterator it = m_configs.begin(); it != m_configs.end(); it++)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 418 * Add configs to display and return the next config ID. 495 if (dpy->Configs) { 496 _eglDestroyArray(dpy->Configs, egl_g3d_free_config); 497 dpy->Configs = NULL; 572 /* enable MESA_screen_surface before adding (and validating) configs */ 616 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(unable to add configs)");
|
egl_g3d_api.c | 122 EGLConfig *configs, EGLint size, EGLint *num_configs) 140 return _eglFilterConfigArray(dpy->Configs, configs, size, num_configs,
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d.c | 418 * Add configs to display and return the next config ID. 495 if (dpy->Configs) { 496 _eglDestroyArray(dpy->Configs, egl_g3d_free_config); 497 dpy->Configs = NULL; 572 /* enable MESA_screen_surface before adding (and validating) configs */ 616 _eglError(EGL_NOT_INITIALIZED, "eglInitialize(unable to add configs)");
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_android.c | 508 /* support only double buffered configs */ 529 /* post-process configs */ 530 for (i = 0; i < dpy->Configs->Size; i++) { 531 struct dri2_egl_config *dri2_conf = dri2_egl_config(dpy->Configs->Elements[i]); 741 err = "DRI2: failed to add configs";
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 508 /* support only double buffered configs */ 529 /* post-process configs */ 530 for (i = 0; i < dpy->Configs->Size; i++) { 531 struct dri2_egl_config *dri2_conf = dri2_egl_config(dpy->Configs->Elements[i]); 741 err = "DRI2: failed to add configs";
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/ |
egl_glx.c | 631 if (!_eglGetArraySize(disp->Configs)) { [all...] |
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 631 if (!_eglGetArraySize(disp->Configs)) { [all...] |