HomeSort by relevance Sort by last modified time
    Searched refs:marker (Results 201 - 225 of 481) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 157 marker = stream.mark()
158 self.failUnlessEqual(marker, 1)
162 marker = stream.mark()
163 self.failUnlessEqual(marker, 2)
168 """StringStream.release(): last marker"""
181 # release same marker again, nothing has changed
205 """StringStream.rewind(): last marker"""
211 marker = stream.mark()
626 marker = stream.mark()
629 stream.rewind(marker)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 119 marker = @stream.mark
120 marker.should == 1
123 marker = @stream.mark
125 marker.should == 2
159 marker = @stream.mark
387 marker = @stream.mark
389 @stream.rewind(marker)
  /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/chromium_org/v8/test/cctest/
test-parsing.cc 141 int marker; local
143 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024);
180 int marker; local
182 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024);
243 int marker; local
245 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024);
281 int marker; local
283 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024);
317 int marker; local
319 reinterpret_cast<uintptr_t>(&marker) - 128 * 1024)
346 int marker; local
385 int marker; local
999 int marker; local
1277 int marker; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 34 <marker ID> (2 bytes, must be > 0)
36 <marker name> ("pstring")
400 for marker in self._markers:
401 if id == marker[0]:
402 return marker
403 raise Error, 'marker %r does not exist' % (id,)
529 if len(self._markers) == 1: print 'marker',
694 raise Error, 'marker ID must be > 0'
696 raise Error, 'marker position must be >= 0'
698 raise Error, 'marker name must be a string
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 34 <marker ID> (2 bytes, must be > 0)
36 <marker name> ("pstring")
400 for marker in self._markers:
401 if id == marker[0]:
402 return marker
403 raise Error, 'marker %r does not exist' % (id,)
529 if len(self._markers) == 1: print 'marker',
694 raise Error, 'marker ID must be > 0'
696 raise Error, 'marker position must be >= 0'
698 raise Error, 'marker name must be a string
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 95 private Geometry marker; field in class:TerrainTestModifyHeight
122 marker.setLocalTranslation(tl.add(new Vector3f(intersection.x, h, intersection.z)) );
419 // collision marker
421 marker = new Geometry("Marker");
422 marker.setMesh(sphere);
428 marker.setMaterial(mat);
429 rootNode.attachChild(marker);
432 // surface normal marker
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 477 // Continue: the real culprit is displayed next and should get a marker
489 * the file with an AAPT marker.
495 * @param markerId The marker id to put.
496 * @param severity The severity of the marker to put (IMarker.SEVERITY_*)
524 // add the marker
546 // check if there's a similar marker already, since aapt is launched twice
551 for (IMarker marker : markers) {
553 int tmpBegin = marker.getAttribute(IMarker.CHAR_START, -1);
557 int tmpEnd = marker.getAttribute(IMarker.CHAR_END, -1);
563 int tmpLine = marker.getAttribute(IMarker.LINE_NUMBER, -1)
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 284 public function release(marker:int):void {
292 public function rewindTo(marker:int):void {
293 seek(marker);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BufferedTreeNodeStream.java 317 public void release(int marker) {
325 public void rewind(int marker) {
326 seek(marker);
  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 445 marker = idfun(item)
446 if marker in seen: continue
447 seen[marker] = 1
  /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/qemu/distrib/jpeg-6b/
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);
  /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/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTreeNodeStream.h 133 - (void) release:(NSInteger) marker;
136 - (void) rewind:(NSInteger) marker;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTreeNodeStream.h 133 - (void) release:(NSInteger) marker;
136 - (void) rewind:(NSInteger) marker;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTreeNodeStream.h 133 - (void) release:(NSInteger) marker;
136 - (void) rewind:(NSInteger) marker;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTreeNodeStream.h 135 - (void) release:(NSInteger) marker;
136 - (void) rewind:(NSInteger) marker;
  /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);
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ForLoopUnroll.cpp 151 IntegerForLoopUnrollMarker marker; local
152 root->traverse(&marker);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 263 * (inclusive). Because every marker begins with the same byte, they are
266 * JFIF files all begin with the Start of Image (SOI) marker, which is 0xD8.
272 * allowed to contain the End of Image marker (0xFF 0xD9), preventing us from
279 * the end of the image stream there is an End of Image (EOI) marker, which is
283 const uint8_t MARK = 0xFF; // First byte of marker
286 const size_t MARKER_LENGTH = 2; // length of a marker
291 uint8_t marker[MARKER_LENGTH]; member in struct:android::camera2::segment
298 // check for Start of Image marker
302 // check for End of Image marker
306 // check for arbitrary marker, returns marker type (second byte
    [all...]

Completed in 1250 milliseconds

1 2 3 4 5 6 7 891011>>