Searched refs:space (Results 76 - 100 of 569) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dquirks.css32 /* Tables reset both line-height and white-space in quirks mode. */
35 white-space: normal;
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DToken.cpp40 void Token::setHasLeadingSpace(bool space) argument
42 if (space)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dantenv.cmd39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-text.rl89 main := space* item (space* '|' space* item)* space* ('|'|']')?;
/external/chromium/third_party/libevent/test/
H A Dbench.c85 int *cp, space; local
98 space = num_pipes / num_active;
99 space = space * 2;
101 write(pipes[i * space + 1], "e", 1);
/external/chromium_org/third_party/libevent/test/
H A Dbench.c85 int *cp, space; local
98 space = num_pipes / num_active;
99 space = space * 2;
101 write(pipes[i * space + 1], "e", 1);
/external/llvm/lib/Support/
H A Dregexec.c113 #define STATEVARS long vn; char *space
114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
115 if ((m)->space == NULL) return(REG_ESPACE); \
117 #define STATETEARDOWN(m) { free((m)->space); }
118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
/external/v8/src/
H A Dserialize.cc595 Address Deserializer::Allocate(int space_index, Space* space, int size) { argument
603 reinterpret_cast<NewSpace*>(space)->AllocateRaw(size);
606 reinterpret_cast<PagedSpace*>(space)->AllocateRaw(size);
615 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space);
626 // Record all large objects in the same space.
636 // snapshot as being offset bytes back in a particular space.
637 HeapObject* Deserializer::GetAddressFromEnd(int space) { argument
639 ASSERT(!SpaceIsLarge(space));
641 return HeapObject::FromAddress(high_water_[space] - offset);
646 // snapshot as being offset bytes into a particular space
647 GetAddressFromStart(int space) argument
735 ReadObject(int space_number, Space* space, Object** write_back) argument
1066 int space = source_->Get(); local
1272 SerializeReferenceToPreviousObject( int space, int address, HowToCode how_to_code, WhereToPoint where_to_point) argument
1321 int space = SpaceOfAlreadySerializedObject(heap_object); local
1409 int space = SpaceOfAlreadySerializedObject(heap_object); local
1428 int space = Serializer::SpaceOfObject(object_); local
1665 Allocate(int space, int size, bool* new_page) argument
1699 SpaceAreaSize(int space) argument
[all...]
H A Dspaces-inl.h53 PageIterator::PageIterator(PagedSpace* space) argument
54 : space_(space),
55 prev_page_(&space->anchor_),
76 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) argument
77 : prev_page_(NewSpacePage::FromAddress(space->ToSpaceStart())->prev_page()),
78 next_page_(NewSpacePage::FromAddress(space->ToSpaceStart())),
79 last_page_(NewSpacePage::FromLimit(space->ToSpaceEnd())) { }
81 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) argument
82 : prev_page_(space->anchor()),
204 // space
[all...]
/external/chromium/net/proxy/
H A Dproxy_server.cc156 // Start by finding the first space (if any).
157 std::string::const_iterator space; local
158 for (space = begin; space != end; ++space) {
159 if (HttpUtil::IsLWS(*space)) {
164 // Everything to the left of the space is the scheme.
165 Scheme scheme = GetSchemeFromPacTypeInternal(begin, space);
167 // And everything to the right of the space is the
169 return FromSchemeHostAndPort(scheme, space, en
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_server.cc155 // Start by finding the first space (if any).
156 std::string::const_iterator space; local
157 for (space = begin; space != end; ++space) {
158 if (HttpUtil::IsLWS(*space)) {
163 // Everything to the left of the space is the scheme.
164 Scheme scheme = GetSchemeFromPacTypeInternal(begin, space);
166 // And everything to the right of the space is the
168 return FromSchemeHostAndPort(scheme, space, en
[all...]
/external/chromium_org/v8/src/
H A Dmark-compact.cc121 static void VerifyMarking(NewSpace* space) { argument
122 Address end = space->top();
123 NewSpacePageIterator it(space->bottom(), end);
126 CHECK_EQ(space->bottom(),
127 NewSpacePage::FromAddress(space->bottom())->area_start());
137 static void VerifyMarking(PagedSpace* space) { argument
138 PageIterator it(space);
200 static void VerifyEvacuation(NewSpace* space) { argument
201 NewSpacePageIterator it(space->bottom(), space
218 VerifyEvacuation(PagedSpace* space) argument
351 TraceFragmentation(PagedSpace* space) argument
453 VerifyMarkbitsAreClean(PagedSpace* space) argument
464 VerifyMarkbitsAreClean(NewSpace* space) argument
518 ClearMarkbitsInPagedSpace(PagedSpace* space) argument
527 ClearMarkbitsInNewSpace(NewSpace* space) argument
578 StealMemoryFromSweeperThreads(PagedSpace* space) argument
654 AllocationSpaceName(AllocationSpace space) argument
676 FreeListFragmentation(PagedSpace* space, Page* p) argument
733 CollectEvacuationCandidates(PagedSpace* space) argument
2061 DiscoverGreyObjectsInSpace(Heap* heap, MarkingDeque* marking_deque, PagedSpace* space) argument
2080 NewSpace* space = heap->new_space(); local
2982 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); local
3127 SweepPrecisely(PagedSpace* space, Page* p, ObjectVisitor* v) argument
3432 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); local
3530 PagedSpace* space = static_cast<PagedSpace*>(p->owner()); local
[all...]
H A Dspaces-inl.h53 PageIterator::PageIterator(PagedSpace* space) argument
54 : space_(space),
55 prev_page_(&space->anchor_),
76 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) argument
77 : prev_page_(NewSpacePage::FromAddress(space->ToSpaceStart())->prev_page()),
78 next_page_(NewSpacePage::FromAddress(space->ToSpaceStart())),
79 last_page_(NewSpacePage::FromLimit(space->ToSpaceEnd())) { }
81 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) argument
82 : prev_page_(space->anchor()),
204 // space
[all...]
H A Dincremental-marking.h107 // with the data that is entering the old space through promotion.
234 void ActivateIncrementalWriteBarrier(PagedSpace* space);
235 static void ActivateIncrementalWriteBarrier(NewSpace* space);
238 static void DeactivateIncrementalWriteBarrierForSpace(PagedSpace* space);
239 static void DeactivateIncrementalWriteBarrierForSpace(NewSpace* space);
H A Dstore-buffer.h83 // Iterates over all pointers that go from old space to new space. It will
151 // The garbage collector iterates over many pointers to new space that are not
183 // For each region of pointers on a page in use from an old space call
186 // in old space and changes in allocation watermark then
189 PagedSpace* space,
207 PagedSpace* space,
217 void VerifyPointers(PagedSpace* space, RegionCallback region_callback);
218 void VerifyPointers(LargeObjectSpace* space);
/external/srec/make/asr/
H A DMakefile.defs230 $(subst $(space),|,'Failed to select operating system with $$(ASR_OS) == "$(ASR_$(ASR_OS))"')
297 $(subst $(space),|,'Failed to select operating system with $$(ASR_HOST_OS) == "$(ASR_HOST_OS)"')
363 $(subst $(space),|,'Failed to select operating system with $$(ASR_TARGET_OS) == "$(ASR_TARGET_OS)"')
432 $(subst $(space),|,'$$(ASR_CPU_FAMILY_TYPE) defaulted to "$(ASR_CPU_FAMILY_TYPE)"')
454 $(subst $(space),|,\
475 $(subst $(space),|,\
532 $(subst $(space),|,'$$(ASR_CPU_FAMILY_TYPE) defaulted to "$(ASR_CPU_FAMILY_TYPE)"')
553 $(subst $(space),|,\
573 $(subst $(space),|,\
628 $(subst $(space),|,'
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc59 char space[kSpaceLength]; local
66 int result = vsnprintf(space, kSpaceLength, format, backup_ap);
72 dst->append(space, result);
77 // Error or MSVC running out of space. MSVC 8.0 and higher
78 // can be asked about space needed with the special idiom below:
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DCipherOutputStream.java44 int space = BUFF_SIZE - out_buffer_pos;
45 int copy = (len > space) ? space : len;
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
H A DMD5.java196 final int space = 64 - ((int) (count & 0x3f));
200 block[64 - space] = b;
202 if (space == 1)
208 int space = 64 - ((int) (count & 0x3f));
214 if (len < space)
216 System.arraycopy(buff, pos, block, 64 - space, len);
220 if (space == 64)
226 System.arraycopy(buff, pos, block, 64 - space, space);
230 pos += space;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c448 static int control (FILE *file, char *name, char *ctrl[], GLuint id, int *space) argument
457 if (space && *space)
460 if (space)
461 *space = 1;
1064 int space = 0; local
1155 space = 0;
1159 target, &space);
1162 target, &space);
1168 inst->bits3.math.function, &space);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c448 static int control (FILE *file, char *name, char *ctrl[], GLuint id, int *space) argument
457 if (space && *space)
460 if (space)
461 *space = 1;
1064 int space = 0; local
1155 space = 0;
1159 target, &space);
1162 target, &space);
1168 inst->bits3.math.function, &space);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DbreakpointsList.css59 white-space: nowrap;
79 white-space: nowrap;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dinternal_logging.cc164 char space[22]; // more than enough for 2^64 in smallest supported base (10) local
165 char* end = space + sizeof(space);
171 } while (num > 0 && pos > space);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dinternal_logging.cc163 char space[22]; // more than enough for 2^64 in smallest supported base (10) local
164 char* end = space + sizeof(space);
170 } while (num > 0 && pos > space);
/external/jmonkeyengine/engine/src/bullet-native/
H A DjmeBulletUtil.h60 void *space; member in class:jmeUserPointer

Completed in 721 milliseconds

1234567891011>>