HomeSort by relevance Sort by last modified time
    Searched refs:markers (Results 1 - 22 of 22) sorted by null

  /external/webkit/WebKitTools/simplejson/
encoder.py 168 def _iterencode_list(self, lst, markers=None):
172 if markers is not None:
174 if markerid in markers:
176 markers[markerid] = lst
192 for chunk in self._iterencode(value, markers):
198 if markers is not None:
199 del markers[markerid]
201 def _iterencode_dict(self, dct, markers=None):
205 if markers is not None:
207 if markerid in markers
    [all...]
  /hardware/broadcom/wlan/
.gitignore 34 Module.markers
  /hardware/ti/wlan/
.gitignore 34 Module.markers
  /system/wlan/ti/
.gitignore 34 Module.markers
  /external/webkit/WebCore/rendering/style/
SVGRenderStyle.cpp 54 markers = defaultStyle->markers;
71 markers.init();
85 markers = other.markers;
100 misc == o.misc && markers == o.markers && shadowSVG == o.shadowSVG &&
109 || markers != other->markers
121 markers = svgInheritParent->markers
    [all...]
SVGRenderStyle.h 96 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, markers, startMarker, StartMarker, startMarker, String())
97 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, markers, midMarker, MidMarker, midMarker, String())
98 SVG_RS_DEFINE_ATTRIBUTE_DATAREF_WITH_INITIAL(String, markers, endMarker, EndMarker, endMarker, String())
174 DataRef<StyleMarkerData> markers; member in class:WebCore::SVGRenderStyle
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 153 IMarker[] markers = iproject.findMarkers(IMarker.PROBLEM, true, IResource.DEPTH_INFINITE); local
154 if (markers != null && markers.length > 0) {
158 for (IMarker m : markers) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 74 * compilation will not happen (we're putting markers)
153 // remove previous markers
193 * Removes markers from a file.
194 * @param file The file from which to delete the markers.
195 * @param markerId The id of the markers to remove. If null, all marker of
210 * Removes markers from a container and its children.
211 * @param folder The container from which to delete the markers.
212 * @param markerId The id of the markers to remove. If null, all marker of
227 * Removes markers from a project and its children.
228 * @param project The project from which to delete the markers
397 IMarker[] markers = iProject.findMarkers(AndroidConstants.MARKER_TARGET, local
    [all...]
AaptParser.java 131 * Parse the output of aapt and mark the incorrect file with error markers
389 IMarker[] markers = f2.findMarkers(markerId, true, IResource.DEPTH_ZERO); local
391 for (IMarker marker : markers) {
414 // if we couldn't get the markers, then we just mark the file again
PostCompilerBuilder.java 182 // Clear the project of the generic markers
316 // anything since we've put some markers in the files anyway
320 // remove older packaging markers.
428 // remove some aapt_package only markers.
549 // for this version, we stop on any marker (ie also markers coming from JDT).
551 // Only markers set directly on the project are considered.
552 IMarker[] markers = javaProject.getProject().findMarkers(null /*type*/, local
555 if (markers.length > 0) {
  /external/webkit/WebCore/dom/
Document.cpp 3666 Vector<DocumentMarker>& markers = vectorPair->first; local
3730 Vector<DocumentMarker>& markers = vectorPair->first; local
3830 Vector<DocumentMarker>& markers = vectorPair->first; local
3872 Vector<DocumentMarker>& markers = vectorPair->first; local
3917 Vector<DocumentMarker>& markers = vectorPair->first; local
3962 Vector<DocumentMarker>& markers = vectorPair->first; local
3991 Vector<DocumentMarker>& markers = vectorPair->first; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 517 * Returns if the project has error level markers.
523 IMarker[] markers = project.findMarkers(IMarker.PROBLEM, true, IResource.DEPTH_INFINITE); local
524 if (markers != null && markers.length > 0) {
528 for (IMarker m : markers) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 222 * Reads and processes the current markers and adds a listener for marker changes.
242 * Processes the markers of the specified {@link IFile} and updates the error status of
248 // get the markers for the file
249 IMarker[] markers = inputFile.findMarkers(AndroidConstants.MARKER_ANDROID, true, local
261 for (IMarker marker : markers) {
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 310 # in order to remove Module.markers file
311 @find ../../../. -type f -print | grep Module.markers | xargs rm -f
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 734 // Never print spelling/grammar markers (5327887)
769 // Store rendered rects for bad grammar markers, so we can hit-test against it elsewhere in order to
770 // display a toolTip. We don't do this for misspelling markers.
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 1875 Vector<DocumentMarker> markers = frame()->document()->markersForNode(node); local
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 946 # Re-usable patterns to match list item bullets and number markers:
    [all...]
  /external/webkit/WebCore/editing/
Editor.cpp 2498 Vector<DocumentMarker> markers = node->document()->markersForNode(node); local
    [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 397 Vector<DocumentMarker> markers = node->renderer()->document()->markersForNode(node);
398 Vector<DocumentMarker>::iterator markerIt = markers.begin();
401 for ( ; markerIt != markers.end(); markerIt++) {
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /dalvik/docs/
prettify.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 591 milliseconds