Searched refs:position (Results 126 - 150 of 873) sorted by relevance

1234567891011>>

/external/eigen/demos/opengl/
H A Dgpuhelper.cpp56 void GpuHelper::drawVector(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect /* = 50.*/) argument
62 glTranslatef(position.x(), position.y(), position.z());
77 void GpuHelper::drawVectorBox(const Vector3f& position, const Vector3f& vec, const Color& color, float aspect) argument
83 glTranslatef(position.x(), position.y(), position.z());
/external/fio/
H A Dgcompat.c18 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position, argument
21 gtk_combo_box_insert_text(GTK_COMBO_BOX(combo_box), position, text); local
H A Dgcompat.h12 void gtk_combo_box_text_insert_text(GtkComboBoxText *combo_box, gint position, const gchar *text);
14 void gtk_combo_box_text_remove(GtkComboBoxText *combo_box, gint position);
/external/gptfdisk/
H A Dguid.cc193 size_t position; local
196 for (position = s.length(); position > 0; position--) {
197 if ((s[position - 1] == ' ') || (s[position - 1] == '{') || (s[position - 1] == '}')) {
198 s.erase(position - 1, 1);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterIteratorWrapper.java29 * Sets the position to getBeginIndex() and returns the character at that
30 * position.
41 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
42 * and returns the character at that position.
52 * Gets the character at the current position (as returned by getIndex()).
53 * @return the character at the current position or DONE if the current
54 * position is off the end of the text.
66 * @return the character at the new position or DONE if the new
67 * position is off the end of the text range.
79 * @return the character at the new position o
95 setIndex(int position) argument
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DImageFlipper.java68 data.position(y * scanline);
69 data.limit(data.position() + scanline);
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointIDList.h59 FindBreakpointID (BreakpointID &bp_id, size_t *position);
62 FindBreakpointID (const char *bp_id, size_t *position);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java85 private static void transfer(FileChannel from, long position, long count, WritableByteChannel to) throws IOException { argument
92 offset += from.transferTo(position + offset, Math.min(maxCount, count - offset), to);
117 fileChannel.position(startPosition - header.limit());
144 this.startPosition = ((FileChannel) readableByteChannel).position();
145 ((FileChannel) readableByteChannel).position(((FileChannel) readableByteChannel).position() + contentSize);
159 cacheEntry.position((int) (offset - chacheEntryOffset));
178 cacheEntry.position(0);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAbsListView.java20 public void smoothScrollToPosition(int position) { argument
21 smoothScrolledPosition = position;
42 * @return int position
H A DShadowAbsSpinner.java27 public void setSelection(int position, boolean animate) { argument
28 super.setSelection(position);
H A DShadowExpandableListView.java17 public boolean performItemClick(View view, int position, long id) { argument
19 mChildClickListener.onChildClick(mExpandable, null, 0, position, id);
/external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/system_stats/
H A Dsystem_stats_snapshot_view.css12 background-position: 0 5px;
22 background-position: 0 5px;
/external/icu/icu4c/source/common/
H A Dchariter.cpp32 CharacterIterator::CharacterIterator(int32_t length, int32_t position) argument
33 : textLength(length), pos(position), begin(0), end(length) {
44 CharacterIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
/external/icu/icu4c/source/common/unicode/
H A Duchriter.h52 * position is specified by "position". If "position" is outside the valid
56 * @param position The starting position of the iteration
60 int32_t position);
68 * position is specified by "position". If begin and end do not
69 * form a valid iteration range or "position" is outside the valid
73 * @param textBegin The begin position o
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DMessageProtocol.java73 buffer.position( 2 );
78 buffer.position( 0 );
152 buffer.limit( buffer.position() + current.remaining() );
159 buffer.limit( buffer.position() + extra );
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl.vs.h29 dcl_output_siv o0.xyzw, position
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableObject.java57 public boolean visibleAtPosition(Vector2 position) { argument
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvwriter.cpp75 int32 MkvWriter::Position(int64 position) { argument
80 return _fseeki64(file_, position, SEEK_SET);
82 return fseek(file_, position, SEEK_SET);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMetaBox.java65 int pos = content.position();
70 content.position(pos);
74 content.position(pos);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBaseAdapterTest.java38 public Object getItem(int position) { argument
43 public long getItemId(int position) { argument
48 public View getView(int position, View convertView, ViewGroup parent) { argument
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h41 void setPosition(const char *position) { argument
42 assert(position);
43 this->position = position;
46 assert(position);
47 return position;
59 const char *position; member in class:clang::analyze_format_string::OptionalFlag
451 void setHasThousandsGrouping(const char *position) { argument
453 HasThousandsGrouping.setPosition(position);
455 void setIsLeftJustified(const char *position) { argument
459 setHasPlusPrefix(const char *position) argument
463 setHasSpacePrefix(const char *position) argument
467 setHasAlternativeForm(const char *position) argument
471 setHasLeadingZeros(const char *position) argument
567 setSuppressAssignment(const char *position) argument
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp265 ClipVec4 position; member in struct:rr::__anon3101::cliputil::TriangleVertex
288 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
297 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist);
298 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position);
300 middle.position = plane.getLineIntersectionPoint(approximatedClipPoint, anotherPointOnLine);
312 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java159 int position = 0; field in class:SignatureAttribute.Cursor
162 int i = s.indexOf(ch, position);
166 position = i + 1;
663 while (cur.position < sigLen && sig.charAt(cur.position) == 'L')
676 if (sig.charAt(cur.position++) != '(')
680 while (sig.charAt(cur.position) != ')') {
685 cur.position++;
689 while (cur.position < sigLen && sig.charAt(cur.position)
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java55 private int position; field in class:CodedOutputStream
81 position = offset;
88 position = 0;
287 * current position and limit (i.e., the number of bytes to be written is
289 * alter the state of the passed-in ByteBuffer. Its position, limit, mark,
475 * content of the ByteBuffer regardless of the current position and limit
478 * the passed-in ByteBuffer. Its position, limit, mark, etc. will remain
955 * buffer position is reset to its initial value when this returns.
965 output.write(buffer, 0, position);
966 position
[all...]
/external/google-breakpad/src/client/
H A Dminidump_file_writer.h108 // Write |size| bytes starting at |src| into the current position.
109 // Return true on success and set |output| to position, or false on failure
112 // Copies |size| bytes from |src| to |position|
114 bool Copy(MDRVA position, const void *src, ssize_t size);
116 // Return the current position for writing to the minidump
117 inline MDRVA position() const { return position_; } function in class:google_breakpad::MinidumpFileWriter
123 // Returns the position of the allocation, or kInvalidMDRVA if it was
133 // Current position in buffer
160 position_(writer->position()),
167 // Returns the current position o
168 inline MDRVA position() const { return position_; } function in class:google_breakpad::UntypedMDRVA
[all...]

Completed in 804 milliseconds

1234567891011>>