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

<<21222324252627282930>>

  /cts/hostsidetests/statsd/src/android/cts/statsd/validation/
ValidationTests.java 35 import com.android.internal.os.StatsdConfigProto.Position;
428 .setPosition(Position.FIRST)
    [all...]
  /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/pdfium/core/fxcrt/
fx_bidi.cpp 248 Position(chars, iCount);
531 void Position(std::vector<CFX_Char>* chars, size_t iCount) {
  /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));
  /frameworks/base/cmds/statsd/tests/
statsd_test_util.cpp 260 const std::vector<Position>& positions) {
263 for (const auto position : positions) {
266 child->set_position(position);
273 const std::vector<Position>& positions) {
276 for (const auto position : positions) {
279 child->set_position(position);
    [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 237 posn := fset.Position(id.Pos())
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 109 // RunAt reports the Run at the given position of the input text.
180 // Position of the Run within the text passed to SetBytes or SetString of the
  /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 237 posn := fset.Position(id.Pos())
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
bidi.go 109 // RunAt reports the Run at the given position of the input text.
180 // Position of the Run within the text passed to SetBytes or SetString of the
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclTemplate.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 3071 milliseconds

<<21222324252627282930>>