HomeSort by relevance Sort by last modified time
    Searched full:marker (Results 301 - 325 of 3196) sorted by null

<<11121314151617181920>>

  /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/
ANTLRDebugEventProxy.h 84 - (void) mark:(NSInteger)marker;
85 - (void) rewind:(NSInteger)marker;
ANTLRStringStream.h 93 - (void) rewind:(NSInteger) marker;
95 - (void) release:(NSInteger) marker;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventProxy.h 84 - (void) mark:(NSInteger)marker;
85 - (void) rewind:(NSInteger)marker;
ANTLRStringStream.h 93 - (void) rewind:(NSInteger) marker;
95 - (void) release:(NSInteger) marker;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventProxy.h 84 - (void) mark:(NSInteger)marker;
85 - (void) rewind:(NSInteger)marker;
ANTLRStringStream.h 93 - (void) rewind:(NSInteger) marker;
95 - (void) release:(NSInteger) marker;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventProxy.h 84 - (void) mark:(NSInteger)marker;
85 - (void) rewind:(NSInteger)marker;
ANTLRStringStream.h 80 - (void) rewind:(NSInteger) marker;
82 - (void) release:(NSInteger) marker;
ANTLRUnbufferedCommonTreeNodeStream.h 100 - (void) rewind:(NSUInteger) marker;
102 - (void) release:(NSUInteger) marker;
  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
parser.js 43 * to have a leading text marker followed by a ':'; e.g. the trace clock
48 * To register an event handler for these events, prepend the marker with
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
imageinfo.js 112 var marker = data.getShortAt(offset, true);
114 if (marker == 0xFFC0) {
  /external/chromium_org/chrome/installer/setup/
setup.rc 121 // GOOGLEUPDATEAPPLICATIONCOMMANDS is a "well-known" marker resource defined
122 // by Omaha. Executables must both be signed by Google and contain the marker
  /external/chromium_org/chrome/installer/util/
product.h 97 // Sets the boolean MSI marker for this installation if set is true or clears
98 // it otherwise. The MSI marker is stored in the registry under the
product_unittest.cc 116 // Set the MSI marker, refresh, and verify that we now see the MSI marker.
  /external/chromium_org/gpu/command_buffer/service/
gpu_tracer.h 43 // Begin a trace marker.
46 // End the last started trace marker.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResources.h 112 // -> a, circle, defs, ellipse, glyph, g, image, line, marker, mask, missing-glyph, path, pattern, polygon, polyline, rect, svg, switch, symbol, text, use
134 // marker: line, path, polygon, polyline
  /external/chromium_org/third_party/openmax_dl/dl/api/arm/
omxtypes_s.h 44 .equ OMX_StsICJP_JPEGMarkerErr, -183 // JPEG marker encountered within an entropy-coded block;
46 .equ OMX_StsICJP_JPEGMarker, -181 // JPEG marker encountered; Huffman decoding
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
rtp_to_text.cc 87 DataLog::AddColumn(table_name, "marker bit", 1);
113 DataLog::InsertCell(table_name, "marker bit", packet->markerBit());
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
fec_test_helper.cc 61 // creating a new fake media RtpPacket, clears the marker bit and adds a RED
67 red_packet->data[1] &= ~0x80; // Clear marker bit.
  /external/chromium_org/tools/android/adb_profile_chrome/
chrome_controller.py 44 raise RuntimeError('Performance trace category list marker not found. '
82 raise RuntimeError('Trace start marker not found. Is the correct version '
  /external/chromium_org/tools/cr/cr/
loader.py 26 """A marker for classes that should be promoted up into the cr namespace."""
53 # First scan, add the scanned marker set.
  /external/chromium_org/tools/perf/measurements/
smoothness_controller.py 36 # Start the smooth marker for all smooth actions.
42 # End the smooth marker for all smooth actions.
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 143 // Mark shadow for .rodata sections with the special kShadowRodata marker.
166 InternalScopedBuffer<u64> marker(kMarkerSize);
168 for (volatile u64 *p = marker.data(); p < marker.data() + kMarkerSize; p++)
170 internal_write(fd, marker.data(), marker.size());
191 for (char *p = shadow_start; p < shadow_end; p += marker.size()) {
192 internal_mmap(p, Min<uptr>(marker.size(), shadow_end - p),
  /external/llvm/include/llvm/Support/
Valgrind.h 47 // This marker is used to define a happens-before arc. The race detector will
53 // This marker defines the destination of a happens-before arc.

Completed in 1730 milliseconds

<<11121314151617181920>>