/external/u-boot/scripts/dtc/ |
D | dtc-parser.y | 51 struct property *proplist; member 84 %type <proplist> proplist 225 '{' proplist subnodes '}' ';' 231 proplist: 236 | proplist propdef
|
D | livetree.c | 100 struct node *build_node(struct property *proplist, struct node *children) in build_node() argument 107 new->proplist = reverse_properties(proplist); in build_node() 151 while (new_node->proplist) { in merge_nodes() 153 new_prop = new_node->proplist; in merge_nodes() 154 new_node->proplist = new_prop->next; in merge_nodes() 256 p = &node->proplist; in add_property() 265 struct property *prop = node->proplist; in delete_property_by_name() 705 node->proplist = tbl[0]; in sort_properties()
|
D | dtc.h | 157 struct property *proplist; member 181 for ((p) = (n)->proplist; (p); (p) = (p)->next) 202 struct node *build_node(struct property *proplist, struct node *children);
|
D | checks.c | 526 for (pp = &node->proplist; *pp; pp = &((*pp)->next)) in check_name_properties()
|
/external/dtc/ |
D | dtc-parser.y | 51 struct property *proplist; member 84 %type <proplist> proplist 220 '{' proplist subnodes '}' ';' 226 proplist: 231 | proplist propdef
|
D | livetree.c | 100 struct node *build_node(struct property *proplist, struct node *children) in build_node() argument 107 new->proplist = reverse_properties(proplist); in build_node() 151 while (new_node->proplist) { in merge_nodes() 153 new_prop = new_node->proplist; in merge_nodes() 154 new_node->proplist = new_prop->next; in merge_nodes() 255 p = &node->proplist; in add_property() 264 struct property *prop = node->proplist; in delete_property_by_name() 695 node->proplist = tbl[0]; in sort_properties()
|
D | dtc.h | 156 struct property *proplist; member 180 for ((p) = (n)->proplist; (p); (p) = (p)->next) 201 struct node *build_node(struct property *proplist, struct node *children);
|
D | checks.c | 488 for (pp = &node->proplist; *pp; pp = &((*pp)->next)) in check_name_properties()
|
/external/cldr/tools/scripts/ |
D | cldr-svnprops-check.py | 122 proplist = list() 134 proplist.append((prop_name, prop_val)) 136 file_types.append((file_type, proplist))
|
/external/python/cpython2/Tools/scripts/ |
D | svneol.py | 49 def proplist(root, fn): function 89 if 'svn:eol-style' not in proplist(root, fn):
|
/external/autotest/client/deps/fakegudev/src/ |
D | fakegudev.c | 635 GList *key, *prop, *proplist = NULL; in g_udev_device_get_property_keys() local 641 proplist = g_list_prepend (proplist, in g_udev_device_get_property_keys() 648 for (prop = proplist; prop != NULL; prop = prop->next) in g_udev_device_get_property_keys() 650 g_list_free (proplist); in g_udev_device_get_property_keys()
|
/external/libmtp/logs/ |
D | mtp-detect-samsung-gt-s5230w.txt | 10 Error 2: PTP Layer error 02ff: get_all_metadata_fast(): could not get proplist of all objects. …
|
D | mtp-detect-hp-touchpad.txt | 11 Error 2: PTP Layer error 02ff: get_all_metadata_fast(): could not get proplist of all objects.
|
D | mtp-detect-toshiba-gigabeat-v30.txt | 6 Error 2: PTP Layer error 02ff: get_all_metadata_fast(): could not get proplist of all objects.
|
D | mtp-detect-nokia-5800.txt | 3 Error 2: PTP Layer error 02ff: get_all_metadata_fast(): could not get proplist of all objects.
|
D | mtp-detect-sony-xperia-sx.txt | 12 Error 2: PTP Layer error 02ff: get_all_metadata_fast(): could not get proplist of all objects.
|
D | mtp-detect-slacker-pmp.txt | 14 proplist of all objects.
|
D | mtp-detect-zoltartv.txt | 10 proplist of all objects.
|
D | mtp-detect-wyplay-wyplayer.txt | 11 proplist of all objects.
|
D | mtp-detect-lenovo-thinkpad-tablet.txt | 16 Error 2: PTP Layer error 02fe: get_all_metadata_fast(): could not get proplist of all objects.
|
D | mtp-detect-yota-phone2.txt | 9 Error 2: PTP Layer error 02fe: get_all_metadata_fast(): could not get proplist of all objects.
|
D | mtp-detect-creative-zen-x-fi.txt | 12 could not get proplist of all objects.
|
/external/python/cpython2/Lib/plat-mac/ |
D | gensuitemodule.py | 1123 proplist = self.namemappers[0].getall('property') 1124 proplist.sort() 1125 for k, v in proplist:
|
/external/libmtp/ |
D | TODO | 77 3. SPEED: Cache track metadata, file metadata etc in params->proplist.
|
D | ChangeLog | 1246 Add support for broken set object proplist devices. Motorola 1248 * src/libusb-glue.h: flag for broken set object proplist. 1249 * libmtp.c: avoid broken set object proplist. 1396 * src/ptp-pack.c: make the resulting MTP proplist sorted by 1479 * src/libmtp.c: overhaul of all proplist setting to follow the same 1581 * src/libmtp.c: use the params->proplist metadata cache. Help
|