Searched refs:match (Results 1 – 15 of 15) 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/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 | 269 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/ |
D | usbtest.c | 129 ifc_match_func match; member 193 usb = usb_open(tests[i].match); in main()
|
D | engine.c | 413 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/ |
D | metadata_helpers.py | 472 if re.match("\d", what): 507 return bool(re.match('0x[a-f0-9]+$', instr, re.IGNORECASE))
|
D | metadata_model.py | 149 def _children_name_map_matching(self, match=lambda x: True): argument 152 if match(i):
|
D | html.mako | 101 if len(words.split(".")) >= 3: # match only x.y.z
|
/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 | 239 inline int match(const needs_filter_t& filter); 263 int needs_t::match(const needs_filter_t& filter) {
|
/system/security/keystore/ |
D | keystore.cpp | 1592 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/ |
D | readme.txt | 112 Triggers are strings which can be used to match certain kinds
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 331 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/ |
D | init.rc | 278 # parameters to match how it is managing things.
|