HomeSort by relevance Sort by last modified time
    Searched defs:value_bool (Results 1 - 4 of 4) sorted by null

  /development/vndk/tools/header-checker/src/diff/
header_abi_diff.cpp 160 bool value_bool = ParseBool(value); local
162 allow_adding_removing_weak_symbols = value_bool;
164 advice_only = value_bool;
166 elf_unreferenced_symbol_errors = value_bool;
168 check_all_apis = value_bool;
170 allow_extensions = value_bool;
172 allow_unreferenced_elf_symbol_changes = value_bool;
174 allow_unreferenced_changes = value_bool;
176 consider_opaque_types_different = value_bool;
  /external/v8/src/objects/
js-locale.cc 70 bool value_bool = false; local
74 "locale", &value_bool)
85 value_str = value_bool ? isolate->factory()->true_string()->ToCString()
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureTests.cpp 961 GLboolean value_bool; local
983 gl.getBooleanv(pname, &value_bool);
    [all...]
  /external/mesa3d/src/mesa/main/
get.c 195 GLboolean value_bool; member in union:value
652 v->value_bool = _mesa_IsEnabled(d->pname);
685 v->value_bool = ctx->Current.Attrib[VERT_ATTRIB_EDGEFLAG][0] == 1.0F;
743 v->value_bool = ctx->Scissor.EnableFlags & 1;
    [all...]

Completed in 183 milliseconds