Searched refs:marker (Results 101 - 125 of 417) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp6 static bool replace(const char* fun, const char* dir, const char* filename, const char* marker, argument
26 char* opInsert = strstr(opData.begin(), marker);
28 SkDebugf("%s missing marker in %s\n", fun, outFileStr.c_str());
33 const char* opInsertEnd = opInsert + strlen(marker);
37 SkDebugf("%s missing marker second half in %s\n", fun, outFileStr.c_str());
/external/skia/experimental/Intersection/AddTestOutput/
H A Dmain.cpp6 static bool replace(const char* fun, const char* dir, const char* filename, const char* marker, argument
26 char* opInsert = strstr(opData.begin(), marker);
28 SkDebugf("%s missing marker in %s\n", fun, outFileStr.c_str());
33 const char* opInsertEnd = opInsert + strlen(marker);
37 SkDebugf("%s missing marker second half in %s\n", fun, outFileStr.c_str());
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp154 static bool checkExifHeader(jpeg_saved_marker_ptr marker, bool& isBigEndian, unsigned& ifdOffset) argument
163 if (!(marker->marker == exifMarker
164 && marker->data_length >= exifHeaderSize
165 && marker->data[0] == 'E'
166 && marker->data[1] == 'x'
167 && marker->data[2] == 'i'
168 && marker->data[3] == 'f'
169 && marker->data[4] == '\0'
171 && ((marker
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3intstream.h111 /** Last marker position allocated
128 * current input position, index(), or some other marker so that
139 /** Reset the stream so that next call to index would return marker.
140 * The marker will usually be index() but it doesn't have to be. It's
141 * just a marker to indicate what state the stream was in. This is
143 * created after this marker argument, this routine must unroll them
144 * like a stack. Assume the state the stream was in when this marker
147 void (*rewind) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER marker);
149 /** Reset the stream to the last marker position, witouh destryoing the
150 * last marker positio
[all...]
/external/chromium_org/media/cast/net/rtp/
H A Drtp_header_parser.h29 bool marker; member in struct:media::cast::RtpCastTestHeader
H A Drtp_packet_builder.h26 void SetMarkerBit(bool marker);
H A Drtp_packet_builder.cc50 void RtpPacketBuilder::SetMarkerBit(bool marker) { marker_ = marker; } argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Djcinit.c75 (*cinfo->marker->write_file_header) (cinfo);
/external/chromium_org/v8/src/
H A Dhydrogen-environment-liveness.h32 void ZapEnvironmentSlotsForInstruction(HEnvironmentMarker* marker);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRStringStream.js144 * current input position, index(), or some other marker so that
177 * Rewind to the input position of the last marker.
181 * Do not "pop" the marker off the state. mark(i)
183 * like invoking rewind(last marker) but it should not "pop"
184 * the marker off. It's like seek(last marker's input position).
203 * stream to keep bookkeeping objects around for a marker that is
206 * This must throw away resources for all markers back to the marker
209 * @param {Number} marker the mark depth above which all mark states will
212 release: function(marker) {
[all...]
H A DCommonTokenStream.js250 release: function(marker) {
262 rewind: function(marker) {
263 if (!org.antlr.lang.isNumber(marker)) {
264 marker = this.lastMarker;
266 this.seek(marker);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRDebugEventListener.h89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRDebugEventListener.h89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDebugEventListener.h89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDebugEventListener.h89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
H A DANTLRStringStream.h80 - (void) rewind:(NSInteger) marker;
82 - (void) release:(NSInteger) marker;
/external/chromium_org/sandbox/win/src/
H A Dhandle_closer_test.cc18 // Returns a handle to a unique marker file that can be retrieved between runs.
66 // Create a unique marker file that is open while the test is running.
116 base::win::ScopedHandle marker(GetMarkerFile(kFileExtensions[i]));
117 CHECK(marker.IsValid());
118 CHECK(sandbox::GetHandleName(marker.Get(), &handle_name));
136 base::win::ScopedHandle marker(GetMarkerFile(kFileExtensions[i]));
137 CHECK(marker.IsValid());
138 CHECK(sandbox::GetHandleName(marker.Get(), &handle_name));
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcros_log_visualizer_view.js113 this.marker.addMarkHistory(this.currentQuery);
167 this.marker.getHighlightedEntry(entry, 'processName', cells[2]);
171 this.marker.getHighlightedEntry(entry, 'processID', cells[3]);
175 this.marker.getHighlightedEntry(entry, 'description', cells[4]);
328 * Called during the initialization. It creates the log marker that
332 this.marker = new CrosLogMarker(this);
/external/libvorbis/lib/
H A Denvelope.c282 float *marker=alloca(v->pcm_current*sizeof(*marker));
284 memset(marker,0,sizeof(*marker)*v->pcm_current);
298 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m].markers[l]*.1;
299 _analysis_output_always(buf,seq,marker,v->pcm_current,0,0,totalshift);
305 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->filter[m+VE_BANDS].markers[l]*.1;
306 _analysis_output_always(buf,seq,marker,v->pcm_current,0,0,totalshift);
309 for(l=0;l<last;l++)marker[l*ve->searchstep]=ve->mark[l]*.4;
310 _analysis_output_always("mark",seq,marker,
[all...]
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_viewport.js284 var marker = new ViewportMarker(this, positionWorld);
285 this.markers.push(marker);
288 return marker;
291 removeMarker: function(marker) {
293 if (this.markers[i] === marker) {
309 var marker = this.markers[i];
310 return marker;
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Druler_track.js70 var marker = this.viewport.findMarkerNear(worldX, 6);
74 if (!marker) {
75 marker = this.viewport.addMarker(worldX);
78 marker.selected = true;
86 marker.positionWorld = worldX;
91 marker.selected = false;
93 this.viewport.removeMarker(marker);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DresponsiveDesignView.css484 .media-inspector-marker-container {
490 .media-inspector-marker {
498 .media-inspector-marker-inactive {
502 .media-inspector-marker:hover {
508 .media-inspector-marker-max-width {
514 .media-inspector-marker-min-max-width {
521 .media-inspector-marker-min-max-width:hover {
525 .media-inspector-marker-min-width {
533 .media-inspector-marker:not(:hover) .media-inspector-marker
[all...]
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dcloudstorage_api.py185 def listbucket(path_prefix, marker=None, prefix=None, max_keys=None,
207 marker: Another path prefix. Only objects whose fullpath starts
208 lexicographically after marker will be returned (exclusive).
227 listbucket("/bucket/f", marker="/bucket/foo/1")
247 The last name yielded can be used as next call's marker.
255 if marker and marker.startswith(bucket):
256 marker = marker[len(bucket) + 1:]
261 if marker
[all...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.js241 release: function(marker) {
249 rewind: function(marker) {
250 if (!org.antlr.lang.isNumber(marker)) {
251 marker = this.lastMarker;
253 this.seek(marker);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb149 def rewind( marker = nil )
150 @debug_listener.rewind( marker )
151 super( marker || @last_marker )

Completed in 791 milliseconds

1234567891011>>