Home
last modified time | relevance | path

Searched refs:match (Results 1 – 15 of 15) 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/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.c269 int match; in get_mounts_dev_dir() local
278 match = fscanf(f, "%255s %255s %255s %255s %d %d\n", in get_mounts_dev_dir()
285 if (match == 6 && in get_mounts_dev_dir()
293 } while (match != EOF); in get_mounts_dev_dir()
/system/core/fastboot/
Dusbtest.c129 ifc_match_func match; member
193 usb = usb_open(tests[i].match); in main()
Dengine.c413 static int match(char *str, const char **value, unsigned count) in match() function
422 int match; in match() local
426 match = !strncmp(val, str, len); in match()
428 match = !strcmp(val, str); in match()
431 if (match) return 1; in match()
461 yes = match(resp, value, count); in cb_check()
/system/media/camera/docs/
Dmetadata_helpers.py472 if re.match("\d", what):
507 return bool(re.match('0x[a-f0-9]+$', instr, re.IGNORECASE))
Dmetadata_model.py149 def _children_name_map_matching(self, match=lambda x: True): argument
152 if match(i):
Dhtml.mako101 if len(words.split(".")) >= 3: # match only x.y.z
/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.h239 inline int match(const needs_filter_t& filter);
263 int needs_t::match(const needs_filter_t& filter) {
/system/security/keystore/
Dkeystore.cpp1592 char *match = (char*) malloc(extra + 1); in saw() local
1593 if (match != NULL) { in saw()
1594 decode_key(match, p, plen); in saw()
1595 matches->push(String16(match, extra)); in saw()
1596 free(match); in saw()
/system/core/init/
Dreadme.txt112 Triggers are strings which can be used to match certain kinds
/system/core/libpixelflinger/
Dscanline.cpp331 if (c->state.needs.match(noblend1to1)) { in pick_scanline()
351 if (c->state.needs.match(fill16noblend)) { in pick_scanline()
362 if (c->state.needs.match(shortcuts[i].filter)) { in pick_scanline()
/system/core/rootdir/
Dinit.rc278 # parameters to match how it is managing things.