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

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
FormatString.h 41 void setPosition(const char *position) {
42 assert(position);
44 this->position = position;
47 assert(position);
48 return position;
60 const char *position; member in class:clang::analyze_format_string::OptionalFlag
88 : Position(nullptr), kind(None) {}
90 : Position(pos), kind(k) {}
93 return Position;
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 387 // Find the byte position of the truncation point.
388 const char *Position = Buffer->getBufferStart();
390 for (; *Position; ++Position) {
391 if (*Position != '\r' && *Position != '\n')
395 if ((Position[1] == '\r' || Position[1] == '\n') &&
396 Position[0] != Position[1]
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Transliterator.java 102 * accomplished by maintaining a cursor position (independent of the insertion point, and invisible in the GUI) across
109 * they are passed in and out via a Position object. The <code>start</code> index marks the beginning of the substring
246 * Position structure for incremental transliteration. This data
265 public static class Position {
281 * text, but points to the same logical position in the text.
297 * logical position in the text.
302 * Constructs a Position object with start, limit,
305 public Position() {
310 * Constructs a Position object with the given start,
314 public Position(int contextStart, int contextLimit, int start)
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
Transliterator.java 101 * accomplished by maintaining a cursor position (independent of the insertion point, and invisible in the GUI) across
108 * they are passed in and out via a Position object. The <code>start</code> index marks the beginning of the substring
247 * Position structure for incremental transliteration. This data
267 public static class Position {
284 * text, but points to the same logical position in the text.
302 * logical position in the text.
308 * Constructs a Position object with start, limit,
312 public Position() {
317 * Constructs a Position object with the given start,
322 public Position(int contextStart, int contextLimit, int start)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/
Notify.c 79 if (ProtNotify->Position == &Prot->ByProtocol) {
80 ProtNotify->Position = Prot->ByProtocol.BackLink;
146 ProtNotify->Position = &ProtEntry->Protocols;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Notify.c 72 if (ProtNotify->Position == &Prot->ByProtocol) {
73 ProtNotify->Position = Prot->ByProtocol.BackLink;
186 ProtNotify->Position = ProtEntry->Protocols.BackLink;
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
PositionUtils.java 24 import com.github.javaparser.Position;
85 Position aBegin = a.getBegin().get();
86 Position bBegin = b.getBegin().get();
  /external/skia/experimental/skottie/
SkottieProperties.h 65 COMPOSITE_PROPERTY(Position, SkPoint , SkPoint::Make(0, 0))
85 COMPOSITE_PROPERTY(Position , SkPoint , SkPoint::Make(0, 0))
107 COMPOSITE_PROPERTY(Position , SkPoint , SkPoint::Make(0, 0))
  /external/skqp/experimental/skottie/
SkottieProperties.h 65 COMPOSITE_PROPERTY(Position, SkPoint , SkPoint::Make(0, 0))
85 COMPOSITE_PROPERTY(Position , SkPoint , SkPoint::Make(0, 0))
107 COMPOSITE_PROPERTY(Position , SkPoint , SkPoint::Make(0, 0))
  /prebuilts/go/darwin-x86/src/go/types/
resolver_test.go 155 t.Errorf("%s: unresolved qualified identifier %s", fset.Position(x.Pos()), x.Name)
159 t.Errorf("%s: unresolved selector %s", fset.Position(s.Sel.Pos()), s.Sel.Name)
172 t.Errorf("%s: Uses[%s] == nil", fset.Position(id.Pos()), id.Name)
191 t.Errorf("%s: unresolved identifier %s", fset.Position(x.Pos()), x.Name)
209 t.Errorf("%s: identifier %s not present in source", fset.Position(x.Pos()), x.Name)
212 t.Errorf("%s: identifier %s not present in source", fset.Position(x.Pos()), x.Name)
  /prebuilts/go/linux-x86/src/go/types/
resolver_test.go 155 t.Errorf("%s: unresolved qualified identifier %s", fset.Position(x.Pos()), x.Name)
159 t.Errorf("%s: unresolved selector %s", fset.Position(s.Sel.Pos()), s.Sel.Name)
172 t.Errorf("%s: Uses[%s] == nil", fset.Position(id.Pos()), id.Name)
191 t.Errorf("%s: unresolved identifier %s", fset.Position(x.Pos()), x.Name)
209 t.Errorf("%s: identifier %s not present in source", fset.Position(x.Pos()), x.Name)
212 t.Errorf("%s: identifier %s not present in source", fset.Position(x.Pos()), x.Name)
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformStackLib/Arm/
ArmPlatformStackLib.asm 101 // Get Core Position
106 // Get Primary Core Position
110 // Get Secondary Core Position. We should get consecutive secondary stack number from 1...(CoreCount-1)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ResizeGesture.java 23 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.SelectionHandle.Position;
136 * For the new mouse position, compute the resized bounds (the bounding rectangle that
138 * cases resizing will change the x/y position of the view as well (for example, in
145 Position direction = mHandle.getPosition();
171 // The user is dragging the left edge, so the position is anchored on the
183 // The user is dragging the right edge, so the position is anchored on the
192 assert direction == Position.BOTTOM_MIDDLE || direction == Position.TOP_MIDDLE;
196 // The user is dragging the top edge, so the position is anchored on the
208 // The user is dragging the bottom edge, so the position is anchored on th
    [all...]
  /build/blueprint/parser/
printer.go 25 var noPos scanner.Position
33 pos scanner.Position
55 pos: scanner.Position{
139 func (p *printer) printList(list []Expression, pos, endPos scanner.Position) {
196 func (p *printer) printToken(s string, pos scanner.Position) {
218 func (p *printer) printInLineCommentsBefore(pos scanner.Position) {
233 func (p *printer) printEndOfLineCommentsBefore(pos scanner.Position) {
251 func (p *printer) requestNewlinesForPos(pos scanner.Position) bool {
360 func (p *printer) unindent(pos scanner.Position) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
SimpleFileSystem.h 231 IN UINT64 Position
236 Set a files current position
240 Position - Byte possition from the start of the file
253 OUT UINT64 *Position
258 Get a files current position
262 Position - Byte possition from the start of the file
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugPortDxe/
DebugPort.c 602 UINTN Position;
611 for (Position = 0; Position < *BufferSize && !EFI_ERROR (Status); Position += WriteSize) {
616 if (*BufferSize - Position < 8) {
617 WriteSize = *BufferSize - Position;
623 &((UINT8 *) Buffer)[Position]
627 *BufferSize = Position;
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
FileHandleLib.h 73 bytes from the file at the file's current position and returns them in Buffer.
75 end of the file. The file's current position is increased by the number of bytes
77 at the file's current position and returns the entry in Buffer. If the Buffer
79 EFI_BUFFER_TOO_SMALL is returned and the current file position is not updated.
81 success, the current position is updated to the next directory entry. If there
110 file position. The current file position is advanced the actual number of bytes
176 Set the current position in a file.
178 This function sets the current file position for the handle to the position
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/
FileHandleLib.h 85 bytes from the file at the file's current position and returns them in Buffer.
87 end of the file. The file's current position is increased by the number of bytes
89 at the file's current position and returns the entry in Buffer. If the Buffer
91 EFI_BUFFER_TOO_SMALL is returned and the current file position is not updated.
93 success, the current position is updated to the next directory entry. If there
122 file position. The current file position is advanced the actual number of bytes
188 Set the current position in a file.
190 This function sets the current file position for the handle to the position
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
IncrementalProgressTest.java 49 Transliterator.Position pos = new Transliterator.Position(0, test.length(), 0, test.length());
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
TransliteratingTextComponent.java 122 Transliterator.Position index = new Transliterator.Position();
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
IncrementalProgressTest.java 46 Transliterator.Position pos = new Transliterator.Position(0, test.length(), 0, test.length());
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
Problem.java 98 * Sorts problems on position.
101 final Optional<Position> aBegin= a.getLocation().flatMap(l -> l.getBegin().getRange().map(r -> r.begin));
102 final Optional<Position> bBegin = b.getLocation().flatMap(l -> l.getBegin().getRange().map(r -> r.begin));
  /external/llvm/include/llvm/Support/
Path.h 53 size_t Position; ///< The iterators current position within Path.
55 // An end iterator has Position = Path.size() + 1.
79 size_t Position; ///< The iterators current position within Path.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Path.h 53 size_t Position; ///< The iterators current position within Path.
55 // An end iterator has Position = Path.size() + 1.
79 size_t Position; ///< The iterators current position within Path.
  /frameworks/base/cmds/statsd/benchmark/
metric_util.h 89 const std::vector<Position>& positions);
93 const std::vector<Position>& positions);

Completed in 2682 milliseconds

1 2 3 4 56 7 8 91011>>