Searched defs:space (Results 101 - 125 of 180) sorted by relevance

12345678

/external/chromium_org/third_party/openssl/openssl/apps/
H A Ds_client.c1944 static const char *space=" "; local
2026 BIO_write(bio,space,15-j%25);
H A Ds_server.c2708 static const char *space=" "; local
2751 BIO_write(io,space,26-j);
/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc455 // Account for space needed for DFA, q0, q1, astack.
766 char* space = new char[mem]; local
767 State* s = reinterpret_cast<State*>(space);
/external/chromium_org/v8/src/
H A Dserialize.cc863 // Keep track of the code space start and end pointers in case new
888 // The space must be new space. Any other space would cause ReadChunk to try
905 // returns true if the new object was in young space and false otherwise.
908 // time we need to use it to mark the space at the end of a page free.
941 // are no new space objects in current boot snapshots, so it's not needed,
1037 // This generates a case and a body for the new space (which has to do extra
1423 int space,
1428 int offset = CurrentAllocationAddress(space)
1422 SerializeReferenceToPreviousObject( int space, int address, HowToCode how_to_code, WhereToPoint where_to_point, int skip) argument
1457 int space = SpaceOfObject(heap_object); local
1566 int space = SpaceOfObject(heap_object); local
1590 int space = Serializer::SpaceOfObject(object_); local
1840 SpaceAreaSize(int space) argument
[all...]
H A Dfactory.cc174 // Internalized strings are created in the old generation (data space).
182 // Internalized strings are created in the old generation (data space).
796 size_t space = kBufferSize; local
800 OS::StrNCpy(v, message, space);
801 space -= Min(space, strlen(message));
802 p = &buffer[kBufferSize] - space;
805 if (space > 0) {
807 space--;
808 if (space >
[all...]
H A Dlog.cc1446 void Logger::HeapSampleBeginEvent(const char* space, const char* kind) { argument
1452 space, kind, OS::TimeCurrentMillis());
1457 void Logger::HeapSampleEndEvent(const char* space, const char* kind) { argument
1460 msg.Append("heap-sample-end,\"%s\",\"%s\"\n", space, kind);
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc918 // Allocate a large string (for large object space).
962 // Increase the chance of 'bump-the-pointer' allocation in old space.
967 // The plan: create JSObject which references objects in new space.
968 // Then clone this object (forcing it to go into old space) and check
983 // Step 2: allocate a lot of objects so to almost fill new space: we need
999 // Step 3: now allocate fixed array and JSObject to fill the whole new space.
1014 // Create a reference to object in new space in jsobject.
1020 // in old pointer space.
1197 // object is still located in new-space.
1525 // Allocate objects on several different old-space page
1967 PagedSpace* space = HEAP->old_pointer_space(); local
3224 AllocateAllButNBytes(v8::internal::NewSpace* space, int extra_bytes) argument
[all...]
/external/chromium_org/webkit/browser/quota/
H A Dquota_manager.cc59 // Preserve kMinimumPreserveForSystem disk space for system book-keeping
61 // TODO(kinuko): This should be like 10% of the actual disk space.
225 // No more space; cap the quota to the current usage.
276 // the available disk space.
401 void DidGetAvailableSpace(QuotaStatusCode status, int64 space) { argument
402 DCHECK_GE(space, 0);
405 usage_and_quota_.available_disk_space = space;
1532 void QuotaManager::DidGetAvailableSpace(int64 space) { argument
1533 available_space_callbacks_.Run(MakeTuple(kQuotaStatusOk, space));
/external/harfbuzz_ng/src/
H A Dhb-private.hh613 const char *space = strchr (func, ' '); local
614 if (space)
615 func = space + 1;
/external/icu4c/i18n/
H A Ducol_tok.cpp526 optionArg = start+rulesOptions[i].optionLen+1; /* start of the options, skip space */
630 const UChar* space; local
641 space = u_memchr(current, 0x0020, end - current);
642 space = space == 0 ? end : space;
643 tokenLength = space - current;
669 space = u_memchr(current, 0x0020, end - current);
670 space = space
[all...]
/external/iputils/
H A Dping6.c820 int space; local
826 space = inet6_rth_space(IPV6_RTHDR_TYPE_0, argc - 1);
828 space = inet6_srcrt_space(IPV6_SRCRT_TYPE_0, argc - 1);
830 if (space == 0) {
835 if (cmsglen + CMSG_SPACE(space) > sizeof(cmsgbuf)) {
840 if (space + cmsglen > sizeof(cmsgbuf)) {
848 srcrt->cmsg_len = CMSG_LEN(space);
851 inet6_rth_init(CMSG_DATA(srcrt), space, IPV6_RTHDR_TYPE_0, argc - 1); local
852 cmsglen += CMSG_SPACE(space);
854 cmsglen += CMSG_ALIGN(space);
[all...]
/external/kernel-headers/original/linux/
H A Dtcp.h347 /* Receiver queue space */
349 int space; member in struct:tcp_sock::__anon19659
/external/open-vcdiff/gflags/src/
H A Dgflags.cc1046 // space rather than an '='.
1274 const char* space = line.c_str(); // just has to be non-NULL local
1275 for (const char* word = line.c_str(); *space; word = space+1) {
1278 space = strchr(word, ' ');
1279 if (space == NULL)
1280 space = word + strlen(word);
1281 const string glob(word, space - word);
1670 // An (over)estimate of how much space it will take to print this flag
/external/openssh/
H A Dkey.c660 char *cp, *space; local
702 space = strchr(cp, ' ');
703 if (space == NULL) {
707 *space = '\0';
716 *space = ' ';
721 cp = space+1;
/external/openssl/apps/
H A Ds_client.c1965 static const char *space=" "; local
2047 BIO_write(bio,space,15-j%25);
H A Ds_server.c2708 static const char *space=" "; local
2751 BIO_write(io,space,26-j);
/external/ppp/pppd/
H A Dsys-solaris.c584 char space[64]; member in struct:__anon23863
2229 char space[64]; member in struct:__anon23864
2641 unsigned char space[64]; member in union:__anon23866
2731 * the uid given. Assumes slave_name points to MAXPATHLEN bytes of space.
/external/regex-re2/re2/
H A Ddfa.cc453 // Account for space needed for DFA, q0, q1, astack.
764 char* space = new char[mem]; local
765 State* s = reinterpret_cast<State*>(space);
/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...]
/external/valgrind/main/callgrind/
H A Dsim.c1477 int len, n_commas, i, j, new_len, space; local
1483 space = field_width - new_len;
1486 if (space < 0) space = 0;
1491 buf[i + n_commas + space] = buf[i];
1496 buf[i + n_commas + space] = ',';
1500 for (i = 0; i < space; i++) buf[i] = ' ';
1507 int i, len, space; local
1511 space = field_width - len;
1512 if (space <
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c152 HChar* space = ppc64_linux_format ? " " : ""; local
173 sym_svma, space, sym->st_size + 0UL,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp108 // Replace &nbsp with a real space since ICU no longer treats &nbsp as a word separator.
812 const UChar space = ' '; local
813 float spaceWidth = font.width(RenderBlock::constructTextRun(this, font, &space, 1, style()));
925 // space, then subtract its width.
926 float wordTrailingSpaceWidth = f.typesettingFeatures() & Kerning ? f.width(RenderBlock::constructTextRun(this, f, &space, 1, styleToUse)) + wordSpacing : 0;
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h243 /* xml:space values */
244 int * space; /* Should the parser preserve spaces */ member in struct:_xmlParserCtxt
247 int * spaceTab; /* array of space infos */
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c37 infringing on user name space. This should be done even for local
1513 /* Avoid sprintf, as that infringes on the user's name space.
3767 token_t *space; local
3770 space = _token_create_ival (list, SPACE, SPACE);
3771 _token_list_append (list, space);
3807 /* Look ahead for a PASTE token, skipping space. */
3820 /* Now find the next non-space token after the PASTE. */
4358 /* Copy list, eliminating any space tokens. */
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc310 stop("Remembered set pointer is in new space");
2947 // safe in new-space because the limit of the heap is aligned there.
2962 // Calculate new top and bail out if new space is exhausted. Use result
3034 // safe in new-space because the limit of the heap is aligned there.
3049 // Calculate new top and bail out if new space is exhausted. Use result
3108 // Allocate two-byte string in new space.
3138 // Allocate ASCII string in new space.
3255 // Allocates a heap number or jumps to the label if the young space is full and
4686 int space = FPURegister::kMaxNumRegisters * kDoubleSize; local
4687 Subu(sp, sp, Operand(space));
[all...]

Completed in 6053 milliseconds

12345678