Searched refs:position (Results 76 - 100 of 1122) sorted by relevance

1234567891011>>

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFragmentPagerAdapter.java24 public void setPrimaryItem(ViewGroup container, int position, Object object) { argument
29 public Object instantiateItem(ViewGroup container, int position) { argument
30 return realAdapter.getItem(position);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMediaPlayerTest.java29 for (int position : positions) {
30 shadowMediaPlayer.setCurrentPosition(position);
31 assertThat(mediaPlayer.getCurrentPosition(), equalTo(position));
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dreentrant-success.js15 var position;
24 position = p;
25 shouldBe('position.coords.latitude', 'mockLatitude');
26 shouldBe('position.coords.longitude', 'mockLongitude');
27 shouldBe('position.coords.accuracy', 'mockAccuracy');
42 position = p;
43 shouldBe('position.coords.latitude', 'mockLatitude');
44 shouldBe('position.coords.longitude', 'mockLongitude');
45 shouldBe('position.coords.accuracy', 'mockAccuracy');
H A Dmultiple-requests.js36 var position; variable
38 position = p;
39 shouldBe('position.coords.latitude', 'mockLatitude');
40 shouldBe('position.coords.longitude', 'mockLongitude');
41 shouldBe('position.coords.accuracy', 'mockAccuracy');
/external/webkit/Source/WebCore/rendering/
H A DVerticalPositionCache.h54 void set(RenderObject* renderer, FontBaseline baselineType, int position) argument
57 m_alphabeticPositions.set(renderer, position);
59 m_ideographicPositions.set(renderer, position);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DPositionList.java23 * List of source position entries. This class includes a utility
31 * constant for {@link #make} to indicate that no actual position
43 * constant for {@link #make} to indicate that only "important" position
50 * Extracts and returns the source position information out of an
146 * Entry in a position list.
152 /** {@code non-null;} corresponding source position information */
153 private final SourcePosition position; field in class:PositionList.Entry
159 * @param position {@code non-null;} corresponding source position information
161 public Entry (int address, SourcePosition position) { argument
[all...]
H A DSimpleInsn.java32 * @param position {@code non-null;} source position
37 public SimpleInsn(Dop opcode, SourcePosition position, argument
39 super(opcode, position, registers);
H A DVariableSizeInsn.java30 * @param position {@code non-null;} source position
33 public VariableSizeInsn(SourcePosition position, argument
35 super(Dops.SPECIAL_FORMAT, position, registers);
H A DZeroSizeInsn.java33 * @param position {@code non-null;} source position
35 public ZeroSizeInsn(SourcePosition position) { argument
36 super(Dops.SPECIAL_FORMAT, position, RegisterSpecList.EMPTY);
/external/icu4c/i18n/
H A Dudateintervalformat.cpp71 UFieldPosition* position,
88 if (position != 0) {
89 fp.setField(position->field);
97 if (position != 0) {
98 position->beginIndex = fp.getBeginIndex();
99 position->endIndex = fp.getEndIndex();
66 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
/external/icu4c/i18n/unicode/
H A Dsearch.h43 * <tt>SearchIterator</tt> maintain a current position and scans over the
102 * Sets the index to point to the given position, and clears any state
105 * This method takes the argument index and sets the position in the text
108 * @param position within the text to be set. If position is less
114 virtual void setOffset(int32_t position, UErrorCode &status) = 0;
296 * returned by <tt>getOffset</tt>) is the match position if one
309 * Returns the first index equal or greater than <tt>position</tt> at which the
312 * match position if one was found.
315 * @param position wher
[all...]
/external/ceres-solver/internal/ceres/
H A Dblock_jacobi_preconditioner.cc82 ConstMatrixRef m(row_values + cells[c].position,
106 const int position = block_structure_.cols[c].position; local
110 block.diagonal() += ConstVectorRef(D + position, size).array().square().matrix();
122 const int position = block_structure_.cols[c].position; local
124 ConstVectorRef x_block(x + position, size);
125 VectorRef y_block(y + position, size);
/external/chromium/chrome/browser/importer/
H A Dtoolbar_importer_utils.cc36 size_t position = (*current).find(kGoogleDomainSecureCookieId); local
37 if (0 == position)
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DCstInsn.java33 * @param position {@code non-null;} source position
38 public CstInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
40 super(opcode, position, result, sources);
/external/icu4c/layout/
H A DSubstitutionLookups.cpp31 le_int32 position,
44 tempIterator.setCurrStreamPosition(position);
25 applySubstitutionLookups( LookupProcessor *lookupProcessor, SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemDataBox.java36 content.position(content.position() + content.remaining());
H A DUnknownBox.java43 content.position(content.position() + content.remaining());
/external/replicaisland/src/com/replica/replicaisland/
H A DEventRecorder.java37 synchronized void setLastDeathPosition(Vector2 position) { argument
38 mLastDeathPosition.set(position);
/external/webkit/Source/WebCore/css/
H A DStyleList.h39 void insert(unsigned position, PassRefPtr<StyleBase>);
40 void remove(unsigned position);
/external/webkit/Source/WebCore/editing/
H A DMoveSelectionCommand.h37 static PassRefPtr<MoveSelectionCommand> create(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert = false, bool smartDelete = false) argument
39 return adoptRef(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
/external/webkit/Source/WebCore/html/
H A DHTMLProgressElement.idl28 readonly attribute double position;
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationPosition.cpp50 WebGeolocationPosition& WebGeolocationPosition::operator=(PassRefPtr<GeolocationPosition> position) argument
52 m_private = position;
/external/webkit/Source/WebKit2/Shared/
H A DWebPlatformTouchPoint.cpp38 WebPlatformTouchPoint::WebPlatformTouchPoint(unsigned id, TouchPointState state, const IntPoint& screenPosition, const IntPoint& position) argument
42 , m_position(position)
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DFloatBufferTest.java87 buf.position(buf.limit());
93 assertEquals(buf.position(), readonly.position());
99 // readonly's position, mark, and limit should be independent to buf
101 assertEquals(readonly.position(), 0);
103 assertEquals(buf.position(), buf.limit());
105 assertEquals(buf.position(), 0);
116 assertEquals(buf.position(), buf.capacity());
127 buf.position(0);
132 assertEquals(buf.position(),
[all...]
H A DLongBufferTest.java87 buf.position(buf.limit());
93 assertEquals(buf.position(), readonly.position());
99 // readonly's position, mark, and limit should be independent to buf
101 assertEquals(readonly.position(), 0);
103 assertEquals(buf.position(), buf.limit());
105 assertEquals(buf.position(), 0);
115 assertEquals(buf.position(), buf.capacity());
126 buf.position(0);
131 assertEquals(buf.position(),
[all...]

Completed in 1801 milliseconds

1234567891011>>