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

<<21222324252627282930>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.3/
lint-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.8.0/
lint-22.8.0.jar 
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 42 // Returns the offset of the output position from the beginning of the
44 virtual int64 Position() const = 0;
46 // Set the current File position. Returns 0 on success.
47 virtual int32 Position(int64 position) = 0;
54 // |position| is the location in the WebM stream where the first octet of the
57 virtual void ElementStartNotify(uint64 element_id, int64 position) = 0;
217 // The position of the Cluster containing the Block.
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 378 public override long Position
  /external/v8/src/parsing/
scanner-character-streams.cc 26 // source (ReadBlock can be called with pos() pointing to any position,
37 // FillBuffer should read up to kBufferSize characters at position and store
39 virtual size_t FillBuffer(size_t position) = 0;
52 size_t position = pos(); local
53 buffer_pos_ = position;
55 buffer_end_ = buffer_ + FillBuffer(position);
56 DCHECK_EQ(pos(), position); local
72 size_t FillBuffer(size_t position) override;
130 size_t position = pos(); local
131 bool have_data = start_pos_ <= position && position < end_pos_
    [all...]
  /external/v8/src/snapshot/
serializer.cc 313 while (!IsAligned(sink_.Position(), kPointerAlignment)) {
343 CodeNameEvent(object_->address(), sink_->Position(), code_name));
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 421 return strings.HasPrefix(c.Text, "//go:") && f.fset.Position(c.Slash).Column == 1
562 // hasFuncLiteral reports the existence and position of the first func literal
728 // offset translates a token position into a 0-indexed byte offset.
730 return f.fset.Position(pos).Offset
733 // addVariables adds to the end of the file the declarations to set up the counter and position variables.
759 // Initialize the position array field.
762 // A nice long list of positions. Each position is encoded as follows to reduce size:
767 start := f.fset.Position(block.startByte)
768 end := f.fset.Position(block.endByte)
772 // Close the position array
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
rewrite.go 200 // For calls, the Ellipsis fields (token.Position) must
245 // of wildcards and pos used as the position of tokens from the pattern.
264 // use new position only if old position was valid in the first place
  /prebuilts/go/darwin-x86/src/go/ast/
print.go 31 // If fset != nil, position information is interpreted relative
245 // position values can be printed nicely if we have a file set
247 p.printf("%s", p.fset.Position(v))
  /prebuilts/go/darwin-x86/src/go/types/
labels.go 100 // recordVarDecl records them for the given position.
155 check.fset.Position(varDeclPos).Line,
stdlib_test.go 221 posn := fset.Position(id.Pos())
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 421 return strings.HasPrefix(c.Text, "//go:") && f.fset.Position(c.Slash).Column == 1
562 // hasFuncLiteral reports the existence and position of the first func literal
728 // offset translates a token position into a 0-indexed byte offset.
730 return f.fset.Position(pos).Offset
733 // addVariables adds to the end of the file the declarations to set up the counter and position variables.
759 // Initialize the position array field.
762 // A nice long list of positions. Each position is encoded as follows to reduce size:
767 start := f.fset.Position(block.startByte)
768 end := f.fset.Position(block.endByte)
772 // Close the position array
    [all...]
  /prebuilts/go/linux-x86/src/cmd/gofmt/
rewrite.go 200 // For calls, the Ellipsis fields (token.Position) must
245 // of wildcards and pos used as the position of tokens from the pattern.
264 // use new position only if old position was valid in the first place
  /prebuilts/go/linux-x86/src/go/ast/
print.go 31 // If fset != nil, position information is interpreted relative
245 // position values can be printed nicely if we have a file set
247 p.printf("%s", p.fset.Position(v))
  /prebuilts/go/linux-x86/src/go/types/
labels.go 100 // recordVarDecl records them for the given position.
155 check.fset.Position(varDeclPos).Line,
stdlib_test.go 221 posn := fset.Position(id.Pos())
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]

Completed in 986 milliseconds

<<21222324252627282930>>