Searched refs:position (Results 226 - 250 of 873) sorted by relevance

1234567891011>>

/external/doclava/src/com/google/doclava/
H A DParameterInfo.java27 SourcePositionInfo position) {
32 mPosition = position;
55 SourcePositionInfo position() { method in class:ParameterInfo
26 ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, SourcePositionInfo position) argument
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleTriMesh.java232 positions.put(p.position.x + left.x + up.x)
233 .put(p.position.y + left.y + up.y)
234 .put(p.position.z + left.z + up.z);
236 positions.put(p.position.x - left.x + up.x)
237 .put(p.position.y - left.y + up.y)
238 .put(p.position.z - left.z + up.z);
240 positions.put(p.position.x + left.x - up.x)
241 .put(p.position.y + left.y - up.y)
242 .put(p.position.z + left.z - up.z);
244 positions.put(p.position
[all...]
/external/libcxx/test/std/re/re.alg/re.alg.match/
H A Degrep.pass.cpp39 assert(m.position(0) == 0);
62 assert(m.position(0) == 0);
78 assert(m.position(0) == 0);
H A Dextended.pass.cpp44 assert(m.position(0) == 0);
59 assert(m.position(0) == 0);
100 assert(m.position(0) == 0);
115 assert(m.position(0) == 0);
118 assert(m.position(1) == 2);
140 assert(m.position(0) == 0);
167 assert(m.position(0) == 0);
194 assert(m.position(0) == 0);
209 assert(m.position(0) == 0);
224 assert(m.position(
[all...]
H A Decma.pass.cpp44 assert(m.position(0) == 0);
59 assert(m.position(0) == 0);
100 assert(m.position(0) == 0);
115 assert(m.position(0) == 0);
118 assert(m.position(1) == 2);
139 assert(m.position(0) == 0);
166 assert(m.position(0) == 0);
193 assert(m.position(0) == 0);
208 assert(m.position(0) == 0);
223 assert(m.position(
[all...]
H A Dgrep.pass.cpp39 assert(m.position(0) == 0);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectCollisionSystem.java101 // Sort the objects by their x position.
107 final Vector2 position = record.object.getPosition();
117 final float maxX = record.boundingVolume.getMaxXPosition(sFlip) + position.x;
134 if (testRequired && record.boundingVolume.intersects(position, sFlip,
141 position,
162 position,
193 * @param attackPosition The world position of the attacking object.
194 * @param vulnerabilityPosition The world position of the receiving object.
233 final Vector2 position = record.object.getPosition();
237 position
[all...]
H A DSolidSurfaceComponent.java92 final Vector2 position = parentObject.getPosition();
106 start.add(position);
116 end.add(position);
/external/v8/src/
H A Dscanner-character-streams.h14 // source (ReadBlock can be called with pos_ pointing to any position,
32 virtual unsigned FillBuffer(unsigned position) = 0;
49 virtual unsigned FillBuffer(unsigned position);
73 // The character position of the character at raw_data[raw_data_pos_].
103 virtual unsigned FillBuffer(unsigned position);
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/tcmalloc/
H A Dtcmalloc_snapshot_view.css12 background-position: 0 5px;
22 background-position: 0 5px;
/external/e2fsprogs/debugfs/
H A Dncheck.c32 int position; member in struct:inode_walk_struct
50 iw->position++;
51 if (iw->position <= 2)
168 iw.position = 0;
/external/eigen/Eigen/src/StlSupport/
H A DStdDeque.h105 iterator insert(const_iterator position, const value_type& x) argument
106 { return deque_base::insert(position,x); }
107 void insert(const_iterator position, size_type new_size, const value_type& x) argument
108 { deque_base::insert(position, new_size, x); }
H A DStdList.h104 iterator insert(const_iterator position, const value_type& x) argument
105 { return list_base::insert(position,x); }
106 void insert(const_iterator position, size_type new_size, const value_type& x) argument
107 { list_base::insert(position, new_size, x); }
H A DStdVector.h92 iterator insert(const_iterator position, const value_type& x) argument
93 { return vector_base::insert(position,x); }
94 void insert(const_iterator position, size_type new_size, const value_type& x) argument
95 { vector_base::insert(position, new_size, x); }
/external/flac/libFLAC/
H A Dogg_helper.c94 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data) argument
109 if((seek_status = seek_callback((FLAC__StreamEncoder*)encoder, position, client_data)) != FLAC__STREAM_ENCODER_SEEK_STATUS_OK) {
178 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data) argument
190 if((seek_status = seek_callback((FLAC__StreamEncoder*)encoder, position, client_data)) != FLAC__STREAM_ENCODER_SEEK_STATUS_OK) {
/external/icu/icu4c/source/layout/
H A DLEInsertionList.h31 * @param atPosition the position of the insertion
84 * @param position the glyph at this position in the array will be
94 LEGlyphID *insert(le_int32 position, le_int32 count, LEErrorCode &success);
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetLMBCS.java595 oldSourcePos = source.position();
597 source.position(oldSourcePos + positionOffset);
598 source.limit(source.position() + length);
603 source.position(oldSourcePos);
647 if (source.position() + 1 > source.limit()) {
649 source.position(source.limit());
656 if (source.position() + 2 > source.limit()) {
658 source.position(source.limit());
671 if (source.position() + 2 > source.limit()) {
673 source.position(sourc
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DDefaultHdfParser.java121 int position = line.indexOf(delimiter);
122 if (position > -1) {
124 result.left = line.substring(0, position).trim();
125 result.right = line.substring(position + delimiter.length()).trim();
/external/libcxx/test/std/re/re.alg/re.alg.search/
H A Degrep.pass.cpp39 assert(m.position(0) == 0);
55 assert(m.position(0) == 0);
71 assert(m.position(0) == 0);
87 assert(m.position(0) == 0);
H A Decma.pass.cpp44 assert(m.position(0) == 0);
59 assert(m.position(0) == 0);
81 assert(m.position(0) == 1);
103 assert(m.position(0) == 1);
118 assert(m.position(0) == 0);
133 assert(m.position(0) == 0);
136 assert(m.position(1) == 2);
151 assert(m.position(0) == 2);
154 assert(m.position(1) == 4);
157 assert(m.position(
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DByteBufferByteChannel.java37 byteBuffer.get(b, dst.position(), r);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowArrayAdapter.java120 public T getItem(int position) { argument
121 return list.get(position);
130 public View getView(int position, View convertView, ViewGroup parent) { argument
131 T item = list.get(position);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-private.hh60 inline void position (hb_font_t *font, hb_buffer_t *buffer) const { map.position (this, font, buffer); } function in struct:hb_ot_shape_plan_t
/external/javassist/src/main/javassist/compiler/
H A DLex.java34 private int position, maxlen, lineNumber; field in class:Lex
46 position = 0;
527 int begin = position - 10;
531 int end = position + 10;
540 if (position < maxlen)
541 return input.charAt(position++);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DAutoEscaper.java172 // Save position of the start of if statement.
284 private void applyAutoEscaping(PCommand node, PPosition position) { argument
285 setCurrentPosition(position);
291 AEscapeCommand escape = new AEscapeCommand(position, escapeExpr, (PCommand) node.clone());
301 private void setCurrentPosition(PPosition position) { argument
303 position.apply(this);
312 private void saveAutoEscapingContext(Node node, PPosition position) { argument
313 setCurrentPosition(position);
321 new AAutoescapeCommand(position, escapeStrategy, (PCommand) node.clone());

Completed in 644 milliseconds

1234567891011>>