HomeSort by relevance Sort by last modified time
    Searched full:markers (Results 1 - 25 of 1065) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
badaddrvalue.vgtest 2 vgopts: -q --error-markers=[[[,]]]
manuel1.vgtest 2 vgopts: -q --error-markers=[[[
manuel2.vgtest 2 vgopts: -q --error-markers=,]]]
manuel3.vgtest 2 vgopts: -q --error-markers=,
supponlyobj.vgtest 7 # test suppressions with only obj: markers
  /external/markdown/tests/extensions-x-footnotes/
named_markers.txt 2 that have named[^bar] markers and
3 oddly[^56] numbered[^99] markers.
  /external/valgrind/memcheck/tests/solaris/
supponlyobj.vgtest 1 # Test suppressions with only obj: markers.
  /external/chromium-trace/catapult/tracing/tracing/metrics/system_health/
clock_sync_latency_metric.html 17 function syncIsComplete(markers) {
18 return markers.length === 2;
21 function syncInvolvesTelemetry(markers) {
22 for (var marker of markers)
30 for (var markers of model.clockSyncManager.markersBySyncId.values()) {
33 if (!syncIsComplete(markers) || !syncInvolvesTelemetry(markers))
36 for (var marker of markers) {
  /external/markdown/tests/misc/
br.txt 14 `+`, and `-`) as list markers. These three markers are
br.html 10 <code>+</code>, and <code>-</code>) as list markers. These three markers are
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStream.m 40 @synthesize markers;
70 markers = [ANTLRPtrBuffer newANTLRPtrBufferWithLen:10];
71 [markers retain];
72 [markers addObject:[NSNull null]]; // ANTLR generates code that assumes markers to be 1-based,
88 markers = [[ANTLRPtrBuffer newANTLRPtrBufferWithLen:10] retain];
89 [markers addObject:[NSNull null]]; // ANTLR generates code that assumes markers to be 1-based,
105 markers = [ANTLRPtrBuffer newANTLRPtrBufferWithLen:100];
106 [markers retain]
    [all...]
  /external/pdfium/third_party/agg23/
agg_conv_adaptor_vcgen.h 33 class Markers = null_markers> class conv_adaptor_vcgen
57 Markers& markers() function in class:agg::conv_adaptor_vcgen
61 const Markers& markers() const function in class:agg::conv_adaptor_vcgen
72 conv_adaptor_vcgen(const conv_adaptor_vcgen<VertexSource, Generator, Markers>&);
73 const conv_adaptor_vcgen<VertexSource, Generator, Markers>&
74 operator = (const conv_adaptor_vcgen<VertexSource, Generator, Markers>&);
77 Markers m_markers;
83 template<class VertexSource, class Generator, class Markers>
    [all...]
agg_conv_dash.h 27 template<class VertexSource, class Markers = null_markers>
28 struct conv_dash : public conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> {
29 typedef Markers marker_type;
30 typedef conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> base_type;
32 conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers>(vs)
56 conv_dash(const conv_dash<VertexSource, Markers>&);
57 const conv_dash<VertexSource, Markers>&
58 operator = (const conv_dash<VertexSource, Markers>&);
agg_conv_stroke.h 27 template<class VertexSource, class Markers = null_markers>
29 public conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> {
30 typedef Markers marker_type;
31 typedef conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> base_type;
33 conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers>(vs)
105 conv_stroke(const conv_stroke<VertexSource, Markers>&);
106 const conv_stroke<VertexSource, Markers>&
107 operator = (const conv_stroke<VertexSource, Markers>&);
  /external/clang/test/Frontend/
rewrite-includes-line-markers.c 6 // GNU: {{^}}# 1 "{{.*}}rewrite-includes-line-markers.c"
12 // GNU: {{^}}# 4 "{{.*}}rewrite-includes-line-markers.c" 2
15 // LINE: {{^}}#line 1 "{{.*}}rewrite-includes-line-markers.c"
21 // LINE: {{^}}#line 4 "{{.*}}rewrite-includes-line-markers.c"
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
imageSegmentation.cpp 94 // This will be the markers for the foreground objects
109 // Find total markers
114 Mat markers = Mat::zeros(dist.size(), CV_32SC1); local
116 // Draw the foreground markers
118 drawContours(markers, contours, static_cast<int>(i), Scalar::all(static_cast<int>(i)+1), -1);
121 circle(markers, Point(5,5), 3, CV_RGB(255,255,255), -1);
122 imshow("Markers", markers*10000);
127 watershed(src, markers);
129 Mat mark = Mat::zeros(markers.size(), CV_8UC1)
    [all...]
  /external/opencv3/samples/cpp/
watershed.cpp 24 "\t (before that, roughly outline several markers on the image)\n";
93 Mat markers(markerMask.size(), CV_32S);
94 markers = Scalar::all(0);
97 drawContours(markers, contours, idx, Scalar::all(compCount+1), -1, 8, hierarchy, INT_MAX);
113 watershed( img0, markers );
117 Mat wshed(markers.size(), CV_8UC3);
120 for( i = 0; i < markers.rows; i++ )
121 for( j = 0; j < markers.cols; j++ )
123 int index = markers.at<int>(i,j);
  /external/autotest/site_utils/bootperf-bin/
perfprinter.py 30 markers = keylist
32 markers = keyset.markers
33 for stat in markers:
64 markers = keylist
66 markers = keyset.markers
75 for stat in markers:
  /external/llvm/test/Transforms/Inline/
crash-lifetime-marker.ll 3 ; InlineFunction would assert inside the loop that leaves lifetime markers if
5 ; leave lifetime markers in that case.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
pem.py 5 # The markers parameters is in form ('start1', 'stop1'), ('start2', 'stop2')...
7 def readPemBlocksFromFile(fileObj, *markers):
9 enumerate(map(lambda x: x[0], markers))))
11 enumerate(map(lambda x: x[1], markers))))
  /external/chromium-trace/catapult/third_party/graphy/graphy/
line_chart_test.py 40 markers='markers', label='label')
46 self.assertEqual(series.markers, 'markers')
61 chart.AddLine([1, 2, 3], 'label', 'color', markers=[x])
63 self.assertEqual([x], chart.data[0].markers)
line_chart.py 98 pattern=LineStyle.SOLID, width=LineStyle.THIN, markers=None):
110 markers: List of Marker objects to attach to this line (see DataSeries
115 'You passed a list of Markers instead of a color. The '
116 'old argument order (markers before color) is deprecated.',
120 markers=markers)
124 def AddSeries(self, points, color=None, style=LineStyle.solid, markers=None,
130 pattern=(style.on, style.off), markers=markers,
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
Marker.java 31 * Markers are named objects used to enrich log statements. Conforming logging
32 * system Implementations of SLF4J determine how information conveyed by markers
37 * Markers can contain references to other markers, which in turn may contain
124 * Markers are considered equal if they have the same name.
135 * Note that markers are considered equal if they have the same name.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRStringStream.as 54 protected var markers:Array;
128 if ( markers==null ) {
129 markers = new Array();
130 markers.push(null); // depth 0 means no backtracking, leave blank
134 if ( markDepth>=markers.length ) {
136 markers.push(state);
139 state = CharStreamState(markers[markDepth]);
149 var state:CharStreamState = CharStreamState(markers[m]);
162 // unwind any other markers made after m and release m
  /external/clang/test/CodeGen/
lifetime-debuginfo-1.c 3 // Inserting lifetime markers should not affect debuginfo

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>