HomeSort by relevance Sort by last modified time
    Searched refs:res_value (Results 1 - 10 of 10) sorted by null

  /external/toybox/kconfig/
confdata.c 56 static char res_value[SYMBOL_MAXLENGTH]; local
59 res_value[0] = 0;
62 strncat(res_value, in, src - in);
70 strcat(res_value, sym_get_string_value(sym));
73 strcat(res_value, in);
75 return res_value;
  /frameworks/base/tools/aapt2/
ResourceUtils.h 143 // Returns a BinaryPrimitive representing @empty. This is encoded as a Res_value with
144 // type Res_value::TYPE_NULL and data Res_value::DATA_NULL_EMPTY.
224 const android::Res_value& res_value,
ResourceUtils.cpp 330 return util::make_unique<BinaryPrimitive>(android::Res_value::TYPE_NULL,
331 android::Res_value::DATA_NULL_EMPTY);
342 android::Res_value value = {};
343 value.dataType = android::Res_value::TYPE_INT_DEC;
353 android::Res_value flags = {};
354 flags.dataType = android::Res_value::TYPE_INT_HEX;
406 android::Res_value value = {};
409 value.dataType = android::Res_value::TYPE_INT_COLOR_RGB4;
418 value.dataType = android::Res_value::TYPE_INT_COLOR_ARGB4;
428 value.dataType = android::Res_value::TYPE_INT_COLOR_RGB8
    [all...]
  /frameworks/base/tools/aapt2/xml/
XmlDom.cpp 249 android::Res_value res_value; local
250 if (parser->getAttributeValue(i, &res_value) > 0) {
254 if (res_value.dataType != android::Res_value::TYPE_STRING || raw_value_idx < 0 ||
255 static_cast<uint32_t>(raw_value_idx) != res_value.data) {
257 ResourceType::kAnim, {}, parser->getStrings(), res_value, out_pool);
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_functions.py 337 def test_it(sspec, value, res_value, states):
339 (sspec, value)), [states + (res_value, )])
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_functions.py 336 def test_it(sspec, value, res_value, states):
338 (sspec, value)), [states + (res_value, )])
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 339 def test_it(sspec, value, res_value, states):
341 (sspec, value)), [states + (res_value, )])
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 339 def test_it(sspec, value, res_value, states):
341 (sspec, value)), [states + (res_value, )])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 339 def test_it(sspec, value, res_value, states):
341 (sspec, value)), [states + (res_value, )])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_functions.py 339 def test_it(sspec, value, res_value, states):
341 (sspec, value)), [states + (res_value, )])

Completed in 4035 milliseconds