/prebuilts/go/darwin-x86/src/go/scanner/ |
errors.go | 15 // The position Pos, if valid, points to the beginning of 20 Pos token.Position 27 // don't print "<unknown position>" 28 // TODO(gri) reconsider the semantics of Position.IsValid 39 // Add adds an Error with given position and error message to an ErrorList. 40 func (p *ErrorList) Add(pos token.Position, msg string) { 69 // Sort sorts an ErrorList. *Error entries are sorted by position, 80 var last token.Position // initial last.Line is != any legal error line
|
/prebuilts/go/linux-x86/src/go/scanner/ |
errors.go | 15 // The position Pos, if valid, points to the beginning of 20 Pos token.Position 27 // don't print "<unknown position>" 28 // TODO(gri) reconsider the semantics of Position.IsValid 39 // Add adds an Error with given position and error message to an ErrorList. 40 func (p *ErrorList) Add(pos token.Position, msg string) { 69 // Sort sorts an ErrorList. *Error entries are sorted by position, 80 var last token.Position // initial last.Line is != any legal error line
|
/art/compiler/utils/ |
label.h | 82 // Returns the position for bound and linked labels. Cannot be used 84 int Position() const { 105 void BindTo(int position) { 107 position_ = -position - sizeof(void*); 111 void LinkTo(int position) { 113 position_ = position + sizeof(void*);
|
/external/eigen/test/ |
stdlist_overload.cpp | 28 template <class Container, class Position> 29 typename Container::iterator get(Container & c, Position position) 32 std::advance(it, position); 36 template <class Container, class Position, class Value> 37 void set(Container & c, Position position, const Value & value) 40 std::advance(it, position);
|
/external/flatbuffers/tests/MyGame/Example/ |
TestSimpleTableWithEnum.cs | 16 public static TestSimpleTableWithEnum GetRootAsTestSimpleTableWithEnum(ByteBuffer _bb, TestSimpleTableWithEnum obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
TableInNestedNS.cs | 16 public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb, TableInNestedNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
SecondTableInA.cs | 16 public static SecondTableInA GetRootAsSecondTableInA(ByteBuffer _bb, SecondTableInA obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
TableInC.cs | 11 public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__init(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
TableInFirstNS.cs | 16 public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
/external/flatbuffers/tests/namespace_test/NamespaceC/ |
TableInC.cs | 16 public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/ |
GeneratedJavaParserTokenManagerBase.java | 9 import static com.github.javaparser.Position.pos;
|
/external/llvm/lib/Target/ |
TargetRecip.cpp | 48 static bool parseRefinementStep(StringRef In, size_t &Position, 51 Position = In.find(RefStepToken); 52 if (Position == StringRef::npos) 55 StringRef RefStepString = In.substr(Position + 1);
|
/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++;
|
/external/skia/experimental/sksg/geometry/ |
SkSGText.h | 34 SG_ATTRIBUTE(Position, SkPoint , fPosition)
|
/external/skqp/experimental/sksg/geometry/ |
SkSGText.h | 34 SG_ATTRIBUTE(Position, SkPoint , fPosition)
|
/libcore/ojluni/src/main/java/sun/security/util/ |
ManifestDigester.java | 46 static class Position { 66 private boolean findSection(int offset, Position pos) 117 Position pos = new Position();
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos_init/ |
SUPLPOSINIT.java | 35 import android.location.cts.asn1.supl2.ulp_components.Position; 151 private Position position_; 152 public Position getPosition() { 156 * @throws ClassCastException if value is not a Position 159 this.position_ = (Position) value; 161 public Position setPositionToNewInstance() { 162 position_ = new Position(); 371 return tag == null ? Position.getPossibleFirstTags() : ImmutableList.of(tag); 385 return "position : "
|
/frameworks/base/cmds/statsd/benchmark/ |
duration_metric_benchmark.cpp | 50 {Position::FIRST}); 74 android::util::SYNC_STATE_CHANGED, {Position::FIRST}); 91 android::util::SCHEDULED_JOB_STATE_CHANGED, {Position::FIRST}); 97 android::util::SYNC_STATE_CHANGED, {Position::FIRST}); 120 android::util::SCHEDULED_JOB_STATE_CHANGED, {Position::FIRST}); 126 android::util::SCHEDULED_JOB_STATE_CHANGED, {Position::FIRST}); 128 CreateAttributionUidDimensions(android::util::SYNC_STATE_CHANGED, {Position::FIRST});
|
/external/clang/lib/Tooling/Core/ |
Replacement.cpp | 142 unsigned shiftedCodePositionInternal(const T &Replaces, unsigned Position) { 145 if (R.getOffset() + R.getLength() <= Position) { 149 if (R.getOffset() < Position && 150 R.getOffset() + R.getReplacementText().size() <= Position) { 151 Position = R.getOffset() + R.getReplacementText().size() - 1; 155 return Position + Offset; 158 unsigned shiftedCodePosition(const Replacements &Replaces, unsigned Position) { 159 return shiftedCodePositionInternal(Replaces, Position); 165 unsigned Position) { 166 return shiftedCodePositionInternal(Replaces, Position); [all...] |
/external/llvm/lib/Target/Lanai/ |
LanaiInstrInfo.cpp | 36 MachineBasicBlock::iterator Position, 45 BuildMI(MBB, Position, DL, get(Lanai::OR_I_LO), DestinationRegister) 51 MachineBasicBlock &MBB, MachineBasicBlock::iterator Position, 56 if (Position != MBB.end()) { 57 DL = Position->getDebugLoc(); 63 BuildMI(MBB, Position, DL, get(Lanai::SW_RI)) 71 MachineBasicBlock &MBB, MachineBasicBlock::iterator Position, 76 if (Position != MBB.end()) { 77 DL = Position->getDebugLoc(); 83 BuildMI(MBB, Position, DL, get(Lanai::LDW_RI), DestinationRegister [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Meshes.cpp | 30 struct Position { 49 // Position + Normal 66 // Position 94 positions_.emplace_back(Position{v[0], v[1], v[2]}); 109 const Position &pos = positions_[i]; 135 std::vector<Position> positions_; 144 // position normal 174 // position normal 280 const Mesh::Position &pos_a = mesh_.positions_[a]; 281 const Mesh::Position &pos_b = mesh_.positions_[b] [all...] |
/frameworks/base/cmds/statsd/src/matchers/ |
matcher_util.cpp | 138 vector<pair<int, int>> ranges; // the ranges are for matching ANY position 140 // Repeated fields position is stored as a node in the path. 145 switch (matcher.position()) { 146 case Position::FIRST: { 151 // once the position is > 1, we break; 159 case Position::LAST: { 170 case Position::ANY: { 188 case Position::ALL: 189 ALOGE("Not supported: field matcher with ALL position."); 191 case Position::POSITION_UNKNOWN [all...] |
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
mkvmuxer.cc | 316 const int64_t payload_position = writer->Position(); 342 const int64_t stop_position = writer->Position(); 461 const int64_t payload_position = writer->Position(); 472 const int64_t stop_position = writer->Position(); 503 const int64_t payload_position = writer->Position(); 512 const int64_t stop_position = writer->Position(); 574 const int64_t payload_position = writer->Position(); 605 const int64_t stop_position = writer->Position(); 812 const int64_t payload_position = writer->Position(); 864 int64_t stop_position = writer->Position(); [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
BiosVideo.c | [all...] |
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/ |
FbGop.c | 872 if ((CurrentModeData->Red.Position == 0) && (CurrentModeData->Green.Position == 8) && (CurrentModeData->Blue.Position == 16)) {
874 } else if ((CurrentModeData->Blue.Position == 0) && (CurrentModeData->Green.Position == 8) && (CurrentModeData->Red.Position == 16)) {
[all...] |