HomeSort by relevance Sort by last modified time
    Searched full:space (Results 151 - 175 of 3731) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/dx/tests/095-dex-const-string-jumbo/
Blort.java 19 // This space intentionally left blank.
  /dalvik/dx/tests/096-dex-giant-catch/
Blort.java 20 // This space intentionally left blank.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
UnsafeAccess.java 32 // This space intentionally left blank.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
UnsafeAccess.java 32 // This space intentionally left blank.
  /dalvik/libcore/json/src/test/java/org/json/
JSONTokenerTest.java 292 assertEquals("space", 'A', new JSONTokener(" A").nextClean());
303 assertNotClean("non-breaking space", '\u00a0');
304 assertNotClean("ogham space mark", '\u1680');
308 assertNotClean("en space", '\u2002');
309 assertNotClean("em space", '\u2003');
310 assertNotClean("three-per-em space", '\u2004');
311 assertNotClean("four-per-em space", '\u2005');
312 assertNotClean("six-per-em space", '\u2006');
313 assertNotClean("figure space", '\u2007');
314 assertNotClean("punctuation space", '\u2008')
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
UrlBase64Encoder.java 11 * interpreted as a path delimiter; "+" is the encoded form of a space; and
  /external/kernel-headers/original/asm-x86/
vsyscall.h 35 /* kernel space (writeable) */
  /external/speex/libspeex/
kiss_fftr.h 25 If you don't care to allocate space, use mem = lenmem = NULL
  /external/tcpdump/tests/
mpls-ldp-hello.new 2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
mpls-ldp-hello.out 2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
TrackPoint.java 22 * <p/>A track point is a point in time and space.
  /external/v8/test/cctest/
test-mark-compact.cc 75 // from new space.
84 // Allocate a fixed array in the new space.
93 // Array should be in the new space.
99 // Array now sits in the old space
107 // Test the situation that some objects in new space are promoted to
108 // the old space
116 // Allocate a big Fixed array in the new space.
123 // Array still stays in the new space.
126 // Allocate objects in the old space until out of memory.
139 // array should not be promoted because the old space is full
    [all...]
test-alloc.cc 42 // New space.
49 // It seems that we are avoiding new space allocations when
50 // allocation is forced, so no need to fill up new space
66 // Old data space.
74 // Large object space.
80 // Map space.
90 // Test that we can allocate in old pointer space and code space.
  /build/target/product/
full.mk 37 # Pick up some sounds - stick with the short list to save space
41 # Get a list of languages. We use the small list to save space
  /external/icu4c/io/
uprintf.h 42 UBool fSpace; /* Space flag */
86 * to the buffer when space is available. It's done this way because
  /external/icu4c/test/intltest/
textfile.h 43 * '#'. Trim leading white space.
44 * @param trim if TRUE then remove leading rule white space
  /external/kernel-headers/original/asm-generic/
resource.h 34 # define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */
38 # define RLIMIT_AS 9 /* address space limit */
  /external/webkit/WebCore/css/
quirks.css 32 /* Tables reset both line-height and white-space in quirks mode. */
35 white-space: normal;
  /external/webkit/WebCore/platform/graphics/cairo/
PatternCairo.cpp 44 // cairo merges patter space and user space itself
  /external/webkit/WebCore/platform/graphics/qt/
PatternQt.cpp 40 // Qt merges patter space and user space itself
  /external/webkit/WebCore/rendering/
RenderSVGHiddenContainer.cpp 57 // This subtree does not take up space or paint
62 // This subtree does not take up space or paint
  /external/zlib/contrib/infback9/
inflate9.h 43 code FAR *next; /* next available space in codes[] */
46 code codes[ENOUGH]; /* space for code tables */
  /frameworks/base/awt/java/awt/color/
ICC_ProfileGray.java 24 * The ICC_ProfileGray class represent profiles with TYPE_GRAY color space type,
26 * can be transformed from a GRAY device profile color space to the CIEXYZ
  /frameworks/base/core/java/android/text/method/
SingleLineTransformationMethod.java 46 * The character \n is replaced with is space;
47 * the character \r is replaced with is FEFF (zero width space).
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextView_CommaTokenizerTest.java 62 // cursor point to the space before "second".
64 // space in this case.
135 " 2. javadoc says ends with a token terminator (for example a space or comma)," +
136 " but actually ends with both comma and space")
142 // ends with both comma and space
146 // ends with both comma and space

Completed in 1414 milliseconds

1 2 3 4 5 67 8 91011>>