Searched refs:objs (Results 1 – 13 of 13) sorted by relevance
25 public static int countNulls(Object... objs) { in countNulls() argument27 for (Object obj : objs) { in countNulls()36 public static int countNonNulls(Object... objs) { in countNonNulls() argument38 for (Object obj : objs) { in countNonNulls()51 public static boolean allNull(Object... objs) { in allNull() argument52 for (Object obj : objs) { in allNull()65 public static boolean singleNonNull(Object... objs) { in singleNonNull() argument67 for (Object obj : objs) { in singleNonNull()82 public static boolean isHomogeneousSet(Object... objs) { in isHomogeneousSet() argument83 if (objs.length == 0) return true; in isHomogeneousSet()[all …]
25 objs = []29 objs.append(MagicDevice(c))30 return objs33 def destroy(objs): argument37 def get_info(objs): argument39 for obj in objs:
50 objs = []61 objs.append(logger_class(host_log_path,64 return objs67 def destroy(objs): argument71 for diag_logger in objs:
37 objs = []46 objs.append(module.Sniffer(interface,49 return objs52 def destroy(objs): argument55 for sniffer in objs:
29 objs = []71 objs.append(attn)72 return objs75 def destroy(objs): argument76 for attn in objs:
44 objs = []46 objs.append(Monsoon(serial=int(c)))47 return objs50 def destroy(objs): argument51 for obj in objs:
78 def destroy(objs): argument84 for pkt_sender in objs:89 def get_info(objs): argument98 return [pkt_sender.interface for pkt_sender in objs]
28 objs = []34 objs.append(chamber_class(config))35 return objs38 def detroy(objs): argument
49 objs = []56 objs.append(ap_class(config))57 return objs60 def detroy(objs): argument
96 Collection<Object> objs = config.getAllConfigurationObjectsOfType(component); in initComponentVerbosity() local97 if (objs == null) { in initComponentVerbosity()100 for (Object o : objs) { in initComponentVerbosity()
33 objs = []36 objs.append(MG3710A(ip_address, logger))37 return objs40 def destroy(objs): argument
77 objs = []80 objs.append(MD8475A(ip_address, logger))81 return objs84 def destroy(objs): argument
49 def destroy(objs): argument50 for ipf in objs: