Home
last modified time | relevance | path

Searched refs:match (Results 1 – 13 of 13) sorted by relevance

/system/core/libcutils/
Dandroid_reboot.c40 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()
Dconfig_utils.c41 cnode *node, *match = NULL; in config_find() local
46 match = node; in config_find()
48 return match; in config_find()
/system/core/nexus/
DSupplicantEventFactory.cpp52 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/
Dengine.c149 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()
Dusbtest.c129 ifc_match_func match; member
193 usb = usb_open(tests[i].match); in main()
/system/extras/tests/fstest/
DREADME30 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/
Dmount.c241 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/
Dplot_sdcard.py58 self.summary = re.match('([a-z_]+)_total', self.name)
146 if re.match('[a-z_]', line):
/system/core/include/private/pixelflinger/
Dggl_context.h219 inline int match(const needs_filter_t& filter);
243 int needs_t::match(const needs_filter_t& filter) {
/system/core/init/
Dreadme.txt105 Triggers are strings which can be used to match certain kinds
/system/core/libpixelflinger/
Dscanline.cpp315 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/
Dinit.rc199 # paramters to match how it is managing things.
/system/media/wilhelm/doc/
DDoxyfile224 # set this tag to YES in order to let doxygen match functions declarations and
677 # filter if there is a match.