Searched defs:segment (Results 1 - 25 of 172) sorted by path

1234567

/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder.cc52 void UrlToFilenameEncoder::AppendSegment(string* segment, string* dest) { argument
53 CHECK(!segment->empty());
54 if ((*segment == ".") || (*segment == "..")) {
56 dest->append(*segment);
57 segment->clear();
59 size_t segment_size = segment->size();
61 // We need to inject ",-" at the end of the segment to signify that
68 if ((*segment)[segment_size - 1] == kEscapeChar) {
70 } else if ((*segment)[segment_siz
95 string segment; local
[all...]
/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/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp291 LineSegment segment = computedShape().getExcludedInterval((borderBoxLineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - borderBoxLineTop)); local
292 if (segment.isValid) {
294 LayoutUnit rawLeftMarginBoxDelta = segment.logicalLeft + logicalLeftOffset() + logicalLeftMargin;
298 LayoutUnit rawRightMarginBoxDelta = segment.logicalRight + logicalLeftOffset() - containingBlock.logicalWidthForChild(&m_renderer) - logicalRightMargin;
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/platform/
H A DSharedBuffer.cpp91 const char* segment; local
93 while (unsigned segmentLength = sharedBuffer->getSomeData(segment, offset)) {
95 memcpy(snippet + offset, segment, length);
235 const char* segment; local
237 while (size_t length = data->getSomeData(segment, position)) {
238 append(segment, length);
259 char* segment; local
261 segment = allocateSegment();
262 m_segments.append(segment);
264 segment
304 const char* segment = 0; local
391 const char* segment = 0; local
[all...]
H A DSharedBufferChunkReader.cpp100 // Read the next segment.
136 const char* segment = 0; local
137 while (size_t segmentLength = m_buffer->getSomeData(segment, bufferPosition)) {
139 data.append(segment, requestedSize - readBytesCount);
143 data.append(segment, segmentLength);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DThreadSafeDataTransport.cpp50 const char* segment = 0; local
51 while (size_t length = buffer->getSomeData(segment, m_readPosition)) {
53 newBufferQueue.append(SharedBuffer::create(segment, length));
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
H A DPNGImageDecoder.cpp148 const char* segment; local
149 while (unsigned segmentLength = data.getSomeData(segment, m_readOffset)) {
152 png_process_data(m_png, m_info, reinterpret_cast<png_bytep>(const_cast<char*>(segment)), segmentLength);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c243 char segment[0x40]; local
255 ** size class scope module segment object symbol ....
267 segment,
277 ** Qualify the segment class.
290 ERROR_REPORT(retval, segClass, "Unable to determine segment class.");
393 if(NULL != strstr(segment, inOptions->mMatchSections[loop]))
H A Dmaptsvdifftool.c141 ** What type of data a segment holds.
392 char segment[0x40]; local
414 segment,
434 ERROR_REPORT(retval, segClass, "Unable to determine segment class.");
444 ** the segment
490 if(0 == strcmp(segment, theModule->mSegments[segmentIndex].mSegment))
508 theModule->mSegments[segmentIndex].mSegment = strdup(segment);
512 ERROR_REPORT(retval, segment, "Unable to duplicate string.");
518 ERROR_REPORT(retval, inOptions->mProgramName, "Unable to increase segment array.");
697 ** Go through and perform the steps on each section/segment
[all...]
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.c35 /* Get new segment for given axis. */
43 AF_Segment segment = NULL; local
50 FT_Int big_max = (FT_Int)( FT_INT_MAX / sizeof ( *segment ) );
69 segment = axis->segments + axis->num_segments++;
72 *asegment = segment;
549 * note that we don't need to free the segment and edge
1179 /* PASS 1: Move segment points to edge positions */
H A Daflatin.c325 /* segment; we first need to find in which contour the extremum */
395 /* now set the `round' flag depending on the segment's kind */
799 AF_Segment segment = NULL; local
847 FT_Pos min_pos = 32000; /* minimum segment pos != min_coord */
848 FT_Pos max_pos = -32000; /* maximum segment pos != max_coord */
892 /* we are just leaving an edge; record a new segment! */
893 segment->last = point;
894 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 );
896 /* a segment is round if either its first or last point */
898 if ( ( segment
[all...]
H A Daflatin2.c291 /* segment; we first need to find in which contour the extremum */
335 /* now, set the `round' flag depending on the segment's kind */
712 AF_Segment segment = NULL; local
773 else /* otherwise, find first segment start, if any */
791 /* we're at the start of a new segment */
818 /* record new segment */
819 error = af_axis_hints_new_segment( axis, memory, &segment );
823 segment[0] = seg0;
824 segment->dir = first->out_dir;
825 segment
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.c287 GX_AVarSegment segment; local
314 segment = &blend->avar_segment[0];
315 for ( i = 0; i < axisCount; ++i, ++segment )
317 segment->pairCount = FT_GET_USHORT();
318 if ( FT_NEW_ARRAY( segment->correspondence, segment->pairCount ) )
331 for ( j = 0; j < segment->pairCount; ++j )
333 segment->correspondence[j].fromCoord =
335 segment->correspondence[j].toCoord =
/external/chromium_org/third_party/icu/source/common/
H A Dcaniter.cpp228 // allocate the arrays, and find the strings that are CE to each segment
242 // for each segment, get all the combinations that can produce
341 // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
342 UnicodeString* CanonicalIterator::getEquivalents(const UnicodeString &segment, int32_t &result_len, UErrorCode &status) { argument
354 int32_t segLen = segment.extract(USeg, 256, status);
384 // TODO: check if operator == is semanticaly the same as attempt.equals(segment)
385 if (attempt==segment) {
430 Hashtable *CanonicalIterator::getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status) { argument
436 //if (PROGRESS) printf("Adding: %s\n", UToS(Tr(segment)));
438 UnicodeString toPut(segment, segLe
498 extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) argument
[all...]
H A Dnormlzr.cpp481 UnicodeString segment(text->next32PostInc());
488 segment.append(c);
492 fNorm2->normalize(segment, buffer, errorCode);
504 UnicodeString segment; local
507 segment.insert(0, c);
514 fNorm2->normalize(segment, buffer, errorCode);
H A Dustring.cpp1354 /* Append an escape-free segment of the text; used by u_unescape() */
1369 const char *segment = src; local
1380 if (src != segment) {
1383 segment, (int32_t)(src - segment));
1385 i += (int32_t)(src - segment);
1398 segment = src;
1403 if (src != segment) {
1406 segment, (int32_t)(src - segment));
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dnortrans.cpp135 UnicodeString segment; local
142 segment.remove();
144 segment.append(c);
154 fNorm2.normalize(segment, normalized, errorCode);
158 if(segment != normalized) {
/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/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1105 void Chapter::set_time(const Segment& segment, uint64 start_ns, uint64 end_ns) { argument
1106 const SegmentInfo* const info = segment.GetSegmentInfo();
2184 // Do not close any writers until the segment size has been written,
2279 // If the segment has a video track hold onto audio frames to make sure the
2338 // If the segment has a video track hold onto audio frames to make sure the
2398 // If the segment has a video track hold onto audio frames to make sure the
2601 // TODO(fgalligan): Support more than one segment.
2605 // Write "unknown" (-1) as segment size value. If mode is kFile, Segment
2613 // Write "unknown" (EBML coded -1) as segment size value. We need to write 8
2614 // bytes because if we are going to overwrite the segment siz
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c42 int segment; local
46 // Clear down the segment map.
70 for (segment = 1; segment < active_segments; ++segment) {
73 aq_c_q_adj_factor[aq_strength][segment],
76 // For AQ complexity mode, we dont allow Q0 in a segment if the base
77 // Q is not 0. Q0 (lossless) implies 4x4 only and in AQ mode 2 a segment
84 vp9_enable_segfeature(seg, segment, SEG_LVL_ALT_Q);
85 vp9_set_segdata(seg, segment, SEG_LVL_ALT_
110 unsigned char segment; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dwebmdec.cc27 if (webm_ctx->segment != NULL) {
28 mkvparser::Segment *const segment = member in class:__anon13231::mkvparser
29 reinterpret_cast<mkvparser::Segment*>(webm_ctx->segment);
30 delete segment;
36 webm_ctx->segment = NULL;
47 mkvparser::Segment *const segment = member in class:__anon13231::mkvparser
48 reinterpret_cast<mkvparser::Segment*>(webm_ctx->segment);
49 const mkvparser::Cluster *const cluster = segment->GetFirst();
73 mkvparser::Segment* segment; local
74 if (mkvparser::Segment::CreateInstance(reader, pos, segment)) {
123 mkvparser::Segment *const segment = member in class:mkvparser
[all...]

Completed in 3367 milliseconds

1234567