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

  /external/dbus/dbus/
dbus-object-tree.c 167 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 != NULL
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/
testoutputset.py 67 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:
  /sdk/emulator/qtools/
trace_reader.h 244 symbol_type *symbols, bool exact_match);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 424 boolean_t exact_match = 0;
443 height, &exact_match);
446 if ( ! exact_match ) {
    [all...]

Completed in 242 milliseconds