Searched defs:position (Results 126 - 150 of 997) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DScanners.py37 position() --> (name, line, col)
38 Returns the position of the last token read using the
54 # buf_start_pos = 0 # position in input of start of buffer
55 # next_pos = 0 # position in input of next char to read
56 # cur_pos = 0 # position in input of current char
58 # cur_line_start = 0 # position in input of start of current line
59 # start_pos = 0 # position in input of start of token
61 # start_col = 0 # position in line of start of token
291 def position(self): member in class:Scanner
297 position withi
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dudateintervalformat.cpp71 UFieldPosition* position,
88 if (position != 0) {
89 fp.setField(position->field);
97 if (position != 0) {
98 position->beginIndex = fp.getBeginIndex();
99 position->endIndex = fp.getEndIndex();
66 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
H A Dcore-layout-grid-extracted.js212 // TODO(sjmiles): this code tries to preserve actual position,
217 style.position = 'absolute';
240 function position(elt, left, right, top, bottom) { function
292 node.style.position = 'absolute';
319 position(node, l, r, t, b);
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DDropdownAdapter.java56 public View getView(int position, View convertView, ViewGroup parent) { argument
65 DropdownItem item = getItem(position);
79 if (position == 0) {
86 if (mSeparators != null && mSeparators.contains(position)) {
114 public boolean isEnabled(int position) { argument
115 if (position < 0 || position >= getCount()) return false;
116 DropdownItem item = getItem(position);
/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/deqp/framework/platform/android/
H A DtcuAndroidAssets.cpp68 void AssetResource::setPosition (int position) argument
70 TCU_CHECK(AAsset_seek(m_asset, position, SEEK_SET) == position);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DArrayData.java54 * @param position {@code non-null;} source position
59 public ArrayData(SourcePosition position, CodeAddress user, argument
62 super(position, RegisterSpecList.EMPTY);
H A DHighRegisterPrefix.java40 * @param position {@code non-null;} source position
43 public HighRegisterPrefix(SourcePosition position, argument
45 super(position, registers);
H A DLocalStart.java51 * @param position {@code non-null;} source position
55 public LocalStart(SourcePosition position, RegisterSpec local) { argument
56 super(position);
H A DTargetInsn.java35 * @param position {@code non-null;} source position
41 public TargetInsn(Dop opcode, SourcePosition position, argument
43 super(opcode, position, registers);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DPlainCstInsn.java34 * @param position {@code non-null;} source position
39 public PlainCstInsn(Rop opcode, SourcePosition position, argument
42 super(opcode, position, result, sources, cst);
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/doclava/src/com/google/doclava/
H A DSeeTagInfo.java25 SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) { argument
26 super(name, kind, text, position);
33 LinkReference.parse(text(), mBase, position(), (!"@see".equals(name()))
/external/flac/libFLAC/
H A Dogg_helper.c94 FLAC__bool simple_ogg_page__get_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderReadCallback read_callback, void *client_data) argument
109 if((seek_status = seek_callback((FLAC__StreamEncoder*)encoder, position, client_data)) != FLAC__STREAM_ENCODER_SEEK_STATUS_OK) {
178 FLAC__bool simple_ogg_page__set_at(FLAC__StreamEncoder *encoder, FLAC__uint64 position, ogg_page *page, FLAC__StreamEncoderSeekCallback seek_callback, FLAC__StreamEncoderWriteCallback write_callback, void *client_data) argument
190 if((seek_status = seek_callback((FLAC__StreamEncoder*)encoder, position, client_data)) != FLAC__STREAM_ENCODER_SEEK_STATUS_OK) {
/external/icu/icu4c/source/i18n/
H A Dudateintervalformat.cpp71 UFieldPosition* position,
88 if (position != 0) {
89 fp.setField(position->field);
97 if (position != 0) {
98 position->beginIndex = fp.getBeginIndex();
99 position->endIndex = fp.getEndIndex();
66 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate, UChar* result, int32_t resultCapacity, UFieldPosition* position, UErrorCode* status) argument
/external/icu/icu4c/source/layout/
H A DGlyphIterator.h58 void setCurrStreamPosition(le_int32 position);
82 le_int32 position; member in class:GlyphIterator
H A DLEInsertionList.cpp18 le_int32 position; member in struct:InsertionRecord
54 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success) argument
66 insertion->position = position;
88 if (callback->applyInsertion(rec->position, rec->count, rec->glyphs)) {
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvwriter.cpp79 int32 MkvWriter::Position(int64 position) { argument
84 return _fseeki64(file_, position, SEEK_SET);
86 return fseek(file_, position, SEEK_SET);
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableObject.java57 public boolean visibleAtPosition(Vector2 position) { argument
/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 DShadowViewPager.java39 public void setCurrentItem(int position) { argument
41 onPageChangeListener.onPageSelected(position);
43 currentItem = position;
47 public void setCurrentItem(int position, boolean smoothScroll){ argument
48 setCurrentItem( position );
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DExpandableListViewTest.java51 public boolean onChildClick(ExpandableListView expandableListView, View view, int i, int position, long l) { argument
53 transcript.add("item was clicked: " + position);
H A DViewPagerTest.java65 public void onPageSelected(int position) { argument
/external/smack/src/org/jivesoftware/smackx/workgroup/
H A DQueueUser.java41 * @param position the position customer sits in the queue
45 public QueueUser (String uid, int position, int time, Date joinedAt) { argument
49 this.queuePosition = position;
62 * @return the position in the queue at which the customer sits, or -1 if the update which
71 * if the update which this instance embodies is only a position update instead

Completed in 2368 milliseconds

1234567891011>>