Searched refs:exact_match (Results 1 - 2 of 2) sorted by relevance

/external/dbus/dbus/
H A Ddbus-object-tree.c167 dbus_bool_t *exact_match)
172 return_deepest_match = exact_match != NULL;
182 if (exact_match != NULL)
183 *exact_match = TRUE;
223 index_in_parent, exact_match);
231 if (exact_match != NULL)
232 *exact_match = FALSE;
241 index_in_parent, exact_match);
312 index_in_parent, exact_match);
316 if (exact_match !
163 find_subtree_recurse(DBusObjectSubtree *subtree, const char **path, dbus_bool_t create_if_not_found, int *index_in_parent, dbus_bool_t *exact_match) argument
352 find_handler(DBusObjectTree *tree, const char **path, dbus_bool_t *exact_match) argument
751 dbus_bool_t exact_match; local
918 dbus_bool_t exact_match; local
1512 dbus_bool_t exact_match; local
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dtestoutputset.py67 def _extract_output_files(self, name, exact_match):
103 exact_match = kwargs.get('exact_match', False)
107 (checksum_files, text_files, image_files) = self._extract_output_files(name, exact_match)
113 if exact_match:

Completed in 41 milliseconds