Searched defs:is_mixed (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
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_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/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc96 bool is_mixed; local
97 GetAriaTristate("aria-pressed", &is_aria_pressed_defined, &is_mixed);
H A Dbrowser_accessibility_win.cc3404 bool is_mixed; local
3405 if (GetAriaTristate("aria-pressed", &is_aria_pressed_defined, &is_mixed))
3409 if (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 4546 milliseconds