/external/chromium-trace/catapult/experimental/bisect_lib/ |
fetch_intervening_revisions.py | 41 A list of pairs (commit hash, commit position), from earliest to latest, 83 if line.startswith('Cr-Commit-Position:'):
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RemoveTransliterator.java | 45 Position index, boolean incremental) {
|
Transliterator.java | 99 * accomplished by maintaining a cursor position (independent of the insertion point, and invisible in the GUI) across 106 * they are passed in and out via a Position object. The <code>start</code> index marks the beginning of the substring 246 * Position structure for incremental transliteration. This data 265 public static class Position { 281 * text, but points to the same logical position in the text. 297 * logical position in the text. 302 * Constructs a Position object with start, limit, 305 public Position() { 310 * Constructs a Position object with the given start, 314 public Position(int contextStart, int contextLimit, int start) [all...] |
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
RemoveTransliterator.java | 44 Position index, boolean incremental) {
|
Transliterator.java | 98 * accomplished by maintaining a cursor position (independent of the insertion point, and invisible in the GUI) across 105 * they are passed in and out via a Position object. The <code>start</code> index marks the beginning of the substring 247 * Position structure for incremental transliteration. This data 267 public static class Position { 284 * text, but points to the same logical position in the text. 302 * logical position in the text. 308 * Constructs a Position object with start, limit, 312 public Position() { 317 * Constructs a Position object with the given start, 322 public Position(int contextStart, int contextLimit, int start) [all...] |
/external/llvm/lib/Support/ |
IntervalMap.cpp | 122 unsigned Position, bool Grow) { 124 assert(Position <= Elements && "Invalid position"); 135 if (PosPair.first == Nodes && Sum > Position) 136 PosPair = IdxPair(n, Position - (Sum - NewSize[n]));
|
/frameworks/native/include/input/ |
VelocityControl.h | 101 VelocityTracker::Position mRawPosition;
|
/external/clang/lib/Tooling/ |
JSONCompilationDatabase.cpp | 34 : Input(CommandLine), Position(Input.begin()-1) {} 51 if (*Position == '"') { 53 } else if (*Position == '\'') { 58 } while (*Position != ' '); 64 while (*Position != '"') { 66 String.push_back(*Position); 74 while (*Position != '\'') { 75 String.push_back(*Position); 84 String.push_back(*Position); 86 } while (*Position != ' ' && *Position != '"' && *Position != '\'') [all...] |
/hardware/intel/img/psb_video/src/ |
tng_enc_trace.h | 96 #define MV_OFFSET_IN_TABLE(BDistance, Position) ((BDistance) * MV_ROW_STRIDE + (Position) * sizeof(IMG_MV_SETTINGS))
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
CompoundTransliteratorTest.java | 141 Transliterator.Position index = new Transliterator.Position(); 149 Transliterator.Position index2 = new Transliterator.Position(1,3,2,3); 230 Transliterator.Position index = new Transliterator.Position();
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
CompoundTransliteratorTest.java | 137 Transliterator.Position index = new Transliterator.Position(); 145 Transliterator.Position index2 = new Transliterator.Position(1,3,2,3); 226 Transliterator.Position index = new Transliterator.Position();
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_parse.c | 47 ctx->Position = ctx->FullHeader.Header.HeaderSize; 62 return ctx->Position >= 88 copy_token(token, &ctx->Tokens[ctx->Position]); 89 ctx->Position++; 127 &ctx->Tokens[ctx->Position]; 130 ctx->Position++;
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 253 const int64 payload_position = writer->Position(); 270 const int64 stop_position = writer->Position(); 385 const int64 payload_position = writer->Position(); 396 const int64 stop_position = writer->Position(); 425 const int64 payload_position = writer->Position(); 432 const int64 stop_position = writer->Position(); 491 const int64 payload_position = writer->Position(); 515 const int64 stop_position = writer->Position(); 704 const int64 payload_position = writer->Position(); 750 int64 stop_position = writer->Position(); [all...] |
/external/clang/lib/Tooling/Core/ |
Replacement.cpp | 147 unsigned shiftedCodePositionInternal(const T &Replaces, unsigned Position) { 150 if (R.getOffset() + R.getLength() <= Position) { 154 if (R.getOffset() < Position && 155 R.getOffset() + R.getReplacementText().size() <= Position) { 156 Position = R.getOffset() + R.getReplacementText().size() - 1; 160 return Position + Offset; 163 unsigned shiftedCodePosition(const Replacements &Replaces, unsigned Position) { 164 return shiftedCodePositionInternal(Replaces, Position); 170 unsigned Position) { 171 return shiftedCodePositionInternal(Replaces, Position); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.cpp | 202 const int64 payload_position = writer->Position(); 219 const int64 stop_position = writer->Position(); 335 const int64 payload_position = writer->Position(); 346 const int64 stop_position = writer->Position(); 375 const int64 payload_position = writer->Position(); 382 const int64 stop_position = writer->Position(); 446 const int64 payload_position = writer->Position(); 472 const int64 stop_position = writer->Position(); 657 const int64 payload_position = writer->Position(); 702 int64 stop_position = writer->Position(); [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
FormatString.h | 41 void setPosition(const char *position) { 42 assert(position); 44 this->position = position; 47 assert(position); 48 return position; 60 const char *position; member in class:clang::analyze_format_string::OptionalFlag 88 : Position(nullptr), kind(None) {} 90 : Position(pos), kind(k) {} 93 return Position; [all...] |
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
javascriptlintrules.py | 36 from closure_linter.common import position namespace 40 Position = position.Position 183 position=Position.All(token.string)) 267 block_start, position=Position.AtBeginning(), 286 function.doc.end_token, position=Position.AtBeginning() [all...] |
/external/clang/lib/Lex/ |
Preprocessor.cpp | 384 // Find the byte position of the truncation point. 385 const char *Position = Buffer->getBufferStart(); 387 for (; *Position; ++Position) { 388 if (*Position != '\r' && *Position != '\n') 392 if ((Position[1] == '\r' || Position[1] == '\n') && 393 Position[0] != Position[1] [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ResizeGesture.java | 23 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SelectionHandle.Position; 136 * For the new mouse position, compute the resized bounds (the bounding rectangle that 138 * cases resizing will change the x/y position of the view as well (for example, in 145 Position direction = mHandle.getPosition(); 171 // The user is dragging the left edge, so the position is anchored on the 183 // The user is dragging the right edge, so the position is anchored on the 192 assert direction == Position.BOTTOM_MIDDLE || direction == Position.TOP_MIDDLE; 196 // The user is dragging the top edge, so the position is anchored on the 208 // The user is dragging the bottom edge, so the position is anchored on th [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TestBNF.java | 115 Pick.Position pp = new Pick.Position();
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
TransliteratingTextComponent.java | 120 Transliterator.Position index = new Transliterator.Position();
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/util/ |
TestBNF.java | 114 Pick.Position pp = new Pick.Position();
|
/external/llvm/include/llvm/Support/ |
Path.h | 54 size_t Position; ///< The iterators current position within Path. 56 // An end iterator has Position = Path.size() + 1. 80 size_t Position; ///< The iterators current position within Path.
|
/art/compiler/utils/ |
label.h | 85 // Returns the position for bound and linked labels. Cannot be used 87 int Position() const { 108 void BindTo(int position) { 110 position_ = -position - sizeof(void*); 114 void LinkTo(int position) { 116 position_ = position + sizeof(void*);
|
/external/llvm/lib/Target/ |
TargetRecip.cpp | 49 static bool parseRefinementStep(StringRef In, size_t &Position, 52 Position = In.find(RefStepToken); 53 if (Position == StringRef::npos) 56 StringRef RefStepString = In.substr(Position + 1);
|