/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UtilityExtensions.java | 56 Transliterator.Position pos) { 69 Transliterator.Position pos) { 89 appendTo.append("INVALID Position {cs=" + 101 Transliterator.Position pos) { 110 Transliterator.Position pos) {
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/ |
UtilityExtensions.java | 54 Transliterator.Position pos) { 67 Transliterator.Position pos) { 87 appendTo.append("INVALID Position {cs=" + 99 Transliterator.Position pos) { 108 Transliterator.Position pos) {
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
BinaryDictIOUtils.java | 59 private static final class Position { 67 public Position(int address, int length) { 83 Stack<Position> stack = new Stack<>(); 86 Position initPos = new Position(bodyOffset, 0); 90 Position p = stack.peek(); 94 p.mNumOfPtNode + ", position=" + p.mPosition + ", length=" + p.mLength); 100 if (p.mNumOfPtNode == Position.NOT_READ_PTNODE_COUNT) { 131 final Position childrenPos = new Position(ptNodeInfo.mChildrenAddress, index) [all...] |
/external/libvpx/libvpx/third_party/libwebm/ |
mkvwriter.cpp | 64 int64 MkvWriter::Position() const { 75 int32 MkvWriter::Position(int64 position) { 80 return _fseeki64(file_, position, SEEK_SET); 82 return fseek(file_, position, SEEK_SET);
|
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...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvwriter.cpp | 68 int64 MkvWriter::Position() const { 79 int32 MkvWriter::Position(int64 position) { 84 return _fseeki64(file_, position, SEEK_SET); 86 return fseek(file_, position, SEEK_SET);
|
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/llvm/lib/Support/ |
Path.cpp | 236 i.Position = 0; 243 i.Position = path.size(); 248 assert(Position < Path.size() && "Tried to increment past end!"); 250 // Increment Position to past the current component 251 Position += Component.size(); 254 if (Position == Path.size()) { 267 if (is_separator(Path[Position])) { 275 Component = Path.substr(Position, 1); 280 while (Position != Path.size() && 281 is_separator(Path[Position])) { [all...] |
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]));
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 39 from closure_linter.common import position 58 Position = position.Position 221 position=Position.AtBeginning()) 237 token.previous, position=Position.All(token.previous.string)) 245 position=Position.AtBeginning() [all...] |
/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) {
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
RemoveTransliterator.java | 44 Position index, boolean incremental) {
|
/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++;
|
/build/blueprint/parser/ |
parser.go | 33 Pos scanner.Position 108 pos := p.scanner.Position 143 p.comments = append(p.comments, Comment{lines, p.scanner.Position}) 155 pos := p.scanner.Position 182 namePos scanner.Position, assigner string) (assignment *Assignment) { 186 pos := p.scanner.Position 227 typPos scanner.Position) (module *Module) { 231 lbracePos := p.scanner.Position 240 rbracePos := p.scanner.Position 274 namePos := p.scanner.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...] |
/prebuilts/go/darwin-x86/src/go/ast/ |
import.go | 33 if j > i && fset.Position(s.Pos()).Line > 1+fset.Position(d.Specs[j-1].End()).Line { 45 lastLine := fset.Position(lastSpec.Pos()).Line 46 if rParenLine := fset.Position(d.Rparen).Line; rParenLine > lastLine+1 { 106 lastLine := fset.Position(pos[len(pos)-1].End).Line 116 if fset.Position(g.End()).Line > lastLine { 136 // Reassign the import paths to have the same position sequence. 138 // Sort the comments by new position. 149 fset.File(p).MergeLine(fset.Position(p).Line)
|
/prebuilts/go/linux-x86/src/go/ast/ |
import.go | 33 if j > i && fset.Position(s.Pos()).Line > 1+fset.Position(d.Specs[j-1].End()).Line { 45 lastLine := fset.Position(lastSpec.Pos()).Line 46 if rParenLine := fset.Position(d.Rparen).Line; rParenLine > lastLine+1 { 106 lastLine := fset.Position(pos[len(pos)-1].End).Line 116 if fset.Position(g.End()).Line > lastLine { 136 // Reassign the import paths to have the same position sequence. 138 // Sort the comments by new position. 149 fset.File(p).MergeLine(fset.Position(p).Line)
|
/prebuilts/go/darwin-x86/src/go/token/ |
position.go | 16 // Position describes an arbitrary source position 18 // A Position is valid if the line number is > 0. 20 type Position struct { 27 // IsValid reports whether the position is valid. 28 func (pos *Position) IsValid() bool { return pos.Line > 0 } 32 // file:line:column valid position with file name 33 // line:column valid position without file name 34 // file invalid position with file name 35 // - invalid position without file nam 286 func (f *File) position(p Pos, adjusted bool) (pos Position) { func [all...] |
/prebuilts/go/linux-x86/src/go/token/ |
position.go | 16 // Position describes an arbitrary source position 18 // A Position is valid if the line number is > 0. 20 type Position struct { 27 // IsValid reports whether the position is valid. 28 func (pos *Position) IsValid() bool { return pos.Line > 0 } 32 // file:line:column valid position with file name 33 // line:column valid position without file name 34 // file invalid position with file name 35 // - invalid position without file nam 286 func (f *File) position(p Pos, adjusted bool) (pos Position) { func [all...] |