HomeSort by relevance Sort by last modified time
    Searched refs:marker (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/collada/include/dae/
daeMetaElement.h 294 * before the marker element.
295 * @param marker The element location in the contents array to insert before.
300 DLLSPEC daeBool placeBefore( daeElement* marker, daeElement *parent, daeElement *child, daeUInt *ordinal = NULL );
303 * after the marker element.
304 * @param marker The element location in the contents array to insert after.
309 DLLSPEC daeBool placeAfter( daeElement* marker, daeElement *parent, daeElement *child, daeUInt *ordinal = NULL );
daeElement.h 108 daeBool placeElementBefore( daeElement* marker, daeElement *element );
109 daeBool placeElementAfter( daeElement* marker, daeElement *element );
  /frameworks/base/include/media/
AudioRecord.h 52 EVENT_MARKER = 2, // Record head is at the specified marker position
98 * - EVENT_MARKER: pointer to an uin32_t containing the marker position in frames.
229 /* Sets marker position. When record reaches the number of frames specified,
231 * with marker == 0 cancels marker notification callback.
237 * marker: marker position expressed in frames.
243 status_t setMarkerPosition(uint32_t marker);
244 status_t getMarkerPosition(uint32_t *marker);
  /external/antlr/src/org/antlr/runtime/
BufferedTokenStream.java 89 public void release(int marker) {
93 public void rewind(int marker) {
94 seek(marker);
LegacyCommonTokenStream.java 322 public void release(int marker) {
338 public void rewind(int marker) {
339 seek(marker);
  /external/tremolo/Tremolo/
codebook.c 148 ogg_uint32_t marker[33]; local
156 memset(marker,0,sizeof(marker));
161 ogg_uint32_t entry=marker[length];
190 /* Look to see if the next shorter marker points to the node
193 if(marker[j]&1){
194 marker[j]=marker[j-1]<<1;
197 marker[j]++;
204 if((marker[j]>>1) == entry)
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 158 int marker; local
160 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024);
189 int marker; local
191 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024);
252 int marker; local
254 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024);
290 int marker; local
292 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024);
317 int marker; local
319 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024)
355 int marker; local
    [all...]
  /sdk/emulator/qtools/
check_stack.cpp 259 const char *marker = " "; local
262 marker = "*";
267 marker, ii, eFrames[ii].time, eFrames[ii].flags, addr,
  /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');
  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 57 // The marker always inherits from the list item, regardless of where it might end
147 static RenderObject* getParentOfFirstLineBox(RenderBlock* curr, RenderObject* marker)
155 if (currChild == marker)
171 RenderObject* lineBox = getParentOfFirstLineBox(toRenderBlock(currChild), marker);
198 // Sanity check the location of our marker.
203 // If the marker is currently contained inside an anonymous box,
205 // parent was found). It's ok to just leave the marker where it is
214 // Removing and adding the marker can trigger repainting in
369 // Append the suffix for the marker in the right place depending
400 if (RenderListMarker* marker = item->m_marker
    [all...]
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...]
HitTestResult.cpp 203 DocumentMarker* marker = m_innerNonSharedNode->document()->markers()->markerContainingPoint(m_point, DocumentMarker::Grammar);
204 if (!marker)
209 return marker->description;
214 // Return the replaced string associated with this point, if any. This marker is created when a string is autocorrected,
219 DocumentMarker* marker = m_innerNonSharedNode->document()->markers()->markerContainingPoint(m_point, DocumentMarker::Replacement);
220 if (!marker)
223 return marker->description;
  /external/chromium/net/tools/testserver/
chromiumsync.py 185 for marker in request.from_progress_marker:
186 if marker.HasField("timestamp_token_for_migration"):
187 timestamp = marker.timestamp_token_for_migration
188 elif marker.token:
189 timestamp = int(marker.token)
190 elif marker.HasField("token"):
193 raise ValueError("No timestamp information in progress marker.")
194 data_type = ProtocolDataTypeIdToSyncType(marker.data_type_id)
    [all...]
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 223 // Take note of the location of autocorrection so that we can add marker after the replacement took place.
391 const DocumentMarker& marker = markers[i]; local
392 if (!shouldStartTimeFor(marker, endOffset))
394 RefPtr<Range> wordRange = Range::create(m_frame->document(), node, marker.startOffset, node, marker.endOffset);
401 if (marker.type == DocumentMarker::Spelling)
404 m_correctionPanelInfo.replacementString = marker.description;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 414 * the file with an AAPT marker.
420 * @param markerId The marker id to put.
421 * @param severity The severity of the marker to put (IMarker.SEVERITY_*)
449 // add the marker
471 // check if there's a similar marker already, since aapt is launched twice
476 for (IMarker marker : markers) {
478 int tmpBegin = marker.getAttribute(IMarker.CHAR_START, -1);
482 int tmpEnd = marker.getAttribute(IMarker.CHAR_END, -1);
488 int tmpLine = marker.getAttribute(IMarker.LINE_NUMBER, -1);
493 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1)
    [all...]
  /external/antlr/src/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 317 public void release(int marker) {
325 public void rewind(int marker) {
326 seek(marker);
  /external/jpeg/
jdinput.c 10 * processing (marker reading and coefficient decoding). The actual input
42 /* Called once, when first SOS marker is reached */
125 /* cinfo->comps_in_scan and cinfo->cur_comp_info[] were set from SOS marker */
324 val = (*cinfo->marker->read_markers) (cinfo);
335 } else { /* 2nd or later SOS marker */
344 if (cinfo->marker->saw_SOF)
379 (*cinfo->marker->reset_marker_reader) (cinfo);
  /external/webkit/Source/WebCore/accessibility/gtk/
WebKitAccessibleHyperlink.cpp 204 // If so, we need to consider the length of the item's marker
221 RenderListMarker* marker = toRenderListMarker(renderer);
222 return baseLength + marker->text().length() + marker->suffix().length();
  /frameworks/base/tests/DumpRenderTree/assets/
run_layout_tests.py 65 def DiffResults(marker, new_results, old_results, diff_results, strip_reason,
79 # Write marker to diff file
80 diff_file.writelines(marker + "\n")
107 logging.info(marker + " >>> " + str(params["new"][0]) + " new, " +
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 242 private void setSpan(SpannableStringBuilder spannable, String marker, int imageResourceId) {
244 int target = text.indexOf(marker);
249 target = text.indexOf(marker, target + 1);
  /external/icu4c/layout/
LEGlyphStorage.h 357 * from the source position to the target position, and also allows for a marker bit
363 * @param marker marker bit
367 void moveGlyph(le_int32 fromPosition, le_int32 toPosition, le_uint32 marker);
  /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...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeImpl.java 50 * | media-marker-value
58 * Media-marker-value ::= id-ref ".marker(" marker-name ")"
77 * - Media-marker-value
286 public void setMarker(String marker) throws DOMException {
  /cts/tests/tests/util/src/android/util/cts/
EventLogTest.java 157 /** Return elements after and the event that has the marker data and matching tag. */
158 private List<Event> getEventsAfterMarker(Object marker, int... tags) throws IOException {
165 if (marker.equals(event.getData())) {
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 79 const char* const marker = local
83 fprintf(stderr, "\n%s %s:%d: %s\n", marker, file, line, msg);

Completed in 1438 milliseconds

1 23 4 5 6 7