Searched refs:position (Results 201 - 225 of 873) sorted by relevance

1234567891011>>

/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java356 out.position(out.limit());
358 int pos = out.position();
362 out.position(pos);
417 if (target.position() == cc.bytes.limit()) {
454 return target.position();
676 out.position(out.limit());
678 int pos = out.position();
682 out.position(pos);
720 source.position(0);
722 target.position(
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.cpp48 float position[] = local
78 ctx.bufferData(GL_ARRAY_BUFFER, DE_LENGTH_OF_ARRAY(position)*sizeof(float), &position[0], GL_STATIC_DRAW);
118 float position[] = local
141 ctx.vertexAttribPointer(posLoc, 4, GL_FLOAT, GL_FALSE, 0, &position[0]);
/external/doclava/src/com/google/doclava/
H A DTodoFile.java88 setHDF(data, base + errors, cl.position(), "<class comment>", MISSING);
98 setHDF(data, base + errors, m.position(), m.prettySignature(), MISSING);
112 setHDF(data, base + errors, m.position(), m.name() + m.prettySignature(), MISSING);
127 setHDF(data, base + errors, f.position(), f.name(), MISSING);
141 setHDF(data, base + errors, f.position(), f.name(), MISSING);
H A DFieldInfo.java35 SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) {
38 position, annotations);
48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(),
117 Errors.error(Errors.DEPRECATION_MISMATCH, position(), "Field "
425 Errors.error(Errors.CHANGED_TYPE, fInfo.position(), "Field " + fInfo.qualifiedName()
429 Errors.error(Errors.CHANGED_VALUE, fInfo.position(), "Field " + fInfo.qualifiedName()
435 Errors.error(Errors.CHANGED_SCOPE, fInfo.position(), "Method " + fInfo.qualifiedName()
441 Errors.error(Errors.CHANGED_STATIC, fInfo.position(), "Field " + fInfo.qualifiedName()
447 Errors.error(Errors.ADDED_FINAL, fInfo.position(), "Field " + fInfo.qualifiedName()
451 Errors.error(Errors.REMOVED_FINAL, fInfo.position(), "Fiel
31 FieldInfo(String name, ClassInfo containingClass, ClassInfo realContainingClass, boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, boolean isStatic, boolean isTransient, boolean isVolatile, boolean isSynthetic, TypeInfo type, String rawCommentText, Object constantValue, SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) argument
[all...]
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DNetworkTrafficSelectChannelEndPoint.java55 int position = buffer.getIndex();
57 notifyOutgoing(buffer, position, written);
110 public void notifyOutgoing(Buffer buffer, int position, int written) argument
119 view.setGetIndex(position);
120 view.setPutIndex(position + written);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_list.cpp42 FX_POSITION CFX_PtrList::InsertAfter(FX_POSITION position, void* newElement) argument
44 if (position == NULL) {
47 CNode* pOldNode = (CNode*) position;
58 void CFX_PtrList::RemoveAt(FX_POSITION position) argument
60 CNode* pOldNode = (CNode*) position;
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java90 * Draw the bitmap at a given x,y position, expressed in pixels, with the
216 public boolean visibleAtPosition(Vector2 position) { argument
219 if (position.x + mWidth < 0 || position.x > mViewWidth
220 || position.y + mHeight < 0 || position.y > mViewHeight) {
H A DRenderSystem.java53 public void scheduleForDraw(DrawableObject object, Vector2 position, int priority, boolean cameraRelative) { argument
56 element.set(object, position, priority, cameraRelative);
104 public void set(DrawableObject drawable, Vector2 position, int priority, boolean isCameraRelative) { argument
106 x = position.x;
107 y = position.y;
/external/v8/tools/sodium/
H A Dsodium.js53 new RegExp("^(" + addressRegEx + ")\\W+position\\W+\\((\\d+)\\)");
216 var position = findSourcePosition(pc);
217 var line = findSourceLine(position);
302 var position = 0;
313 if ((dist < distance) || (dist == distance && pos > position)) {
314 position = pos;
323 if (position == 0) return 0;
324 return position - code.firstSourcePosition;
327 function findSourceLine(position) {
328 if (position
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.c28 float position; member in struct:__anon17061
56 obj->position = 0.0;
102 tnew = be * mm + obj->position;
120 tnew = be * mm + obj->position;
125 obj->position += outsize * be - size;
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css45 position: absolute;
271 position:fixed;
350 position:fixed;
363 position:static;
384 position:static;
404 position:static;
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetHZ.java87 offsets.put(source.position() - 2);
120 source.position(source.position() - 1);
165 source.position(source.position() - 1);
189 offsets.put(source.position() - 1 - (isStateDBCS ? 1 : 0));
300 offsets.put(source.position() - 1);
305 offsets.put(source.position() - 1);
321 offsets.put(source.position() - 1);
362 offsets.put(source.position()
[all...]
H A DCharsetISO2022.java231 int sourceIndex = source.position();
611 err = CoderResult.unmappableForLength(source.position() - 1);
665 err = CoderResult.unmappableForLength(source.position() - 1);
705 source.position(source.position() - backOutDistance);
714 source.position(source.position() - bytesFromThisBuffer);
909 source.position(source.position() - 1);
915 int mySourceBefore = source.position();
[all...]
H A DCharsetDecoderICU.java243 in.position(in.position() + toUCountPending());
250 in.position(in.position() - toUCountPending());
365 limit=offsets.position()+length;
370 /* while(offsets.position()<limit) {
371 offset=offsets.get(offsets.position());
383 /* while(offsets.position()<limit) {
393 //int t=target.position();
394 int s=source.position();
[all...]
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex91 The granule position of these first pages containing only headers is zero.
111 The granule position of pages containing Vorbis audio is in units
112 of PCM audio samples (per channel; a stereo stream's granule position
117 The granule position of a page represents the end PCM sample
118 position of the last packet \emph{completed} on that
123 position, and the granule position is set to '-1'.
130 current packet be at position (3*long\_block\_length/4) -
135 The granule (PCM) position of the first page need not indicate
136 that the stream started at position zer
[all...]
/external/sonic/
H A Dsonic.c408 int position)
410 int remainingSamples = stream->numInputSamples - position;
413 memmove(stream->inputBuffer, stream->inputBuffer + position*stream->numChannels,
438 int position)
445 if(!copyToOutput(stream, stream->inputBuffer + position*stream->numChannels,
848 int position = 0; local
857 while(stream->numPitchSamples - position >= stream->maxRequired) {
858 period = findPitchPeriod(stream, stream->pitchBuffer + position*numChannels, 0);
865 rampDown = stream->pitchBuffer + position*numChannels;
866 rampUp = stream->pitchBuffer + (position
406 removeInputSamples( sonicStream stream, int position) argument
436 copyInputToOutput( sonicStream stream, int position) argument
890 int position = stream->newRatePosition*oldSampleRate; local
908 int position = 0; local
1016 int position = 0, period, newSamples; local
[all...]
/external/ceres-solver/internal/ceres/
H A Dlinear_least_squares_problems.cc301 bs->cols.back().position = c;
314 row.block.position = 0;
327 row.block.position = 1;
340 row.block.position = 2;
353 row.block.position = 3;
366 row.block.position = 4;
380 row.block.position = 5;
435 bs->cols.back().position = c;
446 row.block.position = 0;
456 row.block.position
[all...]
H A Dschur_eliminator_impl.h198 diag(D + bs->cols[i].position, block_size);
241 diag(D + bs->cols[e_block_id].position, e_block_size);
316 double* y_ptr = y + bs->cols[e_block_id].position;
323 diag(D + bs->cols[e_block_id].position, e_block_size);
339 (b + bs->rows[chunk.start + j].block.position, row.block.size);
347 values + row.cells[c].position, row.block.size, f_block_size,
353 values + e_cell.position, row.block.size, e_block_size,
359 values + e_cell.position, row.block.size, e_block_size,
360 values + e_cell.position, row.block.size, e_block_size,
384 int b_pos = bs->rows[row_block_counter].block.position;
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DListViewTest.java58 public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
59 transcript.add("item was selected: " + position);
194 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
195 transcript.add("item was clicked: " + position);
231 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
232 transcript.add("clicked on item " + position);
251 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
252 transcript.add("clicked on item " + adapter.getItem(position));
352 public View getView(int position, View convertView, ViewGroup parent) {
354 return super.getView(position, convertVie
508 getItem(int position) argument
513 getItemId(int position) argument
518 getView(int position, View convertView, ViewGroup parent) argument
561 getItem(int position) argument
566 getItemId(int position) argument
571 getView(int position, View convertView, ViewGroup parent) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DVarOptimizer.java163 PPosition position = varCommand.getPosition();
172 addToContents(multiCommand, optimizedVarCommandOf(position, addExpression.getLeft()));
173 addToContents(multiCommand, optimizedVarCommandOf(position, addExpression.getRight()));
187 return new AEscapeCommand(position, quotedStringExpressionOf(name),
188 optimizedVarCommandOf(position, args.getFirst()));
199 private PCommand optimizedVarCommandOf(PPosition position, PExpression expression) { argument
200 return optimizeVarCommands(new AVarCommand(cloneOf(position), cloneOf(expression)));
/external/icu/icu4c/source/i18n/
H A Dstsearch.cpp221 void StringSearch::setOffset(int32_t position, UErrorCode &status) argument
224 usearch_setOffset(m_strsrch_, position, &status);
306 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status) argument
308 // values passed here are already in the pre-shift position
326 if (position + m_strsrch_->pattern.defaultShiftSize
339 m_search_->matchedIndex = position - 1;
342 ucol_setOffset(m_strsrch_->textIter, position, &status);
404 int32_t StringSearch::handlePrev(int32_t position, UErrorCode &status) argument
406 // values passed here are already in the pre-shift position
428 position
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c79 * the file size and read position.
419 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
426 /* validate new position */
427 if ((position < 0) || (position > file->fileSize))
430 /* save new position */
431 file->filePos = position;
439 * Seek forward or back relative to the current position
444 EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
451 /* determine the file position */
[all...]
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c79 * the file size and read position.
419 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
426 /* validate new position */
427 if ((position < 0) || (position > file->fileSize))
430 /* save new position */
431 file->filePos = position;
439 * Seek forward or back relative to the current position
444 EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
451 /* determine the file position */
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c84 * the file size and read position.
417 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
424 /* validate new position */
425 if ((position < 0) || (position > file->size(file->handle)))
428 /* save new position */
429 file->filePos = position;
437 * Seek forward or back relative to the current position
442 EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
449 /* determine the file position */
[all...]
/external/libcxx/test/std/re/re.alg/re.alg.match/
H A Dbasic.pass.cpp50 assert(m.position(0) == 0);
65 assert(m.position(0) == 0);
106 assert(m.position(0) == 0);
121 assert(m.position(0) == 0);
124 assert(m.position(1) == 2);
146 assert(m.position(0) == 0);
173 assert(m.position(0) == 0);
200 assert(m.position(0) == 0);
215 assert(m.position(0) == 0);
230 assert(m.position(
[all...]

Completed in 906 milliseconds

1234567891011>>