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

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsApi.h 167 @retval EFI_DEVICE_ERROR On entry, the current file position is
186 IN UINT64 Position
193 OUT UINT64 *Position
249 Set a file's current position.
252 the file handle to set the requested position on.
253 @param[in] Position The byte position from the start of the file to set.
255 @retval EFI_SUCCESS The position was set.
263 IN UINT64 Position
267 Return a file's current position.
    [all...]
  /external/llvm/lib/Target/Mips/
MipsHazardSchedule.cpp 94 // Find the next real instruction from the current position.
95 static Iter getNextMachineInstr(Iter Position) {
96 Iter I = Position, E = Position->getParent()->end();
  /test/vts/drivers/hal/libcodecoverage/
GcdaParser.cpp 59 unsigned position; local
68 position = gcda_file_->Position();
74 base = gcda_file_->Position();
112 << gcda_file_->Position() << endl;
  /external/flatbuffers/tests/MyGame/Example2/
Monster.cs 14 public static Monster GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UtilityExtensions.java 58 Transliterator.Position pos) {
71 Transliterator.Position pos) {
91 appendTo.append("INVALID Position {cs=" +
103 Transliterator.Position pos) {
112 Transliterator.Position pos) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/impl/
UtilityExtensions.java 56 Transliterator.Position pos) {
69 Transliterator.Position pos) {
89 appendTo.append("INVALID Position {cs=" +
101 Transliterator.Position pos) {
110 Transliterator.Position pos) {
  /external/skia/src/sksl/ast/
SkSLASTBlock.h 19 ASTBlock(Position position, std::vector<std::unique_ptr<ASTStatement>> statements)
20 : INHERITED(position, kBlock_Kind)
SkSLASTCallSuffix.h 20 ASTCallSuffix(Position position, std::vector<std::unique_ptr<ASTExpression>> arguments)
21 : INHERITED(position, ASTSuffix::kCall_Kind)
SkSLASTDoStatement.h 19 ASTDoStatement(Position position, std::unique_ptr<ASTStatement> statement,
21 : INHERITED(position, kDo_Kind)
SkSLASTSection.h 19 ASTSection(Position position, String name, String arg, String text)
20 : INHERITED(position, kSection_Kind)
SkSLASTType.h 24 ASTType(Position position, String name, Kind kind, std::vector<int> sizes)
25 : INHERITED(position)
SkSLASTWhileStatement.h 19 ASTWhileStatement(Position position, std::unique_ptr<ASTExpression> test,
21 : INHERITED(position, kWhile_Kind)
  /external/skia/src/sksl/ir/
SkSLBoolLiteral.h 20 BoolLiteral(const Context& context, Position position, bool value)
21 : INHERITED(position, kBoolLiteral_Kind, *context.fBool_Type)
SkSLDoStatement.h 20 DoStatement(Position position, std::unique_ptr<Statement> statement,
22 : INHERITED(position, kDo_Kind)
SkSLFloatLiteral.h 20 FloatLiteral(const Context& context, Position position, double value,
22 : INHERITED(position, kFloatLiteral_Kind, type ? *type : *context.fFloat_Type)
SkSLIntLiteral.h 22 IntLiteral(const Context& context, Position position, int64_t value, const Type* type = nullptr)
23 : INHERITED(position, kIntLiteral_Kind, type ? *type : *context.fInt_Type)
SkSLSection.h 19 Section(Position position, String name, String arg, String text)
20 : INHERITED(position, kSection_Kind)
SkSLSetting.h 21 Setting(Position position, String name, std::unique_ptr<Expression> value)
22 : INHERITED(position, kSetting_Kind, value->fType)
SkSLWhileStatement.h 20 WhileStatement(Position position, std::unique_ptr<Expression> test,
22 : INHERITED(position, kWhile_Kind)
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 59 private static final class Position {
67 public Position(int address, int length) {
83 Stack<Position> stack = new Stack<>();
86 Position initPos = new Position(bodyOffset, 0);
90 Position p = stack.peek();
94 p.mNumOfPtNode + ", position=" + p.mPosition + ", length=" + p.mLength);
100 if (p.mNumOfPtNode == Position.NOT_READ_PTNODE_COUNT) {
131 final Position childrenPos = new Position(ptNodeInfo.mChildrenAddress, index)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedOutputStreamTest.cs 299 Assert.AreEqual(1, cout.Position);
301 Assert.AreEqual(3, cout.Position);
304 Assert.AreEqual(4, cout.Position);
306 Assert.AreEqual(115, cout.Position);
309 Assert.AreEqual(116, cout.Position);
311 Assert.AreEqual(120, cout.Position);
320 Assert.AreEqual(1, cout.Position);
322 Assert.AreEqual(3, cout.Position);
325 Assert.AreEqual(4, cout.Position);
327 Assert.AreEqual(125, cout.Position);
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Filesystem/SemihostFs/Arm/
SemihostFs.h 102 @retval EFI_DEVICE_ERROR On entry, the current file position is
142 Return a file's current position.
145 the file handle to get the current position on.
146 @param[out] Position The address to return the file's current position value.
148 @retval EFI_SUCCESS The position was returned.
149 @retval EFI_INVALID_PARAMETER Position is a NULL pointer.
155 OUT UINT64 *Position
159 Set a file's current position.
162 the file handle to set the requested position on.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
PiSmmS3SaveState.h 60 The opcode is inserted before or after the specified position in the boot script table. If Position is
61 NULL then that position is after the last opcode in the table (BeforeOrAfter is TRUE) or before
62 the first opcode in the table (BeforeOrAfter is FALSE). The position which is pointed to by
63 Position upon return can be used for subsequent insertions.
73 @param[in] BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
74 in the boot script table specified by Position. If Position is NULL or points to
77 @param[in, out] Position On entry, specifies the position in the boot script table where the opcode will be
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
InternalS3SaveState.h 70 The opcode is inserted before or after the specified position in the boot script table. If Position is
71 NULL then that position is after the last opcode in the table (BeforeOrAfter is FALSE) or before
72 the first opcode in the table (BeforeOrAfter is TRUE). The position which is pointed to by
73 Position upon return can be used for subsequent insertions.
76 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
77 in the boot script table specified by Position. If Position is NULL or points to
80 @param Position On entry, specifies the position in the boot script table where the opcode will be
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
InternalSmmSaveState.h 70 The opcode is inserted before or after the specified position in the boot script table. If Position is
71 NULL then that position is after the last opcode in the table (BeforeOrAfter is FALSE) or before
72 the first opcode in the table (BeforeOrAfter is TRUE). The position which is pointed to by
73 Position upon return can be used for subsequent insertions.
76 @param BeforeOrAfter Specifies whether the opcode is stored before (TRUE) or after (FALSE) the position
77 in the boot script table specified by Position. If Position is NULL or points to
80 @param Position On entry, specifies the position in the boot script table where the opcode will be
    [all...]

Completed in 460 milliseconds

1 2 34 5 6 7 8 91011>>