HomeSort by relevance Sort by last modified time
    Searched refs:Position (Results 76 - 100 of 498) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/lib/Parse/
ParseTemplate.cpp 358 /// will try to put the token stream in a reasonable position (closing
475 Decl *Parser::ParseTemplateParameter(unsigned Depth, unsigned Position) {
477 return ParseTypeParameter(Depth, Position);
480 return ParseTemplateTemplateParameter(Depth, Position);
485 return ParseNonTypeTemplateParameter(Depth, Position);
497 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) {
544 KeyLoc, ParamName, NameLoc, Depth, Position,
560 Parser::ParseTemplateTemplateParameter(unsigned Depth, unsigned Position) {
656 Position, EqualLoc, DefaultArg);
666 Parser::ParseNonTypeTemplateParameter(unsigned Depth, unsigned Position) {
    [all...]
  /frameworks/native/libs/input/
VelocityTracker.cpp 222 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) {
255 ALOGD(" %d: position (%0.3f, %0.3f), "
290 // Note that ACTION_UP and ACTION_POINTER_UP always report the last known position
291 // of the pointers that went up. ACTION_POINTER_UP does include the new position of
315 Position positions[pointerCount];
379 const VelocityTracker::Position* positions) {
583 const VelocityTracker::Position& position = movement.getPosition(id);
584 x[m] = position.x;
585 y[m] = position.y
719 const VelocityTracker::Position& position = positions[index++]; local
903 const VelocityTracker::Position& position = movement.getPosition(id); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 50 import com.android.tools.lint.detector.api.Position;
264 Position startPos = new DefaultPosition(line, -1, nodeStart + start);
265 Position endPos = new DefaultPosition(line, -1, nodeStart + end);
402 Position startPosition = location.getStart();
412 Position endPosition = location.getEnd();
577 Position startPosition, Position endPosition) {
    [all...]
  /external/v8/test/mjsunit/
debug-return-value.js 80 // Collect the position of the debugger statement.
84 // Position now at the if statement.
89 // Position now at either of the returns.
103 // Position at the end of the function.
134 // Four steps from the debugger statement in this function will position us at
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 139 size_t Position = Comments.find('\n');
140 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position);
142 Comments = Comments.substr(Position+1);
  /external/dng_sdk/source/
dng_iptc.cpp 244 uint64 firstOffset = stream.Position ();
261 nextOffset = stream.Position () + dataSize;
347 nextOffset = stream.Position () + dataSize;
352 stream.SetReadPosition (stream.Position () - 2);
dng_info.cpp 1595 uint64 tagOffset = stream.Position ();
1620 tagOffset = stream.Position ();
1645 tagOffset = stream.Position ();
1686 uint64 tagOffset = stream.Position ();
1724 uint64 crwTagStart = stream.Position ();
1738 uint64 tagOffset = stream.Position ();
    [all...]
dng_stream.cpp 221 return fOffsetInOriginalFile + Position ();
781 PutZeros (Position () & 1);
790 PutZeros ((4 - (Position () & 3)) & 3);
dng_memory_stream.cpp 236 uint64 offset = Position ();
dng_opcode_list.cpp 265 if (stream.Position () != streamOffset + byteCount)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
LowercaseTransliterator.java 65 Position offsets, boolean isIncremental) {
79 // If there is a case change, modify corresponding position in replaceable
TitlecaseTransliterator.java 63 Position offsets, boolean isIncremental) {
111 // If there is a case change, modify corresponding position in replaceable
EscapeTransliterator.java 169 Position pos, boolean incremental) {
NameUnicodeTransliterator.java 48 Position offsets, boolean isIncremental) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
LowercaseTransliterator.java 64 Position offsets, boolean isIncremental) {
78 // If there is a case change, modify corresponding position in replaceable
TitlecaseTransliterator.java 62 Position offsets, boolean isIncremental) {
110 // If there is a case change, modify corresponding position in replaceable
UppercaseTransliterator.java 60 Position offsets, boolean isIncremental) {
74 // If there is a case change, modify corresponding position in replaceable
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 30 StartPosition = Stream.Position;
117 Stream.Position - StartPosition + 4;
  /external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs 44 stream.Position = len - size;
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
indentation.py 27 from closure_linter.common import position namespace
37 Position = position.Position
170 Position(token.start_index, token.length)])
179 Position(token.start_index, token.length)])
217 Position(actual, expected[0])])
325 Hard stops are indentations defined by the position of another token as in
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 32 virtual FormatToken *setPosition(unsigned Position) = 0;
89 FormatToken *setPosition(unsigned Position) override {
90 Token = PreviousTokenSource->setPosition(Position);
174 : Tokens(Tokens), Position(-1) {}
177 ++Position;
178 return Tokens[Position];
182 assert(Position >= 0);
183 return Position;
187 Position = P;
188 return Tokens[Position];
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 410 writer->ElementStartNotify(type, writer->Position());
563 const int64 payload_position = writer->Position();
579 const int64 stop_position = writer->Position();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 235 writer->ElementStartNotify(type, writer->Position());
644 const int64 payload_position = writer->Position();
660 const int64 stop_position = writer->Position();
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 103 unsigned Position; ///< Position as counted from end of basic block.
104 MemOpQueueEntry(MachineInstr *MI, int Offset, unsigned Position)
105 : MI(MI), Offset(Offset), Position(Position) {}
119 /// inserted. (See MemOpQueueEntry.Position)
559 // Move backward just before the "Before" position.
    [all...]

Completed in 705 milliseconds

1 2 34 5 6 7 8 91011>>