Searched refs:typecode (Results 1 – 11 of 11) sorted by relevance
/external/dbus/dbus/ |
D | dbus-signature.c | 43 #define TYPE_IS_CONTAINER(typecode) \ argument 44 ((typecode) == DBUS_TYPE_STRUCT || \ 45 (typecode) == DBUS_TYPE_DICT_ENTRY || \ 46 (typecode) == DBUS_TYPE_VARIANT || \ 47 (typecode) == DBUS_TYPE_ARRAY) 294 dbus_type_is_container (int typecode) in dbus_type_is_container() argument 297 _dbus_return_val_if_fail (dbus_type_is_valid (typecode) || typecode == DBUS_TYPE_INVALID, in dbus_type_is_container() 299 return TYPE_IS_CONTAINER (typecode); in dbus_type_is_container() 318 dbus_type_is_basic (int typecode) in dbus_type_is_basic() argument 321 _dbus_return_val_if_fail (dbus_type_is_valid (typecode) || typecode == DBUS_TYPE_INVALID, in dbus_type_is_basic() [all …]
|
D | dbus-signature.h | 82 dbus_bool_t dbus_type_is_valid (int typecode); 85 dbus_bool_t dbus_type_is_basic (int typecode); 87 dbus_bool_t dbus_type_is_container (int typecode); 89 dbus_bool_t dbus_type_is_fixed (int typecode);
|
D | dbus-marshal-recursive-util.c | 360 int typecode; member 1020 return _dbus_string_append_byte (str, node->klass->typecode); in node_build_signature() 2116 node->klass->typecode, in int16_write_value() 2128 check_expected_type (reader, node->klass->typecode); in int16_read_value() 2170 node->klass->typecode, in int16_write_multi() 2185 check_expected_type (reader, node->klass->typecode); in int16_read_multi() 2253 node->klass->typecode, in int32_write_value() 2265 check_expected_type (reader, node->klass->typecode); in int32_read_value() 2307 node->klass->typecode, in int32_write_multi() 2322 check_expected_type (reader, node->klass->typecode); in int32_read_multi() [all …]
|
D | dbus-marshal-basic.h | 223 int _dbus_type_get_alignment (int typecode); 224 int _dbus_type_get_alignment (int typecode); 225 const char* _dbus_type_to_string (int typecode);
|
D | dbus-marshal-basic.c | 1238 _dbus_type_get_alignment (int typecode) in _dbus_type_get_alignment() argument 1240 switch (typecode) in _dbus_type_get_alignment() 1284 _dbus_type_to_string (int typecode) in _dbus_type_to_string() argument 1286 switch (typecode) in _dbus_type_to_string()
|
D | dbus-marshal-recursive.c | 1700 int typecode) in write_or_verify_typecode() argument 1727 if (expected != typecode) in write_or_verify_typecode() 1732 … _dbus_type_to_string (expected), _dbus_type_to_string (typecode), in write_or_verify_typecode() 1737 _dbus_type_to_string (typecode), in write_or_verify_typecode() 1755 typecode)) in write_or_verify_typecode()
|
D | dbus-message.c | 401 int typecode, in set_or_delete_string_field() argument 409 typecode, in set_or_delete_string_field()
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
D | png.py | 261 out = array(ipixels.typecode) 2049 typecode = 'BH'[meta['bitdepth']>8] 2061 yield array(typecode, 2166 typecode = 'BH'[meta['bitdepth'] > 8] 2169 a = array(typecode, [0]) * 3 * width 2188 typecode = 'BH'[meta['bitdepth'] > 8] 2190 maxbuffer = struct.pack('=' + typecode, maxval) * 4 * width 2192 return array(typecode, maxbuffer) 2258 def __new__(cls, typecode, init=None): argument 2260 it = super_new(cls, typecode) [all …]
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 959 return self._a.typecode == 'f'
|
/external/gptfdisk/ |
D | NEWS | 29 -t/--typecode, and -u/--partition-guid commands: If a -n/--new option
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 8541 off by two bytes, positioned right after the name and typecode) 9577 fact that the field name and typecode now occupy 4 bytes instead
|