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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/server2/
schema_util_test.py 132 'marker': True # This should appear three times in the output.
149 'marker': True,
154 'marker': True,
162 'marker': True,
187 'marker': True
197 'marker': True,
  /external/jpeg/
wrjpgcom.c 9 * user-supplied text as a COM (comment) marker in a JFIF file.
135 write_marker (int marker)
138 PUTBYTE(marker);
152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
153 * code byte (which is not an FF). Here are the marker codes of interest
177 * Find the next JPEG marker and return its marker code.
182 * NB: this routine must not be used after seeing SOS marker, since it will
198 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs
214 * Read the initial marker, which should be SOI
291 int marker; local
421 int marker; local
    [all...]
rdjpgcom.c 101 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
102 * code byte (which is not an FF). Here are the marker codes of interest
122 #define M_APP0 0xE0 /* Application-specific marker, type N */
128 * Find the next JPEG marker and return its marker code.
133 * NB: this routine must not be used after seeing SOS marker, since it will
149 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs
165 * Read the initial marker, which should be SOI.
186 * Most types of marker are followed by a variable-length parameter segment.
187 * This routine skips over the parameters for any marker we don't otherwis
326 int marker; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
wrjpgcom.c 9 * user-supplied text as a COM (comment) marker in a JFIF file.
135 write_marker (int marker)
138 PUTBYTE(marker);
152 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
153 * code byte (which is not an FF). Here are the marker codes of interest
177 * Find the next JPEG marker and return its marker code.
182 * NB: this routine must not be used after seeing SOS marker, since it will
198 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs
214 * Read the initial marker, which should be SOI
291 int marker; local
421 int marker; local
    [all...]
rdjpgcom.c 101 * JPEG markers consist of one or more 0xFF bytes, followed by a marker
102 * code byte (which is not an FF). Here are the marker codes of interest
122 #define M_APP0 0xE0 /* Application-specific marker, type N */
128 * Find the next JPEG marker and return its marker code.
133 * NB: this routine must not be used after seeing SOS marker, since it will
149 /* Get marker code byte, swallowing any duplicate FF bytes. Extra FFs
165 * Read the initial marker, which should be SOI.
186 * Most types of marker are followed by a variable-length parameter segment.
187 * This routine skips over the parameters for any marker we don't otherwis
326 int marker; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-environment-liveness.cc 73 HEnvironmentMarker* marker) {
74 if (!marker->CheckFlag(HValue::kEndsLiveRange)) return;
75 HSimulate* simulate = marker->next_simulate();
77 ASSERT(VerifyClosures(simulate->closure(), marker->closure()));
78 ZapEnvironmentSlot(marker->index(), simulate);
99 HEnvironmentMarker* marker = HEnvironmentMarker::cast(instr); local
100 int index = marker->index();
102 marker->SetFlag(HValue::kEndsLiveRange);
104 marker->ClearFlag(HValue::kEndsLiveRange);
107 marker->set_next_simulate(last_simulate_)
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
AnnotatedElementBenchmark.java 67 type.getAnnotation(Marker.class);
73 field.getAnnotation(Marker.class);
79 method.getAnnotation(Marker.class);
85 type.isAnnotationPresent(Marker.class);
91 field.isAnnotationPresent(Marker.class);
97 method.isAnnotationPresent(Marker.class);
151 @Marker
153 @Marker public String field;
154 @Marker public void method(@Marker String parameter) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 69 * A quickfix and marker resolution for disabling lint checks, and any
85 * if I make my marker be a new independent marker type. However, whenever I
86 * switch the marker type back to extend the "Problem" type, then the icon reverts
88 * And if I switch away from the Problems marker type, then the errors no longer
89 * show up in the Problems view. (I also tried extending the JDT marker but that
101 * make marker management more obvious.
112 public boolean hasResolutions(IMarker marker) {
114 assert marker.getType().equals(AdtConstants.MARKER_LINT);
122 public IMarkerResolution[] getResolutions(IMarker marker) {
    [all...]
  /frameworks/base/docs/html/reference/com/google/android/gms/maps/model/
Marker.html 95 <title>Marker | Android Developers</title>
424 <li class="current">Marker</li>
760 <h1 itemprop="name">Marker</h1>
793 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.maps.model.Marker</td>
809 <p itemprop="articleBody">An icon placed at a particular point on the map's surface. A marker icon is drawn oriented
813 A marker has the following properties:
816 <dd>Sets the opacity of the marker. Defaults to 1.0.</dd>
818 <dd>The point on the image that will be placed at the <code><a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></code> position of the marker. This
821 <dd>The <code><a href="/reference/com/google/android/gms/maps/model/LatLng.html">LatLng</a></code> value for the marker's position on the map. You can change this value at
822 any time if you want to move the marker.</dd
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
index.yaml 11 # index.yaml file manually, remove the above marker line (the line
13 # manually, move them above the marker line. The index.yaml file is
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 61 /// <returns>Return a marker that can be passed to
64 /// <see cref="IIntStream.Index"/>, or some other marker.</returns>
76 /// <see cref="IIntStream.Index"/> would return marker.
79 /// The marker will usually be <see cref="IIntStream.Index"/> but
80 /// it doesn't have to be. It's just a marker to indicate what
83 /// If there are other markers created after the specified marker,
85 /// stream was in when this marker was created.
87 void Rewind(int marker);
90 /// Rewind to the input position of the last marker.
95 /// of the decision. Do not "pop" the marker off the state. Mark(i)
    [all...]
  /external/chromium_org/media/cast/rtp_receiver/
rtp_receiver_defines.cc 11 : marker(false),
  /external/markdown/docs/extensions/
Tables_of_Contents.txt 14 Place a marker in the document where you would like the table of contents to
16 marker. The marker defaults to ``[TOC]`` so the following document:
42 * **marker**: Text to find and replace with the Table of Contents. Defaults
  /external/markdown/tests/extensions-x-toc/
invalid.html 3 <p>The TOC marker cannot be inside a header. This test makes sure markdown doesn't
  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
remove-misspelling-marker-after-appending-letter.html 24 // Now the word "brough" should carry misspelling marker.
31 <title>Removing misspelling marker after appending letter test.</title>
34 <div>The test verified that misspelling marker is removed after appending new letter to misspelled word. You should see the phrase "this brought" without red underline.</div>
  /external/lldb/test/
progress.py 28 marker=unichr(0x25CE).encode("utf-8"),
29 format='[%(fill)s%(marker)s%(blank)s] %(progress)s%%',
38 self.marker = marker
60 return self.format % {'fill': fill, 'blank': blank, 'marker': self.marker, 'progress': int(self.progress)}
84 marker=unichr(0x25CE).encode("utf-8"),
85 format='[%(fill)s%(marker)s%(blank)s] %(progress)s%%',
88 super(AnimatedProgressBar, self).__init__(start,end,width,fill,blank,marker,format,incremental)
110 marker=unichr(0x25CE).encode("utf-8"),
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.h 72 #define J2K_MS_SOC 0xff4f /**< SOC marker value */
73 #define J2K_MS_SOT 0xff90 /**< SOT marker value */
74 #define J2K_MS_SOD 0xff93 /**< SOD marker value */
75 #define J2K_MS_EOC 0xffd9 /**< EOC marker value */
76 #define J2K_MS_SIZ 0xff51 /**< SIZ marker value */
77 #define J2K_MS_COD 0xff52 /**< COD marker value */
78 #define J2K_MS_COC 0xff53 /**< COC marker value */
79 #define J2K_MS_RGN 0xff5e /**< RGN marker value */
80 #define J2K_MS_QCD 0xff5c /**< QCD marker value */
81 #define J2K_MS_QCC 0xff5d /**< QCC marker value *
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrTraceMarker.cpp 22 void GrTraceMarkerSet::add(const GrGpuTraceMarker& marker) {
23 this->fMarkerArray.push(marker);
32 void GrTraceMarkerSet::remove(const GrGpuTraceMarker& marker) {
33 SkASSERT(-1 != fMarkerArray.find(marker));
34 int index = this->fMarkerArray.find(marker);
  /external/skia/src/gpu/
GrTraceMarker.cpp 22 void GrTraceMarkerSet::add(const GrGpuTraceMarker& marker) {
23 this->fMarkerArray.push(marker);
32 void GrTraceMarkerSet::remove(const GrGpuTraceMarker& marker) {
33 SkASSERT(-1 != fMarkerArray.find(marker));
34 int index = this->fMarkerArray.find(marker);
  /external/clang/test/Preprocessor/
line-directive.c 20 # 42 "foo" 2 // expected-error {{invalid line marker flag '2': cannot pop empty include stack}}
23 # 42 "foo" 2 3 4 // expected-error {{invalid line marker flag '2': cannot pop empty include stack}}
27 # 42 'f' // expected-error {{invalid filename for line marker directive}}
28 # 42 1 3 // expected-error {{invalid filename for line marker directive}}
29 # 42 "foo" 3 1 // expected-error {{invalid flag line marker directive}}
30 # 42 "foo" 42 // expected-error {{invalid flag line marker directive}}
31 # 42 "foo" 1 2 // expected-error {{invalid flag line marker directive}}
32 # 42a33 // expected-error {{GNU line marker directive requires a simple digit sequence}}
88 # 020 // expected-warning {{GNU line marker directive interprets number as decimal, not octal}}
95 _LINE__ == 42 ? 1: -1]; /* line marker is location of first _ *
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRIntStream.h 35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRIntStream.h 35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRIntStream.h 35 // current input position, index(), or some other marker so that
38 // TODO: problem in that lexer stream returns not index but some marker
47 // Reset the stream so that next call to index would return marker.
48 // The marker will usually be -index but it doesn't have to be. It's
49 // just a marker to indicate what state the stream was in. This is
51 // created after this marker argument, this routine must unroll them
52 // like a stack. Assume the state the stream was in when this marker
56 - (void) rewind:(NSInteger) marker;
59 // stream to keep bookkeeping objects around for a marker that is
63 - (void) release:(NSInteger) marker;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntStream.h 39 // current input position, index(), or some other marker so that
42 // TODO: problem in that lexer stream returns not index but some marker
55 // Reset the stream so that next call to index would return marker.
56 // The marker will usually be -index but it doesn't have to be. It's
57 // just a marker to indicate what state the stream was in. This is
59 // created after this marker argument, this routine must unroll them
60 // like a stack. Assume the state the stream was in when this marker
64 - (void) rewind:(NSInteger) marker;
67 // stream to keep bookkeeping objects around for a marker that is
71 - (void) release:(NSInteger) marker;
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 41 panel_dfs_traits(Index jcol, Index* marker)
42 : m_jcol(jcol), m_marker(marker)
64 Ref<IndexVector> repfnz_col, IndexVector& xprune, Ref<IndexVector> marker, IndexVector& parent,
70 Index kmark = marker(krow);
73 marker(krow) = jj;
113 Index chmark = marker(kchild);
117 marker(kchild) = jj;
197 * marker[i] == jj, if i was visited during dfs of current column jj;
211 * \param[out] marker work vector
219 void SparseLUImpl<Scalar,Index>::panel_dfs(const Index m, const Index w, const Index jcol, MatrixType& A, IndexVector& perm_r, Index& nseg, ScalarVector& dense, IndexVector& panel_lsub, IndexVector& segrep, IndexVector& repfnz, IndexVector& xprune, IndexVector& marker, IndexVector& parent, IndexVector& xplore, GlobalLU_t& glu
    [all...]

Completed in 4332 milliseconds

1 23 4 5 6 7 8 91011>>