Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DBaseAdapterTest.java38 public Object getItem(int position) { in getItem()
43 public long getItemId(int position) { in getItemId()
48 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DCountingAdapter.java26 public Object getItem(int position) { in getItem()
31 public long getItemId(int position) { in getItemId()
36 public View getView(int position, View convertView, ViewGroup parent) { in getView()
DListViewTest.java508 public Object getItem(int position) { in getItem()
513 public long getItemId(int position) { in getItemId()
518 public View getView(int position, View convertView, ViewGroup parent) { in getView()
561 public Object getItem(int position) { in getItem()
566 public long getItemId(int position) { in getItemId()
571 public View getView(int position, View convertView, ViewGroup parent) { in getView()
/external/clang/test/CodeGenObjCXX/
Dencode.mm16 vector3f position; field
19 @property (assign, nonatomic) vector3f position; property
26 vector3f position; field
28 @property vector3f position; property
Dproperty-dot-copy.mm15 Vector3D position; field
18 @property (assign) Vector3D position; property
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAdapterView.java215 public Object getItemAtPosition(int position) { in getItemAtPosition()
221 public long getItemIdAtPosition(int position) { in getItemIdAtPosition()
227 public void setSelection(final int position) { in setSelection()
243 public boolean performItemClick(View view, int position, long id) { in performItemClick()
251 public boolean performItemLongClick(View view, int position, long id) { in performItemLongClick()
259 public boolean performItemClick(int position) { in performItemClick()
DShadowFragmentPagerAdapter.java24 public void setPrimaryItem(ViewGroup container, int position, Object object) { in setPrimaryItem()
29 public Object instantiateItem(ViewGroup container, int position) { in instantiateItem()
DShadowViewPager.java39 public void setCurrentItem(int position) { in setCurrentItem()
47 public void setCurrentItem(int position, boolean smoothScroll){ in setCurrentItem()
DShadowCursorAdapter.java49 public View getView(int position, View convertView, ViewGroup parent) { in getView()
183 public Object getItem(int position) { in getItem()
196 public long getItemId(int position) { in getItemId()
/external/jmonkeyengine/engine/src/android/jme3test/android/
DDemoLaunchAdapter.java33 public Object getItem(int position) { in getItem()
37 public long getItemId(int position) { in getItemId()
41 public View getView(int position, View convertView, ViewGroup viewGroup) { in getView()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DChunkedIntArray.java110 int readEntry(int position, int offset) throws ArrayIndexOutOfBoundsException in readEntry()
137 int specialFind(int startPos, int position) in specialFind()
192 void writeEntry(int position, int offset, int value) throws ArrayIndexOutOfBoundsException in writeEntry()
221 void writeSlot(int position, int w0, int w1, int w2, int w3) in writeSlot()
245 void readSlot(int position, int[] buffer) in readSlot()
/external/smali/smali/src/main/java/org/jf/smali/
DLiteralTools.java52 int position = 0; in parseByte() local
122 int position = 0; in parseShort() local
186 int position = 0; in parseInt() local
256 int position = 0; in parseLong() local
/external/icu/icu4c/source/common/
Duchriter.cpp35 int32_t position) in UCharCharacterIterator()
45 int32_t position) in UCharCharacterIterator()
126 UCharCharacterIterator::setIndex(int32_t position) { in setIndex()
227 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32()
Dchariter.cpp32 CharacterIterator::CharacterIterator(int32_t length, int32_t position) in CharacterIterator()
44 …erIterator::CharacterIterator(int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) in CharacterIterator()
/external/guava/guava/src/com/google/common/collect/
DAbstractIndexedListIterator.java37 private int position; field in AbstractIndexedListIterator
68 protected AbstractIndexedListIterator(int size, int position) { in AbstractIndexedListIterator()
/external/sonic/
DSonic.java77 int position, in scaleSamples()
324 int position) in removeInputSamples()
335 int position, in copyToOutput()
345 int position) in copyInputToOutput()
492 int position, in downSampleInput()
515 int position, in findPitchPeriodInRange()
583 int position, in findPitchPeriod()
719 int position = 0; in adjustPitch() local
752 int position = newRatePosition*oldSampleRate; in interpolate() local
768 int position; in adjustRate() local
[all …]
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLBIOSink.java24 private int position; field in OpenSSLBIOSink
62 public int position() { in position() method in OpenSSLBIOSink
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c236 struct fixed_position* position, in do_triangle_ccw()
769 struct fixed_position* position, in retry_triangle_ccw()
791 struct fixed_position* position, in calc_fixed_position()
821 rotate_fixed_position_01( struct fixed_position* position ) in rotate_fixed_position_01()
846 rotate_fixed_position_12( struct fixed_position* position ) in rotate_fixed_position_12()
876 struct fixed_position position; in triangle_cw() local
896 struct fixed_position position; in triangle_ccw() local
911 struct fixed_position position; in triangle_both() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DDynamicArray.java107 public T get(int position) { in get()
118 public T get(int... position) { in get()
/external/jmonkeyengine/engine/src/core/com/jme3/light/
DPointLight.java55 protected Vector3f position = new Vector3f(); field in PointLight
85 public void setPosition(Vector3f position) { in setPosition()
/external/eigen/Eigen/src/StlSupport/
DStdList.h104 iterator insert(const_iterator position, const value_type& x) in insert()
106 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
/external/icu/icu4c/source/layout/
DLEInsertionList.cpp18 le_int32 position; member
54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success) in insert()
DContextualSubstSubtables.cpp30 le_int32 position, in applySubstitutionLookups()
209 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
263 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
303 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
391 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
471 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
545 le_int32 position = glyphIterator->getCurrStreamPosition(); in process() local
/external/guava/guava/src/com/google/common/reflect/
DParameter.java39 private final int position; field in Parameter
45 int position, in Parameter()
/external/v8/src/compiler/
Dsource-position.h50 Scope(SourcePositionTable* source_positions, SourcePosition position) in Scope()
63 void Init(SourcePosition position) { in Init()

12345678910>>...18