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

1234567891011>>

/external/chromium/webkit/glue/media/
H A Dbuffered_data_source_unittest.cc75 MOCK_METHOD4(Read, void(int64 position, int read_size, uint8* buffer,
231 void InvokeReadCallback(int64 position, int size, uint8* buffer, argument
234 memcpy(buffer, data_ + static_cast<int>(position), error_);
239 void ReadDataSourceHit(int64 position, int size, int read_size) { argument
244 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull()))
253 position, size, buffer_,
259 memcmp(buffer_, data_ + static_cast<int>(position), read_size));
262 void ReadDataSourceHang(int64 position, int size) { argument
266 EXPECT_CALL(*loader_, Read(position, size, NotNull(), NotNull()));
268 position, siz
283 ReadDataSourceMiss(int64 position, int size, int start_error) argument
337 ReadDataSourceFailed(int64 position, int size, int error) argument
359 ReadDataSourceTimesOut(int64 position, int size) argument
[all...]
/external/icu4c/layout/
H A DContextualSubstSubtables.cpp30 le_int32 position,
43 tempIterator.setCurrStreamPosition(position);
205 le_int32 position = glyphIterator->getCurrStreamPosition(); local
219 applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontInstance, position, success);
224 glyphIterator->setCurrStreamPosition(position);
257 le_int32 position = glyphIterator->getCurrStreamPosition(); local
271 applySubstitutionLookups(lookupProcessor, substLookupRecordArray, substCount, glyphIterator, fontInstance, position, success);
276 glyphIterator->setCurrStreamPosition(position);
297 le_int32 position = glyphIterator->getCurrStreamPosition(); local
309 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
382 le_int32 position = glyphIterator->getCurrStreamPosition(); local
460 le_int32 position = glyphIterator->getCurrStreamPosition(); local
528 le_int32 position = glyphIterator->getCurrStreamPosition(); local
[all...]
/external/v8/src/
H A Dstring.js118 function StringIndexOf(pattern /* position */) { // length == 1
127 index = %_Arguments(1); // position
137 function StringLastIndexOf(pat /* position */) { // length == 1
148 var position = ToNumber(%_Arguments(1));
149 if (!NUMBER_IS_NAN(position)) {
150 position = TO_INTEGER(position);
151 if (position < 0) {
152 position = 0;
154 if (position
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dsubpages_tab_controls.css8 position: relative;
13 position: relative;
31 position: absolute;
/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/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DQueueDetails.java112 int position = user.getQueuePosition();
118 if (position != -1) {
119 buf.append("<position>").append(position).append("</position>");
156 int position = -1;
170 if ("position".equals(parser.getName())) {
171 position = Integer.parseInt(parser.nextText());
191 queueDetails.addUser(new QueueUser(uid, position, time, joinTime));
/external/webkit/Tools/DumpRenderTree/mac/
H A DMockGeolocationProvider.mm46 - (void)setPosition:(WebGeolocationPosition *)position
48 if (_lastPosition != position) {
50 _lastPosition = [position retain];
/external/doclava/src/com/google/doclava/
H A DDocInfo.java65 public SourcePositionInfo position() { method in class:DocInfo
69 public void setPosition(SourcePositionInfo position) { argument
70 mPosition = position;
/external/icu4c/i18n/unicode/
H A Dstsearch.h70 * <tt>SearchIterator</tt> provides APIs to specify the starting position
73 * starting position will be set as it is specified, please take note that
78 * <li> If the following match is to be found, the position should not be the
81 * position to search from should not be the first character which
84 * <li> If a following pattern match is to be found, any position within a
308 * Sets the index to point to the given position, and clears any state
311 * This method takes the argument index and sets the position in the text
314 * @param position within the text to be set. If position is less
320 virtual void setOffset(int32_t position, UErrorCod
[all...]
H A Dudateintervalformat.h157 * @param position
158 * A pointer to a UFieldPosition. On input, position->field is read.
159 * On output, position->beginIndex and position->endIndex indicate
160 * the beginning and ending indices of field number position->field,
162 * no field position data is returned.
176 UFieldPosition* position,
/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/replicaisland/src/com/replica/replicaisland/
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...]
H A DMotionBlurComponent.java31 public Vector2 position = new Vector2(); field in class:MotionBlurComponent.BlurRecord
51 mHistory[x].position.zero();
73 mHistory[mCurrentStep].position.set(((GameObject)parent).getPosition());
105 renderer.scheduleForDraw(stepImage, record.position, mTargetPriority - (x + 1), true);
/external/webkit/Source/WebCore/wml/
H A DWMLTaskElement.cpp85 size_t position = m_variableSetterElements.find(element); local
86 ASSERT(position != WTF::notFound);
87 m_variableSetterElements.remove(position);
/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));
/external/e2fsprogs/debugfs/
H A Dncheck.c25 int position; member in struct:inode_walk_struct
38 iw->position++;
39 if (iw->position <= 2)
116 iw.position = 0;
/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/icu4c/common/unicode/
H A Dchariter.h46 * a code unit and advance an internal position into the text object,
47 * similar to a <code>return text[position++]</code>.<br>
49 * position.</p>
51 * <p>next32PostInc() assumes that the current position is that of
55 * iteration loop should not be mixed. In UTF-16, if the current position
164 * at or after the current position in the iteration range.
168 * at or after the current position in the iteration range.
206 * <li>There are new functions for setting and moving the current position
262 * // get a code point from here without moving the position
264 * // get the position
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DFreeBox.java98 data = ((FileChannel) readableByteChannel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) readableByteChannel).position(), contentSize);
99 ((FileChannel) readableByteChannel).position(((FileChannel) readableByteChannel).position() + contentSize);
108 data.position(l2i(box.getSize()));
/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/webkit/Source/JavaScriptCore/runtime/
H A DRegExpConstructor.h73 void performMatch(RegExp*, const UString&, int startOffset, int& position, int& length, int** ovector = 0);
112 ALWAYS_INLINE void RegExpConstructor::performMatch(RegExp* r, const UString& s, int startOffset, int& position, int& length, int** ovector) argument
114 position = r->match(s, startOffset, &d->tempOvector());
119 if (position != -1) {
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
H A D15.5.4.7-2.js29 at or to the left of the specified position, then the index of the
30 rightmost such position is returned; otherwise -1 is returned. If position
35 position, the following steps are taken:
39 3.Call ToNumber(position). (If position is undefined or not supplied, this step produces the value NaN).
45 than Result(5), and for all nonnegative integers j less than Result(7), the character at position k+j of
46 Result(1) is the same as the character at position j of Result(2); but if there is no such integer k, then
169 function LastIndexOf( string, search, position ) {
173 position
[all...]
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityProgressIndicator.cpp54 if (element()->position() >= 0)

Completed in 556 milliseconds

1234567891011>>