Searched refs:marker (Results 201 - 225 of 389) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTreeNodeStream.h133 - (void) release:(NSInteger) marker;
136 - (void) rewind:(NSInteger) marker;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTreeNodeStream.h135 - (void) release:(NSInteger) marker;
136 - (void) rewind:(NSInteger) marker;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DbreakpointsList.css94 li.breakpoint-hit .breakpoint-hit-marker {
/external/mockito/src/org/mockito/internal/creation/
H A DAcrossJVMSerializationFeature.java252 * for a Mockito marker. If this marker is found it will try to resolve the mockito class otherwise it
258 * When this marker is found, {@link ClassImposterizer} methods are being used to create the mock class.
346 * @param marker The marker to identify.
351 private boolean notMarkedAsAMockitoMock(Object marker) throws IOException, ClassNotFoundException { argument
352 return !MOCKITO_PROXY_MARKER.equals(marker);
390 * Returns the Mockito marker if this class is a Mockito mock.
393 * @return The marker if this is a Mockito proxy class, otherwise returns a void marker
[all...]
/external/jpeg/
H A Djpeglib.h85 * (not the zigzag order in which they are stored in a JPEG DQT marker).
101 /* These two fields directly represent the contents of a JPEG DHT marker */
119 /* for decompression, they are read from the SOF marker. */
127 /* for decompression, they are read from the SOS marker. */
197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ member in struct:jpeg_marker_struct
200 JOCTET FAR * data; /* the data contained in the marker */
201 /* the marker length word is not counted in data_length or original_length */
341 boolean write_JFIF_header; /* should a JFIF marker be written? */
345 /* into the JFIF APP0 marker
403 struct jpeg_marker_writer * marker; member in struct:jpeg_compress_struct
632 struct jpeg_marker_reader * marker; member in struct:jpeg_decompress_struct
[all...]
H A Djcmaster.c460 (*cinfo->marker->write_frame_header) (cinfo);
461 (*cinfo->marker->write_scan_header) (cinfo);
493 (*cinfo->marker->write_frame_header) (cinfo);
494 (*cinfo->marker->write_scan_header) (cinfo);
H A Djdhuff.c305 /* We fail to do so only if we hit a marker or are forced to suspend. */
307 if (cinfo->unread_marker == 0) { /* cannot advance past a marker */
323 /* Loop here to discard any padding FF's on terminating marker,
343 /* Oops, it's actually a marker indicating end of compressed data.
344 * Save the marker code for later use.
345 * Fine point: it might appear that we should save the marker into
347 * once we have hit a marker, we cannot need to suspend within the
363 /* We get here if we've read the marker that terminates the compressed
464 * Check for a restart marker & resynchronize decoder.
476 cinfo->marker
[all...]
H A Djdphuff.c222 * Check for a restart marker & resynchronize decoder.
234 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8;
237 /* Advance past the RSTn marker */
238 if (! (*cinfo->marker->read_restart_marker) (cinfo))
251 * against a marker. In that case we will end up treating the next data
297 /* Process restart marker if needed; may have to suspend */
367 /* Process restart marker if needed; may have to suspend */
449 /* Process restart marker if needed; may have to suspend */
505 /* Process restart marker if needed; may have to suspend */
653 offset->next_restart_num = cinfo->marker
[all...]
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h152 * (not the zigzag order in which they are stored in a JPEG DQT marker).
168 /* These two fields directly represent the contents of a JPEG DHT marker */
186 /* for decompression, they are read from the SOF marker. */
194 /* for decompression, they are read from the SOS marker. */
264 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ member in struct:jpeg_marker_struct
267 JOCTET * data; /* the data contained in the marker */
268 /* the marker length word is not counted in data_length or original_length */
404 boolean write_JFIF_header; /* should a JFIF marker be written? */
408 /* into the JFIF APP0 marker
466 struct jpeg_marker_writer * marker; member in struct:jpeg_compress_struct
691 struct jpeg_marker_reader * marker; member in struct:jpeg_decompress_struct
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djpeglib.h152 * (not the zigzag order in which they are stored in a JPEG DQT marker).
168 /* These two fields directly represent the contents of a JPEG DHT marker */
186 /* for decompression, they are read from the SOF marker. */
194 /* for decompression, they are read from the SOS marker. */
264 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ member in struct:jpeg_marker_struct
267 JOCTET * data; /* the data contained in the marker */
268 /* the marker length word is not counted in data_length or original_length */
404 boolean write_JFIF_header; /* should a JFIF marker be written? */
408 /* into the JFIF APP0 marker
466 struct jpeg_marker_writer * marker; member in struct:jpeg_compress_struct
691 struct jpeg_marker_reader * marker; member in struct:jpeg_decompress_struct
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djpeglib.h85 * (not the zigzag order in which they are stored in a JPEG DQT marker).
101 /* These two fields directly represent the contents of a JPEG DHT marker */
119 /* for decompression, they are read from the SOF marker. */
127 /* for decompression, they are read from the SOS marker. */
197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */ member in struct:jpeg_marker_struct
200 JOCTET FAR * data; /* the data contained in the marker */
201 /* the marker length word is not counted in data_length or original_length */
341 boolean write_JFIF_header; /* should a JFIF marker be written? */
345 /* into the JFIF APP0 marker
403 struct jpeg_marker_writer * marker; member in struct:jpeg_compress_struct
632 struct jpeg_marker_reader * marker; member in struct:jpeg_decompress_struct
[all...]
/external/yaffs2/yaffs2/direct/
H A Ddtest.c66 int marker; local
74 marker = ~i;
76 yaffs_write(outh,&marker,sizeof(marker));
85 int marker; local
96 yaffs_read(h,&marker,sizeof(marker));
97 ok = (marker == ~i);
101 fn,size,i,marker,~i);
115 int marker; local
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3tokenstream.c75 static void rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
76 static void dbgRewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker);
910 rewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
912 is->seek(is, (ANTLR3_UINT32)(marker));
915 dbgRewindStream (pANTLR3_INT_STREAM is, ANTLR3_MARKER marker) argument
921 ts->debugger->rewind(ts->debugger, marker);
923 is->seek(is, (ANTLR3_UINT32)(marker));
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU.h512 IndexVector marker(m*internal::LUNoMarker); marker.setZero();
529 Base::heap_relax_snode(n, m_etree, m_perfv.relax, marker, relax_end);
531 Base::relax_snode(n, m_etree, m_perfv.relax, marker, relax_end);
536 marker.setConstant(-1);
568 Base::panel_dfs(m, panel_size, jcol, m_mat, m_perm_r.indices(), nseg1, dense, panel_lsub, segrep, repfnz, xprune, marker, parent, xplore, m_glu);
582 info = Base::column_dfs(m, jj, m_perm_r.indices(), m_perfv.maxsuper, nseg, panel_lsubk, segrep, repfnz_k, xprune, marker, parent, xplore, m_glu);
/external/chromium_org/sync/engine/
H A Dget_updates_processor_unittest.cc52 sync_pb::DataTypeProgressMarker* marker = local
54 marker->set_data_type_id(GetSpecificsFieldNumberFromModelType(it.Get()));
55 marker->set_token("foobarbaz");
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp209 DocumentMarker* marker = m_innerNonSharedNode->document().markers().markerContainingPoint(m_hitTestLocation.point(), DocumentMarker::Grammar);
210 if (!marker)
215 return marker->description();
H A DRenderListItem.cpp59 // The marker always inherits from the list item, regardless of where it might end
223 static RenderObject* getParentOfFirstLineBox(RenderBlockFlow* curr, RenderObject* marker) argument
231 if (currChild == marker)
247 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlockFlow(currChild), marker);
279 // Removing and adding the marker can trigger repainting in
283 // If the marker is inside we need to redo the preferred width calculations
284 // as the size of the item now includes the size of the list marker.
296 // If the marker is currently contained inside an anonymous box, then we
298 // found). It's ok to just leave the marker where it is in this case.
327 // The marker mus
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py469 marker = idfun(item)
470 if marker in seen: continue
471 seen[marker] = 1
/external/chromium_org/v8/src/arm64/
H A Dinstrument-arm64.cc189 void Instrument::DumpEventMarker(unsigned marker) { argument
190 // Dumpan event marker to the output stream as a specially formatted comment
194 fprintf(output_stream_, "# %c%c @ %" PRId64 "\n", marker & 0xff,
195 (marker >> 8) & 0xff, counter->count());
/external/vixl/src/a64/
H A Dinstrument-a64.cc209 void Instrument::DumpEventMarker(unsigned marker) { argument
210 // Dumpan event marker to the output stream as a specially formatted comment
214 fprintf(output_stream_, "# %c%c @ %" PRId64 "\n", marker & 0xff,
215 (marker >> 8) & 0xff, counter->count());
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb363 def rewind( marker = nil, release = true )
364 @debug_listener.rewind( marker )
457 # the token stream's marker is sent in case you need it.
459 def mark( marker )
465 # rewound to the position associated with marker.
467 def rewind( marker = nil )
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp240 if (!n && !bb->liveSet.marker)
242 bb->liveSet.marker = true;
267 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker);
268 bb->liveSet.marker = true;
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp.h160 token_node_t *marker; member in struct:active_list
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp240 if (!n && !bb->liveSet.marker)
242 bb->liveSet.marker = true;
267 bb->defSet.allocate(allLValues.getSize(), !bb->liveSet.marker);
268 bb->liveSet.marker = true;
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h160 token_node_t *marker; member in struct:active_list

Completed in 720 milliseconds

1234567891011>>