HomeSort by relevance Sort by last modified time
    Searched refs:Registration (Results 1 - 18 of 18) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingRuntime.cc 28 RegisterRuntime Registration;
  /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/smack/src/org/jivesoftware/smack/
AccountManager.java 28 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.
118 * <li>date -- the date the registration took place
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
Gateway.java 20 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;
97 * Checks if this gateway supports In-Band registration
98 * @return true if In-Band registration is supporte
    [all...]
  /external/smack/src/org/jivesoftware/smack/packet/
Registration.java 29 * Represents registration packets. An empty GET query will cause the server to return information
30 * about it's registration support. SET queries can be used to create accounts or update
43 * <li>date -- the date the registration took place.
51 public class Registration extends IQ {
60 * Returns the registration instructions, or <tt>null</tt> if no instructions
62 * that will complete the registration process.
64 * @return the registration instructions, or <tt>null</tt> if there are none.
71 * Sets the registration instructions.
73 * @param instructions the registration instructions.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 41 unsigned long Registration;
62 unsigned long Registration;
  /external/chromium_org/base/metrics/
field_trial.h 33 // // process teardown, courtesy of their automatic registration in
145 // the hard coded registration of the field trial to override it.
175 FRIEND_TEST_ALL_PREFIXES(FieldTrialTest, Registration);
field_trial_unittest.cc 78 // Test registration, and also check that destructors are called for trials
80 TEST_F(FieldTrialTest, Registration) {
674 // Now try to set it up differently as a hard coded registration would.
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/
win32at.asm 63 .ascii "Window Registration Failed!\0"
  /external/smack/src/org/jivesoftware/smack/util/
PacketParserUtils.java.orig 42 import org.jivesoftware.smack.packet.Registration;
457 private static Registration parseRegistration(XmlPullParser parser) throws Exception {
458 Registration registration = new Registration();
481 registration.setInstructions(value);
486 registration.addExtension(
499 registration.setAttributes(fields);
500 return registration;
    [all...]
PacketParserUtils.java 41 import org.jivesoftware.smack.packet.Registration;
456 private static Registration parseRegistration(XmlPullParser parser) throws Exception {
457 Registration registration = new Registration(); local
480 registration.setInstructions(value);
485 registration.addExtension(
498 registration.setAttributes(fields);
499 return registration;
    [all...]
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.h 188 FRIEND_TEST_ALL_PREFIXES(ThreadWatcherTest, Registration);
thread_watcher_unittest.cc 435 // Test registration. When thread_watcher_list_ goes out of scope after
437 TEST_F(ThreadWatcherTest, Registration) {
  /external/chromium_org/chrome/browser/policy/cloud/
device_management_service_browsertest.cc 177 IN_PROC_BROWSER_TEST_P(DeviceManagementServiceIntegrationTest, Registration) {
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 57 import org.jivesoftware.smack.packet.Registration;
614 * Returns the room's registration form that an unaffiliated user, can use to become a member
615 * of the room or <tt>null</tt> if no registration is possible. Some rooms may restrict the
618 * If the user requesting registration requirements is not allowed to register with the room
622 * @return the registration Form that contains the fields to complete together with the
623 * instrucions or <tt>null</tt> if no registration is possible.
624 * @throws XMPPException if an error occurs asking the registration form for the room or a
628 Registration reg = new Registration();
648 * Sends the completed registration form to the server. After the user successfully submit
    [all...]
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 51 # Strings in a webpage that are indicative of a registration link.
69 """Download, parse, and check if the web page contains a registration form.
127 # Checks that the registration page is within the domain.
144 """Parses downloaded page and gets url link for non registration page.
146 Checks if current page contains a registration page and if not it gets
147 the url links. If it is a registration page, it saves it in a file as
152 True if current page contains a registration form, and False otherwise.
183 # and a registration form (Password field and Confirm Password field).
193 # Confirms that the page contains a registration form if two passwords
201 # Create a new file and save the HTML registration page code
    [all...]
  /external/mdnsresponder/mDNSPosix/
Responder.c 345 #pragma mark ***** Registration
360 // our registration. The appropriate action to take depends
  /external/chromium_org/content/browser/service_worker/
service_worker_browsertest.cc     [all...]

Completed in 448 milliseconds