Searched defs:position (Results 276 - 300 of 494) sorted by relevance

<<11121314151617181920

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java806 * capture the position of the node in the original template file, to help developers diagnose
809 private void capturePosition(PPosition position) { argument
810 position.apply(this);
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java642 private void setLastPosition(PPosition position) { argument
643 // Walks position node which will eventually result in calling
645 position.apply(this);
649 * Every time a &lt;cs token is found, grab the line and position (for helpful error messages).
/external/libvorbis/lib/
H A Dsharedbook.c356 int position=codep[i]-codes; local
357 sortindex[position]=i;
549 "position %d, %g != %g\n",i,out[i],comp[i]);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java267 * Get the list iterator for a given position.
269 * @param position
270 * position for the list iterator to return
273 public ListIterator<HDR> listIterator(int position) { argument
274 return hlist.listIterator(position);
648 * Set a SIPHeader at a particular position in the list.
652 public HDR set(int position, HDR sipHeader) { argument
654 return hlist.set(position, sipHeader);
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
H A DSDL_syscdrom.cc52 /* Constants to help us get at the SCSI position info */
53 #define POS_TRACK(pos) pos.position[6]
54 #define POS_ABS_M(pos) pos.position[9]
55 #define POS_ABS_S(pos) pos.position[10]
56 #define POS_ABS_F(pos) pos.position[11]
57 #define POS_REL_M(pos) pos.position[13]
58 #define POS_REL_S(pos) pos.position[14]
59 #define POS_REL_F(pos) pos.position[15]
71 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position);
315 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
H A DSDL_syscdrom.c79 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position);
399 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position) argument
444 if (position)
447 *position = msf_to_frame(buf[9], buf[10], buf[11]);
449 *position = 0;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
H A DSDL_syscdrom.c102 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position);
450 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position) argument
492 if ( position ) {
494 *position = MSF_TO_FRAMES(
499 *position = 0;
/external/quake/quake/src/QW/client/
H A Dsys_android.c240 void Sys_FileSeek (int handle, int position) argument
242 lseek (handle, position, SEEK_SET);
H A Dsys_linux.c235 void Sys_FileSeek (int handle, int position) argument
237 lseek (handle, position, SEEK_SET);
/external/quake/quake/src/WinQuake/
H A Dsys_linux.cpp233 void Sys_FileSeek (int handle, int position) argument
235 lseek (handle, position, SEEK_SET);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java156 public final void setPosition(Vector2 position) { argument
157 mPosition.set(position);
H A DLevelSelectActivity.java86 public boolean isEnabled(int position) { argument
88 return mLevelData.get(position).enabled;
98 public int getItemViewType(int position) { argument
100 LevelMetaData level = mLevelData.get(position);
129 public View getView (int position, View convertView, ViewGroup parent) { argument
131 if (mLevelData.get(position).enabled) {
138 } else if (mLevelData.get(position).level.completed) {
155 view.setText(mLevelData.get(position).level.name);
160 view2.setText(mLevelData.get(position).level.timeStamp);
240 protected void onListItemClick(ListView l, View v, int position, lon argument
[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.c85 * the file size and read position.
450 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
457 /* validate new position */
458 if ((position < 0) || (position > file->fileSize))
461 /* save new position */
462 file->filePos = position;
470 * Seek forward or back relative to the current position
475 EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
482 /* determine the file position */
[all...]
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c18 * buffer, the position of the next byte of data to be read, the dup
320 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWReadFile: Reading %d bytes from position %d\n", n, file->filePos);
352 /* position the file pointer */
417 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetByte: Reading from position %d, byte = 0x%02x\n", file->filePos, *(EAS_U8*)p);
438 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetWord: Reading 2 bytes from position %d\n", file->filePos);
468 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetDWord: Reading 4 bytes from position %d\n", file->filePos);
513 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
522 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWFileSeek: Seeking to new position %d\n", file->filePos);
525 /* is new position in current buffer? */
526 newIndex = position
550 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
[all...]
/external/v8/src/
H A Dstring-stream.cc273 unsigned position = 0; local
274 for (unsigned next; (next = position + 2048) < length_; position = next) {
277 internal::PrintF(out, "%s", &buffer_[position]);
280 internal::PrintF(out, "%s", &buffer_[position]);
/external/webkit/Source/WebCore/editing/
H A DDeleteSelectionCommand.cpp113 // For HRs, we'll get a position at (HR,1) when hitting delete from the beginning of the previous line, or (HR,0) when forward deleting,
200 // Sometimes they aren't (like when no merge is requested), so we must choose one position to hold the caret
316 static void updatePositionForNodeRemoval(Node* node, Position& position) argument
318 if (position.isNull())
320 switch (position.anchorType()) {
322 if (position.containerNode() == node->parentNode() && static_cast<unsigned>(position.offsetInContainerNode()) > node->nodeIndex())
323 position.moveToOffset(position.offsetInContainerNode() - 1);
324 else if (node->contains(position
408 updatePositionForTextRemoval(Node* node, int offset, int count, Position& position) argument
[all...]
H A DEditingStyle.h76 static PassRefPtr<EditingStyle> create(const Position& position) argument
78 return adoptRef(new EditingStyle(position));
H A DVisiblePosition.cpp52 void VisiblePosition::init(const Position& position, EAffinity affinity) argument
56 m_deepPosition = canonicalPosition(position);
59 if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this)))
79 // find first previous DOM position that is visible
82 // return null visible position if there is no previous visible position
91 // UPSTREAM position can never yield another UPSTREAM position (unless line wrap length is 0!).
151 // Reposition at the other logical position corresponding to our edge's visual position an
476 Position position = passedPosition; local
[all...]
/external/webkit/Source/WebCore/page/
H A DContentSecurityPolicy.cpp72 static bool skipExactly(const UChar*& position, const UChar* end, UChar delimiter) argument
74 if (position < end && *position == delimiter) {
75 ++position;
82 static bool skipExactly(const UChar*& position, const UChar* end) argument
84 if (position < end && characterPredicate(*position)) {
85 ++position;
91 static void skipUtil(const UChar*& position, const UChar* end, UChar delimiter) argument
93 while (position < en
98 skipWhile(const UChar*& position, const UChar* end) argument
202 const UChar* position = begin; local
245 const UChar* position = begin; local
307 const UChar* position = begin; local
334 const UChar* position = begin; local
380 const UChar* position = begin; local
440 const UChar* position = value.characters(); local
546 const UChar* position = policy.characters(); local
573 const UChar* position = begin; local
[all...]
H A DFocusController.cpp299 Position position = firstPositionInOrBeforeNode(node); local
300 VisibleSelection newSelection(position, position, DOWNSTREAM);
/external/webkit/Source/WebCore/platform/
H A DScrollbar.cpp44 // The position of the scrollbar thumb affects the appearance of the steppers, so
111 float position = static_cast<float>(m_scrollableArea->scrollPosition(this)); local
112 if (position == m_currentPos)
116 m_currentPos = position;
373 // Set the pressed position to the middle of the thumb so that when we do the move, the delta
374 // will be from the current pixel position of the thumb to the new desired position for the thumb.
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.cpp282 void GraphicsLayer::setZPosition(float position) argument
284 m_zPosition = position;
423 ts << "(position " << m_position.x() << " " << m_position.y() << ")\n";
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h89 void setPosition(const FloatPoint& position) { m_position = position; } argument
90 const FloatPoint& position() const { return m_position; } function in class:WebCore::CCLayerImpl

Completed in 579 milliseconds

<<11121314151617181920