Home
last modified time | relevance | path

Searched refs:space (Results 1 – 25 of 1402) sorted by relevance

12345678910>>...57

/external/curl/tests/data/
Dtest50684 lock: share [Pigs in space]: 0
85 unlock: share [Pigs in space]: 1
87 lock: cookie [Pigs in space]: 2
88 unlock: cookie [Pigs in space]: 3
90 lock: cookie [Pigs in space]: 4
91 unlock: cookie [Pigs in space]: 5
93 lock: cookie [Pigs in space]: 6
94 unlock: cookie [Pigs in space]: 7
96 lock: cookie [Pigs in space]: 8
97 unlock: cookie [Pigs in space]: 9
[all …]
/external/harfbuzz_ng/test/shaping/tests/
Dmongolian-variation-selector.tests3space=11+500|uni182D.E8E2_g.init=12+1000|uni182D.E8E8_g.fina1=13+1250|space=15+500|uni182D.EA1B_g.…
/external/v8/test/cctest/heap/
Dutils-inl.h66 static inline bool FillUpOnePage(v8::internal::NewSpace* space) { in FillUpOnePage() argument
67 space->DisableInlineAllocationSteps(); in FillUpOnePage()
68 int space_remaining = static_cast<int>(*space->allocation_limit_address() - in FillUpOnePage()
69 *space->allocation_top_address()); in FillUpOnePage()
71 CreatePadding(space->heap(), space_remaining, i::NOT_TENURED); in FillUpOnePage()
77 static inline void AllocateAllButNBytes(v8::internal::NewSpace* space, in AllocateAllButNBytes() argument
79 space->DisableInlineAllocationSteps(); in AllocateAllButNBytes()
80 int space_remaining = static_cast<int>(*space->allocation_limit_address() - in AllocateAllButNBytes()
81 *space->allocation_top_address()); in AllocateAllButNBytes()
85 CreatePadding(space->heap(), new_linear_size, i::NOT_TENURED); in AllocateAllButNBytes()
[all …]
/external/pcre/dist/testdata/
Dtestoutput11-168 Memory allocation (code space): 24
19 Memory allocation (code space): 38
34 Memory allocation (code space): 36
49 Memory allocation (code space): 46
59 Memory allocation (code space): 10
72 Memory allocation (code space): 14
85 Memory allocation (code space): 14
94 Memory allocation (code space): 14
103 Memory allocation (code space): 20
113 Memory allocation (code space): 26
[all …]
Dtestoutput11-328 Memory allocation (code space): 48
19 Memory allocation (code space): 76
34 Memory allocation (code space): 72
49 Memory allocation (code space): 60
59 Memory allocation (code space): 20
72 Memory allocation (code space): 28
85 Memory allocation (code space): 28
94 Memory allocation (code space): 28
103 Memory allocation (code space): 40
113 Memory allocation (code space): 52
[all …]
Dtestoutput11-88 Memory allocation (code space): 17
19 Memory allocation (code space): 25
34 Memory allocation (code space): 23
49 Memory allocation (code space): 41
59 Memory allocation (code space): 7
72 Memory allocation (code space): 9
85 Memory allocation (code space): 9
94 Memory allocation (code space): 9
103 Memory allocation (code space): 13
113 Memory allocation (code space): 18
[all …]
/external/pdfium/core/include/fxcrt/
Dfx_xml.h22 const CFX_WideString* Lookup(const CFX_ByteStringC& space,
24 void SetAt(const CFX_ByteStringC& space,
27 void RemoveAt(const CFX_ByteStringC& space, const CFX_ByteStringC& name);
74 CFX_ByteString& space,
88 FX_BOOL GetAttrValue(const CFX_ByteStringC& space,
91 CFX_WideString GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() argument
94 GetAttrValue(space, name, attr); in GetAttrValue()
105 FX_BOOL GetAttrInteger(const CFX_ByteStringC& space,
108 int GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger() argument
111 GetAttrInteger(space, name, attr); in GetAttrInteger()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dvec-perm-13.ll16 ; CHECK-VECTOR: .space 1
17 ; CHECK-VECTOR-NEXT: .space 1
18 ; CHECK-VECTOR-NEXT: .space 1
19 ; CHECK-VECTOR-NEXT: .space 1
24 ; CHECK-VECTOR-NEXT: .space 1
25 ; CHECK-VECTOR-NEXT: .space 1
26 ; CHECK-VECTOR-NEXT: .space 1
27 ; CHECK-VECTOR-NEXT: .space 1
28 ; CHECK-VECTOR-NEXT: .space 1
29 ; CHECK-VECTOR-NEXT: .space 1
[all …]
/external/clang/test/SemaOpenCL/
Daddress-spaces.cl10 …ip = gip; // expected-error {{assigning '__global int *' to 'int *' changes address space of point…
11 …ip = &li; // expected-error {{assigning '__local int *' to 'int *' changes address space of pointe…
12 …ip = &ci; // expected-error {{assigning '__constant int *' to 'int *' changes address space of poi…
17 …xpected-error {{casting '__local int *' to type '__global int *' changes address space of pointer}}
18 …cted-error {{casting '__constant int *' to type '__global int *' changes address space of pointer}}
19 …rror {{casting 'const __constant int *' to type '__global int *' changes address space of pointer}}
20 … // expected-error {{casting 'int *' to type '__global int *' changes address space of pointer}}
22 …xpected-error {{casting '__global int *' to type '__local int *' changes address space of pointer}}
23 …ected-error {{casting '__constant int *' to type '__local int *' changes address space of pointer}}
24 …error {{casting 'const __constant int *' to type '__local int *' changes address space of pointer}}
[all …]
Daddress-spaces-conversions-cl2.0.cl1 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DCONSTANT -cl-std=C…
2 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DGLOBAL -cl-std=CL2…
3 // RUN: %clang_cc1 %s -ffake-address-space-map -verify -pedantic -fsyntax-only -DGENERIC -cl-std=CL…
9 * an unnamed address space is added, called '__generic'. Pointers to the
10 * generic address space can be interchangabley used with pointers to any
11 * other address space except for __constant address space (Section 6.5.5).
15 * space conversions used in initialisations, assignments, casts, comparisons
58 …g '__constant int *' with an expression of type '__global int *' changes address space of pointer}}
63 …bal|constant}} int *' with an expression of type '__local int *' changes address space of pointer}}
68 …l|generic}} int *' with an expression of type '__constant int *' changes address space of pointer}}
[all …]
/external/vboot_reference/utility/
Dchromeos-tpm-recovery-test58 if [ -e space.$index.data -a -e tpm-owned ]; then
70 echo $size > space.$index.size
71 echo $permissions > space.$index.perm
73 echo -n "ff " >> space.$index.data
99 echo space blah has permissions $(cat space.$2.perm)
105 maxsize=$(cat space.$index.size)
110 dd if=space.$index.data bs=1 count=$(($3 * 3)) 2> /dev/null
118 maxsize=$(cat space.$index.size)
124 sed "s/$re/$bytes /" < space.$index.data > _tmp_
125 mv _tmp_ space.$index.data
[all …]
/external/v8/src/js/
Djson.js189 function JSONStringify(value, replacer, space) { argument
216 if (IS_OBJECT(space)) {
218 if (IS_NUMBER_WRAPPER(space)) {
219 space = TO_NUMBER(space);
220 } else if (IS_STRING_WRAPPER(space)) {
221 space = TO_STRING(space);
225 if (IS_NUMBER(space)) {
226 space = MaxSimple(0, MinSimple(TO_INTEGER(space), 10));
227 gap = %_SubString(" ", 0, space);
228 } else if (IS_STRING(space)) {
[all …]
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp121 void CXML_Parser::GetName(CFX_ByteString& space, CFX_ByteString& name) { in GetName() argument
132 space = buf.GetByteString(); in GetName()
305 void CXML_Parser::GetTagName(CFX_ByteString& space, in GetTagName() argument
341 GetName(space, name); in GetTagName()
344 GetName(space, name); in GetTagName()
448 CFX_ByteString space, name; in ParseElement() local
449 GetName(space, name); in ParseElement()
622 CFX_ByteString& space, in GetAttrByIndex() argument
629 space = item.m_QSpaceName; in GetAttrByIndex()
644 FX_BOOL CXML_Element::GetAttrValue(const CFX_ByteStringC& space, in GetAttrValue() argument
[all …]
/external/valgrind/coregrind/m_demangle/
Ddyn-string.c72 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) in dyn_string_init() argument
75 if (space == 0) in dyn_string_init()
76 space = 1; in dyn_string_init()
79 ds_struct_ptr->s = (char *) malloc (space); in dyn_string_init()
83 ds_struct_ptr->s = XNEWVEC (char, space); in dyn_string_init()
85 ds_struct_ptr->allocated = space; in dyn_string_init()
99 dyn_string_new (int space) in dyn_string_new() argument
106 if (!dyn_string_init (result, space)) in dyn_string_new()
113 dyn_string_init (result, space); in dyn_string_new()
152 dyn_string_resize (dyn_string_t ds, int space) in dyn_string_resize() argument
[all …]
/external/v8/src/snapshot/
Dsnapshot-common.cc37 uint32_t Snapshot::SizeOfFirstPage(Isolate* isolate, AllocationSpace space) { in SizeOfFirstPage() argument
38 DCHECK(space >= FIRST_PAGED_SPACE && space <= LAST_PAGED_SPACE); in SizeOfFirstPage()
40 return static_cast<uint32_t>(MemoryAllocator::PageAreaSize(space)); in SizeOfFirstPage()
43 int offset = kFirstPageSizesOffset + (space - FIRST_PAGED_SPACE) * kInt32Size; in SizeOfFirstPage()
120 for (int space = 0; space < i::Serializer::kNumberOfSpaces; space++) { in CalculateFirstPageSizes() local
141 if (space == CODE_SPACE) required += 32 * KB; in CalculateFirstPageSizes()
147 if (space >= FIRST_PAGED_SPACE && space <= LAST_PAGED_SPACE) { in CalculateFirstPageSizes()
149 MemoryAllocator::PageAreaSize(static_cast<AllocationSpace>(space)); in CalculateFirstPageSizes()
150 sizes_out[space - FIRST_PAGED_SPACE] = Min(required, max_size); in CalculateFirstPageSizes()
/external/llvm/test/MC/AsmParser/
Ddirective_space.s4 # CHECK: .space 1
6 .space 1
9 # CHECK: .space 2,3
11 .space 2, 3
14 # CHECK: .space 1
/external/ceres-solver/include/ceres/internal/
Dmanual_constructor.h114 inline void* space() {
120 new(space()) Type;
125 new(space()) Type(p1);
130 new(space()) Type(p1, p2);
135 new(space()) Type(p1, p2, p3);
140 new(space()) Type(p1, p2, p3, p4);
146 new(space()) Type(p1, p2, p3, p4, p5);
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
[all …]
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketGeneratorRFC6455.java91 int space = mask ? 14 : 10; in addFrame() local
100 if (payload + space > _buffer.capacity()) in addFrame()
104 payload = _buffer.capacity() - space; in addFrame()
110 if (_buffer.space() <= space) in addFrame()
113 if (_buffer.space() <= space) in addFrame()
160 int chunk = remaining < _buffer.space() ? remaining : _buffer.space(); in addFrame()
171 if (_buffer.space() > 0) in addFrame()
DWebSocketGeneratorD08.java87 int space = mask ? 14 : 10; in addFrame() local
96 if (payload + space > _buffer.capacity()) in addFrame()
100 payload = _buffer.capacity() - space; in addFrame()
106 if (_buffer.space() <= space) in addFrame()
109 if (_buffer.space() <= space) in addFrame()
156 int chunk = remaining < _buffer.space() ? remaining : _buffer.space(); in addFrame()
167 if (_buffer.space() > 0) in addFrame()
DWebSocketGeneratorD06.java71 int space=(_maskGen!=null)?14:10; in addFrame() local
79 if (payload+space>_buffer.capacity()) in addFrame()
83 payload=_buffer.capacity()-space; in addFrame()
89 if (_buffer.space() <= space) in addFrame()
134 int chunk = remaining < _buffer.space() ? remaining : _buffer.space(); in addFrame()
145 if (_buffer.space() > 0) in addFrame()
216 while (_buffer.space()==0) in expelBuffer()
/external/regex-re2/util/
Dstringprintf.cc11 char space[1024]; in StringAppendV() local
18 int result = vsnprintf(space, sizeof(space), format, backup_ap); in StringAppendV()
21 if ((result >= 0) && (result < sizeof(space))) { in StringAppendV()
23 dst->append(space, result); in StringAppendV()
28 int length = sizeof(space); in StringAppendV()
/external/valgrind/memcheck/tests/amd64/
Dinsn-pcmpistri.c43 void *space; in test_strlen() local
44 posix_memalign(&space, 16, roundup); in test_strlen()
45 memset(space, 'x', roundup); in test_strlen()
46 memcpy(space, s, len); in test_strlen()
48 const char *const s_copy = space; in test_strlen()
64 free(space); in test_strlen()
/external/llvm/test/CodeGen/X86/
Dglobal-fill.ll10 ; CHECK-NEXT: .space 2,1
14 ; CHECK-NEXT: .space 64,255
18 ; CHECK-NEXT: .space 6,1
22 ; CHECK-NEXT: .space 4,1
23 ; CHECK-NEXT: .space 4,255
27 ; CHECK-NEXT: .space 8,1
/external/libcxx/test/std/re/re.traits/
Dlookup_classname.pass.cpp50 test("s", std::ctype_base::space); in main()
51 test("S", std::ctype_base::space); in main()
52 test("s", std::ctype_base::space, true); in main()
53 test("S", std::ctype_base::space, true); in main()
105 test("space", std::ctype_base::space); in main()
106 test("SPACE", std::ctype_base::space); in main()
107 test("space", std::ctype_base::space, true); in main()
108 test("Space", std::ctype_base::space, true); in main()
138 test(L"s", std::ctype_base::space); in main()
139 test(L"S", std::ctype_base::space); in main()
[all …]
/external/elfutils/src/
Dldlex.l76 FILENAMECHAR [^][{}[:space:]():;]+
80 WHITE [[:space:]]+
95 ^"#"ifdef/[[:space:]] { BEGIN (handle_ifdef ()); }
96 ^"#"else/[[:space:]\n] { eat_to_eol (true);
99 ^"#"elifdef/[[:space:]] { eat_to_eol (false);
102 ^"#"endif/[[:space:]\n] { eat_to_eol (true) ; }
104 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);
106 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true);
115 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
123 <IGNORE>^"#"endif/[[:space:]\n] { eat_to_eol (true);

12345678910>>...57