HomeSort by relevance Sort by last modified time
    Searched refs:Position (Results 501 - 525 of 1188) sorted by null

<<21222324252627282930>>

  /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
  /frameworks/base/cmds/statsd/tests/e2e/
Anomaly_count_e2e_test.cpp 42 android::util::WAKELOCK_STATE_CHANGED, {Position::FIRST});
  /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-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 927 start := fset.Position(e.Pos()).Offset
928 end := fset.Position(e.End()).Offset
    [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.
99 // splitError splits an error's error message into a position string
100 // and the actual error message. If there's no position information,
138 // at a token's position.
146 // map of position strings to lists of error message patterns
150 filename := fset.Position(file.Package).Filename
158 var prev token.Pos // position of last non-comment, non-semicolon token
159 var here token.Pos // position immediately after the token at position pre
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
api_test.go 927 start := fset.Position(e.Pos()).Offset
928 end := fset.Position(e.End()).Offset
    [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.
99 // splitError splits an error's error message into a position string
100 // and the actual error message. If there's no position information,
138 // at a token's position.
146 // map of position strings to lists of error message patterns
150 filename := fset.Position(file.Package).Filename
158 var prev token.Pos // position of last non-comment, non-semicolon token
159 var here token.Pos // position immediately after the token at position pre
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
name_mapper.cpp 116 GLCASE(Position)
  /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,
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 291 size_t Position = Comments.find('\n');
292 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n';
294 Comments = Comments.substr(Position+1);
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 74 /// The position within the current buffer (i.e. the next byte to read)
102 /// total bytes read up to the current position can be computed as
108 /// The absolute position of the end of the current message.
224 /// Returns the current position in the input stream, or the position in the input buffer
226 public long Position
232 return input.Position - ((bufferSize + bufferSizeAfterLimit) - bufferPos);
672 /// stream is left in the original position and the method returns <c>false</c>.
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h     [all...]
  /build/blueprint/
context.go 119 Pos scanner.Position // the relevant Blueprints file location
168 pos scanner.Position
169 propertyPos map[string]scanner.Position
992 buildPos scanner.Position) ([]string, []error) {
1033 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c 822 bytes from the file at the file's current position and returns them in Buffer.
824 end of the file. The file's current position is increased by the number of bytes
826 at the file's current position and returns the entry in Buffer. If the Buffer
828 EFI_BUFFER_TOO_SMALL is returned and the current file position is not updated.
830 success, the current position is updated to the next directory entry. If there
863 file position. The current file position is advanced the actual number of bytes
938 Set the current position in a file.
940 This function sets the current file position for the handle to the position
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 447 // hasFuncLiteral reports the existence and position of the first func literal
613 // offset translates a token position into a 0-indexed byte offset.
615 return f.fset.Position(pos).Offset
618 // addVariables adds to the end of the file the declarations to set up the counter and position variables.
644 // Initialize the position array field.
647 // A nice long list of positions. Each position is encoded as follows to reduce size:
652 start := f.fset.Position(block.startByte)
653 end := f.fset.Position(block.endByte)
657 // Close the position array.
660 // Initialize the position array field
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 447 // hasFuncLiteral reports the existence and position of the first func literal
613 // offset translates a token position into a 0-indexed byte offset.
615 return f.fset.Position(pos).Offset
618 // addVariables adds to the end of the file the declarations to set up the counter and position variables.
644 // Initialize the position array field.
647 // A nice long list of positions. Each position is encoded as follows to reduce size:
652 start := f.fset.Position(block.startByte)
653 end := f.fset.Position(block.endByte)
657 // Close the position array.
660 // Initialize the position array field
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 260 unsigned Position = 0; // Position of last occurrence of the option
288 inline unsigned getPosition() const { return Position; }
317 void setPosition(unsigned pos) { Position = pos; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 260 unsigned Position = 0; // Position of last occurrence of the option
288 inline unsigned getPosition() const { return Position; }
317 void setPosition(unsigned pos) { Position = pos; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 260 unsigned Position = 0; // Position of last occurrence of the option
288 inline unsigned getPosition() const { return Position; }
317 void setPosition(unsigned pos) { Position = pos; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 260 unsigned Position = 0; // Position of last occurrence of the option
288 inline unsigned getPosition() const { return Position; }
317 void setPosition(unsigned pos) { Position = pos; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 260 unsigned Position = 0; // Position of last occurrence of the option
288 inline unsigned getPosition() const { return Position; }
317 void setPosition(unsigned pos) { Position = pos; }
    [all...]

Completed in 1554 milliseconds

<<21222324252627282930>>