/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 | 206 // Add a marker at the end of the block, indicating the size of this free 682 /// block size marker is correct. This function should return an error before 736 // Now make sure the size marker at the end of the block is correct. 737 uintptr_t *Marker = ((uintptr_t*)&Hdr->getBlockAfter()) - 1; 738 if (!(Start <= (char*)Marker && (char*)Marker < End)) { 742 if (Hdr->BlockSize != *Marker) { 743 Err << "End of block size marker (" << *Marker << ") " [all...] |
/prebuilts/tools/common/m2/internal/org/slf4j/slf4j-api/1.7.2/ |
slf4j-api-1.7.2.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. 334 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...] |
/frameworks/base/docs/html/ |
gms_navtree_data.js | 54 , null ], [ "Classes", null, [ [ "BitmapDescriptor", "reference/com/google/android/gms/maps/model/BitmapDescriptor.html", null, null ], [ "BitmapDescriptorFactory", "reference/com/google/android/gms/maps/model/BitmapDescriptorFactory.html", null, null ], [ "CameraPosition", "reference/com/google/android/gms/maps/model/CameraPosition.html", null, null ], [ "CameraPosition.Builder", "reference/com/google/android/gms/maps/model/CameraPosition.Builder.html", null, null ], [ "Circle", "reference/com/google/android/gms/maps/model/Circle.html", null, null ], [ "CircleOptions", "reference/com/google/android/gms/maps/model/CircleOptions.html", null, null ], [ "GroundOverlay", "reference/com/google/android/gms/maps/model/GroundOverlay.html", null, null ], [ "GroundOverlayOptions", "reference/com/google/android/gms/maps/model/GroundOverlayOptions.html", null, null ], [ "LatLng", "reference/com/google/android/gms/maps/model/LatLng.html", null, null ], [ "LatLngBounds", "reference/com/google/android/gms/maps/model/LatLngBounds.html", null, null ], [ "LatLngBounds.Builder", "reference/com/google/android/gms/maps/model/LatLngBounds.Builder.html", null, null ], [ "Marker", "reference/com/google/android/gms/maps/model/Marker.html", null, null ], [ "MarkerOptions", "reference/com/google/android/gms/maps/model/MarkerOptions.html", null, null ], [ "Polygon", "reference/com/google/android/gms/maps/model/Polygon.html", null, null ], [ "PolygonOptions", "reference/com/google/android/gms/maps/model/PolygonOptions.html", null, null ], [ "Polyline", "reference/com/google/android/gms/maps/model/Polyline.html", null, null ], [ "PolylineOptions", "reference/com/google/android/gms/maps/model/PolylineOptions.html", null, null ], [ "Tile", "reference/com/google/android/gms/maps/model/Tile.html", null, null ], [ "TileOverlay", "reference/com/google/android/gms/maps/model/TileOverlay.html", null, null ], [ "TileOverlayOptions", "reference/com/google/android/gms/maps/model/TileOverlayOptions.html", null, null ], [ "UrlTileProvider", "reference/com/google/android/gms/maps/model/UrlTileProvider.html", null, null ], [ "VisibleRegion", "reference/com/google/android/gms/maps/model/VisibleRegion.html", null, null ] ]
|
/prebuilts/devtools/tools/lib/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/ |
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/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |
/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 | |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/ |
ant-1.8.0.jar | |