HomeSort by relevance Sort by last modified time
    Searched full:marker (Results 26 - 50 of 3196) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 23 * marker object is reclaimed by the garbage collector.
49 * Track the specified file, using the provided marker, deleting the file
50 * when the marker instance is garbage collected.
54 * @param marker the marker object used to track the file, not null
59 public static void track(File file, Object marker) {
60 theInstance.track(file, marker);
64 * Track the specified file, using the provided marker, deleting the file
65 * when the marker instance is garbage collected.
69 * @param marker the marker object used to track the file, not nul
    [all...]
FileCleaningTracker.java 27 * marker object is reclaimed by the garbage collector.
63 * Track the specified file, using the provided marker, deleting the file
64 * when the marker instance is garbage collected.
68 * @param marker the marker object used to track the file, not null
71 public void track(File file, Object marker) {
72 track(file, marker, (FileDeleteStrategy) null);
76 * Track the specified file, using the provided marker, deleting the file
77 * when the marker instance is garbage collected.
81 * @param marker the marker object used to track the file, not nul
89 addTracker(file.getPath(), marker, deleteStrategy); local
    [all...]
  /external/chromium_org/apps/app_shim/
app_shim_launch.h 16 // Counter and end marker.
29 // Counter and end marker.
40 // Counter and end marker.
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-large-address-aware.py 25 MARKER = 'Application can handle large (>2GB) addresses'
28 if MARKER in GetHeaders('test_large_address_aware_no.exe'):
32 if MARKER not in GetHeaders('test_large_address_aware_yes.exe'):
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-tests.js 31 var marker = document.createElement('div');
32 marker.className = 'marker';
33 marker.style.top = (y - kMarkerSize/2) + 'px';
34 marker.style.left = (x - kMarkerSize/2) + 'px';
35 document.body.appendChild(marker);
  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java 117 PageIndicatorMarker marker = (PageIndicatorMarker) getChildAt(i); local
118 int markerIndex = mMarkers.indexOf(marker);
120 removeView(marker);
126 PageIndicatorMarker marker = (PageIndicatorMarker) mMarkers.get(i); local
128 if (indexOfChild(marker) < 0) {
129 addView(marker, i - windowStart);
132 marker.activate(windowMoved);
134 marker.inactivate(windowMoved);
137 marker.inactivate(true);
141 // Update the marker's alph
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 70 @NonNull IMarker marker,
76 mMarker = marker;
122 // Remove the marker now that the suppress attribute has been added
126 AdtPlugin.log(e, "Could not remove marker");
132 * the given marker.
134 * @param editor the associated editor containing the marker
135 * @param marker the marker to create fixes for
137 * @return a list of fixes for this marker, possibly empty
142 @NonNull IMarker marker,
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 34 int marker = jpeg[offset] & 0xFF; local
36 // Check if the marker is a padding.
37 if (marker == 0xFF) {
42 // Check if the marker is SOI or TEM.
43 if (marker == 0xD8 || marker == 0x01) {
46 // Check if the marker is EOI or SOS.
47 if (marker == 0xD9 || marker == 0xDA) {
58 // Break if the marker is EXIF in APP1
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-api-1.7.5.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 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-api/1.5.10/
slf4j-api-1.5.10.jar 
  /external/jpeg/
jcmarker.c 16 typedef enum { /* JPEG marker codes */
98 * Note that we do not support suspension while writing a marker.
123 /* Emit a marker code */
140 * Routines to write specific marker types.
145 /* Emit a DQT marker */
185 /* Emit a DHT marker */
223 /* Emit a DAC marker */
225 /* one DAC marker. Therefore this routine does its own scan of the table. */
266 /* Emit a DRI marker */
278 /* Emit a SOF marker */
471 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
553 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
647 my_marker_ptr marker; local
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmarker.c 17 typedef enum { /* JPEG marker codes */
99 * Note that we do not support suspension while writing a marker.
124 /* Emit a marker code */
141 * Routines to write specific marker types.
146 /* Emit a DQT marker */
186 /* Emit a DHT marker */
224 /* Emit a DAC marker */
226 /* one DAC marker. Therefore this routine does its own scan of the table. */
267 /* Emit a DRI marker */
279 /* Emit a SOF marker */
472 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
554 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
648 my_marker_ptr marker; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcmarker.c 16 typedef enum { /* JPEG marker codes */
98 * Note that we do not support suspension while writing a marker.
123 /* Emit a marker code */
140 * Routines to write specific marker types.
145 /* Emit a DQT marker */
185 /* Emit a DHT marker */
223 /* Emit a DAC marker */
225 /* one DAC marker. Therefore this routine does its own scan of the table. */
266 /* Emit a DRI marker */
278 /* Emit a SOF marker */
471 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
553 my_marker_ptr marker = (my_marker_ptr) cinfo->marker; local
647 my_marker_ptr marker; local
    [all...]
  /external/chromium_org/v8/src/
circular-queue-inl.h 28 if (base::Acquire_Load(&dequeue_pos_->marker) == kFull) {
37 base::Release_Store(&dequeue_pos_->marker, kEmpty);
45 if (base::Acquire_Load(&enqueue_pos_->marker) == kEmpty) {
54 base::Release_Store(&enqueue_pos_->marker, kFull);
  /external/markdown/tests/extensions-x-toc/
invalid.txt 6 The TOC marker cannot be inside a header. This test makes sure markdown doesn't
  /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/chromium_org/third_party/skia/src/gpu/
GrTraceMarker.h 17 GrGpuTraceMarker(const char* marker, int idCounter) : fMarker(marker), fID(idCounter) {}
41 // Adds marker to the set.
42 void add(const GrGpuTraceMarker& marker);
46 void remove(const GrGpuTraceMarker& marker);
53 * marker string used in the TraceMarker and the (#,#,..) is a list of instance
54 * id's for the the given marker string
  /external/skia/src/gpu/
GrTraceMarker.h 17 GrGpuTraceMarker(const char* marker, int idCounter) : fMarker(marker), fID(idCounter) {}
41 // Adds marker to the set.
42 void add(const GrGpuTraceMarker& marker);
46 void remove(const GrGpuTraceMarker& marker);
53 * marker string used in the TraceMarker and the (#,#,..) is a list of instance
54 * id's for the the given marker string
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 43 * current input position, index(), or some other marker so that
57 /** Reset the stream so that next call to index would return marker.
58 * The marker will usually be index() but it doesn't have to be. It's
59 * just a marker to indicate what state the stream was in. This is
61 * created after this marker argument, this routine must unroll them
62 * like a stack. Assume the state the stream was in when this marker
65 function rewindTo(marker:int):void;
67 /** Rewind to the input position of the last marker.
71 * Do not "pop" the marker off the state. mark(i)
73 * like invoking rewind(last marker) but it should not "pop
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 56 * current input position, Index, or some other marker so that
77 * Reset the stream so that next call to index would return marker.
78 * The marker will usually be Index but it doesn't have to be. It's
79 * just a marker to indicate what state the stream was in. This is
81 * created after this marker argument, this routine must unroll them
82 * like a stack. Assume the state the stream was in when this marker
86 void Rewind( int marker );
89 * Rewind to the input position of the last marker.
93 * Do not "pop" the marker off the state. mark(i)
95 * like invoking rewind(last marker) but it should not "pop
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
IntStream.java 44 * current input position, index(), or some other marker so that
58 /** Reset the stream so that next call to index would return marker.
59 * The marker will usually be index() but it doesn't have to be. It's
60 * just a marker to indicate what state the stream was in. This is
62 * created after this marker argument, this routine must unroll them
63 * like a stack. Assume the state the stream was in when this marker
66 void rewind(int marker);
68 /** Rewind to the input position of the last marker.
72 * Do not "pop" the marker off the state. mark(i)
74 * like invoking rewind(last marker) but it should not "pop
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerController.cpp 154 static bool startsAfter(const DocumentMarker& marker, size_t startOffset)
156 return marker.startOffset() < startOffset;
174 static bool doesNotInclude(const DocumentMarker& marker, size_t startOffset)
176 return marker.endOffset() < startOffset;
257 DocumentMarker marker = *i; local
260 if (marker.startOffset() > endOffset)
263 // pin the marker to the specified range and apply the shift delta
265 if (marker.startOffset() < startOffset)
266 marker.setStartOffset(startOffset);
267 if (marker.endOffset() > endOffset
308 DocumentMarker marker = *i; local
375 RenderedDocumentMarker& marker = list->at(markerIndex); local
438 DocumentMarker* marker = *it; local
469 const RenderedDocumentMarker& marker = list->at(markerIndex); local
693 DocumentMarker* marker = *it; local
718 const DocumentMarker& marker = list->at(markerIndex); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
pcap_file_reader.cc 189 // A marker of an RTP packet within the file.
259 RtpPacketMarker marker = {0}; local
260 marker.packet_number = number;
261 marker.time_offset_ms = CalcTimeDelta(ts_sec, ts_usec, stream_start_ms);
262 TRY(ReadPacketHeader(&marker));
263 marker.pos_in_file = ftell(file_);
265 if (marker.payload_length > sizeof(read_buffer_)) {
269 TRY(Read(read_buffer_, marker.payload_length));
272 marker.payload_length);
274 rtp_parser.ParseRtcp(&marker.rtp_header)
    [all...]

Completed in 1310 milliseconds

12 3 4 5 6 7 8 91011>>