/external/proguard/src/proguard/shrink/ |
UsedClassFilter.java | 43 * @param usageMarker the usage marker that is used to mark the classes
|
UsedMemberFilter.java | 43 * @param usageMarker the usage marker that is used to mark the classes
|
ShortestUsagePrinter.java | 49 * @param shortestUsageMarker the usage marker that was used to mark the 60 * @param shortestUsageMarker the usage marker that was used to mark the 72 * @param shortestUsageMarker the usage marker that was used to mark the
|
/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();
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGViewportContainer.h | 31 // This is used for non-root <svg> elements and <marker> elements, neither of which are SVGTransformable
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/ |
dillo | 64 marker-offset
|
/bootable/recovery/tools/ota/ |
check-lost+found.c | 62 // No reboot marker -- need to force an unclean reboot. 63 // But first, try to create the marker file. If that fails, 70 sync(); // Make sure the marker file is committed to disk
|
/external/llvm/lib/Target/CellSPU/ |
SPUISelLowering.h | 55 ADD64_MARKER, ///< i64 addition marker 56 SUB64_MARKER, ///< i64 subtraction marker 57 MUL64_MARKER, ///< i64 multiply marker
|
/external/markdown/markdown/extensions/ |
toc.py | 50 # We do not allow the marker inside a header as that 54 if c.text.find(self.config["marker"][0]) > -1 and not header_rgx.match(c.tag): 106 self.config = { "marker" : ["[TOC]",
|
/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...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
mozilla | 311 marker-end 312 marker-mid 313 marker-start
|
/system/media/wilhelm/src/android/ |
android_GenericPlayer.cpp | 478 // avoid spurious or lost events caused by seeking past a marker 602 // delayUs is the expected delay between current position and marker; 603 // the default is infinity in case there are no upcoming marker(s) 606 // is there a marker? 608 // check to see if we have observed the position passing through the marker 619 // check to see if we have observed the position passing through a virtual marker, where the 620 // virtual marker is at the previously delivered new position plus position update period 633 // nextVirtualMarkerMs will be set to the position of the next upcoming virtual marker 636 // we did pass through the virtual marker, now compute the next virtual marker [all...] |
/external/dbus/doc/ |
diagram.svg | 22 <marker 31 style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;" 35 </marker> 36 <marker 49 </marker> 255 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.96172028pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;marker-end:url(#Arrow1M);" 287 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.96172028pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000;marker-start:url(#Arrow1M);marker-end:none;" 358 style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.2500000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000;marker-start:url(#Arrow1M);marker-end:url(#Arrow1M);stroke-dasharray:none; [all...] |
/external/jhead/ |
jhead.h | 251 // JPEG markers consist of one or more 0xFF bytes, followed by a marker 252 // code byte (which is not an FF). Here are the marker codes of interest 272 #define M_JFIF 0xE0 // Jfif marker 273 #define M_EXIF 0xE1 // Exif marker. Also used for XMP data! 279 #define M_IPTC 0xED // IPTC marker
|
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 306 # Remove UTF-8 BOM and marker character in input, if present. 608 ([-*_]) # $1: First marker 609 (?> # Repeated marker group 611 \1 # Marker character 959 ('.$marker_re.') # $3 = first list item marker [all...] |
/external/jpeg/ |
jdphuff.c | 222 * Check for a restart marker & resynchronize decoder. 234 cinfo->marker->discarded_bytes += entropy->bitstate.bits_left / 8; 237 /* Advance past the RSTn marker */ 238 if (! (*cinfo->marker->read_restart_marker) (cinfo)) 251 * against a marker. In that case we will end up treating the next data 297 /* Process restart marker if needed; may have to suspend */ 367 /* Process restart marker if needed; may have to suspend */ 449 /* Process restart marker if needed; may have to suspend */ 505 /* Process restart marker if needed; may have to suspend */ 670 offset->next_restart_num = cinfo->marker->next_restart_num [all...] |
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);
|
libjpeg.doc | 97 * DNL marker [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;
|
/external/webkit/Source/WebCore/rendering/ |
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/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/antlr/src/org/antlr/runtime/debug/ |
DebugEventListener.java | 108 * the token stream's marker is sent in case you need it. 110 public void mark(int marker); 114 * rewound to the position associated with marker. 116 public void rewind(int marker); 118 /** Rewind to the input position of the last marker. 122 * Do not "pop" the marker off the state. mark(i)
|
/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 );
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
descrip.mms | 132 MARKER = make.bootstrap 152 $(FLEX) : $(MARKER) $(OBJECTS) $(FLEXLIB) $(LIBOPT) $(ID_OPT) 156 $(MARKER) : initscan.c 159 @ $(TOUCH) $(MARKER) 297 @- if f$search("$(MARKER)").nes."" then $(REMOVE) $(MARKER);*
|
/frameworks/media/libvideoeditor/osal/src/ |
M4OSA_CharStar.c | 309 va_list marker; local 332 va_start(marker,format); 387 err= vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)format, marker); 388 va_end(marker); 493 err = vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)newFormat, marker); 494 va_end(marker);
|