Searched defs:probe (Results 51 - 75 of 85) sorted by relevance

1234

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java158 /** This probe tells you a lot about a decision and is useful even
163 public DecisionProbe probe = new DecisionProbe(this); field in class:DFA
242 if ( !probe.isDeterministic() || probe.analysisOverflowed() ) {
243 probe.issueWarnings();
255 // probe.reportAnalysisTimeout();
257 // probe.issueWarnings();
261 probe.reportNonLLStarDecision(this);
264 probe.issueWarnings();
740 !probe
[all...]
/external/chromium_org/v8/src/
H A Delements.cc1556 Handle<Object> probe = GetParameterMapArg(obj, parameter_map, key); local
1557 if (!probe->IsTheHole()) {
1560 int context_index = Handle<Smi>::cast(probe)->value();
1593 Handle<Object> probe = GetParameterMapArg(obj, parameter_map, key); local
1594 if (!probe->IsTheHole()) {
1610 Handle<Object> probe = GetParameterMapArg(obj, parameter_map, key); local
1611 if (!probe->IsTheHole()) {
1637 Handle<Object> probe = GetParameterMapArg(obj, parameter_map, key); variable
1638 if (!probe->IsTheHole()) {
1685 Handle<Object> probe local
[all...]
/external/fio/
H A Dclient.c43 .probe = handle_probe,
331 dprint(FD_NET, "client: send probe\n");
1070 struct cmd_probe_reply_pdu *probe = (struct cmd_probe_reply_pdu *) cmd->payload; local
1074 os = fio_get_os_string(probe->os);
1078 arch = fio_get_arch_string(probe->arch);
1082 sprintf(bit, "%d-bit", probe->bpp * 8);
1083 probe->flags = le64_to_cpu(probe->flags);
1086 probe->hostname, probe
[all...]
H A Dgclient.c537 struct cmd_probe_reply_pdu *probe = (struct cmd_probe_reply_pdu *) cmd->payload; local
542 os = fio_get_os_string(probe->os);
546 arch = fio_get_arch_string(probe->arch);
551 client->name = strdup((char *) probe->hostname);
553 gc->client_cpus = le32_to_cpu(probe->cpus);
554 gc->client_flags = le64_to_cpu(probe->flags);
558 gtk_label_set_text(GTK_LABEL(ge->probe.hostname), (char *) probe->hostname);
559 gtk_label_set_text(GTK_LABEL(ge->probe.os), os);
560 gtk_label_set_text(GTK_LABEL(ge->probe
[all...]
H A Dgfio.c126 gtk_label_set_text(GTK_LABEL(ge->probe.hostname), "");
127 gtk_label_set_text(GTK_LABEL(ge->probe.os), "");
128 gtk_label_set_text(GTK_LABEL(ge->probe.arch), "");
129 gtk_label_set_text(GTK_LABEL(ge->probe.fio_ver), "");
1358 GtkWidget *main_vbox, *probe, *probe_frame, *probe_box; local
1368 probe = gtk_frame_new("Job");
1369 gtk_box_pack_start(GTK_BOX(main_vbox), probe, FALSE, FALSE, 3); local
1371 gtk_container_add(GTK_CONTAINER(probe), probe_frame);
1375 ge->probe.hostname = new_info_label_in_frame(probe_box, "Host");
1376 ge->probe
1461 GtkWidget *main_vbox, *probe, *probe_frame, *probe_box; local
1476 gtk_box_pack_start(GTK_BOX(main_vbox), probe, FALSE, FALSE, 3); local
[all...]
H A Dserver.c634 struct cmd_probe_reply_pdu probe; local
637 dprint(FD_NET, "server: sending probe reply\n");
639 memset(&probe, 0, sizeof(probe));
640 gethostname((char *) probe.hostname, sizeof(probe.hostname));
642 probe.bigendian = 1;
644 strncpy((char *) probe.fio_version, fio_version_string, sizeof(probe.fio_version));
646 probe
[all...]
/external/qemu/distrib/mini-glib/src/
H A Dglib-mini.c502 GHashEntry* probe = &hash_table->entries[probe_index]; local
503 while (probe->hash != HASH_UNUSED) {
504 if (probe->hash == hash) {
506 if (hash_table->key_equal_func(probe->key, key))
508 } else if (probe->key == key) {
511 } else if (probe->hash == HASH_TOMBSTONE && tombstone < 0) {
517 probe = &hash_table->entries[probe_index];
581 GHashEntry* probe = &new_entries[probe_n]; local
583 while (probe->hash != HASH_UNUSED) {
586 probe
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c135 int probe)
170 if (probe && sta->ssid_probe) {
134 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, int probe) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_validate.c1119 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, argument
1127 "%sProbe Response frame", probe ? "" : "Beacon/");
1132 "%sProbe Response frame", probe ? "" : "Beacon/");
1146 wps_validate_response_type(attr.response_type, probe) ||
1147 wps_validate_uuid_e(attr.uuid_e, probe) ||
1149 probe) ||
1151 probe) ||
1153 probe) ||
1155 attr.serial_number_len, probe) ||
1156 wps_validate_primary_dev_type(attr.primary_dev_type, probe) ||
[all...]
H A Dwps.h895 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe,
924 int probe, const u8 *addr)
923 wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, const u8 *addr) argument
H A Dwps_registrar.c1232 struct wpabuf *probe; local
1251 probe = wpabuf_alloc(500 + vendor_len);
1252 if (probe == NULL) {
1272 wpabuf_free(probe);
1280 wpabuf_free(probe);
1287 if (wps_build_version(probe) ||
1288 wps_build_wps_state(reg->wps, probe) ||
1289 wps_build_ap_setup_locked(reg->wps, probe) ||
1290 wps_build_selected_registrar(reg, probe) ||
1291 wps_build_sel_reg_dev_password_id(reg, probe) ||
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c135 int probe)
170 if (probe && sta->ssid_probe) {
134 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, int probe) argument
/external/wpa_supplicant_8/src/wps/
H A Dwps_validate.c1119 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, argument
1127 "%sProbe Response frame", probe ? "" : "Beacon/");
1132 "%sProbe Response frame", probe ? "" : "Beacon/");
1146 wps_validate_response_type(attr.response_type, probe) ||
1147 wps_validate_uuid_e(attr.uuid_e, probe) ||
1149 probe) ||
1151 probe) ||
1153 probe) ||
1155 attr.serial_number_len, probe) ||
1156 wps_validate_primary_dev_type(attr.primary_dev_type, probe) ||
[all...]
H A Dwps.h895 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe,
924 int probe, const u8 *addr)
923 wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, const u8 *addr) argument
H A Dwps_registrar.c1232 struct wpabuf *probe; local
1251 probe = wpabuf_alloc(500 + vendor_len);
1252 if (probe == NULL) {
1272 wpabuf_free(probe);
1280 wpabuf_free(probe);
1287 if (wps_build_version(probe) ||
1288 wps_build_wps_state(reg->wps, probe) ||
1289 wps_build_ap_setup_locked(reg->wps, probe) ||
1290 wps_build_selected_registrar(reg, probe) ||
1291 wps_build_sel_reg_dev_password_id(reg, probe) ||
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c135 int probe)
170 if (probe && sta->ssid_probe) {
134 hostapd_own_capab_info(struct hostapd_data *hapd, struct sta_info *sta, int probe) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_validate.c1119 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, argument
1127 "%sProbe Response frame", probe ? "" : "Beacon/");
1132 "%sProbe Response frame", probe ? "" : "Beacon/");
1146 wps_validate_response_type(attr.response_type, probe) ||
1147 wps_validate_uuid_e(attr.uuid_e, probe) ||
1149 probe) ||
1151 probe) ||
1153 probe) ||
1155 attr.serial_number_len, probe) ||
1156 wps_validate_primary_dev_type(attr.primary_dev_type, probe) ||
[all...]
H A Dwps.h895 int wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe,
924 int probe, const u8 *addr)
923 wps_validate_beacon_probe_resp(const struct wpabuf *wps_ie, int probe, const u8 *addr) argument
H A Dwps_registrar.c1232 struct wpabuf *probe; local
1251 probe = wpabuf_alloc(500 + vendor_len);
1252 if (probe == NULL) {
1272 wpabuf_free(probe);
1280 wpabuf_free(probe);
1287 if (wps_build_version(probe) ||
1288 wps_build_wps_state(reg->wps, probe) ||
1289 wps_build_ap_setup_locked(reg->wps, probe) ||
1290 wps_build_selected_registrar(reg, probe) ||
1291 wps_build_sel_reg_dev_password_id(reg, probe) ||
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java615 public static void nondeterminism(DecisionProbe probe, argument
619 Message msg = new GrammarNonDeterminismMessage(probe,d);
624 public static void danglingState(DecisionProbe probe, argument
628 Message msg = new GrammarDanglingStateMessage(probe,d);
638 public static void analysisAborted(DecisionProbe probe) argument
641 Message msg = new GrammarAnalysisAbortedMessage(probe);
646 public static void unreachableAlts(DecisionProbe probe, argument
650 Message msg = new GrammarUnreachableAltsMessage(probe,alts);
655 public static void insufficientPredicates(DecisionProbe probe, argument
660 Message msg = new GrammarInsufficientPredicatesMessage(probe,
665 nonLLStarDecision(DecisionProbe probe) argument
672 recursionOverflow(DecisionProbe probe, DFAState sampleBadState, int alt, Collection targetRules, Collection callSiteStates) argument
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.c2 * probe.c - identify a block device by its contents, and return a dev
37 #include "probe.h"
320 static int probe_ext4dev(struct blkid_probe *probe, argument
361 get_ext2_info(probe->dev, id, buf);
365 static int probe_ext4(struct blkid_probe *probe, struct blkid_magic *id, argument
409 get_ext2_info(probe->dev, id, buf);
413 static int probe_ext3(struct blkid_probe *probe, struct blkid_magic *id, argument
431 get_ext2_info(probe->dev, id, buf);
435 static int probe_ext2(struct blkid_probe *probe, struct blkid_magic *id, argument
463 get_ext2_info(probe
467 probe_jbd(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
512 probe_fat(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
639 probe_fat_nomagic(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
680 probe_ntfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
788 probe_xfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
804 probe_reiserfs(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
832 probe_reiserfs4(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
848 probe_jfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
874 probe_zfs(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
888 probe_luks(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
901 probe_romfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
916 probe_cramfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
931 probe_swap0(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf __BLKID_ATTR((unused))) argument
940 probe_swap1(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf __BLKID_ATTR((unused))) argument
973 probe_iso9660(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
993 probe_udf(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf __BLKID_ATTR((unused))) argument
1036 probe_ocfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1059 probe_ocfs2(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1072 probe_oracleasm(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1084 probe_gfs(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1106 probe_gfs2(struct blkid_probe *probe, struct blkid_magic *id __BLKID_ATTR((unused)), unsigned char *buf) argument
1183 probe_hfsplus(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
1327 probe_lvm2(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
1374 probe_btrfs(struct blkid_probe *probe, struct blkid_magic *id, unsigned char *buf) argument
1503 struct blkid_probe probe; local
[all...]
/external/libsepol/src/
H A Dexpand.c58 static int linear_probe_create(struct linear_probe *probe, uint32_t length) argument
60 probe->table = calloc(length, sizeof(*probe->table));
61 if (probe->table == NULL)
64 probe->ends = calloc(length, sizeof(*probe->ends));
65 if (probe->ends == NULL)
68 probe->length = length;
73 static void linear_probe_destroy(struct linear_probe *probe) argument
75 if (probe
83 linear_probe_insert(struct linear_probe *probe, uint32_t key, filename_trans_t *data) argument
96 linear_probe_find(struct linear_probe *probe, uint32_t key) argument
104 linear_probe_dump(struct linear_probe *probe, filename_trans_t **endp) argument
1466 struct linear_probe probe; local
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c258 static int tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len);
333 int rw_type, int lck_type, int probe, size_t len)
361 if (!probe && lck_type != F_SETLK) {
835 static int tdb_oob(struct tdb_context *tdb, tdb_off_t len, int probe) argument
841 if (!probe) {
855 if (!probe) {
1535 static int transaction_oob(struct tdb_context *tdb, tdb_off_t len, int probe) argument
1562 int rw_type, int lck_type, int probe, size_t len)
332 tdb_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len) argument
1561 transaction_brlock(struct tdb_context *tdb, tdb_off_t offset, int rw_type, int lck_type, int probe, size_t len) argument
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc2840 Register probe = mask; local
2841 mov(probe,
2846 JumpIfSmi(probe, not_found);
2848 ucomisd(xmm0, FieldOperand(probe, HeapNumber::kValueOffset));
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc2799 Register probe = mask; local
2800 mov(probe,
2805 JumpIfSmi(probe, not_found);
2807 fld_d(FieldOperand(probe, HeapNumber::kValueOffset));

Completed in 6902 milliseconds

1234