HomeSort by relevance Sort by last modified time
    Searched refs:markers (Results 26 - 50 of 239) sorted by null

12 3 4 5 6 7 8 910

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm 42 has 'markers' => (
150 if ($self->mark_depth >= @{$self->markers}) {
152 push @{$self->markers}, $state;
154 $state = $self->markers->[$self->mark_depth];
174 my $state = $self->markers->[$m];
186 # unwind any other markers made after m and release m
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
pcrel-shared.s 3 # relocs and TEXTREL markers.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStream.h 40 ANTLRPtrBuffer *markers; variable
104 @property (retain) ANTLRPtrBuffer *markers; variable
ANTLRUnbufferedCommonTreeNodeStream.h 48 ANTLRPtrBuffer *markers; variable
66 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers; variable
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
test_emr_responses.py 340 def _parse_xml(self, body, markers):
341 rs = ResultSet(markers)
  /external/chromium-trace/catapult/telemetry/telemetry/core/
tracing_controller_unittest.py 102 # Check that the markers 'test-marker-0', 'flush-tracing', 'test-marker-1',
109 markers = [marker for group in zip(custom_markers, flush_markers)
114 self.assertEquals(len(markers), 2 * SUBTRACE_COUNT - 1)
116 for i in xrange(1, len(markers)):
117 self.assertLess(markers[i - 1].end, markers[i].start)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
resultset.py 49 self.markers = marker_elem
51 self.markers = []
65 for t in self.markers:
  /external/chromium-trace/catapult/third_party/graphy/graphy/
common.py 36 # TODO: Write an example using markers.
46 # Note: The Google Chart API also knows some other markers ('v', 'V', 'r',
53 # special-purpose API (instead of trying to fake it with markers)
81 markers: List of (x, m) tuples where m is a Marker object and x is the
84 The "fill" markers ('r' & 'b') are a little weird because they
98 # TODO: Do markers belong here? They are really only used for LineCharts
99 def __init__(self, points, label=None, style=None, markers=None, color=None):
121 self.markers = markers or []
257 def AddSeries(self, points, color=None, style=None, markers=None
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRStringStream.h 40 ANTLRPtrBuffer *markers; variable
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRStringStream.h 40 ANTLRPtrBuffer *markers; variable
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRStringStream.h 40 ANTLRPtrBuffer *markers; variable
52 @property (retain, getter=getMarkers, setter=setMarkers:) ANTLRPtrBuffer *markers; variable
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 30 @markers = []
66 @markers = []
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 313 List<IMarker> markers = mLintView.getSelectedMarkers(); local
314 if (markers.size() != 1) {
317 mDetailsText.setText(EclipseLintClient.describe(markers.get(0)));
325 enableActions(markers, true /* updateWidgets */);
328 private void enableActions(List<IMarker> markers, boolean updateWidgets) {
330 boolean hasSelection = markers.size() > 0;
332 for (IMarker marker : markers) {
339 if (markers.size() > 1) {
350 for (IMarker marker : markers) {
489 List<IMarker> markers = mLintView.getSelectedMarkers() local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
invalidation.py 114 def __init__(self, markers=None, connection=None, distribution_id=None,
117 self.markers = markers or []
147 for root_elem, handler in self.markers:
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 168 IMarker[] markers = iproject.findMarkers(IMarker.PROBLEM, true, IResource.DEPTH_INFINITE); local
169 if (markers != null && markers.length > 0) {
173 for (IMarker m : markers) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 96 // Run AaptParser such that markers are added...
123 IMarker[] markers = file.findMarkers(AdtConstants.MARKER_AAPT_COMPILE, true, local
125 for (IMarker marker : markers) {
199 // Insert selection markers -- [ ] for the selection range, ^ for the caret
233 IMarker[] markers = file.findMarkers(AdtConstants.MARKER_AAPT_COMPILE, true, local
235 assertEquals(1, markers.length);
236 IMarker marker = markers[0];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 403 @markers = []
438 @markers = []
468 initial_location = @markers.first
470 @markers.clear
471 @markers << initial_location
572 @markers << state
573 return @markers.length - 1
580 def rewind( marker = @markers.length - 1, release = true )
581 ( marker >= 0 and location = @markers[ marker ] ) or return( self )
588 # the total number of markers currently in existenc
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-rc-1036/
kotlin-runtime-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/
kotlin-runtime-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/
kotlin-runtime-1.0.0-beta-4584.jar 

Completed in 2067 milliseconds

12 3 4 5 6 7 8 910