HomeSort by relevance Sort by last modified time
    Searched defs:room (Results 1 - 25 of 32) sorted by null

1 2

  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
InvitationRequest.java 30 private String room; field in class:InvitationRequest
33 public InvitationRequest(String inviter, String room, String reason) {
35 this.room = room;
44 return room;
TransferRequest.java 30 private String room; field in class:TransferRequest
33 public TransferRequest(String inviter, String room, String reason) {
35 this.room = room;
44 return room;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fifo_char.cc 93 size_t room = size_ - avail_; local
94 len = std::min(len, room);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomlookuptask.cc 131 // <room-name>0b48ad092c893a53b7bfc87422caf38e93978798e</room-name>
132 // <room-domain>hangout.google.com</room-domain>
148 MucRoomInfo room; local
149 room.jid = Jid(item_elem->Attr(buzz::QN_JID));
150 if (!room.jid.IsValid()) {
158 room.name = room_name_elem->BodyText();
164 room.domain = room_domain_elem->BodyText();
170 room.hangout_id = hangout_id_elem->BodyText()
    [all...]
  /external/smack/src/org/jivesoftware/smackx/muc/
RoomInfo.java 30 * Represents the room information that was discovered using Service Discovery. It's possible to
31 * obtain information about a room before joining the room but only for rooms that are public (i.e.
39 * JID of the room. The node of the JID is commonly used as the ID of the room or name.
41 private String room; field in class:RoomInfo
43 * Description of the room.
47 * Last known subject of the room.
51 * Current number of occupants in the room.
55 * A room is considered members-only if an invitation is required in order to enter the room
    [all...]
MultiUserChat.java 70 * room. A room could have many occupants with different affiliation and roles.
87 private String room; field in class:MultiUserChat
148 * Creates a new multi user chat with the specified connection and room name. Note: no
150 * {@link #join(String) join} the chat room. On some server implementations,
151 * the room will not be created until the first person joins it.<p>
154 * for the XMPP server example.com). You must ensure that the room address you're
158 * @param room the name of the room in the form "roomName@service", where
162 public MultiUserChat(Connection connection, String room) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.h 79 if(bytesbetween > 0) //bytesbetween is room between bottom and top
80 { //therefore free room is subracted from free space
82 const TInt room = C - bytesbetween - topsize; local
83 return room;
93 const TInt room = -bytesbetween - topsize; //free is space between pointers local
94 return room;
101 const TInt room = Unreserved() - bytesnew; local
102 return room;
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
RoomInvitation.java 61 * JID of the room to join if offer is accepted.
63 private String room; field in class:RoomInvitation
92 return room;
166 else if ("room".equals(elementName)) {
167 invitation.room = parser.nextText();
RoomTransfer.java 61 * JID of the room to join if offer is accepted.
63 private String room; field in class:RoomTransfer
92 return room;
166 else if ("room".equals(elementName)) {
167 invitation.room = parser.nextText();
  /external/chromium_org/third_party/icu/source/common/
unorm_it.c 134 /* move array contents up to make room */
161 /* move array contents up to make room */
194 /* make capacity/4 room at the end of the arrays */
195 int32_t limit, capacity, room; local
200 room=capacity/4;
201 if(room>(capacity-limit)) {
202 /* move array contents to make room */
203 moveContentsTowardStart(api, uni->chars, uni->states, room);
219 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
221 if(room<=capacity)
265 int32_t start, capacity, room; local
    [all...]
  /external/tremolo/Tremolo/
floor1.c 340 int room=(hiroom<loroom?hiroom:loroom)<<1; local
344 if(val>=room){
  /external/tinyxml/
xmltest.cpp 362 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->FirstAttribute()
426 TiXmlElement* room = roomHandle.Element(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 152 " call [jid] [bw] Initiates a call to the user[/room] with the\n"
154 " vcall [jid] [bw] Initiates a video call to the user[/room] with\n"
158 " join [room_jid] Joins a multi-user-chat with room JID.\n"
159 " ljoin [room_name] Joins a MUC by looking up JID from room name.\n"
160 " invite user [room] Invites a friend to a multi-user-chat.\n"
161 " leave [room] Leaves a multi-user-chat.\n"
848 options->is_muc ? "room" : "online friend",
1131 std::string room = room_name; local
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 212 * mode while reserving room for 2 non zeros per inner vector. It is strongly recommended to first
1126 Index room = m_outerIndex[outer+1] - m_outerIndex[outer]; local
    [all...]
  /external/libvorbis/lib/
floor1.c 1020 int room=(hiroom<loroom?hiroom:loroom)<<1; local
1024 if(val>=room){
  /external/wpa_supplicant_8/src/utils/
edit.c 431 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/chromium_org/net/third_party/nss/ssl/
ssl3con.c 4194 int room = ss->sec.ci.sendBuf.space - ss->sec.ci.sendBuf.len; local
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 570 milliseconds

1 2