Searched refs:position (Results 151 - 175 of 873) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java29 public int position, length; field in class:BasicBlock
36 position = pos;
45 int iPos = blocks[i].position;
76 sbuf.append("pos=").append(position).append(", len=")
81 sbuf.append(exit[i].position).append(", ");
87 sbuf.append("(").append(th.body.position).append(", ")
96 int position; field in class:BasicBlock.Mark
104 position = p;
114 int pos = ((Mark)obj).position;
115 return position
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DAABoxCollisionVolume.java67 * @param position The world position of this volume.
69 * @param otherPosition The world position of the other volume.
73 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, argument
75 final float left = getMinXPosition(flip) + position.x;
76 final float right = getMaxXPosition(flip) + position.x;
77 final float bottom = getMinYPosition(flip) + position.y;
78 final float top = getMaxYPosition(flip) + position.y;
H A DLevelSelectActivity.java86 public boolean isEnabled(int position) { argument
88 return mLevelData.get(position).enabled;
98 public int getItemViewType(int position) { argument
100 LevelMetaData level = mLevelData.get(position);
129 public View getView (int position, View convertView, ViewGroup parent) { argument
131 if (mLevelData.get(position).enabled) {
138 } else if (mLevelData.get(position).level.completed) {
155 view.setText(mLevelData.get(position).level.name);
160 view2.setText(mLevelData.get(position).level.timeStamp);
240 protected void onListItemClick(ListView l, View v, int position, lon argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsn.java41 /** {@code non-null;} source position */
42 private final SourcePosition position; field in class:DalvInsn
50 * @param position {@code non-null;} source position information
55 public static SimpleInsn makeMove(SourcePosition position, argument
74 return new SimpleInsn(opcode, position,
89 * @param position {@code non-null;} source position
94 public DalvInsn(Dop opcode, SourcePosition position, argument
100 if (position
[all...]
/external/easymock/src/org/easymock/internal/
H A DMocksBehavior.java41 private int position = 0; field in class:MocksBehavior
93 int initialPosition = position;
95 while (position < behaviorLists.size()) {
96 Result result = behaviorLists.get(position).addActual(actual);
100 if (!behaviorLists.get(position).verify()) {
103 position++;
111 int endPosition = position;
114 position = initialPosition;
167 for (UnorderedBehavior behaviorList : behaviorLists.subList(position,
179 - position
[all...]
/external/v8/benchmarks/
H A Draytrace.js198 position: null,
203 this.position = pos;
209 return 'Light [' + this.position.x + ',' + this.position.y + ',' + this.position.z + ']';
283 position : null,
286 this.position = pos;
291 return 'Ray [' + this.position + ',' + this.direction + ']';
422 this.position = pos;
430 var dst = Flog.RayTracer.Vector.prototype.subtract(ray.position, thi
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNFSubstitution.java27 * The substitution's position in the rule text of the rule that owns it
55 * @param pos The substitution's position in the rule text of the
156 * @param pos The substitution's position in the owning rule's rule
167 // initialize the substitution's position in its parent rule
291 * @param position The position in toInsertInto where the owning rule's
293 * position to determine exactly where to insert the new text)
295 public void doSubstitution(long number, StringBuffer toInsertInto, int position) { argument
302 ruleSet.format(numberToFormat, toInsertInto, position + pos);
313 toInsertInto.insert(position
327 doSubstitution(double number, StringBuffer toInsertInto, int position) argument
896 doSubstitution(long number, StringBuffer toInsertInto, int position) argument
919 doSubstitution(double number, StringBuffer toInsertInto, int position) argument
1194 doSubstitution(double number, StringBuffer toInsertInto, int position) argument
1521 doSubstitution(double number, StringBuffer toInsertInto, int position) argument
1726 doSubstitution(long number, StringBuffer toInsertInto, int position) argument
1732 doSubstitution(double number, StringBuffer toInsertInto, int position) argument
[all...]
/external/icu/icu4c/source/layout/
H A DContextualSubstSubtables.cpp30 le_int32 position,
43 tempIterator.setCurrStreamPosition(position);
209 le_int32 position = glyphIterator->getCurrStreamPosition(); local
223 applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontInstance, position, success);
228 glyphIterator->setCurrStreamPosition(position);
263 le_int32 position = glyphIterator->getCurrStreamPosition(); local
277 applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontInstance, position, success);
282 glyphIterator->setCurrStreamPosition(position);
303 le_int32 position = glyphIterator->getCurrStreamPosition(); local
315 ContextualSubstitutionBase::applySubstitutionLookups(lookupProcessor, substLookupRecordArray, subCount, glyphIterator, fontInstance, position, succes
24 applySubstitutionLookups( const LookupProcessor *lookupProcessor, const SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
391 le_int32 position = glyphIterator->getCurrStreamPosition(); local
471 le_int32 position = glyphIterator->getCurrStreamPosition(); local
545 le_int32 position = glyphIterator->getCurrStreamPosition(); local
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetEncoderICU.java260 in.position(in.position() + fromUCountPending());
416 source.position(replayArrayIndex);
476 /* offsets.position(offsets.position() + length);
480 sourceIndex += (int) (source.position());
497 source.position(replayArrayIndex);
513 sBufferIndex = source.position();
525 sourceIndex = source.position();
754 source.position(sourc
[all...]
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMultipartMimeContentImpl.java114 int position = nextPart.indexOf("\r\n\r\n");
116 if (position == -1) {
117 position = nextPart.indexOf("\n");
120 if (position == -1)
122 String rest = nextPart.substring(position + off);
127 String headers = nextPart.substring(0, position);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowCursorAdapter.java49 public View getView(int position, View convertView, ViewGroup parent) { argument
59 return views.get(position);
183 public Object getItem(int position) { argument
185 mCursor.moveToPosition(position);
196 public long getItemId(int position) { argument
199 if (mCursor.moveToPosition(position)) {
218 // public View getView(int position, View convertView, ViewGroup parent) {
222 // if (!mCursor.moveToPosition(position)) {
223 // throw new IllegalStateException("couldn't move cursor to position " + position);
[all...]
/external/doclava/src/com/google/doclava/
H A DDocInfo.java84 public SourcePositionInfo position() { method in class:DocInfo
88 public void setPosition(SourcePositionInfo position) { argument
89 mPosition = position;
H A DSeeTagInfo.java31 SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) { argument
32 super(name, kind, text, position);
39 LinkReference.parse(text(), mBase, position(), (!"@see".equals(name()))
/external/icu/icu4c/source/i18n/unicode/
H A Dstsearch.h64 * <tt>SearchIterator</tt> provides APIs to specify the starting position
67 * starting position will be set as it is specified, please take note that
72 * <li> If the following match is to be found, the position should not be the
75 * position to search from should not be the first character which
78 * <li> If a following pattern match is to be found, any position within a
302 * Sets the index to point to the given position, and clears any state
305 * This method takes the argument index and sets the position in the text
308 * @param position within the text to be set. If position is less
314 virtual void setOffset(int32_t position, UErrorCod
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DChannelHelper.java33 ByteBuffer bb = ((FileChannel) channel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) channel).position(), size);
34 ((FileChannel) channel).position(((FileChannel) channel).position() + size);
/external/eigen/demos/opengl/
H A Dcamera.cpp120 if (!mTarget.isApprox(position()))
122 Vector3f newDirection = mTarget - position();
129 mFrame.position = p;
168 float dist = (position() - mTarget).norm();
170 mTarget = position() + dist * direction();
176 float dist = (position() - mTarget).norm();
179 setPosition(position() + direction() * d);
187 setPosition( position() + trans );
199 mViewMatrix.translation() = - (mViewMatrix.linear() * position());
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DSearchIterator.java15 * <tt>SearchIterator</tt> maintain a current position and scan over the
177 * Sets the position in the target text at which the next search will start.
180 * @param position position from which to start the next search
181 * @exception IndexOutOfBoundsException thrown if argument position is out
186 public void setIndex(int position) { argument
187 if (position < search_.beginIndex()
188 || position > search_.endIndex()) {
190 "setIndex(int) expected position to be between " +
230 // affect the position currentl
562 following(int position) argument
608 preceding(int position) argument
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DESDescriptor.java106 int begin = bb.position();
109 final long read = bb.position() - begin;
113 bb.position(begin + size);
123 begin = bb.position();
126 final long read = bb.position() - begin;
130 bb.position(begin + size);
143 begin = bb.position();
145 final long read = bb.position() - begin;
149 bb.position(begin + size);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAdapterViewBehavior.java43 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
76 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
78 assertThat(view, both(sameInstance(adapterView.getChildAt(position))).and(not(nullValue())));
79 assertThat(id, equalTo(adapterView.getAdapter().getItemId(position)));
80 transcript.add("selected item " + position);
98 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
185 public View getView(int position, View convertView, ViewGroup parent) {
186 transcript.add("getView for " + position);
187 return super.getView(position, convertView, parent);
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
H A DAbstractFormat.java182 * @param position On input: an alignment field, if desired. On output: the
189 final StringBuffer buffer, final FieldPosition position) {
190 return format(Double.valueOf(value), buffer, position);
199 * @param position On input: an alignment field, if desired. On output: the
206 final StringBuffer buffer, final FieldPosition position) {
207 return format(Long.valueOf(value), buffer, position);
188 format(final double value, final StringBuffer buffer, final FieldPosition position) argument
205 format(final long value, final StringBuffer buffer, final FieldPosition position) argument
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/
H A Ddrag_handle.css21 position: relative;
33 position: relative;
/external/deqp/framework/platform/android/
H A DtcuAndroidAssets.hpp56 void setPosition (int position);
/external/deqp/framework/referencerenderer/
H A DrrPrimitivePacket.hpp58 void EmitVertex (const tcu::Vec4& position, float pointSize, const GenericVec4* varyings, int primitiveID);
H A DrrVertexPacket.hpp46 * Outputs include position, optional point size, and list of generic
60 tcu::Vec4 position; //!< Transformed position - must be written always. member in struct:rr::VertexPacket
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DPlainInsn.java36 * @param position {@code non-null;} source position
40 public PlainInsn(Rop opcode, SourcePosition position, argument
42 super(opcode, position, result, sources);
62 * @param position {@code non-null;} source position
66 public PlainInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
68 this(opcode, position, result, RegisterSpecList.make(source));

Completed in 1456 milliseconds

1234567891011>>