Searched defs:segment (Results 126 - 150 of 172) sorted by relevance

1234567

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp813 FPDF_SEGMENT segment; local
814 segment.m_Start = 0;
815 segment.m_nCount = 0;
825 segment.m_Start = pos;
826 segment.m_nCount = 1;
829 segment.m_nCount++;
834 segment.m_Start = pos;
835 segment.m_nCount = 1;
838 segment.m_nCount++;
844 segment
[all...]
/external/stressapptest/src/
H A Dworker.cc2542 segment_size_ = -1; // use the entire disk as one segment
2644 logprintf(0, "Process Error: Blocks per segment must be greater than "
2828 // Confine testing to a particular segment of the disk.
2829 int64 segment = (block_num / blocks_per_segment_) % num_segments; local
2832 logprintf(20, "Log: Starting to write segment %lld out of "
2834 segment, num_segments, device_name_.c_str(),
2839 BlockData *block = block_table_->GetUnusedBlock(segment);
2842 // next block to process. Soon, a new segment will come and new
2849 // 1. In order to allocate 'y' blocks from a segment, the
2850 // segment mus
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c519 char *segment; member in struct:TSegmentAssume
523 const char *tasm_get_segment_register(const char *segment) argument
529 if (!strcmp(assume->segment, segment))
820 } else if (!nasm_stricmp(q, "segment")) {
825 error(ERR_FATAL, "SEGMENT: already in a segment context");
878 /* segment register name */
895 /* segment name */
898 assume->segment = nasm_strndup(p, q-p);
/external/elfutils/0.153/src/
H A Dldgeneric.c1086 /* Check whether we need a TLS segment. */
2455 We also have to create the dynamic segment which is a special
2974 /* Convert the output segment list in a single-linked list. */
2975 struct output_segment *segment = ld_state.output_segments->next; local
2977 ld_state.output_segments = segment;
2985 for (segment_nr = 0; segment != NULL; segment = segment->next, ++segment_nr)
2989 for (orule = segment->output_rules; orule != NULL; orule = orule->next)
3010 if ((segment
6228 struct output_segment *segment = ld_state.output_segments; local
[all...]
/external/libvpx/libvpx/third_party/nestegg/src/
H A Dnestegg.c262 struct segment { struct
305 struct segment segment; member in struct:nestegg
451 E_MASTER(ID_SEEK_HEAD, TYPE_MASTER, struct segment, seek_head),
452 E_SINGLE_MASTER(ID_INFO, TYPE_MASTER, struct segment, info),
453 E_MASTER(ID_CLUSTER, TYPE_MASTER, struct segment, cluster),
454 E_SINGLE_MASTER(ID_TRACKS, TYPE_MASTER, struct segment, tracks),
455 E_SINGLE_MASTER(ID_CUES, TYPE_MASTER, struct segment, cues),
461 E_SINGLE_MASTER_O(ID_SEGMENT, TYPE_MASTER, nestegg, segment),
1188 if (ne_get_uint(ctx->segment
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3531 const char* segment = data; local
3534 const char* const next_segment = strstr(segment, "]]>");
3537 segment, static_cast<std::streamsize>(next_segment - segment));
3539 segment = next_segment + strlen("]]>");
3541 *stream << segment; local
5067 // sequences. Then we print one segment at a time. At the end of
5069 // next segment.
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc3205 const char* segment = data; local
3208 const char* const next_segment = strstr(segment, "]]>");
3211 segment, static_cast<std::streamsize>(next_segment - segment));
3213 segment = next_segment + strlen("]]>");
3215 *stream << segment; local
4674 // sequences. Then we print one segment at a time. At the end of
4676 // next segment.
/external/chromium_org/v8/src/
H A Dgdb-jit.cc226 MachOSection(const char* name, const char* segment, uint32_t align, argument
228 : name_(name), segment_(segment), align_(align), flags_(flags) {
/external/gtest/src/
H A Dgtest.cc3248 const char* segment = data; local
3251 const char* const next_segment = strstr(segment, "]]>");
3254 segment, static_cast<std::streamsize>(next_segment - segment));
3256 segment = next_segment + strlen("]]>");
3258 *stream << segment; local
4791 // sequences. Then we print one segment at a time. At the end of
4793 // next segment.
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3177 const char* segment = data; local
3180 const char* const next_segment = strstr(segment, "]]>");
3183 segment, static_cast<std::streamsize>(next_segment - segment));
3185 segment = next_segment + strlen("]]>");
3187 *stream << segment; local
4642 // sequences. Then we print one segment at a time. At the end of
4644 // next segment.
/external/mesa3d/src/gtest/src/
H A Dgtest.cc3205 const char* segment = data; local
3208 const char* const next_segment = strstr(segment, "]]>");
3211 segment, static_cast<std::streamsize>(next_segment - segment));
3213 segment = next_segment + strlen("]]>");
3215 *stream << segment; local
4674 // sequences. Then we print one segment at a time. At the end of
4676 // next segment.
/external/protobuf/gtest/src/
H A Dgtest.cc3168 const char* segment = data; local
3171 const char* const next_segment = strstr(segment, "]]>");
3173 stream->write(segment, next_segment - segment);
3175 segment = next_segment + strlen("]]>");
3177 *stream << segment; local
4431 // sequences. Then we print one segment at a time. At the end of
4433 // next segment.
/external/qemu/disas/
H A Di386.c5641 bfd_vma segment = 0; local
5660 the same segment. Otherwise, a data16 prefix on a jump
5665 segment = ((start_pc + codep - start_codep)
5674 disp = ((start_pc + codep - start_codep + disp) & mask) | segment;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c68 relative to segment (here it is one PE section), which in
72 directly to the image base, without the segment indirection.
400 unsigned short segment; member in struct:_PDB_SYMBOL_RANGE
412 unsigned short segment; member in struct:_PDB_SYMBOL_RANGE_EX
535 unsigned short segment; member in struct:codeview_symbol::__anon32483
546 unsigned short segment; member in struct:codeview_symbol::__anon32484
556 unsigned short segment; member in struct:codeview_symbol::__anon32485
568 unsigned short segment; member in struct:codeview_symbol::__anon32486
582 unsigned short segment; member in struct:codeview_symbol::__anon32487
599 unsigned short segment; member in struct:codeview_symbol::__anon32488
617 unsigned short segment; member in struct:codeview_symbol::__anon32489
634 unsigned short segment; member in struct:codeview_symbol::__anon32490
645 unsigned short segment; member in struct:codeview_symbol::__anon32491
655 unsigned short segment; member in struct:codeview_symbol::__anon32492
734 unsigned short segment; member in struct:codeview_symbol::__anon32500
746 unsigned short segment; member in struct:codeview_symbol::__anon32501
755 unsigned short segment; member in struct:codeview_symbol::__anon32502
765 unsigned short segment; member in struct:codeview_symbol::__anon32503
865 unsigned short segment; member in struct:codeview_symbol::__anon32514
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4732 const char* segment = data; local
4735 const char* const next_segment = strstr(segment, "]]>");
4738 segment, static_cast<std::streamsize>(next_segment - segment));
4740 segment = next_segment + strlen("]]>");
4742 *stream << segment; local
6275 // sequences. Then we print one segment at a time. At the end of
6277 // next segment.
9069 // Prints a segment of bytes in the given object.
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c138 ** iterate through a segment's entire leaf layer). Leaf nodes have
223 ** The segment directory in table %_segdir stores meta-information for
225 ** segment's tree.
227 ** The root node is the top node of the segment's tree after encoding
228 ** the entire segment, restricted to ROOT_MAX bytes (default 1024).
235 ** The meta-information in the segment directory is:
236 ** level - segment level (see below)
238 ** - (level,idx uniquely identify a segment)
254 ** written individually (using LeafWriter) to a level 0 segment, with
256 ** level 0 segments are merged into a single level 1 segment
6412 int segment; member in struct:OptLeavesReader
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4732 const char* segment = data; local
4735 const char* const next_segment = strstr(segment, "]]>");
4738 segment, static_cast<std::streamsize>(next_segment - segment));
4740 segment = next_segment + strlen("]]>");
4742 *stream << segment; local
6275 // sequences. Then we print one segment at a time. At the end of
6277 // next segment.
9071 // Prints a segment of bytes in the given object.
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c93 // - EBDA segment.
94 // I used memory starting at 0x121 in the segment
298 mov ax, 4[bp] ; segment
426 mov ax, 4[bp] ; segment
454 mov ax, 4[bp] ; segment
746 Bit16u segment; member in struct:__anon30270
1282 mov ax, 4[bp] ; segment
1305 mov ax, 4[bp] ; segment
1330 mov ax, 4[bp] ; segment
1356 mov ax, 4[bp] ; segment
5218 Bit16u segment, offset; local
5628 Bit16u count, segment, offset, i, size; local
6053 Bit16u before, segment, offset; local
6318 Bit16u count, segment, offset; local
8392 Bit16u segment, offset; local
9072 ;- POST: EBDA segment local
[all...]

Completed in 3177 milliseconds

1234567