HomeSort by relevance Sort by last modified time
    Searched full:room (Results 1 - 25 of 727) 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
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
info.txt 3 to make room for low scratch registers.
  /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.
ustr_wcs.c 111 /* we dont have enough room on the stack grow the buffer */
133 /* we dont have enough room on the stack grow the buffer */
348 /* check if we have enough room in pCSrc */
353 /* we do not have enough room so grow the buffer*/
406 /* we do not have enough room so grow the buffer*/
  /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...]
  /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/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). */
  /packages/apps/Phone/src/com/android/phone/
InCallMenuItemView.java 110 // If there's an icon, we'll only have enough room for one line of text.
163 // (Maybe we're just out of room?)
173 * there's enough room for long labels to wrap onto two lines.
  /bootable/recovery/applypatch/
applypatch.h 36 // When there isn't enough room on the target filesystem to hold the
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 17 sub sp, sp, #8 @ make room for arg, +64 bit align
OP_EXECUTE_INLINE_RANGE.S 18 sub sp, sp, #8 @ make room for arg, +64 bit align
  /development/samples/ApiDemos/res/layout/
linear_layout_5.xml 55 room to slide to the right.)
  /device/htc/passion-common/
BoardConfigCommon.mk 66 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 0x08400000 # limited so we enforce room to grow
  /external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/
der_decode_object_identifier.c 41 /* must be room for at least two words */

Completed in 111 milliseconds

1 2 3 4 5 6 7 8 91011>>