Searched refs:match (Results 1 – 13 of 13) sorted by relevance
/system/core/libcutils/ |
D | android_reboot.c | 40 int match; in remount_ro_done() local 50 match = fscanf(f, "%255s %255s %255s %255s %d %d\n", in remount_ro_done() 57 if ((match == 6) && !strncmp(mount_dev, "/dev/block", 10) && strstr(mount_opts, "rw")) { in remount_ro_done() 61 } while (match != EOF); in remount_ro_done()
|
D | config_utils.c | 41 cnode *node, *match = NULL; in config_find() local 46 match = node; in config_find() 48 return match; in config_find()
|
/system/core/nexus/ |
D | SupplicantEventFactory.cpp | 52 char *match = strchr(event, '>'); in createEvent() local 53 if (match) { in createEvent() 56 strncpy(tmp, &event[1], (match - event)); in createEvent() 58 event += (match - event) + 1; in createEvent()
|
/system/core/fastboot/ |
D | engine.c | 149 static int match(char *str, const char **value, unsigned count) in match() function 158 int match; in match() local 162 match = !strncmp(val, str, len); in match() 164 match = !strcmp(val, str); in match() 167 if (match) return 1; in match() 197 yes = match(resp, value, count); in cb_check()
|
D | usbtest.c | 129 ifc_match_func match; member 193 usb = usb_open(tests[i].match); in main()
|
/system/extras/tests/fstest/ |
D | README | 30 a match to a directory name. 35 on the rule must match the permissions on the symlink itself, not the target. 37 <min_mode> is a numeric mode mask, and a mode will match it if and only if 40 <max_mode> is a numeric mode mask, and a mode will match it if and only if 68 file that does not match any rule is a failure.
|
/system/core/toolbox/ |
D | mount.c | 241 int match; in get_mounts_dev_dir() local 250 match = fscanf(f, "%255s %255s %255s %255s %d %d\n", in get_mounts_dev_dir() 257 if (match == 6 && in get_mounts_dev_dir() 265 } while (match != EOF); in get_mounts_dev_dir()
|
/system/extras/tests/sdcard/ |
D | plot_sdcard.py | 58 self.summary = re.match('([a-z_]+)_total', self.name) 146 if re.match('[a-z_]', line):
|
/system/core/include/private/pixelflinger/ |
D | ggl_context.h | 219 inline int match(const needs_filter_t& filter); 243 int needs_t::match(const needs_filter_t& filter) {
|
/system/core/init/ |
D | readme.txt | 105 Triggers are strings which can be used to match certain kinds
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 315 if (c->state.needs.match(noblend1to1)) { in pick_scanline() 335 if (c->state.needs.match(fill16noblend)) { in pick_scanline() 346 if (c->state.needs.match(shortcuts[i].filter)) { in pick_scanline()
|
/system/core/rootdir/ |
D | init.rc | 199 # paramters to match how it is managing things.
|
/system/media/wilhelm/doc/ |
D | Doxyfile | 224 # set this tag to YES in order to let doxygen match functions declarations and 677 # filter if there is a match.
|