Searched refs:room (Results 1 - 25 of 43) sorted by relevance

12

/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DARDVideoCallViewController.h15 - (instancetype)initForRoom:(NSString *)room
H A DARDMainView.h18 didInputRoom:(NSString *)room
24 // The main view of AppRTCDemo. It contains an input field for entering a room
H A DARDMainViewController.m36 didInputRoom:(NSString *)room
39 if (!room.length) {
40 [self showAlertWithMessage:@"Missing room name."];
45 NSString *trimmedRoom = [room stringByTrimmingCharactersInSet:whitespaceSet];
47 // Check that room name is valid.
64 [self showAlertWithMessage:@"Invalid room name."];
H A DARDMainView.m251 NSString *room = _roomText.roomText;
252 // If this is a loopback call, allow a generated room name.
253 if (!room.length && _loopbackSwitch.isOn) {
254 room = [[NSUUID UUID] UUIDString];
256 room = [room stringByReplacingOccurrencesOfString:@"-" withString:@""];
258 didInputRoom:room
H A DARDVideoCallViewController.m34 - (instancetype)initForRoom:(NSString *)room
39 [_client connectToRoomWithId:room
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
H A DRoom.java40 Room room = (Room) obj;
41 return name.equals(room.name);
/external/webrtc/webrtc/libjingle/xmpp/
H A Dchatroommodule.h68 //! Password should be empty for a room that doesn't require a password
69 //! If the room doesn't exist, the server will create an "Instant Room" if the
87 //! Returns the number of members in the room
148 //! If the room is anonymous, this returns JID_EMPTY
161 //! User successfully entered the room
163 //! The nickname confliced with somebody already in the room
165 //! A password is required to enter the room
169 //! The user is not a member of a member-only room
173 //! The room has the maximum number of users already
175 //! The room ha
[all...]
H A Dchatroommodule_unittest.cc55 os<<"failure(room locked)";
100 void ChatroomEnteredStatus(XmppChatroomModule* room, argument
102 RTC_UNUSED(room);
109 void ChatroomExitedStatus(XmppChatroomModule* room, argument
111 RTC_UNUSED(room);
117 void MemberEntered(XmppChatroomModule* room, argument
119 RTC_UNUSED(room);
123 void MemberExited(XmppChatroomModule* room, argument
125 RTC_UNUSED(room);
129 void MemberChanged(XmppChatroomModule* room, argument
135 MessageReceived(XmppChatroomModule* room, const XmlElement& message) argument
[all...]
H A Dmucroomlookuptask.cc114 // <room-name>0b48ad092c893a53b7bfc87422caf38e93978798e</room-name>
115 // <room-domain>hangout.google.com</room-domain>
131 MucRoomInfo room; local
132 room.jid = Jid(item_elem->Attr(buzz::QN_JID));
133 if (!room.jid.IsValid()) {
141 room.name = room_name_elem->BodyText();
147 room.domain = room_domain_elem->BodyText();
153 room
[all...]
H A Dmucroomlookuptask_unittest.cc27 const buzz::MucRoomInfo& room) {
28 last_room = room;
87 "<room-name>ponies</room-name>"
88 "<room-domain>domain.com</room-domain>"
101 " <room-name>ponies</room-name>"
102 " <room-domain>domain.com</room
26 OnResult(buzz::MucRoomLookupTask* task, const buzz::MucRoomInfo& room) argument
[all...]
/external/parameter-framework/upstream/parameter/
H A DFormattedSubsystemObject.cpp91 // Check we found one and that there's room for value
/external/tinyxml/
H A Dxmltest.cpp362 const char* str = "\t<?xml version=\"1.0\" standalone=\"no\" ?>\t<room doors='2'>\n"
366 "</room>";
372 TiXmlHandle roomHandle = docHandle.FirstChildElement( "room" );
373 TiXmlHandle commentHandle = docHandle.FirstChildElement( "room" ).FirstChild();
374 TiXmlHandle textHandle = docHandle.FirstChildElement( "room" ).ChildElement( "door", 0 ).FirstChild();
375 TiXmlHandle door0Handle = docHandle.FirstChildElement( "room" ).ChildElement( 0 );
376 TiXmlHandle door1Handle = docHandle.FirstChildElement( "room" ).ChildElement( 1 );
387 TiXmlElement* room = roomHandle.Element(); local
388 assert( room );
389 TiXmlAttribute* doors = room
426 TiXmlElement* room = roomHandle.Element(); local
[all...]
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DConnectActivity.java43 * Handles the initial setup where the user selects which room to join.
147 String room = sharedPref.getString(keyprefRoom, "");
148 roomEditText.setText(room);
175 String room = roomEditText.getText().toString();
178 editor.putString(keyprefRoom, room);
186 String room = sharedPref.getString(keyprefRoom, "");
187 roomEditText.setText(room);
197 Log.e(TAG, "Failed to load room list: " + e.toString());
233 // Get room name (random for loopback).
344 Log.d(TAG, "Connecting to room "
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/
H A Dobsd.S67 | Allocate room for the image of r2-r9, and the stack space for
136 | Make room on the stack for saved register arguments and return
186 | Make room on the stack for saved register arguments
/external/toybox/kconfig/lxdialog/
H A Dutil.c312 * if there is no room for at least 4 nonblanks following a double-space.
317 int i, prompt_len, room, wlen; local
348 room = width - cur_x;
350 if (wlen > room ||
352 && wlen + 1 + strlen(sp) > room
354 || wlen + 1 + (sp2 - sp) > room))) {
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c431 int room, plen, add_space; local
469 room = sizeof(cmdbuf) - 1 - cmdbuf_len;
470 if (room < len)
471 len = room;
472 add_space = count == 1 && len < room;
/external/wpa_supplicant_8/src/utils/
H A Dedit.c431 int room, plen, add_space; local
469 room = sizeof(cmdbuf) - 1 - cmdbuf_len;
470 if (room < len)
471 len = room;
472 add_space = count == 1 && len < room;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c431 int room, plen, add_space; local
469 room = sizeof(cmdbuf) - 1 - cmdbuf_len;
470 if (room < len)
471 len = room;
472 add_space = count == 1 && len < room;
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
H A Dsysv.S167 @ Make room for all of the new args.
340 @ Make room for all of the new args.
343 @ Make room for loading VFP args
/external/tremolo/Tremolo/
H A Dfloor1.c341 int room=(hiroom<loroom?hiroom:loroom)<<1; local
345 if(val>=room){
/external/python/cpython2/Modules/_ctypes/libffi/src/vax/
H A Delfbsd.S144 # Allocate room on stack for return value
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/
H A Dsysv.S67 | Make room for all of the new args.
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/
H A Dsysv.S121 ! Make room for new args. cifs->bytes is the total space for input
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dwin32.S59 ;; Make room for all of the new args.
527 # Make room for all of the new args.
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dsysv.asm86 ; Make room for all of the new args.

Completed in 1720 milliseconds

12