HomeSort by relevance Sort by last modified time
    Searched full:triplets (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/smack/src/org/jivesoftware/smackx/workgroup/util/
ListenerEventDispatcher.java 38 protected transient ArrayList<TripletContainer> triplets; field in class:ListenerEventDispatcher
46 this.triplets = new ArrayList<TripletContainer>();
72 this.triplets.add(new TripletContainer(listenerInstance, listenerMethod,
89 li = this.triplets.listIterator();
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.txt 14 GSM triplet data is used for a more static configuration (e.g., triplets
34 -g<triplet file> = path for GSM authentication triplets
hlr_auc_gw.c 36 * An example implementation here reads GSM authentication triplets from a
70 /* GSM triplets */
687 printf("No GSM triplets found for %s\n", imsi);
738 printf("No GSM triplets found for %s\n", imsi);
1020 " -g<triplet file> = path for GSM authentication triplets\n"
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/
common.c 90 static int lookup_triplets(const char *const *triplets, const char *name)
95 for (i = 0; triplets[i] != NULL; i++) {
96 scnprintf(buf, sizeof(buf), "%s%s", triplets[i], name);
  /external/chromium_org/chrome/common/
ini_parser.h 44 // Parsed values are stored as strings at the "section.key" path. Triplets with
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 319 # 1. a list of triplets - the sequences it is binded to
345 func, triplets = self.__eventinfo[sequence]
347 for triplet in triplets:
357 func, triplets = self.__eventinfo[virtual]
366 triplets.append(triplet)
371 func, triplets = self.__eventinfo[virtual]
380 triplets.remove(triplet)
392 func, triplets = self.__eventinfo[virtual]
394 for triplet in triplets:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
MultiCall.py 319 # 1. a list of triplets - the sequences it is binded to
345 func, triplets = self.__eventinfo[sequence]
347 for triplet in triplets:
357 func, triplets = self.__eventinfo[virtual]
366 triplets.append(triplet)
371 func, triplets = self.__eventinfo[virtual]
380 triplets.remove(triplet)
392 func, triplets = self.__eventinfo[virtual]
394 for triplet in triplets:
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 695 * @get_complete_cb: Callback function for reporting availability of triplets
847 * eap_sim_db_get_gsm_triplets - Get GSM triplets
850 * @max_chal: Maximum number of triplets
855 * Returns: Number of triplets received (has to be less than or equal to
861 * When using an external server for GSM triplets, this function can always
863 * triplets are not available. Once the triplets are received, callback
866 * function will then be called again and the newly received triplets will then
887 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Get GSM triplets for IMSI '%s'",
    [all...]