/prebuilts/go/linux-x86/src/go/build/ |
build.go | 414 ImportPos map[string][]token.Position // line information for Imports 419 TestImportPos map[string][]token.Position // line information for TestImports 422 XTestImportPos map[string][]token.Position // line information for XTestImports 699 imported := make(map[string][]token.Position) 700 testImported := make(map[string][]token.Position) 701 xTestImported := make(map[string][]token.Position) 835 xTestImported[path] = append(xTestImported[path], fset.Position(spec.Pos())) 837 testImported[path] = append(testImported[path], fset.Position(spec.Pos())) 839 imported[path] = append(imported[path], fset.Position(spec.Pos())) [all...] |
/external/flatbuffers/net/FlatBuffers/ |
ByteBuffer.cs | 56 public int Position {
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TransliterationRule.java | 129 * attributes. A cursor position may be specified for the output text. 143 * @param cursorOffset an offset to be added to cursorPos to position the 185 throw new IllegalArgumentException("Invalid cursor position"); 350 * Attempt a match and replacement at the given position. Return 363 * @param pos the position indices 371 Transliterator.Position pos,
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
AnyTransliterator.java | 80 Position pos, boolean isIncremental) {
|
TransliterationRule.java | 128 * attributes. A cursor position may be specified for the output text. 142 * @param cursorOffset an offset to be added to cursorPos to position the 184 throw new IllegalArgumentException("Invalid cursor position"); 349 * Attempt a match and replacement at the given position. Return 362 * @param pos the position indices 370 Transliterator.Position pos,
|
/external/llvm/include/llvm/Support/ |
CommandLine.h | 246 unsigned Position; // Position of last occurrence of the option 270 inline unsigned getPosition() const { return Position; } 297 void setPosition(unsigned pos) { Position = pos; } 305 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/external/swiftshader/src/Renderer/ |
Context.hpp | 38 Position = 0,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
CommandLine.h | 172 unsigned Position; // Position of last occurrence of the option 197 inline unsigned getPosition() const { return Position; } 222 void setPosition(unsigned pos) { Position = pos; } 225 : NumOccurrences(0), Flags(DefaultFlags | NormalFormatting), Position(0), [all...] |
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
CommandLine.h | 252 unsigned Position; // Position of last occurrence of the option 280 inline unsigned getPosition() const { return Position; } 309 void setPosition(unsigned pos) { Position = pos; } 317 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/external/v8/src/regexp/ |
jsregexp.h | 395 // Advance the current position by some amount. 400 struct Position { 401 Position() : mask(0), value(0), determines_perfectly(false) { } 408 Position* positions(int index) { 420 Position positions_[4]; [all...] |
/external/vulkan-validation-layers/demos/android/include/ |
cube.vert.h | 26 MemberName 15(buf) 1 "position" 45 MemberDecorate 26(gl_PerVertex) 0 BuiltIn Position
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 255 unsigned Position; // Position of last occurrence of the option 283 inline unsigned getPosition() const { return Position; } 312 void setPosition(unsigned pos) { Position = pos; } 320 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 255 unsigned Position; // Position of last occurrence of the option 283 inline unsigned getPosition() const { return Position; } 312 void setPosition(unsigned pos) { Position = pos; } 320 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 255 unsigned Position; // Position of last occurrence of the option 283 inline unsigned getPosition() const { return Position; } 312 void setPosition(unsigned pos) { Position = pos; } 320 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 255 unsigned Position; // Position of last occurrence of the option 283 inline unsigned getPosition() const { return Position; } 312 void setPosition(unsigned pos) { Position = pos; } 320 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 255 unsigned Position; // Position of last occurrence of the option 283 inline unsigned getPosition() const { return Position; } 312 void setPosition(unsigned pos) { Position = pos; } 320 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 255 unsigned Position; // Position of last occurrence of the option 283 inline unsigned getPosition() const { return Position; } 312 void setPosition(unsigned pos) { Position = pos; } 320 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 255 unsigned Position; // Position of last occurrence of the option 283 inline unsigned getPosition() const { return Position; } 312 void setPosition(unsigned pos) { Position = pos; } 320 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
CommandLine.h | 255 unsigned Position; // Position of last occurrence of the option 283 inline unsigned getPosition() const { return Position; } 312 void setPosition(unsigned pos) { Position = pos; } 320 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0), [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
api_test.go | 858 start := fset.Position(e.Pos()).Offset 859 end := fset.Position(e.End()).Offset 1080 fset.Position(comment.Pos()), comment.Text) 1089 fset.Position(comment.Pos()), comment.Text) 1095 got = fmt.Sprintf("%s:%d", kind, fset.Position(obj.Pos()).Line) 1099 fset.Position(comment.Pos()), comment.Text, name, got, want) 1112 fset.Position(id.Pos()), id.Name) 1127 fset.Position(id.Pos()), gotObj, wantObj) [all...] |
check_test.go | 12 // rx is reported at that source position. Consecutive comments may be 13 // used to indicate multiple errors for the same token position. 98 // splitError splits an error's error message into a position string 99 // and the actual error message. If there's no position information, 137 // at a token's position. 145 // map of position strings to lists of error message patterns 149 filename := fset.Position(file.Package).Filename 157 var prev token.Pos // position of last non-comment, non-semicolon token 158 var here token.Pos // position immediately after the token at position pre [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
api_test.go | 858 start := fset.Position(e.Pos()).Offset 859 end := fset.Position(e.End()).Offset 1080 fset.Position(comment.Pos()), comment.Text) 1089 fset.Position(comment.Pos()), comment.Text) 1095 got = fmt.Sprintf("%s:%d", kind, fset.Position(obj.Pos()).Line) 1099 fset.Position(comment.Pos()), comment.Text, name, got, want) 1112 fset.Position(id.Pos()), id.Name) 1127 fset.Position(id.Pos()), gotObj, wantObj) [all...] |
check_test.go | 12 // rx is reported at that source position. Consecutive comments may be 13 // used to indicate multiple errors for the same token position. 98 // splitError splits an error's error message into a position string 99 // and the actual error message. If there's no position information, 137 // at a token's position. 145 // map of position strings to lists of error message patterns 149 filename := fset.Position(file.Package).Filename 157 var prev token.Pos // position of last non-comment, non-semicolon token 158 var here token.Pos // position immediately after the token at position pre [all...] |
/system/tools/hidl/ |
hidl-gen_y.yy | 55 ::android::Position(*(loc.begin.filename), loc.begin.line, loc.begin.column), 56 ::android::Position(*(loc.end.filename), loc.end.line, loc.end.column) [all...] |
/external/mesa3d/src/gallium/state_trackers/nine/ |
nine_dump.c | 294 "Position: (%f %f %f)\n" 305 lit->Position.x,lit->Position.y,lit->Position.z,
|