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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dollar.sed 1 $s/^/space /
  /external/chromium/net/data/url_request_unittest/
content-type-normalization.html 3 <title>Space in Content-Type</title>
6 Space in Content-Type
  /external/llvm/test/MC/AsmParser/
directive_space.s 4 # CHECK: .space 1
6 .space 1
9 # CHECK: .space 2,3
11 .space 2, 3
14 # CHECK: .space 1
  /external/llvm/test/YAMLParser/
spec-09-16.data 4 # as space/trimmed/specific/none
5 as space … trimmed …… specific?… none
spec-05-13.data 4 both space and
spec-06-08.data 9 specific? trimmed… … …… as… space
spec-09-08.data 3 'as space … trimmed …… specific?… none'
spec-09-02.data 6 "as space
14 # CHECK: !!str "as space trimmed\nspecific\nescaped\tnone"
  /external/markdown/tests/misc/
lists6.txt 7 * one space
12 * one space
blockquote-below-paragraph.txt 6 >no space
  /dalvik/dx/tests/099-dex-core-library-error/
Blort.java 4 // This space intentionally left blank.
Muffins.java 4 // This space intentionally left blank.
Zorch.java 4 // This space intentionally left blank.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t027eof.g 8 SPACE: ' ';
t052importM1.g 7 B : 'b' ; // defines B from inherited token space
  /external/antlr/antlr-3.4/runtime/Python/tests/
t027eof.g 8 SPACE: ' ';
  /external/webkit/Source/WebCore/xml/
xmlattrs.in 6 space
  /external/e2fsprogs/debian/
libuuid1.postinst 8 FIRST_SYSTEM_UID=$(sed -n "s/^[[:space:]]*FIRST_SYSTEM_UID[[:space:]]*=[[:space:]]*[\"']\?\([^\"']*\)[\"']\?/\1/p" $ADDUSERCONF)
9 LAST_SYSTEM_UID=$(sed -n "s/^[[:space:]]*LAST_SYSTEM_UID[[:space:]]*=[[:space:]]*[\"']\?\([^\"']*\)[\"']\?/\1/p" $ADDUSERCONF)
10 FIRST_SYSTEM_GID=$(sed -n "s/^[[:space:]]*FIRST_SYSTEM_GID[[:space:]]*=[[:space:]]*[\"']\?\([^\"']*\)[\"']\?/\1/p" $ADDUSERCONF)
11 LAST_SYSTEM_GID=$(sed -n "s/^[[:space:]]*LAST_SYSTEM_GID[[:space:]]*=[[:space:]]*[\"']\?\([^\"']*\)[\"']\?/\1/p" $ADDUSERCONF
    [all...]
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 10 #include <mcld/Support/Space.h>
23 MemoryArea::MemoryArea(Space& pUniverse)
37 // The layout of MemorySpace in the virtual memory space
48 // space.data +space.size
50 // space.file_offset is the offset of the mapped file segment from the start of
52 // (space.data, r_start) and (r_len, space.size) are zero.
56 Space* space = find(pOffset, pLength) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion8-expected-completion41.txt 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension]
3 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
4 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
7 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
8 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
completion8-expected-completion43.txt 2 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this view. [dimension]
3 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension]
4 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension]
5 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension]
6 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension]
7 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension]
8 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
  /external/clang/test/SemaCXX/
address-space-newdelete.cpp 9 (void)new int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
10 (void)new __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
11 (void)new int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
12 (void)new __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
15 (void)new (p) int_1; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
16 (void)new (p) __attribute__((address_space(1))) int; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
17 (void)new (p) int_1 [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
18 (void)new (p) __attribute__((address_space(1))) int [5]; // expected-error{{'new' cannot allocate objects of type 'int' in address space '1'}}
22 delete ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}}
23 delete [] ip1; // expected-error{{'delete' cannot delete objects of type 'int' in address space '1'}
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python_unittest_input.py 2 # error which is an extra space at the end of this line.
  /frameworks/compile/mclinker/include/mcld/Support/
Space.h 1 //===- Space.h ------------------------------------------------------------===//
22 /** \class Space
23 * \brief Space contains a chunk of memory space that does not overlap with
24 * the other Space.
27 class Space
42 Space();
44 ~Space();
46 Space(Type pType, void* pMemBuffer, size_t pSize);
76 /// Create - Create a Space from external memor
    [all...]

Completed in 3125 milliseconds

1 2 3 4 5 6 7 8 91011>>