Searched defs:position (Results 51 - 75 of 918) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dwebtreemap.js65 position(t.dom, -kBorderWidth, -kBorderWidth, width, height);
99 function position(dom, x, y, width, height) { function
166 position(child.dom, -2, -2, 0, 0);
211 position(child.dom, x, y, width, height);
241 position(data.dom, 0, 0, width, height);
/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/source/i18n/
H A Ducol_cnt.h42 uint32_t position; member in struct:ContractionTable
53 int32_t position; member in struct:CntTable
87 uprv_cnttab_getCE(CntTable *table, uint32_t element, uint32_t position, UErrorCode *status);
/external/chromium_org/third_party/ots/test/
H A Dfile-stream.h30 bool Seek(off_t position) { argument
32 if (!::_fseeki64(file_, position, SEEK_SET)) {
33 position_ = position;
37 if (!::fseeko(file_, position, SEEK_SET)) {
38 position_ = position;
/external/chromium_org/ui/android/java/src/org/chromium/ui/autofill/
H A DAutofillListAdapter.java39 public View getView(int position, View convertView, ViewGroup parent) { argument
48 labelView.setText(getItem(position).mLabel);
52 if (position == 0) {
59 if (mSeparators.contains(position)) {
70 CharSequence sublabel = getItem(position).mSublabel;
/external/chromium_org/ui/gfx/
H A Dbreak_list_unittest.cc104 // Ensure values adjust to accommodate max position changes.
141 size_t position; member in struct:gfx::__anon15182
160 BreakList<bool>::const_iterator it = breaks.GetBreak(cases[i].position);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCodeAddress.java34 * @param position {@code non-null;} source position
36 public CodeAddress(SourcePosition position) { argument
37 super(position);
H A DFixedSizeInsn.java40 * @param position {@code non-null;} source position
45 public FixedSizeInsn(Dop opcode, SourcePosition position, argument
47 super(opcode, position, registers);
H A DLocalEnd.java43 * @param position {@code non-null;} source position
47 public LocalEnd(SourcePosition position, RegisterSpec local) { argument
48 super(position);
H A DLocalSnapshot.java37 * @param position {@code non-null;} source position
40 public LocalSnapshot(SourcePosition position, RegisterSpecSet locals) { argument
41 super(position);
H A DOddSpacer.java35 * @param position {@code non-null;} source position
37 public OddSpacer(SourcePosition position) { argument
38 super(position, RegisterSpecList.EMPTY);
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/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/eigen/Eigen/src/StlSupport/
H A DStdDeque.h105 iterator insert(const_iterator position, const value_type& x) argument
106 { return deque_base::insert(position,x); }
107 void insert(const_iterator position, size_type new_size, const value_type& x) argument
108 { deque_base::insert(position, new_size, x); }
H A DStdList.h104 iterator insert(const_iterator position, const value_type& x) argument
105 { return list_base::insert(position,x); }
106 void insert(const_iterator position, size_type new_size, const value_type& x) argument
107 { list_base::insert(position, new_size, x); }
H A DStdVector.h92 iterator insert(const_iterator position, const value_type& x) argument
93 { return vector_base::insert(position,x); }
94 void insert(const_iterator position, size_type new_size, const value_type& x) argument
95 { vector_base::insert(position, new_size, x); }
/external/guava/guava/src/com/google/common/collect/
H A DAbstractIndexedListIterator.java29 * position. It does not support {@link #remove}, {@link #set}, or {@link #add}.
37 private int position; field in class:AbstractIndexedListIterator
47 * position is 0. That is, the first call to {@link #next()} will return the
59 * initial position. That is, the first call to {@link #nextIndex()} will
60 * return {@code position}, and the first call to {@link #next()} will return
62 * retrieve the preceding {@code position} elements.
64 * @throws IndexOutOfBoundsException if {@code position} is negative or is
68 protected AbstractIndexedListIterator(int size, int position) { argument
69 checkPositionIndex(position, size);
71 this.position
[all...]
/external/icu4c/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/icu4c/i18n/
H A Ducol_cnt.h42 uint32_t position; member in struct:ContractionTable
53 int32_t position; member in struct:CntTable
87 uprv_cnttab_getCE(CntTable *table, uint32_t element, uint32_t position, UErrorCode *status);
/external/icu4c/layout/
H A DGlyphIterator.h58 void setCurrStreamPosition(le_int32 position);
82 le_int32 position; member in class:GlyphIterator
/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DDemoLaunchAdapter.java33 public Object getItem(int position) { argument
34 return listDemos.get(position);
37 public long getItemId(int position) { argument
38 return position;
41 public View getView(int position, View convertView, ViewGroup viewGroup) { argument
42 DemoLaunchEntry entry = listDemos.get(position);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DDynamicArray.java101 * This method returns a value on the specified position. The dimension of the table is not taken into
103 * @param position
104 * the position of the data
107 public T get(int position) { argument
108 return array[position];
112 * This method returns a value on the specified position in multidimensional array. Be careful not to exceed the
114 * @param position
115 * the position of the data indices of data position
118 public T get(int... position) { argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticle.java51 * Current particle position
53 public final Vector3f position = new Vector3f(); field in class:Particle

Completed in 920 milliseconds

1234567891011>>