/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
mkvmuxer.cc | 311 const int64_t payload_position = writer->Position(); 337 const int64_t stop_position = writer->Position(); 456 const int64_t payload_position = writer->Position(); 467 const int64_t stop_position = writer->Position(); 498 const int64_t payload_position = writer->Position(); 507 const int64_t stop_position = writer->Position(); 569 const int64_t payload_position = writer->Position(); 600 const int64_t stop_position = writer->Position(); 807 const int64_t payload_position = writer->Position(); 859 int64_t stop_position = writer->Position(); [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
BiosVideo.c | [all...] |
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/ |
FbGop.c | 877 if ((CurrentModeData->Red.Position == 0) && (CurrentModeData->Green.Position == 8) && (CurrentModeData->Blue.Position == 16)) {
879 } else if ((CurrentModeData->Blue.Position == 0) && (CurrentModeData->Green.Position == 8) && (CurrentModeData->Red.Position == 16)) {
[all...] |
/external/llvm/include/llvm/Analysis/ |
ScalarEvolution.h | 603 unsigned Position; 607 unsigned Position) 608 : Start(Start), Position(Position) {} 611 if (Position == 0) 614 return Start->ExtraInfo->Exits[Position - 1]; 618 if (Position == 0) 621 return &Start->ExtraInfo->Exits[Position - 1]; 625 return Start == RHS.Start && Position == RHS.Position; [all...] |
/external/skia/src/sksl/ |
SkSLIRGenerator.cpp | 525 FunctionDeclaration* invokeDecl = new FunctionDeclaration(Position(), 530 out->push_back(std::unique_ptr<ProgramElement>(new FunctionDefinition(Position(), 538 std::unique_ptr<Expression> test(new BinaryExpression(Position(), 539 std::unique_ptr<Expression>(new VariableReference(Position(), *loopIdx)), 541 std::unique_ptr<IntLiteral>(new IntLiteral(fContext, Position(), fInvocations)), 545 new VariableReference(Position(), 549 ASTIdentifier endPrimitiveID = ASTIdentifier(Position(), "EndPrimitive"); 556 this->call(Position(), 560 this->call(Position(), 563 std::unique_ptr<Expression> assignment(new BinaryExpression(Position(), [all...] |
SkSLParser.h | 106 void error(Position p, const char* msg); 107 void error(Position p, String msg); 115 // these functions parse individual grammar rules from the current parse position; you probably
|
SkSLToken.h | 192 Token(Position position, Kind kind, String text) 193 : fPosition(position) 219 Position fPosition;
|
/prebuilts/go/darwin-x86/src/go/ast/ |
commentmap.go | 84 pos, end token.Position // source interval of comment group at current index 94 r.pos = r.fset.Position(r.comment.Pos()) 95 r.end = r.fset.Position(r.comment.End()) 164 pend token.Position // end of p 166 pgend token.Position // end of pg 171 var qpos token.Position 173 qpos = fset.Position(q.Pos()) // current node position 175 // set fake sentinel position to infinity so that 187 pgend = fset.Position(pg.End() [all...] |
/prebuilts/go/linux-x86/src/go/ast/ |
commentmap.go | 84 pos, end token.Position // source interval of comment group at current index 94 r.pos = r.fset.Position(r.comment.Pos()) 95 r.end = r.fset.Position(r.comment.End()) 164 pend token.Position // end of p 166 pgend token.Position // end of pg 171 var qpos token.Position 173 qpos = fset.Position(q.Pos()) // current node position 175 // set fake sentinel position to infinity so that 187 pgend = fset.Position(pg.End() [all...] |
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 69 The Position property returns the number of uncompressed bytes of 102 backwards. The special case of setting the stream position to zero is 103 allowed. Seeking forward decompresses data until the requested position in 108 The Position property returns the number of bytes of uncompressed data that 393 FStrmPos := Strm.Position; 423 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos; 448 if FStrm.Position <> FStrmPos then FStrm.Position := FStrmPos; 457 FStrmPos := FStrm.Position; [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/ |
HiiLib.c | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
SimpleFileSystem.h | 191 @retval EFI_DEVICE_ERROR On entry, the current file position is beyond the end of the file.
235 Sets a file's current position.
238 file handle to set the requested position on.
239 @param Position The byte position from the start of the file to set.
241 @retval EFI_SUCCESS The position was set.
244 @retval EFI_DEVICE_ERROR An attempt was made to set the position of a deleted file.
251 IN UINT64 Position
255 Returns a file's current position.
258 handle to get the current position on. [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/ |
WinNtSimpleFileSystem.h | 417 IN UINT64 Position
423 Set a file's current position.
429 Position - The byte position from the start of the file to set.
433 EFI_SUCCESS - The file position has been changed.
444 OUT UINT64 *Position
450 Get a file's current position.
456 Position - Pointer to storage for the current position.
460 EFI_SUCCESS - The file position has been reported. [all...] |
/external/clang/include/clang/Tooling/Core/ |
Replacement.h | 177 /// \brief Calculates how a code \p Position is shifted when \p Replaces are 179 unsigned shiftedCodePosition(const Replacements& Replaces, unsigned Position); 181 /// \brief Calculates how a code \p Position is shifted when \p Replaces are 186 unsigned Position);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
ErrorTest.java | 35 Transliterator.Position pos = new Transliterator.Position(); 84 errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expected."); 96 errln("FAIL: Test insertion with character: the transliteration position limit didn't change as expected.");
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
ErrorTest.java | 34 Transliterator.Position pos = new Transliterator.Position(); 83 errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expected."); 95 errln("FAIL: Test insertion with character: the transliteration position limit didn't change as expected.");
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
FusionDictionary.java | 492 * @return the position of the character if it's there, or CHARACTER_NOT_FOUND_INDEX = -1 else. 571 private static final class Position { 574 public Position(ArrayList<PtNode> ptNodes) { 580 final LinkedList<Position> mPositions; 585 final Position rootPos = new Position(ptRoot); 591 for (Position p : mPositions) { 601 Position currentPos = mPositions.getLast(); 612 currentPos = new Position(currentPtNode.mChildren.mData);
|
/prebuilts/go/darwin-x86/src/go/scanner/ |
example_test.go | 29 fmt.Printf("%s\t%s\t%q\n", fset.Position(pos), tok, lit)
|
/prebuilts/go/linux-x86/src/go/scanner/ |
example_test.go | 29 fmt.Printf("%s\t%s\t%q\n", fset.Position(pos), tok, lit)
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/ |
BootMonFsInternal.h | 62 UINT64 Position;
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/PrePeiCore/Arm/ |
PrePeiCoreEntryPoint.asm | 57 // Get the Core Position
61 // The stack starts at the top of the stack region. Add '1' to the Core Position to get the top of the stack
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
Handle.h | 107 /// Last position notified
108 LIST_ENTRY *Position;
|
/external/flatbuffers/tests/MyGame/Example/ |
Stat.cs | 14 public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CaseFoldTransliterator.java | 62 Position offsets, boolean isIncremental) { 76 // If there is a case change, modify corresponding position in replaceable
|
RuleBasedTransliterator.java | 333 Position index, boolean incremental) {
|