Searched refs:is_mixed (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.h237 bool* is_mixed) const;
H A Dbrowser_accessibility.cc620 bool* is_mixed) const {
622 *is_mixed = false;
637 *is_mixed = true;
H A Dbrowser_accessibility_android.cc92 bool is_mixed; local
93 GetAriaTristate("aria-pressed", &is_aria_pressed_defined, &is_mixed);
H A Dbrowser_accessibility_win.cc3402 bool is_mixed; local
3403 if (GetAriaTristate("aria-pressed", &is_aria_pressed_defined, &is_mixed))
3407 if (is_mixed)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_table.py108 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
H A Du_format_parse.py152 def is_mixed(self): member in class:Format
H A Du_format.h175 unsigned is_mixed:1; member in struct:util_format_description
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_table.py108 print " %s,\t/* is_mixed */" % (bool_map(format.is_mixed()),)
H A Du_format_parse.py152 def is_mixed(self): member in class:Format
H A Du_format.h175 unsigned is_mixed:1; member in struct:util_format_description
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.py310 and not format.is_mixed() \
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_soa.py310 and not format.is_mixed() \
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c429 !format_desc->is_mixed &&
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c429 !format_desc->is_mixed &&
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c4321 int is_mixed = 0; local
4355 is_mixed++;
4446 if (is_mixed != 0)
/external/libxml2/
H A Drelaxng.c4322 int is_mixed = 0; local
4356 is_mixed++;
4447 if (is_mixed != 0)

Completed in 342 milliseconds