/libcore/luni/src/main/java/java/lang/ref/ |
FinalizerReference.java | 88 * A marker object that we can immediately enqueue. When this object's
|
/system/core/sh/ |
input.h | 37 /* PEOF (the end of file marker) is defined in syntax.h */
|
/external/webkit/Source/WebCore/rendering/ |
RenderListMarker.cpp | 331 const int groupLength = 8; // 4 digits, 3 digit markers, and a group marker 366 // Remove the tens digit, but leave the marker, for any group that has 1123 IntRect marker = getRelativeMarkerRect(); local [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 827 lstrm.Skip( 2 ); // skip SOI marker 831 int marker = m_strm.FindMarker() & 255; local 834 if( marker != 0xD8 /* SOI */ && marker != 0xD9 /* EOI */ && 835 marker != 0x01 /* TEM */ && !( 0xD0 <= marker && marker <= 0xD7 )) 840 switch( marker ) 890 m_type = marker - 0xC0; 1025 int marker = m_strm.FindMarker() & 255 local [all...] |
/frameworks/base/media/java/android/media/ |
AudioRecord.java | 97 * Event id denotes when record head has reached a previously set marker. 166 * The listener the AudioRecord notifies when the record position reaches a marker 177 * Handler for marker events coming from the native code 427 * Returns the notification marker position expressed in frames. 626 * Sets the listener the AudioRecord notifies when a previously set marker is reached or 635 * Sets the listener the AudioRecord notifies when a previously set marker is reached or 664 * Sets the marker position at which the listener is called, if set with 667 * @param markerInFrames marker position expressed in frames 693 * reached a notification marker set by {@link AudioRecord#setNotificationMarkerPosition(int)} 699 * Called on the listener to notify it that the previously set marker has been reache [all...] |
AudioTrack.java | 132 * Event id denotes when playback head has reached a previously set marker. 159 * The listener the AudioTrack notifies when the playback position reaches a marker 173 * Handler for marker events coming from the native code. 567 * Returns marker position expressed in frames. 661 * Sets the listener the AudioTrack notifies when a previously set marker is reached or 672 * Sets the listener the AudioTrack notifies when a previously set marker is reached or 749 * Sets the position of the notification marker. 750 * @param markerInFrames marker in frames 793 * @param startInFrames loop start marker expressed in frames 794 * @param endInFrames loop end marker expressed in frame [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 756 for (final IMarker marker : markers) { 757 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); 764 marker.delete(); 766 AdtPlugin.log(e, "Can't delete problem marker"); 792 // check if there's a similar marker already, since aapt is launched twice 797 for (IMarker marker : markers) { 798 int tmpLine = marker.getAttribute(IMarker.LINE_NUMBER, -1); 803 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1); 808 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); 813 // if we're here, all the marker attributes are equals, we found i [all...] |
/bootable/recovery/ |
verifier.c | 118 LOGE("signature length doesn't match EOCD marker\n"); 131 LOGE("EOCD marker occurs after start of EOCD\n");
|
/external/chromium/base/i18n/ |
time_formatting.cc | 53 // marker. 111 // "a" (am/pm marker) in the short time format. This is reliable as "a"
|
/external/chromium/webkit/glue/resources/ |
webkit_strings_da.xtb | 32 <translation id="2761667185364618470">Marker dette felt, hvis du vil fortsætte.</translation> 35 <translation id="838869780401515933">marker</translation>
|
/external/llvm/include/llvm/ADT/ |
GraphTraits.h | 13 // This file also defines the marker class Inverse that is used to iterate over 61 // Inverse - This class is used as a little marker class to tell the graph
|
/external/srtp/include/ |
srtp_priv.h | 77 unsigned char m:1; /* marker bit */ 90 unsigned char m:1; /* marker bit */
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRenderTreeAsText.cpp | 371 writeIfNotEmpty(ts, "start marker", svgStyle->markerStartResource()); 372 writeIfNotEmpty(ts, "middle marker", svgStyle->markerMidResource()); 373 writeIfNotEmpty(ts, "end marker", svgStyle->markerEndResource()); 583 RenderSVGResourceMarker* marker = static_cast<RenderSVGResourceMarker*>(resource); local 584 writeNameValuePair(ts, "markerUnits", marker->markerUnits()); 585 ts << " [ref at " << marker->referencePoint() << "]"; 587 if (marker->angle() == -1) 590 ts << marker->angle() << "]\n";
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
packet_util.cpp | 84 /* marker bit */ 90 /* marker bit */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/ |
vop.cpp | 294 status = BitstreamPut1Bits(stream, 1); /* Marker*/ 334 status = BitstreamPut1Bits(stream, 1); /* marker bit */ 336 status = BitstreamPut1Bits(stream, 1); /* marker bit */ 375 status = BitstreamPut1Bits(stream, 1); /* marker bit */ 377 status = BitstreamPut1Bits(stream, 1); /* marker bit */ 419 status = BitstreamPut1Bits(stream, 1); /* marker bit */ 554 BitstreamPut1Bits(bs, 1); /* marker bit */ 558 BitstreamPut1Bits(bs, 1); /* marker bit */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 174 CMP DCValueSize,#8 ;// If DCValueSize greater than 8 check marker bit 179 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s | 174 CMP DCValueSize,#8 ;// If DCValueSize greater than 8 check marker bit 179 TEQ temp1,#0 ;// If Marker bit is zero Exit with an Error Message
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jffs2.h | 31 /* Summary node MAGIC marker */ 201 jint32_t cln_mkr; /* clean marker size, 0 = no cleanmarker */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
FixImportsJob.java | 87 IMarker marker = markers[i]; local 88 IResource resource = marker.getResource();
|
/system/media/wilhelm/src/itf/ |
IRecord.c | 214 // clearing the marker position is equivalent to setting the marker to SL_TIME_UNKNOWN
|
/external/clang/include/clang/Basic/ |
DiagnosticLexKinds.td | 56 def err_conflict_marker : Error<"version control conflict marker in file">; 309 "line marker directive requires a positive integer argument">; 311 "invalid filename for line marker directive">; 313 "invalid flag line marker directive">; 315 "invalid line marker flag '2': cannot pop empty include stack">;
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NestedMapData.java | 523 String marker = "EOM"; local 524 while (getValue().contains(marker)) { 525 marker += System.nanoTime() % 10; 527 out.append(" << ").append(marker).append('\n').append(getValue()); 531 out.append(marker).append('\n');
|
/frameworks/base/docs/html/guide/tutorials/views/ |
hello-mapview.jd | 140 <li>All the constructor does is define the default marker to be used on each of the OverlayItems. 187 right as our marker. Drag this image (or your own) to the res/drawable/ directory of your project workspace.</p> 209 be used as our map marker, by using our Context resources to get the Drawable we placed in 211 default marker.</p></li> 222 text when we click our marker, because we haven't yet written the click handler for the OverlayItem.</p></li>
|
/external/esd/include/ |
audiofile.h | 276 AF_BAD_MARKID = 31, /* bad marker id */ 277 AF_BAD_MARKPOS = 32, /* invalid marker position value */ 353 AF_ERR_BAD_MARKID = 31+AF_ERR_BASE, /* bad marker id */ 354 AF_ERR_BAD_MARKPOS = 32+AF_ERR_BASE, /* invalid marker position value */ 564 /* marker operations */ 570 void afInitMarkName (AFfilesetup, int trackid, int marker, const char *name); 571 void afInitMarkComment (AFfilesetup, int trackid, int marker,
|
/frameworks/base/media/libmedia/ |
AudioRecord.cpp | 360 // the record head position will reset to 0, so if a marker is set, we need 388 status_t AudioRecord::setMarkerPosition(uint32_t marker) 392 mMarkerPosition = marker; 398 status_t AudioRecord::getMarkerPosition(uint32_t *marker) 400 if (marker == 0) return BAD_VALUE; 402 *marker = mMarkerPosition; 685 // Manage marker callback
|