Searched defs:room (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/
H A Dunorm_it.c133 /* move array contents up to make room */
160 /* move array contents up to make room */
193 /* make capacity/4 room at the end of the arrays */
194 int32_t limit, capacity, room; local
199 room=capacity/4;
200 if(room>(capacity-limit)) {
201 /* move array contents to make room */
202 moveContentsTowardStart(api, uni->chars, uni->states, room);
218 room=unorm_next(iter, uni->chars+limit, capacity-limit, uni->mode, 0, TRUE, NULL, &errorCode);
220 if(room<
264 int32_t start, capacity, room; local
[all...]
/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/tremolo/Tremolo/
H A Dfloor1.c340 int room=(hiroom<loroom?hiroom:loroom)<<1; local
344 if(val>=room){
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc128 " call [jid] [bw] Initiates a call to the user[/room] with the\n"
130 " vcall [jid] [bw] Initiates a video call to the user[/room] with\n"
133 " join [room] Joins a multi-user-chat.\n"
134 " invite user [room] Invites a friend to a multi-user-chat.\n"
135 " leave [room] Leaves a multi-user-chat.\n"
576 console_->Printf("Found %s '%s'", options.is_muc ? "room" : "online friend",
593 // If people in this room are already in a call, must add all their
675 void CallClient::JoinMuc(const std::string& room) { argument
677 if (room.length() > 0) {
678 room_jid = buzz::Jid(room);
713 OnMucInviteReceived(const buzz::Jid& inviter, const buzz::Jid& room, const std::vector<buzz::AvailableMediaEntry>& avail) argument
812 LeaveMuc(const std::string& room) argument
862 InviteToMuc(const std::string& user, const std::string& room) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit.c420 int room, plen, add_space; local
458 room = sizeof(cmdbuf) - 1 - cmdbuf_len;
459 if (room < len)
460 len = room;
461 add_space = count == 1 && len < room;
/external/wpa_supplicant_8/src/utils/
H A Dedit.c420 int room, plen, add_space; local
458 room = sizeof(cmdbuf) - 1 - cmdbuf_len;
459 if (room < len)
460 len = room;
461 add_space = count == 1 && len < room;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit.c420 int room, plen, add_space; local
458 room = sizeof(cmdbuf) - 1 - cmdbuf_len;
459 if (room < len)
460 len = room;
461 add_space = count == 1 && len < room;

Completed in 1198 milliseconds