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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 115 key := fmt.Sprintf("%2d: %T", fset.Position(n.Pos()).Line, n)
134 out = append(out, fmt.Sprintf("\t\"%2d: %T\":\t%q,", fset.Position(n.Pos()).Line, n, ctext(list)))
  /prebuilts/go/linux-x86/src/cmd/cgo/
util.go 81 return fset.Position(pos).String()
99 fmt.Fprintf(os.Stderr, "%s: ", fset.Position(pos).String())
  /prebuilts/go/linux-x86/src/go/ast/
commentmap_test.go 115 key := fmt.Sprintf("%2d: %T", fset.Position(n.Pos()).Line, n)
134 out = append(out, fmt.Sprintf("\t\"%2d: %T\":\t%q,", fset.Position(n.Pos()).Line, n, ctext(list)))
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
ASTParser.java 28 import static com.github.javaparser.Position.*;
36 private final Position INVALID = pos(-1, 0);
62 final Position begin;
64 public ModifierHolder(Position begin, EnumSet<Modifier> modifiers, List<AnnotationExpr> annotations) {
162 void beginAt(Position begin) {
165 void endAt(Position end) {
176 private Position tokenBegin() {
180 private Position tokenEnd() {
205 Position begin = INVALID;
287 final public ImportDeclaration EmptyImportDeclaration() {Position begin
    [all...]
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner_test.go 204 func checkPos(t *testing.T, lit string, p token.Pos, expected token.Position) {
205 pos := fset.Position(p)
210 t.Errorf("bad position for %q: got %d, expected %d", lit, pos.Offset, expected.Offset)
225 eh := func(_ token.Position, msg string) {
233 // set up expected position
234 epos := token.Position{
245 // check position
301 // update position
326 semiPos := file.Position(pos)
536 pos := file.Position(p
    [all...]
  /prebuilts/go/linux-x86/src/go/scanner/
scanner_test.go 204 func checkPos(t *testing.T, lit string, p token.Pos, expected token.Position) {
205 pos := fset.Position(p)
210 t.Errorf("bad position for %q: got %d, expected %d", lit, pos.Offset, expected.Offset)
225 eh := func(_ token.Position, msg string) {
233 // set up expected position
234 epos := token.Position{
245 // check position
301 // update position
326 semiPos := file.Position(pos)
536 pos := file.Position(p
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
S3BootScriptLib.h 522 Move the last boot script entry to the position
526 script table specified by Position. If Position
530 @param Position On entry, specifies the position in the boot script
533 exit, specifies the position of the inserted opcode
537 @retval RETURN_INVALID_PARAMETER The Position is not a valid position in the
546 IN OUT VOID **Position OPTIONAL
552 or after (FALSE) the position in the boot script table
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3BootScriptLibNull/
BootScriptLib.c 489 Move the last boot script entry to the position
491 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
492 in the boot script table specified by Position. If Position is NULL or points to
495 @param Position On entry, specifies the position in the boot script table where the opcode will be
497 the position of the inserted opcode in the boot script table.
500 @retval RETURN_INVALID_PARAMETER The Position is not a valid position in the boot script table.
507 IN OUT VOID **Position OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 200 @param Position Position of the new load option to put in the ****Order variable.
211 UINTN Position,
234 Status = EfiBootManagerAddLoadOptionVariable (&NewOption, Position);
  /external/dng_sdk/source/
dng_info.cpp 1595 uint64 tagOffset = stream.Position ();
1620 tagOffset = stream.Position ();
1645 tagOffset = stream.Position ();
1686 uint64 tagOffset = stream.Position ();
1724 uint64 crwTagStart = stream.Position ();
1738 uint64 tagOffset = stream.Position ();
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs 44 stream.Position = len - size;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 55 size_t Position; ///< The iterators current position within Path.
58 // An end iterator has Position = Path.size() + 1.
82 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Path.h 55 size_t Position; ///< The iterators current position within Path.
58 // An end iterator has Position = Path.size() + 1.
82 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Path.h 55 size_t Position; ///< The iterators current position within Path.
58 // An end iterator has Position = Path.size() + 1.
82 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Path.h 57 size_t Position; ///< The iterators current position within Path.
60 // An end iterator has Position = Path.size() + 1.
83 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Path.h 57 size_t Position; ///< The iterators current position within Path.
60 // An end iterator has Position = Path.size() + 1.
83 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Path.h 57 size_t Position; ///< The iterators current position within Path.
60 // An end iterator has Position = Path.size() + 1.
83 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Path.h 57 size_t Position; ///< The iterators current position within Path.
60 // An end iterator has Position = Path.size() + 1.
83 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Path.h 55 size_t Position; ///< The iterators current position within Path.
58 // An end iterator has Position = Path.size() + 1.
82 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Path.h 55 size_t Position; ///< The iterators current position within Path.
58 // An end iterator has Position = Path.size() + 1.
82 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Path.h 55 size_t Position; ///< The iterators current position within Path.
58 // An end iterator has Position = Path.size() + 1.
82 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Path.h 57 size_t Position; ///< The iterators current position within Path.
60 // An end iterator has Position = Path.size() + 1.
83 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Path.h 57 size_t Position; ///< The iterators current position within Path.
60 // An end iterator has Position = Path.size() + 1.
83 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Path.h 57 size_t Position; ///< The iterators current position within Path.
60 // An end iterator has Position = Path.size() + 1.
83 size_t Position; ///< The iterators current position within Path.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Path.h 57 size_t Position; ///< The iterators current position within Path.
60 // An end iterator has Position = Path.size() + 1.
83 size_t Position; ///< The iterators current position within Path.

Completed in 3637 milliseconds

<<11121314151617181920>>