Searched refs:position (Results 1 - 25 of 839) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/fileapi/
H A DFileWriterBase.cpp63 void FileWriterBase::seekInternal(long long position) argument
65 if (position > m_length)
66 position = m_length;
67 else if (position < 0)
68 position = m_length + position;
69 if (position < 0)
70 position = 0;
71 m_position = position;
H A DFileWriterSync.idl37 void seek(in long long position) raises (FileException);
40 readonly attribute long long position;
/external/webkit/Source/WebCore/platform/text/
H A DTextBoundaries.cpp65 int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward) argument
70 position = textBreakFollowing(it, position);
71 while (position != TextBreakDone) {
74 if (position < len && isAlphanumeric(chars[position - 1]))
75 return position;
77 position = textBreakFollowing(it, position);
82 position
96 findWordBoundary(const UChar* chars, int len, int position, int* start, int* end) argument
[all...]
/external/webkit/Source/WebCore/css/
H A DStyleList.cpp38 void StyleList::insert(unsigned position, PassRefPtr<StyleBase> child) argument
41 if (position >= length())
44 m_children.insert(position, child);
48 void StyleList::remove(unsigned position) argument
50 if (position >= length())
52 m_children.remove(position);
/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...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
H A DAbstractBufferTest.java42 assertTrue(0 <= baseBuf.position() && baseBuf.position() <= baseBuf.limit()
48 int oldPosition = baseBuf.position();
53 assertEquals(baseBuf.position(), 0);
64 baseBuf.position(oldPosition);
69 int oldPosition = baseBuf.position();
74 assertEquals(baseBuf.position(), 0);
85 baseBuf.position(oldPosition);
90 int oldPosition = baseBuf.position();
93 assertEquals(baseBuf.hasRemaining(), baseBuf.position() < baseBu
[all...]
/external/icu4c/layout/
H A DGlyphIterator.cpp20 : direction(1), position(-1), nextLimit(-1), prevLimit(-1),
37 position = glyphCount;
47 position = that.position;
65 position = that.position;
83 position = that.position;
104 position = prevLimit;
112 return glyphStorage.insertGlyphs(position, coun
[all...]
/external/clang/test/PCH/
H A Dobjcxx-ivar-class.h9 S position; variable
11 @property(assign, nonatomic) S position; variable
15 @synthesize position; variable
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DJavascriptTokenBuffer.java148 * @param position The index into the buffer
152 public char getChar(int position) { argument
153 assert(position < 0); // Developer error if it triggers.
155 int absolutePosition = getAbsolutePosition(position);
164 * Sets the given {@code input} at the given {@code position} of the buffer.
171 * @param position The index at which to set the character
175 public boolean setChar(int position, char input) { argument
176 assert(position < 0); // Developer error if it triggers.
178 int absolutePosition = getAbsolutePosition(position);
199 int position;
245 getAbsolutePosition(int position) argument
[all...]
/external/mesa3d/src/pixelflinger2/
H A Draster.cpp48 LerpVector4(&a->position, &b->position, x, &v->position);
112 if (args->bV.position.x < 0) {
113 if (args->cV.position.x < 0)
115 InterpolateVertex(&args->bV, &args->cV, -args->bV.position.x /
116 (args->cV.position.x - args->bV.position.x),
121 if ((int)args->cV.position.x >= (int)args->width) {
122 if (args->bV.position
[all...]
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DPointLightSource.h33 static PassRefPtr<PointLightSource> create(const FloatPoint3D& position) argument
35 return adoptRef(new PointLightSource(position));
38 const FloatPoint3D& position() const { return m_position; } function in class:WebCore::PointLightSource
49 PointLightSource(const FloatPoint3D& position) argument
51 , m_position(position)
/external/webkit/Source/WebCore/html/
H A DDOMTokenList.cpp71 unsigned position = 0; // 4 local
74 while (position < inputLength) {
75 if (isHTMLSpace(input[position])) { // 6
76 output.append(input[position++]); // 6.1, 6.2
82 while (position < inputLength && isNotHTMLSpace(input[position]))
83 s.append(input[position++]);
88 while (position < inputLength && isHTMLSpace(input[position]))
89 ++position;
[all...]
H A DHTMLFontElement.cpp55 const UChar* position = input.characters(); local
56 const UChar* end = position + input.length();
59 while (position < end) {
60 if (!isHTMLSpace(*position))
62 ++position;
66 if (position == end)
68 ASSERT(position < end);
77 switch (*position) {
80 ++position;
84 ++position;
[all...]
/external/chromium/chrome/browser/policy/
H A Dpolicy_path_parser_posix.cc24 size_t position = result.find(kUserNamePolicyVarName); local
25 if (position != std::string::npos) {
28 result.replace(position, strlen(kUserNamePolicyVarName), user->pw_name);
33 position = result.find(kMachineNamePolicyVarName);
34 if (position != std::string::npos) {
37 result.replace(position, strlen(kMachineNamePolicyVarName), machinename);
/external/bluetooth/bluez/sbc/
H A Dsbc_primitives_neon.c548 int position,
561 if (position < nsamples) {
563 int16_t *src = &X[0][position];
577 src = &X[1][position];
590 position = SBC_X_BUFFER_SIZE - 40;
595 int16_t *x = &X[0][position];
596 int16_t *y = &X[1][position];
602 "sub %[position], %[position], #8\n"
621 [position] "
547 sbc_enc_process_input_4s_neon_internal( int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels, int big_endian) argument
685 sbc_enc_process_input_8s_neon_internal( int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels, int big_endian) argument
848 sbc_enc_process_input_4s_be_neon(int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels) argument
856 sbc_enc_process_input_4s_le_neon(int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels) argument
864 sbc_enc_process_input_8s_be_neon(int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels) argument
872 sbc_enc_process_input_8s_le_neon(int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels) argument
[all...]
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dsuccess.js15 var position;
17 position = p;
18 shouldBe('position.coords.latitude', 'mockLatitude');
19 shouldBe('position.coords.longitude', 'mockLongitude');
20 shouldBe('position.coords.accuracy', 'mockAccuracy');
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEvent.idl32 readonly attribute unsigned long long position;
/external/webkit/Source/WebKit/chromium/public/
H A DWebTextCheckingResult.h47 , position(p)
53 int position; member in struct:WebKit::WebTextCheckingResult
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKGeolocationPosition.cpp41 RefPtr<WebGeolocationPosition> position = WebGeolocationPosition::create(timestamp, latitude, longitude, accuracy); local
42 return toAPI(position.release().releaseRef());
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextBoundariesBrew.cpp37 int findNextWordFromIndex(const UChar* buffer, int len, int position, bool forward) argument
43 void findWordBoundary(const UChar* buffer, int len, int position, int* start, int* end) argument
45 if (position > len) {
53 int currentPosition = position - 1;
64 currentPosition = position;
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DChunkedIntArray.java105 * the record, both 0-based (though position 0 is reserved for special
107 * @param position int Record number
110 int readEntry(int position, int offset) throws ArrayIndexOutOfBoundsException argument
115 return fastArray[(position*slotsize)+offset];
123 position*=slotsize;
124 int chunkpos = position >> lowbits;
125 int slotpos = position & lowmask;
131 // Check that the node at index "position" is not an ancestor
133 // RETURN -1. If position is NOT an ancestor, return position
137 specialFind(int startPos, int position) argument
192 writeEntry(int position, int offset, int value) argument
221 writeSlot(int position, int w0, int w1, int w2, int w3) argument
245 readSlot(int position, int[] buffer) argument
[all...]
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_linux.cc64 PositionPreference position) {
65 if (position == DEFAULT_POSITION)
66 position = LOWER_RIGHT;
70 if (position == UPPER_RIGHT)
72 else if (position == UPPER_LEFT)
74 else if (position == LOWER_LEFT)
76 else if (position == LOWER_RIGHT)
63 SetPositionPreference( PositionPreference position) argument
H A Dballoon_collection_win.cc53 PositionPreference position) {
54 if (position == DEFAULT_POSITION)
55 position = LOWER_RIGHT;
59 if (position == UPPER_RIGHT)
61 else if (position == UPPER_LEFT)
63 else if (position == LOWER_LEFT)
65 else if (position == LOWER_RIGHT)
52 SetPositionPreference( PositionPreference position) argument
/external/webkit/Source/WebCore/platform/text/qt/
H A DTextBoundariesQt.cpp43 int findNextWordFromIndex(UChar const* buffer, int len, int position, bool forward) argument
47 iterator.setPosition(position >= len ? len - 1 : position);
67 void findWordBoundary(UChar const* buffer, int len, int position, int* start, int* end) argument
71 iterator.setPosition(position);
72 *start = position > 0 ? iterator.toPreviousBoundary() : 0;
73 *end = position == len ? len : iterator.toNextBoundary();
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/
H A D15.5.4.7-3.js29 at or to the left of the specified position, then the index of the
30 rightmost such position is returned; otherwise -1 is returned. If position
35 position, the following steps are taken:
39 3.Call ToNumber(position). (If position is undefined or not supplied, this step produces the value NaN).
45 than Result(5), and for all nonnegative integers j less than Result(7), the character at position k+j of
46 Result(1) is the same as the character at position j of Result(2); but if there is no such integer k, then
115 function LastIndexOf( string, search, position ) {
119 position
[all...]

Completed in 630 milliseconds

1234567891011>>