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

  /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/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/icu4c/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...]
  /dalvik/vm/alloc/
Copying.cpp 785 static void room(size_t *alloc, size_t *avail, size_t *total) function
999 ALOGE("no room for any more reference operations");
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 208 * mode while reserving room for 2 non zeros per inner vector. It is strongly recommended to first
875 std::ptrdiff_t room = m_outerIndex[outer+1] - m_outerIndex[outer]; local
877 if(innerNNZ>=room)
    [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;
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 924 milliseconds