HomeSort by relevance Sort by last modified time
    Searched refs:Marker (Results 1 - 14 of 14) sorted by null

  /dalvik/dx/tests/115-merge/testdata/
Annotated.java 6 @Annotated.Marker(a = "on class", b = {"A", "B", "C" },
11 @Annotated.Marker(a="on field")
14 @Annotated.Marker(a="on method")
15 public void method(String a, @Annotated.Marker(a="on parameter") String b) {}
18 public @interface Marker {
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 48 class Marker():
170 """ Adds a marker to the list """
173 self.Markers.append(Marker(sEventType, iEventId, sName, sStartMbt, sEndMbt, iStartMeasure, ppqn))
178 for Marker in self.Markers:
179 if pt[0] >= Marker.iStart and pt[0] <= Marker.iEnd and pt[1] >= Marker.iTop and pt[1] <= Marker.iTop + Marker.iHeight:
181 self.ClickCallbackFct(Marker.sName, Marker.iEventId)
    [all...]
JetAudition.py 33 from JetSegGraph import SegmentGraph, Marker
JetCreator.py 38 from JetSegGraph import SegmentGraph, Marker
    [all...]
  /frameworks/support/volley/src/com/android/volley/
VolleyLog.java 86 /** Minimum duration from first marker to last in an marker log to warrant logging. */
89 private static class Marker {
94 public Marker(String name, long thread, long time) {
101 private final List<Marker> mMarkers = new ArrayList<Marker>();
104 /** Adds a marker to this log with the specified name. */
107 throw new IllegalStateException("Marker added to finished log");
110 mMarkers.add(new Marker(name, threadId, SystemClock.elapsedRealtime()));
116 * @param header Header string to print above the marker log
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 202 // Add a marker at the end of the block, indicating the size of this free
692 /// block size marker is correct. This function should return an error before
746 // Now make sure the size marker at the end of the block is correct.
747 uintptr_t *Marker = ((uintptr_t*)&Hdr->getBlockAfter()) - 1;
748 if (!(Start <= (char*)Marker && (char*)Marker < End)) {
752 if (Hdr->BlockSize != *Marker) {
753 Err << "End of block size marker (" << *Marker << ") "
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas 86 /// <returns>Return a marker that can be passed to
89 /// <see cref="IIntStream.Index"/>, or some other marker.</returns>
101 /// <see cref="IIntStream.Index"/> would return marker.
104 /// The marker will usually be <see cref="IIntStream.Index"/> but
105 /// it doesn't have to be. It's just a marker to indicate what
108 /// If there are other markers created after the specified marker,
110 /// stream was in when this marker was created.
112 procedure Rewind(const Marker: Integer); overload;
115 /// Rewind to the input position of the last marker.
120 /// of the decision. Do not "pop" the marker off the state. Mark(I
    [all...]
  /external/webkit/Source/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 284 #pragma mark Text Marker helpers
634 // Add the text of the list marker item if necessary.
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 734 milliseconds