Searched defs:position (Results 101 - 125 of 494) sorted by relevance

1234567891011>>

/external/chromium/net/base/
H A Dupload_data_stream.h50 // Returns the total size of the data stream and the current position.
55 uint64 position() const { return current_position_; } function in class:net::UploadDataStream
60 // position < size.
113 // Size and current read position within the stream.
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py37 from closure_linter.common import position namespace
41 Position = position.Position
335 token, position=Position.AtBeginning())
377 token, position=Position.AtBeginning())
439 token, position=Position.AtBeginning(),
459 token, position=Position.AtBeginning(),
519 position=Position.AtBeginning(),
530 position=Position.AtBeginning(),
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCstInsn.java48 * @param position {@code non-null;} source position
54 public CstInsn(Dop opcode, SourcePosition position, argument
56 super(opcode, position, registers);
H A DPositionList.java23 * List of source position entries. This class includes a utility
31 * constant for {@link #make} to indicate that no actual position
43 * constant for {@link #make} to indicate that only "important" position
50 * Extracts and returns the source position information out of an
146 * Entry in a position list.
152 /** {@code non-null;} corresponding source position information */
153 private final SourcePosition position; field in class:PositionList.Entry
159 * @param position {@code non-null;} corresponding source position information
161 public Entry (int address, SourcePosition position) { argument
[all...]
H A DSwitchData.java54 * @param position {@code non-null;} source position
61 public SwitchData(SourcePosition position, CodeAddress user, argument
63 super(position, RegisterSpecList.EMPTY);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DFillArrayDataInsn.java46 * @param position {@code non-null;} source position
51 public FillArrayDataInsn(Rop opcode, SourcePosition position, argument
55 super(opcode, position, null, sources);
H A DSwitchInsn.java36 * @param position {@code non-null;} source position
41 public SwitchInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
43 super(opcode, position, result, sources);
H A DThrowingCstInsn.java37 * @param position {@code non-null;} source position
42 public ThrowingCstInsn(Rop opcode, SourcePosition position, argument
45 super(opcode, position, null, sources, cst);
H A DThrowingInsn.java58 * @param position {@code non-null;} source position
62 public ThrowingInsn(Rop opcode, SourcePosition position, argument
65 super(opcode, position, null, sources);
/external/doclava/src/com/google/doclava/
H A DParameterInfo.java25 SourcePositionInfo position) {
30 mPosition = position;
45 SourcePositionInfo position() { method in class:ParameterInfo
24 ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, SourcePositionInfo position) argument
H A DTagInfo.java46 SourcePositionInfo position() { method in class:TagInfo
/external/icu4c/i18n/
H A Dstsearch.cpp248 void StringSearch::setOffset(int32_t position, UErrorCode &status) argument
251 usearch_setOffset(m_strsrch_, position, &status);
334 int32_t StringSearch::handleNext(int32_t position, UErrorCode &status) argument
336 // values passed here are already in the pre-shift position
354 if (position + m_strsrch_->pattern.defaultShiftSize
367 m_search_->matchedIndex = position - 1;
370 ucol_setOffset(m_strsrch_->textIter, position, &status);
432 int32_t StringSearch::handlePrev(int32_t position, UErrorCode &status) argument
434 // values passed here are already in the pre-shift position
456 position
[all...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
H A DBresenhamTerrainPicker.java220 * Finds the closest height point to a position. Will always be left/above
221 * that position.
223 * @param position
224 * the position to check at
227 * @return an index to the height position of the given block.
229 protected int findClosestHeightIndex(Vector3f position, TerrainPatch patch) { argument
231 int x = (int) position.x;
232 int z = (int) position.z;
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DImageBasedHeightMap.java144 protected float getHeightAtPostion(ByteBuffer buf, Image image, int position, ColorRGBA store) { argument
147 buf.position( position * 4 );
151 buf.position( position * 4 );
159 buf.position( position * 3 );
163 buf.position( position );
167 sbuf.position( positio
[all...]
/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/qemu/distrib/sdl-1.2.15/src/cdrom/dc/
H A DSDL_syscdrom.c38 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position);
98 static CDstatus SDL_SYS_CDStatus(SDL_CD *cdrom, int *position) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionVolume.java25 * some origin); when used with game objects the position of the parent object must be passed to
55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, argument
H A DEventRecorder.java37 synchronized void setLastDeathPosition(Vector2 position) { argument
38 mLastDeathPosition.set(position);
H A DMotionBlurComponent.java31 public Vector2 position = new Vector2(); field in class:MotionBlurComponent.BlurRecord
51 mHistory[x].position.zero();
73 mHistory[mCurrentStep].position.set(((GameObject)parent).getPosition());
105 renderer.scheduleForDraw(stepImage, record.position, mTargetPriority - (x + 1), true);
/external/v8/test/mjsunit/
H A Ddebug-sourceinfo.js65 // This is the last position in the entire file (note: this equals
82 // The position of the first line of d(), i.e. "x = 1 ;".
102 // Test that when running through source positions the position, line and
104 var position; variable
110 assertEquals(position + 1, location.position);
118 assertEquals(0, location.position);
124 position = location.position;
135 assertEquals(p, location.position);
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DBumpPointerAllocator.h79 BumpPointerPool* dealloc(void* position) argument
81 if ((position >= m_start) && (position <= static_cast<void*>(this))) {
82 ASSERT(position <= m_current);
83 m_current = position;
86 return deallocCrossPool(this, position);
170 static BumpPointerPool* deallocCrossPool(BumpPointerPool* pool, void* position) argument
172 // Should only be called if position is not in the current pool.
173 ASSERT((position < pool->m_start) || (position > static_cas
[all...]
/external/webkit/Source/WebCore/bindings/v8/
H A DV8LazyEventListener.cpp45 V8LazyEventListener::V8LazyEventListener(const String& functionName, bool isSVGEvent, const String& code, const String sourceURL, const TextPosition0& position, const WorldContextHandle& worldContext) argument
51 , m_position(position)
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.cpp98 writer()->write(position(), data);
101 void FileWriter::seek(long long position, ExceptionCode& ec) argument
111 seekInternal(position);
114 void FileWriter::truncate(long long position, ExceptionCode& ec) argument
117 if (m_readyState == WRITING || position < 0) {
124 m_truncateLength = position;
125 writer()->truncate(position);
150 setPosition(position() + bytes);
151 if (position() > length())
152 setLength(position());
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DFixedPositioning.cpp18 FixedPositioning::FixedPositioning(LayerAndroid* layer, const FixedPositioning& position) argument
20 , m_fixedLeft(position.m_fixedLeft)
21 , m_fixedTop(position.m_fixedTop)
22 , m_fixedRight(position.m_fixedRight)
23 , m_fixedBottom(position.m_fixedBottom)
24 , m_fixedMarginLeft(position.m_fixedMarginLeft)
25 , m_fixedMarginTop(position.m_fixedMarginTop)
26 , m_fixedMarginRight(position.m_fixedMarginRight)
27 , m_fixedMarginBottom(position.m_fixedMarginBottom)
28 , m_fixedRect(position
102 BackgroundImagePositioning(LayerAndroid* layer, const BackgroundImagePositioning& position) argument
[all...]
/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationServiceMock.cpp65 void GeolocationServiceMock::setPosition(PassRefPtr<Geoposition> position) argument
69 *s_lastPosition = position;

Completed in 518 milliseconds

1234567891011>>