HomeSort by relevance Sort by last modified time
    Searched refs:marker (Results 126 - 150 of 771) sorted by null

1 2 3 4 56 7 8 91011>>

  /system/core/lmkd/tests/
lmkd_test.cpp 67 std::string readLogcat(const std::string& marker) {
69 size_t pos = content.find(marker);
83 bool writeKmsg(const std::string& marker) {
84 return writeFile("/dev/kmsg", marker);
305 std::string marker = StringPrintf( local
307 ASSERT_TRUE(writeKmsg(marker));
328 std::string logcat_out = readLogcat(marker);
334 marker = StringPrintf(LMKD_KILL_MARKER_TEMPLATE, test_path.c_str());
337 if ((pos = logcat_out.find(marker, pos)) != std::string::npos) {
339 pos += marker.length()
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
format.c 99 void *marker; member in struct:bfd_preserve
128 preserve->marker = bfd_alloc (abfd, 1);
129 if (preserve->marker == NULL)
164 bfd_release (abfd, preserve->marker);
165 preserve->marker = NULL;
179 preserve->marker = NULL;
242 preserve.marker = NULL;
322 if (preserve.marker != NULL)
435 if (preserve.marker != NULL)
478 if (preserve.marker != NULL
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 332 for (IMarker marker : markers) {
333 if (!LintFix.hasFix(EclipseLintClient.getId(marker))) {
340 List<LintFix> fixes = LintFix.getFixes(EclipseLintClient.getId(marker), marker);
350 for (IMarker marker : markers) {
351 IResource resource = marker.getResource();
490 for (IMarker marker : markers) {
491 List<LintFix> fixes = LintFix.getFixes(EclipseLintClient.getId(marker),
492 marker);
497 IResource resource = marker.getResource()
    [all...]
DocumentFix.java 32 protected DocumentFix(String id, IMarker marker) {
33 super(id, marker);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java 68 * marker resolution (Problem view handling), since there is a lot of overlap between
90 public boolean hasResolutions(IMarker marker) {
93 message = (String) marker.getAttribute(IMarker.MESSAGE);
104 public IMarkerResolution[] getResolutions(IMarker marker) {
105 IResource markerResource = marker.getResource();
108 String message = (String) marker.getAttribute(IMarker.MESSAGE);
118 int start = marker.getAttribute(IMarker.CHAR_START, 0);
119 int end = marker.getAttribute(IMarker.CHAR_END, 0);
179 for (IMarker marker : markers) {
180 String message = marker.getAttribute(IMarker.MESSAGE, ""); //$NON-NLS-1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 107 * Adds a marker to a file on a specific line. This methods catches thrown
110 * @param markerId The id of the marker to add.
112 * @param lineNumber the line number where to put the mark. If line is < 1, it puts the marker
114 * @param severity the severity of the marker.
123 * Adds a marker to a file on a specific line, for a specific range of text. This
127 * @param markerId The id of the marker to add.
130 * the marker on line 1,
131 * @param startOffset the beginning offset of the marker (relative to the beginning of
133 * @param endOffset the ending offset of the marker
134 * @param severity the severity of the marker
145 IMarker marker = resource.createMarker(markerId); local
212 IMarker marker = project.createMarker(markerId); local
    [all...]
  /external/freetype/src/gzip/
inflate.c 42 uInt marker; /* if BAD, inflateSync's marker bytes count */ member in union:internal_state::__anon20679
166 z->state->sub.marker = 5; /* can't try inflateSync */
173 z->state->sub.marker = 5; /* can't try inflateSync */
184 z->state->sub.marker = 5; /* can't try inflateSync */
215 z->state->sub.marker = 0; /* can try inflateSync */
222 z->state->sub.marker = 0; /* can try inflateSync */
257 z->state->sub.marker = 5; /* can't try inflateSync */
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Category.java 21 import org.slf4j.Marker;
38 * method is mapped to SLF4J's <code>error()</code> method with a FATAL marker.
53 private static Marker FATAL_MARKER = MarkerFactory.getMarker("FATAL");
189 void differentiatedLog(Marker marker, String fqcn, int level, Object message, Throwable t) {
193 locationAwareLogger.log(marker, fqcn, level, m, null, t);
197 slf4jLogger.trace(marker, m);
200 slf4jLogger.debug(marker, m);
203 slf4jLogger.info(marker, m);
206 slf4jLogger.warn(marker, m)
    [all...]
  /external/v8/src/compiler/
loop-peeling.cc 8 #include "src/compiler/node-marker.h"
284 // Change exit marker to phi.
290 // Change effect exit marker to effect phi.
332 Node* marker = edge.from(); local
333 if (marker->opcode() == IrOpcode::kLoopExitValue) {
334 NodeProperties::ReplaceUses(marker, marker->InputAt(0));
335 marker->Kill();
336 } else if (marker->opcode() == IrOpcode::kLoopExitEffect) {
337 NodeProperties::ReplaceUses(marker, nullptr
    [all...]
  /prebuilts/misc/windows/sdl2/test/
controllermap.c 42 int marker; member in struct:MappingStep
104 SDL_Texture *background, *button, *axis, *marker; local
196 switch(step->marker) {
198 marker = axis;
201 marker = button;
209 SDL_QueryTexture(marker, NULL, NULL, &dst.w, &dst.h);
228 SDL_SetTextureAlphaMod(marker, alpha);
229 SDL_SetTextureColorMod(marker, 10, 255, 21);
230 SDL_RenderCopyEx(screen, marker, NULL, &dst, step->angle, NULL, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintTooltip.java 60 IMarker marker = delegate.getIssueForNode(node); local
61 if (marker != null) {
62 String message = marker.getAttribute(IMarker.MESSAGE, null);
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 111 /** Last marker position allocated
128 * current input position, index(), or some other marker so that
139 /** Reset the stream so that next call to index would return marker.
140 * The marker will usually be index() but it doesn't have to be. It's
141 * just a marker to indicate what state the stream was in. This is
143 * created after this marker argument, this routine must unroll them
144 * like a stack. Assume the state the stream was in when this marker
147 void (*rewind) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER marker);
149 /** Reset the stream to the last marker position, witouh destryoing the
150 * last marker position
    [all...]
  /external/libjpeg-turbo/
jcinit.c 76 (*cinfo->marker->write_file_header) (cinfo);
  /external/v8/src/crankshaft/
hydrogen-environment-liveness.h 31 void ZapEnvironmentSlotsForInstruction(HEnvironmentMarker* marker);
  /external/volley/src/main/java/com/android/volley/
VolleyLog.java 111 /** Minimum duration from first marker to last in an marker log to warrant logging. */
114 private static class Marker {
119 public Marker(String name, long thread, long time) {
126 private final List<Marker> mMarkers = new ArrayList<Marker>();
129 /** Adds a marker to this log with the specified name. */
132 throw new IllegalStateException("Marker added to finished log");
135 mMarkers.add(new Marker(name, threadId, SystemClock.elapsedRealtime()));
141 * @param header Header string to print above the marker log
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
movi-2.s 17 forwdummylabel: ! Needed to hang a marker that this section is SHmedia.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
UnbufferedTokenStream.cs 119 public override void Release(int marker)
121 base.Release(marker);
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 89 * the token stream's marker is sent in case you need it.
91 - (void) mark:(NSInteger)marker;
95 * rewound to the position associated with marker.
97 - (void) rewind:(NSInteger)marker;
99 /** Rewind to the input position of the last marker.
103 * Do not "pop" the marker off the state. mark(i)
ANTLRStringStream.h 80 - (void) rewind:(NSInteger) marker;
82 - (void) release:(NSInteger) marker;
  /external/python/cpython3/Tools/msi/
build.bat 9 set BUILDTEST=--test-marker
18 if "%~1" EQU "--no-test-marker" (set BUILDTEST=) && shift && goto CheckOpts
72 echo build.bat [-x86] [-x64] [--doc] [-h] [--no-test-marker] [--pack] [-r]
77 echo --no-test-marker Build without test markers
  /frameworks/base/libs/hwui/
Caches.h 179 static void eventMarkNull(GLsizei length, const GLchar* marker) {}
180 static void startMarkNull(GLsizei length, const GLchar* marker) {}

Completed in 512 milliseconds

1 2 3 4 56 7 8 91011>>