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

  /bionic/libc/malloc_debug/
Config.cpp 128 long read_value = strtol(cur_, const_cast<char**>(&end), 10); local
142 } else if (read_value < 0) {
144 getprogname(), property->c_str(), read_value);
147 *value = static_cast<size_t>(read_value);
  /toolchain/binutils/binutils-2.25/bfd/
elf-eh-frame.c 168 read_value (bfd *abfd, bfd_byte *buf, int width, int is_signed) function
819 && read_value (abfd, buf - length, length, FALSE) == 0)
    [all...]
  /system/connectivity/shill/
property_store_unittest.cc 159 TypeParam read_value; local
162 store, "some property", &read_value, &error));
163 EXPECT_EQ(property, read_value);
  /system/bt/bta/gatt/
bta_gattc_act.c 1246 tBTA_GATT_UNFMT read_value; local
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 373 dbus_bool_t (* read_value) (TestTypeNode *node, member in struct:TestTypeNodeClass
400 * and by merging read_value and set_value into one function
991 if (!(* node->klass->read_value) (node, reader, seed))
    [all...]

Completed in 478 milliseconds