Searched defs:position (Results 176 - 200 of 233) sorted by relevance

12345678910

/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLibVst.c66 * the file size and read position.
594 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWReadFile: Reading %d bytes from position %d\n", n, file->filePos);
626 /* position the file pointer */
690 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetByte: Reading from position %d, byte = 0x%02x\n", file->filePos, *(EAS_U8*)p);
711 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetWord: Reading 2 bytes from position %d\n", file->filePos);
741 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWGetDWord: Reading 4 bytes from position %d\n", file->filePos);
786 EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
795 if ((position < 0) || (position > file->fileSize))
799 EAS_ReportX(_EAS_SEVERITY_NOFILTER, "EAS_HWFileSeek: Seeking to new position
827 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1239 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1268 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
[all...]
/external/v8/src/arm/
H A Dfull-codegen-arm.cc182 void FullCodeGenerator::EmitReturnSequence(int position) { argument
210 CodeGenerator::RecordPositions(masm_, position);
977 // Record source position before possible IC call.
978 SetSourcePosition(expr->position());
997 SetSourcePosition(prop->position());
1006 SetSourcePosition(prop->position());
1098 // Record source code position before IC call.
1099 SetSourcePosition(expr->position());
1139 // Record source code position before IC call.
1140 SetSourcePosition(expr->position());
[all...]
/external/v8/src/
H A Dhandles.cc463 int position = 0; local
464 while (position != -1 && position < src_len) {
465 position = Runtime::StringMatch(src, new_line, position);
466 if (position != -1) {
467 position++;
476 position = 0;
477 while (position != -1 && position < src_le
[all...]
H A Dscanner.h214 // If input equals keyword's character at position, continue matching keyword
215 // from that position.
218 int position,
220 if (input == keyword[position]) {
223 this->counter_ = position + 1;
269 int position,
332 // Seek forward to the given position. This operation does not
461 // Return the current source position.
216 MatchKeywordStart(uc32 input, const char* keyword, int position, Token::Value token_if_match) argument
H A Dunicode.cc324 void CharacterStream::Seek(unsigned position) { argument
326 for (unsigned i = 0; i < position; i++) {
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc173 void FullCodeGenerator::EmitReturnSequence(int position) { argument
189 CodeGenerator::RecordPositions(masm_, position);
1090 // Record source position before possible IC call.
1091 SetSourcePosition(expr->position());
1110 SetSourcePosition(prop->position());
1120 SetSourcePosition(prop->position());
1214 // Record source code position before IC call.
1215 SetSourcePosition(expr->position());
1253 // Record source code position before IC call.
1254 SetSourcePosition(expr->position());
[all...]
/external/v8/src/x64/
H A Dfull-codegen-x64.cc174 void FullCodeGenerator::EmitReturnSequence(int position) { argument
189 CodeGenerator::RecordPositions(masm_, position);
1085 // Record source position before possible IC call.
1086 SetSourcePosition(expr->position());
1105 SetSourcePosition(prop->position());
1115 SetSourcePosition(prop->position());
1207 // Record source code position before IC call.
1208 SetSourcePosition(expr->position());
1246 // Record source code position before IC call.
1247 SetSourcePosition(expr->position());
[all...]
/external/webkit/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp79 int position = string.find("%s"); local
80 ASSERT(position != -1);
81 string = makeString(string.substr(0, position), substring, string.substr(position + 2));
/external/webkit/JavaScriptCore/runtime/
H A DStringPrototype.cpp234 : position(pos)
243 int position; member in struct:JSC::StringRange
252 int position = substringRanges[0].position; local
254 if (position <= 0 && length >= sourceSize)
257 return jsString(exec, UStringImpl::create(source.rep(), max(0, position), min(sourceSize, length)));
278 UStringImpl::copyChars(buffer + bufferPos, source.data() + substringRanges[i].position, substringRanges[i].length);
/external/webkit/JavaScriptCore/wtf/
H A DDateMath.cpp544 int position = static_cast<int>(str - haystack); local
545 if (position % 3 == 0)
546 return position / 3;
H A DHashTable.h113 HashTableConstIterator(const HashTableType* table, PointerType position, PointerType endPosition) argument
114 : m_position(position), m_endPosition(endPosition)
120 HashTableConstIterator(const HashTableType* table, PointerType position, PointerType endPosition, HashItemKnownGoodTag) argument
121 : m_position(position), m_endPosition(endPosition)
387 FullLookupType makeLookupResult(ValueType* position, bool found, unsigned hash) argument
388 { return FullLookupType(LookupType(position, found), hash); }
697 // follow a pivot entry and return the new position.
742 // follow a pivot entry and return the new position.
/external/webkit/WebCore/bindings/v8/
H A DSerializedScriptValue.cpp210 // If the writer is at odd position in the buffer, then one of
216 char* charAt(int position) { return reinterpret_cast<char*>(m_buffer.data()) + position; } argument
/external/webkit/WebCore/editing/
H A DSelectionController.cpp154 // Always clear the x position used for vertical arrow navigation.
166 static bool removingNodeRemovesPosition(Node* node, const Position& position) argument
168 if (!position.node())
171 if (position.node() == node)
178 return element->contains(position.node()) || element->contains(position.node()->shadowAncestorNode());
613 // Note: the START position type is arbitrary because it is unused, it would be
614 // the requested position type if there were no xPosForVerticalArrowNavigation set.
971 // Basically, we can't trust this layout position since we
H A Dhtmlediting.cpp135 Node* highestEditableRoot(const Position& position) argument
137 Node* node = position.node();
141 Node* highestRoot = editableRootForPosition(position);
231 Position nextCandidate(const Position& position) argument
233 PositionIterator p = position;
242 Position nextVisuallyDistinctCandidate(const Position& position) argument
244 Position p = position;
254 Position previousCandidate(const Position& position) argument
256 PositionIterator p = position;
265 Position previousVisuallyDistinctCandidate(const Position& position) argument
277 firstEditablePositionAfterPositionInRoot(const Position& position, Node* highestRoot) argument
298 lastEditablePositionBeforePositionInRoot(const Position& position, Node* highestRoot) argument
1030 lineBreakExistsAtPosition(const Position& position) argument
[all...]
/external/webkit/WebCore/platform/graphics/
H A DGraphicsLayer.h219 // The position of the layer (the location of its top-left corner in its parent)
220 const FloatPoint& position() const { return m_position; } function in class:WebCore::GraphicsLayer
271 // Set that the position/size of the contents (image or video).
326 // z-position is the z-equivalent of position(). It's only used for debugging purposes.
391 FloatPoint m_replicatedLayerPosition; // For a replica layer, the position of the replica.
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp230 // If we are a fixed position layer, just set it
231 if (view->isPositioned() && view->style()->position() == FixedPosition) {
238 // position -- we can't use the layer's size as it could possibly differs.
841 void GraphicsLayerAndroid::setZPosition(float position) argument
843 LOG("(%x) setZPosition: %.2f", this, position);
844 GraphicsLayer::setZPosition(position);
/external/webkit/WebCore/platform/graphics/gtk/
H A DMediaPlayerPrivateGStreamer.cpp189 gint64 position; local
190 gst_query_parse_position(query, 0, &position);
194 if (position != static_cast<gint64>(GST_CLOCK_TIME_NONE))
195 ret = static_cast<float>(position) / static_cast<float>(GST_SECOND);
197 LOG_VERBOSE(Media, "Position %" GST_TIME_FORMAT, GST_TIME_ARGS(position));
897 // EOS was reached but in case of reverse playback the position is
899 // synchronize position and duration values.
/external/webkit/WebCore/platform/text/
H A DStringImpl.cpp682 PassRefPtr<StringImpl> StringImpl::replace(unsigned position, unsigned lengthToReplace, StringImpl* str) argument
684 position = min(position, length());
685 lengthToReplace = min(lengthToReplace, length() - position);
696 memcpy(data, characters(), position * sizeof(UChar));
698 memcpy(data + position, str->characters(), lengthToInsert * sizeof(UChar));
699 memcpy(data + position + lengthToInsert, characters() + position + lengthToReplace,
700 (length() - position - lengthToReplace) * sizeof(UChar));
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c48 __u32 position; // current position in file member in struct:__anon7143
449 h->position = 0;
529 pos= h->position;
550 h->position = pos + nRead;
600 pos = h->position;
607 h->position = pos + nWritten;
675 if( (h->position + offset) >= 0)
677 pos = (h->position + offset);
691 h->position
[all...]
/external/chromium/third_party/icu/source/i18n/
H A Ducol_elm.cpp90 expansions->position = 0;
93 if(expansions->position == expansions->size) {
106 expansions->CEs[expansions->position] = value;
107 return(expansions->position++);
170 maxet->position = maxet->size - 1;
197 maxjet->position = 0;
256 r->expansions->position = t->expansions->position;
265 uprv_memcpy(r->expansions->CEs, t->expansions->CEs, sizeof(uint32_t)*t->expansions->position);
289 r->maxExpansions->position
913 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->prefix, status); local
983 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->cPoints, status); local
1044 int32_t position = uprv_cnttab_findCP(contractions, existingCE, *element->cPoints, status); local
[all...]
H A Dusearch.cpp127 * @param offset position of the character whose fcd is to be retrieved, to be
128 * overwritten with the next character position, taking
619 // otherwise, we can use following() on the position before the
620 // specified one and return true of the position we get back is the
719 * Shifting the collation element iterator position forward to prepare for
724 * @param textoffset start text position to do search
1645 UBool isSafe = TRUE; // indication flag for position in safe zone
1985 * Shifting the collation element iterator position forward to prepare for
1991 * @param textoffset start text position to do search
2308 UBool isSafe = TRUE; // safe zone indication flag for position
2816 usearch_setOffset(UStringSearch *strsrch, int32_t position, UErrorCode *status) argument
3117 usearch_following(UStringSearch *strsrch, int32_t position, UErrorCode *status) argument
3145 usearch_preceding(UStringSearch *strsrch, int32_t position, UErrorCode *status) argument
[all...]
/external/chromium/third_party/icu/source/test/intltest/
H A Dapicoll.cpp815 int32_t position=coliter->previous(success); local
816 if(position != CollationElementIterator::NULLORDER){
817 errln((UnicodeString)"Expected NULLORDER got" + position);
/external/icu4c/i18n/
H A Ducol_elm.cpp92 expansions->position = 0;
95 if(expansions->position == expansions->size) {
108 expansions->CEs[expansions->position] = value;
109 return(expansions->position++);
171 maxet->position = maxet->size - 1;
198 maxjet->position = 0;
257 r->expansions->position = t->expansions->position;
266 uprv_memcpy(r->expansions->CEs, t->expansions->CEs, sizeof(uint32_t)*t->expansions->position);
290 r->maxExpansions->position
914 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->prefix, status); local
984 int32_t position = uprv_cnttab_findCP(contractions, CE, *element->cPoints, status); local
1045 int32_t position = uprv_cnttab_findCP(contractions, existingCE, *element->cPoints, status); local
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp815 int32_t position=coliter->previous(success); local
816 if(position != CollationElementIterator::NULLORDER){
817 errln((UnicodeString)"Expected NULLORDER got" + position);
/external/quake/quake/src/QW/client/
H A Dgl_model.h60 vec3_t position; member in struct:__anon5116
258 Alias models are position independent, so the cache manager can move them.

Completed in 616 milliseconds

12345678910