/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/ |
QemuKernel.c | 94 UINT64 Position; // Byte position for regular files;
213 NewStubFile->Position = 0;
365 directory entry at the current position and
377 @retval EFI_DEVICE_ERROR On entry, the current file position is beyond
384 directory position has not been advanced.
407 if (StubFile->Position == KernelBlobTypeMax) {
416 (KERNEL_BLOB_TYPE)StubFile->Position,
423 ++StubFile->Position;
431 if (StubFile->Position > Blob->Size) { [all...] |
/build/blueprint/parser/ |
parser.go | 33 Pos scanner.Position 46 func (f *File) Pos() scanner.Position { 47 return scanner.Position{ 55 func (f *File) End() scanner.Position { 124 pos := p.scanner.Position 161 if len(comments) > 0 && p.scanner.Position.Line > comments[len(comments)-1].End().Line+1 { 165 comments = append(comments, &Comment{lines, p.scanner.Position}) 179 pos := p.scanner.Position 205 func (p *parser) parseAssignment(name string, namePos scanner.Position, 210 pos := p.scanner.Position [all...] |
/external/llvm/lib/Support/ |
Path.cpp | 237 i.Position = 0; 244 i.Position = path.size(); 249 assert(Position < Path.size() && "Tried to increment past end!"); 251 // Increment Position to past the current component 252 Position += Component.size(); 255 if (Position == Path.size()) { 268 if (is_separator(Path[Position])) { 276 Component = Path.substr(Position, 1); 281 while (Position != Path.size() && 282 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/swiftshader/third_party/llvm-subzero/lib/Support/ |
Path.cpp | 237 i.Position = 0; 244 i.Position = path.size(); 249 assert(Position < Path.size() && "Tried to increment past end!"); 251 // Increment Position to past the current component 252 Position += Component.size(); 255 if (Position == Path.size()) { 268 if (is_separator(Path[Position])) { 276 Component = Path.substr(Position, 1); 281 while (Position != Path.size() && 282 is_separator(Path[Position])) { [all...] |
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_end/ |
SUPLEND.java | 32 import android.location.cts.asn1.supl2.ulp_components.Position; 104 private Position position_; 105 public Position getPosition() { 109 * @throws ClassCastException if value is not a Position 112 this.position_ = (Position) value; 114 public Position setPositionToNewInstance() { 115 position_ = new Position(); 195 return tag == null ? Position.getPossibleFirstTags() : ImmutableList.of(tag); 209 return "position : "
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_report/ |
PositionData.java | 33 import android.location.cts.asn1.supl2.ulp_components.Position; 103 private Position position_; 104 public Position getPosition() { 108 * @throws ClassCastException if value is not a Position 111 this.position_ = (Position) value; 113 public Position setPositionToNewInstance() { 114 position_ = new Position(); 195 return tag == null ? Position.getPossibleFirstTags() : ImmutableList.of(tag); 209 return "position : "
|
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/ |
Ver2_SUPL_START_extension.java | 32 import android.location.cts.asn1.supl2.ulp_components.Position; 149 private Position position_; 150 public Position getPosition() { 154 * @throws ClassCastException if value is not a Position 157 this.position_ = (Position) value; 159 public Position setPositionToNewInstance() { 160 position_ = new Position(); 325 return tag == null ? Position.getPossibleFirstTags() : ImmutableList.of(tag); 339 return "position : "
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/ |
Node.java | 24 import com.github.javaparser.Position; 44 * This can be used to sort nodes on position. 104 * The begin position of this node in the source file. 106 public Position getBegin() { 111 * The end position of this node in the source file. 113 public Position getEnd() { 118 * Sets the begin position of this node in the source file. 120 public Node setBegin(Position begin) { 126 * Sets the end position of this node in the source file. 128 public Node setEnd(Position end) [all...] |
/frameworks/base/cmds/statsd/src/ |
FieldValue.cpp | 74 switch (matcher.position()) { 75 case Position::ALL: 79 case Position::ANY: 83 case Position::FIRST: 87 case Position::LAST: 91 case Position::POSITION_UNKNOWN: 229 if (matcher.has_position() && matcher.position() == Position::ANY) { 241 if (matcher.has_position() && matcher.position() == Position::ALL) [all...] |
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ |
JavaParserTest.java | 58 assertEquals(new Range(new Position(1, 17), new Position(1, 29)), memberDeclaration.getRange().get()); 67 assertEquals(new Range(new Position(1, 17), new Position(1, 31)), memberDeclaration.getRange().get()); 78 assertEquals(new Range(new Position(1, 8), new Position(1, 12)), range.get()); 82 assertEquals(new Range(new Position(1, 13), new Position(1, 17)), range.get()); 93 assertEquals(new Range(new Position(1, 8), new Position(1, 9)), range.get()) [all...] |
/external/llvm/lib/Target/Lanai/ |
LanaiInstrInfo.h | 50 void copyPhysReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator Position, 56 MachineBasicBlock::iterator Position, 63 MachineBasicBlock::iterator Position,
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ |
ArmPlatformSysConfigLibNull.c | 41 IN UINT32 Position,
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RemoveTransliterator.java | 49 Position index, boolean incremental) {
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
RemoveTransliterator.java | 48 Position index, boolean incremental) {
|
/external/swiftshader/third_party/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/base/tools/aapt2/text/ |
Utf8Iterator.cpp | 46 size_t Utf8Iterator::Position() const {
|
/frameworks/native/include/input/ |
VelocityControl.h | 101 VelocityTracker::Position mRawPosition;
|
/test/vts/drivers/hal/libcodecoverage/ |
GcdaFile.h | 69 // Returns the current position in the file. 70 inline unsigned Position() const {
|
GcdaParser.h | 53 /* unsigned long pos = */ gcda_file_->Position();
|
/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))
|
/prebuilts/go/darwin-x86/src/text/scanner/ |
example_test.go | 23 fmt.Printf("%s: %s\n", s.Position, s.TokenText())
|
/prebuilts/go/linux-x86/src/text/scanner/ |
example_test.go | 23 fmt.Printf("%s: %s\n", s.Position, s.TokenText())
|
/device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/ |
SemihostFs.c | 81 UINT32 Position;
273 FileFcb->Position = 0;
495 @retval EFI_DEVICE_ERROR On entry, the current file position is
524 if (Fcb->Position >= Fcb->Info.FileSize) {
526 if (Fcb->Position > Fcb->Info.FileSize) {
534 Fcb->Position += *BufferSize;
630 // If the position has been set past the end of the file, first grow the
631 // file from its current size "Fcb->Info.FileSize" to "Fcb->Position"
634 if (Fcb->Position > Fcb->Info.FileSize) {
635 Status = ExtendFile (Fcb, Fcb->Position - Fcb->Info.FileSize); [all...] |