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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 24 /// of line and column position, allowing padding out to specific column
33 /// Position - The current output column and line of the data that's
37 std::pair<unsigned, unsigned> Position;
46 /// current_pos - Return the current position within the stream,
49 // Our current position in the stream is all the contents which have been
50 // written to the underlying stream (*not* the current position of the
56 /// position after output.
90 : TheStream(nullptr), Position(0, 0) {
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) {
110 unsigned getColumn() { return Position.first;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 24 /// of line and column position, allowing padding out to specific column
33 /// Position - The current output column and line of the data that's
37 std::pair<unsigned, unsigned> Position;
46 /// current_pos - Return the current position within the stream,
49 // Our current position in the stream is all the contents which have been
50 // written to the underlying stream (*not* the current position of the
56 /// position after output.
90 : TheStream(nullptr), Position(0, 0) {
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) {
110 unsigned getColumn() { return Position.first;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 24 /// of line and column position, allowing padding out to specific column
33 /// Position - The current output column and line of the data that's
37 std::pair<unsigned, unsigned> Position;
46 /// current_pos - Return the current position within the stream,
49 // Our current position in the stream is all the contents which have been
50 // written to the underlying stream (*not* the current position of the
56 /// position after output.
90 : TheStream(nullptr), Position(0, 0) {
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) {
110 unsigned getColumn() { return Position.first;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 24 /// of line and column position, allowing padding out to specific column
33 /// Position - The current output column and line of the data that's
37 std::pair<unsigned, unsigned> Position;
46 /// current_pos - Return the current position within the stream,
49 // Our current position in the stream is all the contents which have been
50 // written to the underlying stream (*not* the current position of the
56 /// position after output.
90 : TheStream(nullptr), Position(0, 0) {
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) {
110 unsigned getColumn() { return Position.first;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormattedStream.h 24 /// of line and column position, allowing padding out to specific column
33 /// Position - The current output column and line of the data that's
37 std::pair<unsigned, unsigned> Position;
46 /// current_pos - Return the current position within the stream,
49 // Our current position in the stream is all the contents which have been
50 // written to the underlying stream (*not* the current position of the
56 /// position after output.
90 : TheStream(nullptr), Position(0, 0) {
93 explicit formatted_raw_ostream() : TheStream(nullptr), Position(0, 0) {
110 unsigned getColumn() { return Position.first;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 42 /** The position of the handle in the selection rectangle */
43 enum Position {
56 private Position(int swtCursor) {
89 /** The position of the handle in the selection rectangle */
90 private final Position mPosition;
94 * corresponding to a handle at the given {@link Position}.
98 * @param position the position of the handle in the selection rectangle
100 public SelectionHandle(int centerX, int centerY, Position position) {
    [all...]
  /external/skia/src/sksl/ast/
SkSLASTIndexSuffix.h 21 ASTIndexSuffix(Position position)
22 : INHERITED(position, ASTSuffix::kIndex_Kind)
26 : INHERITED(expression ? expression->fPosition : Position(), ASTSuffix::kIndex_Kind)
SkSLASTBoolLiteral.h 19 ASTBoolLiteral(Position position, bool value)
20 : INHERITED(position, kBool_Kind)
SkSLASTDeclaration.h 29 ASTDeclaration(Position position, Kind kind)
30 : INHERITED(position)
SkSLASTExpression.h 30 ASTExpression(Position position, Kind kind)
31 : INHERITED(position)
SkSLASTExtension.h 19 ASTExtension(Position position, String name)
20 : INHERITED(position, kExtension_Kind)
SkSLASTFieldSuffix.h 20 ASTFieldSuffix(Position position, String field)
21 : INHERITED(position, ASTSuffix::kField_Kind)
SkSLASTFloatLiteral.h 19 ASTFloatLiteral(Position position, double value)
20 : INHERITED(position, kFloat_Kind)
SkSLASTIdentifier.h 19 ASTIdentifier(Position position, String text)
20 : INHERITED(position, kIdentifier_Kind)
SkSLASTIntLiteral.h 20 ASTIntLiteral(Position position, uint64_t value)
21 : INHERITED(position, kInt_Kind)
SkSLASTModifiersDeclaration.h 23 : INHERITED(Position(), kModifiers_Kind)
SkSLASTStatement.h 36 ASTStatement(Position position, Kind kind)
37 : INHERITED(position)
  /external/vulkan-validation-layers/libs/glm/gtx/
gradient_paint.hpp 61 detail::tvec2<T, P> const & Position);
69 detail::tvec2<T, P> const & Position);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigLib/
ArmVExpressSysConfig.c 68 IN UINT32 Position,
85 SYS_CFGCTRL_POSITION(Position) | SYS_CFGCTRL_DEVICE(Device);
111 UINT32 Position;
114 Position = 0;
152 return AccessSysCfgRegister (SYS_CFGCTRL_READ, Function, Site, Position, Device, Value);
172 UINT32 Position;
175 Position = 0;
213 return AccessSysCfgRegister (SYS_CFGCTRL_WRITE, Function, Site, Position, Device, &Value);
224 UINT32 Position;
226 Position = 0;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSysConfigRuntimeLib/
ArmVExpressSysConfigRuntimeLib.c 71 IN UINT32 Position,
92 SYS_CFGCTRL_POSITION(Position) | SYS_CFGCTRL_DEVICE(Device);
118 UINT32 Position;
121 Position = 0;
159 return AccessSysCfgRegister (SYS_CFGCTRL_READ, Function, Site, Position, Device, Value);
179 UINT32 Position;
182 Position = 0;
220 return AccessSysCfgRegister (SYS_CFGCTRL_WRITE, Function, Site, Position, Device, &Value);
231 UINT32 Position;
233 Position = 0;
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/Include/Guid/
FrameBufferInfoGuid.h 24 UINT8 Position; // Position of the color
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NullTransliterator.java 34 Position offsets, boolean incremental) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NullTransliterator.java 33 Position offsets, boolean incremental) {
  /external/skia/src/sksl/ir/
SkSLExtension.h 19 Extension(Position position, String name)
20 : INHERITED(position, kExtension_Kind)
SkSLModifiersDeclaration.h 23 : INHERITED(Position(), kModifiers_Kind)

Completed in 2439 milliseconds

12 3 4 5 6 7 8 91011>>