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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Comment.h 808 /// list), then this stores a list of position indexes in all template
816 /// For C: Position = { 0 }
817 /// For TT: Position = { 1 }
818 /// For T: Position = { 1, 0 }
819 ArrayRef<unsigned> Position;
849 return !Position.empty();
854 return Position.size();
859 return Position[Depth];
863 Position = NewPosition;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Comment.h 808 /// list), then this stores a list of position indexes in all template
816 /// For C: Position = { 0 }
817 /// For TT: Position = { 1 }
818 /// For T: Position = { 1, 0 }
819 ArrayRef<unsigned> Position;
849 return !Position.empty();
854 return Position.size();
859 return Position[Depth];
863 Position = NewPosition;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Comment.h 808 /// list), then this stores a list of position indexes in all template
816 /// For C: Position = { 0 }
817 /// For TT: Position = { 1 }
818 /// For T: Position = { 1, 0 }
819 ArrayRef<unsigned> Position;
849 return !Position.empty();
854 return Position.size();
859 return Position[Depth];
863 Position = NewPosition;
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxerutil.cc 420 writer->ElementStartNotify(type, writer->Position());
583 const int64 payload_position = writer->Position();
599 const int64 stop_position = writer->Position();
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c 284 @param[in] Position The position to add Target at.
300 IN UINTN Position,
342 if (Position > OrderCount) {
343 Position = OrderCount;
571 for (Index=OrderCount; Index > Position; Index--) {
575 NewOrder[Position] = (UINT16) TargetLocation;
590 Print (L"bcfg: Add %s as %x\n", OptionStr, Position);
    [all...]
  /external/skia/src/sksl/
SkSLCompiler.cpp 160 Variable* skCaps = new Variable(Position(), Modifiers(), skCapsName,
165 Variable* skArgs = new Variable(Position(), Modifiers(), skArgsName,
512 auto result = std::unique_ptr<Expression>(new Constructor(Position(), type, std::move(args)));
    [all...]
SkSLSPIRVCodeGenerator.cpp     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 68 @param[in] FileStart File's starting position on media. FileStart must
152 // FileStart - the position on media of the file (in bytes).
641 Instance->RootFile->Position = 0;
695 File->Position = 0;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Gasket.h 416 IN UINT64 Position
423 OUT UINT64 *Position
  /external/dng_sdk/source/
dng_gain_map.cpp 514 uint64 startPosition = stream.Position ();
520 if (stream.Position () != startPosition + byteCount)
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 95 private Transliterator.Position index;
108 index = new Transliterator.Position();
  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 198 Position = light.Position;
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
tokenizer.go 38 s.Position.Filename = name
  /prebuilts/go/darwin-x86/src/go/printer/
printer_test.go 215 // comments are properly terminated with a newline even if the AST position
286 // matter what the (incorrect) comment position is.
293 // Position information is just an offset.
300 // even if the position information of comments introducing newlines
305 // first comment - text and position changed by test
328 if fset.Position(pos).Offset != 1 {
367 // by testing that position information for matching identifiers
403 // At this point the position information of identifiers in f2 should
404 // match the position information of corresponding identifiers in f1.
425 l1 := fset.Position(i1.Pos()).Lin
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
eval.go 14 // expression expr, evaluated at position pos of package pkg,
16 // complete position information relative to the provided file
23 // position pos is ignored. If pkg != nil, and pos is invalid,
46 // The package scope extent (position information) may be
62 return TypeAndValue{}, fmt.Errorf("no position %s found in package %s", fset.Position(pos), pkg.name)
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 38 s.Position.Filename = name
  /prebuilts/go/linux-x86/src/go/printer/
printer_test.go 215 // comments are properly terminated with a newline even if the AST position
286 // matter what the (incorrect) comment position is.
293 // Position information is just an offset.
300 // even if the position information of comments introducing newlines
305 // first comment - text and position changed by test
328 if fset.Position(pos).Offset != 1 {
367 // by testing that position information for matching identifiers
403 // At this point the position information of identifiers in f2 should
404 // match the position information of corresponding identifiers in f1.
425 l1 := fset.Position(i1.Pos()).Lin
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
eval.go 14 // expression expr, evaluated at position pos of package pkg,
16 // complete position information relative to the provided file
23 // position pos is ignored. If pkg != nil, and pos is invalid,
46 // The package scope extent (position information) may be
62 return TypeAndValue{}, fmt.Errorf("no position %s found in package %s", fset.Position(pos), pkg.name)
  /build/blueprint/parser/
parser_test.go 24 func mkpos(offset, line, column int) scanner.Position {
25 return scanner.Position{
  /build/blueprint/
unpack_test.go 566 func mkpos(offset, line, column int) scanner.Position {
567 return scanner.Position{
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.h 46 // position of RGB in the frame buffer is specified in the VBE Mode information
49 UINT8 Position; // Position of the color
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.h 49 // position of RGB in the frame buffer is specified in the VBE Mode information
52 UINT8 Position; // Position of the color

Completed in 1252 milliseconds

<<11121314151617181920>>