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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/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...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c 64 @param[out] Position Ignored.
72 OUT UINT64 *Position
82 @param[in] Position Ignored.
90 IN UINT64 Position
307 @retval EFI_DEVICE_ERROR On entry, the current file position is beyond the end of the file.
468 // the current position one character forward
605 // Move characters behind current position one character forward
636 // Adjust current cursor position
646 // Adjust current cursor position
656 // Move current cursor position to the beginning of the command line
    [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
249 * Position structure for incremental transliteration. This data
268 public static class Position {
284 * text, but points to the same logical position in the text.
300 * logical position in the text.
305 * Constructs a Position object with start, limit,
308 public Position() {
313 * Constructs a Position object with the given start,
317 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
250 * Position structure for incremental transliteration. This data
270 public static class Position {
287 * text, but points to the same logical position in the text.
305 * logical position in the text.
311 * Constructs a Position object with start, limit,
315 public Position() {
320 * Constructs a Position object with the given start,
325 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;
  /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 104 // Get Core Position
109 // Get Primary Core Position
113 // 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{
129 func (p *printer) printList(list []Expression, pos, endPos scanner.Position) {
186 func (p *printer) printToken(s string, pos scanner.Position) {
208 func (p *printer) printInLineCommentsBefore(pos scanner.Position) {
223 func (p *printer) printEndOfLineCommentsBefore(pos scanner.Position) {
241 func (p *printer) requestNewlinesForPos(pos scanner.Position) bool {
350 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/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
TransliteratingTextComponent.java 122 Transliterator.Position index = new Transliterator.Position();
  /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/skia/src/sksl/ir/
SkSLSwizzle.h 83 Position(),
89 Position(),

Completed in 427 milliseconds

1 2 3 4 5 67 8 91011>>