Searched refs:check (Results 1 - 16 of 16) sorted by relevance

/system/media/camera/docs/
H A Dmetadata-validate20 $thisdir/metadata-check-dependencies || exit 1
H A Dmetadata-parser-sanity-check20 # Sanity check the XML parser by making sure it's generating the same data
26 $thisdir/metadata-check-dependencies || exit 1
60 echo "ERROR: Files differ, please check parser logic" 1>&2
H A Dmetadata-generate182 $thisdir/metadata-check-dependencies || exit 1
184 $thisdir/metadata-parser-sanity-check || exit 1
/system/vold/
H A DFat.h24 static int check(const char *fsPath);
H A DFat.cpp52 int Fat::check(const char *fsPath) { function in class:Fat
72 SLOGE("Filesystem check failed due to logwrap error");
78 SLOGE("Filesystem check did not exit properly");
87 SLOGI("Filesystem check completed OK");
91 SLOGE("Filesystem check failed (not a FAT filesystem)");
101 SLOGE("Failing check after too many rechecks");
106 SLOGE("Filesystem check failed (unknown exit code %d)", status);
H A DVolume.cpp426 if (Fat::check(devicePath)) {
/system/core/libnetutils/
H A Dpacket.c108 ip.check = 0;
111 ip.check = finish_sum(checksum(&ip, sizeof(ip), 0));
116 udp.check = 0;
131 udp.check = finish_sum(udpsum);
212 ALOGW("IP header checksum failure (0x%x)", packet.ip.check);
229 temp = packet.udp.check;
230 packet.udp.check = 0;
232 packet.udp.check = temp;
/system/keymaster/include/keymaster/
H A Dkeymaster_tags.h40 * particular tag. This enables template functions to be written that check that the correct
68 static void check() {} function in struct:keymaster::StaticAssert
110 StaticAssert<(tag & tag_type) == tag_type>::check();
111 StaticAssert<(tag_type != KM_ENUM) && (tag_type != KM_ENUM_REP)>::check();
135 StaticAssert<(tag & tag_type) == tag_type>::check();
136 StaticAssert<(tag_type == KM_ENUM) || (tag_type == KM_ENUM_REP)>::check();
/system/core/fastboot/
H A Dusb_linux.c101 static int check(void *_desc, int len, unsigned type, int size) function
128 if (check(ptr, len, USB_DT_DEVICE, USB_DT_DEVICE_SIZE))
134 if (check(ptr, len, USB_DT_CONFIG, USB_DT_CONFIG_SIZE))
183 if (check(hdr, len, USB_DT_INTERFACE, USB_DT_INTERFACE_SIZE) == 0)
205 if (check(hdr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE) == 0)
/system/core/toolbox/upstream-netbsd/bin/rm/
H A Drm.c67 static int check(char *, char *, struct stat *);
76 * For the sake of the `-f' flag, check whether an error number indicates the
220 if (!fflag && !check(p->fts_path, p->fts_accpath,
233 !check(p->fts_path, p->fts_accpath, p->fts_statp))
320 if (!fflag && !S_ISWHT(sb.st_mode) && !check(f, f, &sb))
532 check(char *path, char *name, struct stat *sp) function
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java85 * Perform sanity check on public key.
87 static int check(PublicKey key, boolean useSHA256) throws Exception { method in class:DumpPublicKey
107 int version = check(key, useSHA256);
260 check(key, useSHA256);
/system/core/logd/tests/
H A Dlogd_test.cpp82 bool check = ret <= len; local
84 if (check) {
439 // check if we can read any logs from logd
469 // check if we can read any logs from kernel logger
518 // thresholds are tuned on a per-target basis. Here we check if the values
523 // being the worst) and check to make sure the logger can deal with it
536 " false OK for prune by worst UID check\n");
/system/core/libbacktrace/
H A Dbacktrace_test.cpp211 bool check = (cur_proc == NULL); local
213 if (check) {
222 if (!check && bt_ign2->GetFrame(i)->func_name == cur_proc) {
223 check = true;
/system/keymaster/
H A DMakefile80 MEMCHECK_OPTS=--leak-check=full \
/system/core/logcat/
H A Dlogcat.cpp784 bool check = ret <= len; local
786 if (check) {
/system/core/adb/
H A Dsysdeps_win32.c1299 int (*check) ( EventHook hook ); member in struct:EventHookRec_
1326 hook->check = NULL;
1405 /* this should update start/stop/check/peek */
1721 * like mouse movements. we need to filter these with the "check" function
1728 (!hook->check || hook->check(hook)) )
2084 hook->check = _event_socket_check;

Completed in 215 milliseconds