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

/external/compiler-rt/lib/profile/
H A DInstrProfilingRuntime.cc28 RegisterRuntime Registration; member in namespace:__anon19618
/external/smack/src/org/jivesoftware/smack/
H A DAccountManager.java28 import org.jivesoftware.smack.packet.Registration;
48 private Registration info = null;
51 * Flag that indicates whether the server supports In-Band Registration.
52 * In-Band Registration may be advertised as a stream feature. If no stream feature
54 * Registration is available.
68 * Sets whether the server supports In-Band Registration. In-Band Registration may be
70 * then try sending an IQ packet to discover if In-Band Registration is available.
72 * @param accountCreationSupported true if the server supports In-Band Registration.
226 Registration re
[all...]
/external/smack/src/org/jivesoftware/smackx/
H A DGateway.java20 import org.jivesoftware.smack.packet.Registration;
37 private Registration registerInfo;
73 private Registration getRegisterInfo(){
81 Registration packet = new Registration();
90 if(result instanceof Registration && result.getError()==null){
91 Registration register = (Registration)result;
207 Registration register = new Registration();
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DRegistration.java51 public class Registration extends IQ { class in inherits:IQ
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/
H A Dwin32at.asm63 .ascii "Window Registration Failed!\0"
/external/smack/src/org/jivesoftware/smack/util/
H A DPacketParserUtils.java.orig42 import org.jivesoftware.smack.packet.Registration;
457 private static Registration parseRegistration(XmlPullParser parser) throws Exception {
458 Registration registration = new Registration();
H A DPacketParserUtils.java41 import org.jivesoftware.smack.packet.Registration;
456 private static Registration parseRegistration(XmlPullParser parser) throws Exception {
457 Registration registration = new Registration();
/external/chromium_org/base/metrics/
H A Dfield_trial.h175 FRIEND_TEST_ALL_PREFIXES(FieldTrialTest, Registration);
H A Dfield_trial_unittest.cc80 TEST_F(FieldTrialTest, Registration) {
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h188 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, Registration);
H A Dthread_watcher_unittest.cc437 TEST_F(ThreadWatcherTest, Registration) {
/external/chromium_org/chrome/browser/policy/cloud/
H A Ddevice_management_service_browsertest.cc177 IN_PROC_BROWSER_TEST_P(DeviceManagementServiceIntegrationTest, Registration) {
/external/smack/src/org/jivesoftware/smackx/muc/
H A DMultiUserChat.java57 import org.jivesoftware.smack.packet.Registration;
628 Registration reg = new Registration();
662 Registration reg = new Registration();
/external/mdnsresponder/mDNSPosix/
H A DResponder.c345 #pragma mark ***** Registration
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_browsertest.cc876 #define MAYBE_Registration Registration
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 736 milliseconds