HomeSort by relevance Sort by last modified time
    Searched refs:Position (Results 126 - 150 of 1062) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/sksl/ir/
SkSLIfStatement.h 20 IfStatement(Position position, bool isStatic, std::unique_ptr<Expression> test,
22 : INHERITED(position, kIf_Kind)
SkSLSwitchCase.h 20 SwitchCase(Position position, std::unique_ptr<Expression> value,
22 : INHERITED(position, kSwitch_Kind)
SkSLSwitchStatement.h 20 SwitchStatement(Position position, bool isStatic, std::unique_ptr<Expression> value,
23 : INHERITED(position, kSwitch_Kind)
SkSLTernaryExpression.h 20 TernaryExpression(Position position, std::unique_ptr<Expression> test,
22 : INHERITED(position, kTernary_Kind, ifTrue->fType)
SkSLVariable.h 30 Variable(Position position, Modifiers modifiers, String name, const Type& type,
32 : INHERITED(position, kVariable_Kind, std::move(name))
  /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]));
PathV2.cpp 158 i.Position = 0;
165 i.Position = path.size();
170 assert(Position < Path.size() && "Tried to increment past end!");
172 // Increment Position to past the current component
173 Position += Component.size();
176 if (Position == Path.size()) {
189 if (is_separator(Path[Position])) {
197 Component = Path.substr(Position, 1);
202 while (Position != Path.size() &&
203 is_separator(Path[Position])) {
    [all...]
  /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))
  /device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
SemihostFs.c 81 UINT32 Position;
272 FileFcb->Position = 0;
494 @retval EFI_DEVICE_ERROR On entry, the current file position is
523 if (Fcb->Position >= Fcb->Info.FileSize) {
525 if (Fcb->Position > Fcb->Info.FileSize) {
533 Fcb->Position += *BufferSize;
629 // If the position has been set past the end of the file, first grow the
630 // file from its current size "Fcb->Info.FileSize" to "Fcb->Position"
633 if (Fcb->Position > Fcb->Info.FileSize) {
634 Status = ExtendFile (Fcb, Fcb->Position - Fcb->Info.FileSize);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
CompoundTransliteratorTest.java 140 Transliterator.Position index = new Transliterator.Position();
148 Transliterator.Position index2 = new Transliterator.Position(1,3,2,3);
229 Transliterator.Position index = new Transliterator.Position();
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
CompoundTransliteratorTest.java 139 Transliterator.Position index = new Transliterator.Position();
147 Transliterator.Position index2 = new Transliterator.Position(1,3,2,3);
228 Transliterator.Position index = new Transliterator.Position();
  /external/skia/tests/
SkSLMemoryLayoutTest.cpp 58 SkSL::Type s1(SkSL::Position(), SkString("s1"), fields1);
63 SkSL::Type s2(SkSL::Position(), SkString("s2"), fields1);
68 SkSL::Type s3(SkSL::Position(), SkString("s3"), fields1);
75 SkSL::Type s4(SkSL::Position(), SkString("s4"), fields2);
80 SkSL::Type s5(SkSL::Position(), SkString("s5"), fields2);
139 SkSL::Type s1(SkSL::Position(), SkString("s1"), fields1);
144 SkSL::Type s2(SkSL::Position(), SkString("s2"), fields1);
149 SkSL::Type s3(SkSL::Position(), SkString("s3"), fields1);
156 SkSL::Type s4(SkSL::Position(), SkString("s4"), fields2);
161 SkSL::Type s5(SkSL::Position(), SkString("s5"), fields2)
    [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 rParenLine := fset.Position(d.Rparen).Line
108 lastLine := fset.Position(pos[len(pos)-1].End).Line
118 if fset.Position(g.End()).Line > lastLine {
138 // Reassign the import paths to have the same position sequence.
140 // Sort the comments by new position.
151 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 rParenLine := fset.Position(d.Rparen).Line
108 lastLine := fset.Position(pos[len(pos)-1].End).Line
118 if fset.Position(g.End()).Line > lastLine {
138 // Reassign the import paths to have the same position sequence.
140 // Sort the comments by new position.
151 fset.File(p).MergeLine(fset.Position(p).Line)
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_message_extensions/
Ver2_SUPL_RESPONSE_extension.java 32 import android.location.cts.asn1.supl2.ulp_components.Position;
166 private Position initialApproximateposition_;
167 public Position getInitialApproximateposition() {
171 * @throws ClassCastException if value is not a Position
174 this.initialApproximateposition_ = (Position) value;
176 public Position setInitialApproximatepositionToNewInstance() {
177 initialApproximateposition_ = new Position();
400 return tag == null ? Position.getPossibleFirstTags() : ImmutableList.of(tag);
  /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
287 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
287 func (f *File) position(p Pos, adjusted bool) (pos Position) { func
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
FvSimpleFileSystem.c 638 @retval EFI_DEVICE_ERROR On entry, the current file position is beyond the end of the file.
706 if (*BufferSize + File->Position > FileSize) {
707 *BufferSize = (UINTN)(FileSize - File->Position);
710 CopyMem (Buffer, (UINT8*)FileBuffer + File->Position, *BufferSize);
711 File->Position += *BufferSize;
759 Returns a file's current position.
762 handle to get the current position on.
763 @param Position The address to return the file's current position value.
765 @retval EFI_SUCCESS The position was returned.
    [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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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...]

Completed in 439 milliseconds

1 2 3 4 56 7 8 91011>>