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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libdrm/mobile2/include/roap/
Registration.h 21 class Registration : public RoapMessageHandler
25 * Constructor for Registration.
28 Registration(string riAddres);
31 * Registration with the RI.
32 * @return the result of registration.
  /external/quake/quake/src/QW/server/
notes.txt 6 - master validates registration with server
  /frameworks/base/core/java/android/ddm/
README.txt 5 registration call in DdmRegister.java.
  /frameworks/base/core/java/android/os/
Broadcaster.java 35 Registration r = null;
37 r = new Registration();
48 Registration start = mReg;
60 Registration reg = new Registration();
102 Registration start = mReg;
103 Registration r = start;
149 Registration start = mReg;
152 Registration r = start;
179 Registration start = mReg
    [all...]
  /external/tcpdump/tests/
eapon1.new 45 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
47 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
48 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
50 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
52 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
57 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
58 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
61 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
68 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
69 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAS
    [all...]
eapon1.out 45 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
47 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
48 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
50 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
52 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
57 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
58 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
61 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
68 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST
69 IP 169.254.67.194.netbios-ns > 169.254.255.255.netbios-ns: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAS
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/acl/
package.html 10 for the creation of new owners {@link java.security.acl.Owner}, and for the registration of
  /external/icu4c/test/intltest/
svccoll.h 7 * CollationServiceTest tests registration of collators.
  /external/icu4c/common/unicode/
umisc.h 52 * Opaque type returned by registerInstance, registerFactory and unregister for service registration.
  /external/icu4c/i18n/
ucln_in.h 52 /* Main library cleanup registration function. */
  /external/icu4c/io/
ucln_io.h 32 /* Main library cleanup registration function. */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_methods.h 2 * hostapd / EAP method registration
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 24 * wps_init - Initialize WPS Registration protocol data
28 * This function is used to initialize WPS data for a registration protocol
29 * instance (i.e., each run of registration protocol as a Registrar of
31 * registration run has been completed by calling wps_deinit().
96 * wps_deinit - Deinitialize WPS Registration protocol data
97 * @data: WPS Registration protocol data from wps_init()
123 * @wps: WPS Registration protocol data from wps_init()
146 * @wps: WPS Registration protocol data from wps_init()
wps.h 92 * struct wps_config - WPS configuration for a single registration protocol run
217 * reg_success_cb - Callback for reporting successful registration
222 * This callback is called whenever an Enrollee completes registration
259 * disable_auto_conf - Disable auto-configuration on first registration
263 * registration protocol run is completed successfully. This option can
287 * WPS_EV_FAIL - Registration failed
292 * WPS_EV_SUCCESS - Registration succeeded
337 * struct wps_event_fail - Registration failure information
368 * structures and it is maintained over multiple registration protocol runs.
  /frameworks/base/telephony/java/com/android/internal/telephony/
EventLogTags.logtags 27 # Data network registration failed after successful voice registration
  /bootable/recovery/updater/
Android.mk 29 # gets #included by updater.c. It calls all those registration
34 # any sort of registration function for these. Use this variable for
  /dalvik/libnativehelper/include/nativehelper/
AndroidSystemNatives.h 18 * Registration functions for native methods in system classes.
37 * Registration functions for native methods in libcore.
  /external/opencore/oscl/oscl/osclregserv/src/
oscl_registry_serv_impl_tls.h 47 //this handles both the registration client and the access client
58 //for registration client
  /external/quake/quake/src/QW/client/
main.cpp 78 "Native registration unable to find class '%s'\n", className);
121 fprintf(stderr, "ERROR: miniglobe native registration failed\n");
  /dalvik/libcore/archive/src/main/native/
java_util_zip_Adler32.c 48 * JNI registration
java_util_zip_CRC32.c 46 * JNI registration
  /dalvik/libcore/luni/src/main/native/
java_lang_Character.cpp 60 * JNI registration
java_lang_Double.c 64 * JNI registration
java_lang_Float.c 72 * JNI registration
  /dalvik/vm/native/
README.txt 15 We use "late" binding on these, rather than explicit registration,

Completed in 247 milliseconds

1 2 3 4 5 6 7 8 91011>>