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

1 2

  /external/clang/test/Sema/
varargs_unreachable.c 6 #define VA_ARG_RDAR12322000(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN_RDAR12322000)) ? (TYPE)(__builtin_va_arg (Marker, UINTN_RDAR12322000)) : (TYPE)(__builtin_va_arg (Marker, TYPE)))
11 int test_VA_ARG_RDAR12322000 (__builtin_va_list Marker)
13 return VA_ARG_RDAR12322000 (Marker, short); // no-warning
  /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...]
  /libcore/benchmarks/src/benchmarks/regression/
AnnotatedElementBenchmark.java 67 type.getAnnotation(Marker.class);
73 field.getAnnotation(Marker.class);
79 method.getAnnotation(Marker.class);
85 type.isAnnotationPresent(Marker.class);
91 field.isAnnotationPresent(Marker.class);
97 method.isAnnotationPresent(Marker.class);
151 @Marker
153 @Marker public String field;
154 @Marker public void method(@Marker String parameter) {
    [all...]
  /frameworks/volley/src/com/android/volley/
VolleyLog.java 106 /** Minimum duration from first marker to last in an marker log to warrant logging. */
109 private static class Marker {
114 public Marker(String name, long thread, long time) {
121 private final List<Marker> mMarkers = new ArrayList<Marker>();
124 /** Adds a marker to this log with the specified name. */
127 throw new IllegalStateException("Marker added to finished log");
130 mMarkers.add(new Marker(name, threadId, SystemClock.elapsedRealtime()));
136 * @param header Header string to print above the marker log
    [all...]
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 71 // Finally every marker is described by:
73 // - Image marker belongs to single 4 bytes integer value).
74 // - Track marker belongs to single 4 bytes integer value).
75 // - 2D marker position vector, (two float values).
77 // Marker's space is used a default value for refine_intrinsics command line
154 // A Marker is the 2D location of a tracked point in an image.
156 // x and y is the position of the marker in pixels from the top left corner
159 struct Marker {
228 // Returns maximal image number at which marker exists.
229 int MaxImage(const vector<Marker> &all_markers)
433 Marker marker; local
683 const Marker &marker = all_markers[i]; local
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 207 // Add a marker at the end of the block, indicating the size of this free
680 /// block size marker is correct. This function should return an error before
734 // Now make sure the size marker at the end of the block is correct.
735 uintptr_t *Marker = ((uintptr_t*)&Hdr->getBlockAfter()) - 1;
736 if (!(Start <= (char*)Marker && (char*)Marker < End)) {
740 if (Hdr->BlockSize != *Marker) {
741 Err << "End of block size marker (" << *Marker << ") "
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-api-1.7.5.jar 
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.5.10/
slf4j-api-1.5.10.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.2/
slf4j-api-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.7.5/
slf4j-api-1.7.5.jar 
  /external/clang/include/clang/AST/
CommentLexer.h 39 backslash_command, // Command with an ID, that used backslash marker.
40 at_command, // Command with an ID, that used 'at' marker.
282 /// command, including command marker.
324 char Marker, const CommandInfo *Info);
  /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...]
  /prebuilts/sdk/tools/
jack.jar 
  /frameworks/base/docs/html/
gms_navtree_data.js     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 

Completed in 775 milliseconds

1 2