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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/raw/
v21_org_before_title.vcf 4 ORG:Company;Organization;Devision;Room;Sheet No.
  /external/kernel-headers/original/asm-x86/
auxvec.h 4 * Architecture-neutral AT_ values in 0-17, leave some room
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
auxvec.h 4 * Architecture-neutral AT_ values in 0-17, leave some room
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
info.txt 3 to make room for low scratch registers.
  /external/chromium/third_party/icu/source/common/
unorm_it.c 133 /* 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<=capacity)
264 int32_t start, capacity, room; local
    [all...]
ustrfmt.c 15 * will be null terminated if there is room.
  /external/icu4c/common/
unorm_it.c 133 /* 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<=capacity)
264 int32_t start, capacity, room; local
    [all...]
ustrfmt.c 15 * will be null terminated if there is room.
  /frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_Tables.c 55 First value in the table is room size
66 first values is used to get polynomial set for given room size,
67 For room sizes which are not in the table, linear interpolation can be used.
  /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/base/
base64.cc 13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte
  /frameworks/base/core/java/android/text/
TextPaint.java 22 * TextPaint is an extension of Paint that leaves room for some extra
  /frameworks/base/core/res/res/values-port-mdpi/
donottranslate.xml 21 <!-- @hide DO NOT TRANSLATE. There isn't enough room on mdpi devices, allow height to vary -->
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 106 // should be on screen, positioned at the bottom (with room for
129 // room for the vertical fading edge
147 // on screen, positioned at top (with room for fading edge)
166 // with room for vertical fading edge
RequestRectangleVisibleWithInternalScrollTest.java 72 // should be on screen, positioned at the bottom (with enough room for
  /external/chromium/googleurl/src/
gurl.cc 53 // Reserve enough room in the output for the input, plus some extra so that
54 // we have room if we have to escape a few things without reallocating.
176 // Reserve enough room in the output for the input, plus some extra so that
177 // we have room if we have to escape a few things without reallocating.
204 // Reserve enough room in the output for the input, plus some extra so that
205 // we have room if we have to escape a few things without reallocating.
231 // Reserve enough room in the output for the input, plus some extra so that
232 // we have room if we have to escape a few things without reallocating.
253 // Reserve enough room in the output for the input, plus some extra so that
254 // we have room if we have to escape a few things without reallocating
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
idnaref.cpp 144 /* we do not have enough room so grow the buffer*/
165 /* we do not have enough room so grow the buffer*/
299 /* we do not have enough room so grow the buffer*/
357 /* we do not have enough room so grow the buffer*/
487 /* we do not have enough room so grow the buffer*/
508 /* we do not have enough room so grow the buffer*/
531 /* we do not have enough room so grow the buffer*/
550 /* we do not have enough room so grow the buffer*/
730 /* we do not have enough room so grow the buffer*/
780 /* we do not have enough room so grow the buffer*
    [all...]
  /external/icu4c/test/intltest/
idnaref.cpp 144 /* we do not have enough room so grow the buffer*/
165 /* we do not have enough room so grow the buffer*/
299 /* we do not have enough room so grow the buffer*/
357 /* we do not have enough room so grow the buffer*/
487 /* we do not have enough room so grow the buffer*/
508 /* we do not have enough room so grow the buffer*/
531 /* we do not have enough room so grow the buffer*/
550 /* we do not have enough room so grow the buffer*/
730 /* we do not have enough room so grow the buffer*/
780 /* we do not have enough room so grow the buffer*
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.h 65 * wpabuf_tailroom - Get size of available tail room in the end of the buffer
67 * Returns: Tail room (in bytes) of available space in the end of the buffer
  /bionic/libc/stdio/
asprintf.c 39 f._bf._size = f._w = 127; /* Leave room for the NUL */
vasprintf.c 39 f._bf._size = f._w = 127; /* Leave room for the NUL */
  /bionic/libc/string/
strlcpy.c 42 /* Not enough room in dst, add NUL and traverse rest of src */
  /external/elfutils/libasm/
asm_adduleb128.c 64 /* Make sure we have enough room. */
  /external/kernel-headers/original/linux/
netfilter_bridge.h 73 * enough room for the encapsulating header (if there is one). */
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c 53 /* Check if enough room for Type and Length (with overflow check) */
64 /* Check if enough room for Value with announced Length (with overflow check) */
103 /* Check if enough room for Type and Length (with overflow check) */
284 * Returns the available room for writing in Fifo Cyclic Buffer.

Completed in 906 milliseconds

1 2 3 4 5 6 7 8 91011>>