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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
xml_printer.hpp 85 typedef custom_manip<struct attr_value_t> attr_value; typedef in namespace:boost::unit_test
89 operator<<( custom_printer<attr_value> const& p, T const& value )
  /external/libchrome/base/trace_event/
memory_allocator_dump_unittest.cc 80 auto attr_value = CheckAttribute(dump, name, expected_type, expected_units); local
81 EXPECT_TRUE(attr_value->GetAsString(&attr_str_value));
97 auto attr_value = CheckAttribute(dump, name, MemoryAllocatorDump::kTypeScalar, local
100 EXPECT_TRUE(attr_value->GetAsDouble(&attr_double_value));
  /hardware/libhardware/include/hardware/
bt_gatt_server.h 40 btgatt_value_t attr_value; member in union:__anon30690
  /hardware/qcom/audio/hal/
platform_info.c 314 const XML_Char *attr_value = NULL; local
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMELFAttributeData.cpp 22 const ELFAttributeValue& attr_value = m_Attrs[pTag]; local
24 if (attr_value.isInitialized()) {
25 return &attr_value;
43 ELFAttributeValue* attr_value = NULL; local
46 attr_value = &m_Attrs[pTag];
49 attr_value = &m_UnknownAttrs[pTag];
52 assert(attr_value != NULL);
55 if (!attr_value->isUninitialized()) {
56 return std::make_pair(attr_value, false);
58 attr_value->setType(GetAttributeValueType(pTag))
    [all...]
  /system/bt/stack/gap/
gap_int.h 110 tGAP_BLE_ATTR_VALUE attr_value; member in struct:__anon73609
  /system/media/audio_route/
audio_route.c 449 const XML_Char *attr_value = NULL; local
467 attr_value = attr[i + 1];
497 value = strtol((char *)attr_value, NULL, 0);
500 value = (unsigned char) strtol((char *)attr_value, NULL, 16);
503 value = mixer_enum_string_to_value(ctl, (char *)attr_value);
  /external/pdfium/core/src/fxcrt/
fx_xml_parser.cpp 394 CFX_WideString attr_value; local
395 GetAttrValue(attr_value);
396 pElement->m_AttrMap.SetAt(attr_space, attr_name, attr_value);
  /system/bt/stack/include/
sdp_api.h 58 /* Masks for attr_value field of tSDP_DISC_ATTR */
115 tSDP_DISC_ATVAL attr_value; /* Variable length entry data */ member in struct:t_sdp_disc_attr
gatt_api.h 326 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon73851
    [all...]
avrc_defs.h 1289 UINT8 attr_value[AVRC_MAX_APP_SETTINGS]; member in struct:__anon73710
    [all...]
  /system/bt/stack/gatt/
gatt_int.h 120 tGATT_VALUE attr_value; /* write request */ member in union:__anon73614
141 tGATT_VALUE attr_value; /* READ, HANDLE_VALUE_IND, PREPARE_WRITE */ member in union:__anon73616
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 704 Attribute_value attr_value; local
705 attr_value.attr = attr;
706 attr_value.form = form;
707 attr_value.aux.shndx = 0;
711 attr_value.val.intval = 1;
722 attr_value.aux.shndx = shndx;
723 attr_value.val.refval = str_off;
735 attr_value.aux.shndx = shndx;
736 attr_value.val.refval = sec_off;
750 attr_value.aux.shndx = shndx
    [all...]

Completed in 1008 milliseconds