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

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 291 size_t Position = Comments.find('\n');
292 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n';
294 Comments = Comments.substr(Position+1);
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
  /external/skia/src/sksl/
SkSLParser.cpp 97 : fPushback(Position(-1, -1), Token::INVALID_TOKEN, String())
159 return Token(Position(skslget_lineno(fScanner), -1), (Token::Kind) token,
215 void Parser::error(Position p, const char* msg) {
219 void Parser::error(Position p, String msg) {
    [all...]
SkSLContext.h 284 : INHERITED(Position(), kDefined_Kind, type) {}
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 74 /// The position within the current buffer (i.e. the next byte to read)
102 /// total bytes read up to the current position can be computed as
108 /// The absolute position of the end of the current message.
224 /// Returns the current position in the input stream, or the position in the input buffer
226 public long Position
232 return input.Position - ((bufferSize + bufferSizeAfterLimit) - bufferPos);
672 /// stream is left in the original position and the method returns <c>false</c>.
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h     [all...]
  /build/blueprint/
context.go 115 Pos scanner.Position // the relevant Blueprints file location
161 pos scanner.Position
162 propertyPos map[string]scanner.Position
820 buildPos scanner.Position) ([]string, []error) {
855 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position,
891 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error) {
893 return nil, scanner.Position{}, nil
911 return nil, scanner.Position{}, &BlueprintError{
921 func getStringFromScope(scope *parser.Scope, v string) (string, scanner.Position, error) {
923 return "", scanner.Position{}, ni
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c 804 bytes from the file at the file's current position and returns them in Buffer.
806 end of the file. The file's current position is increased by the number of bytes
808 at the file's current position and returns the entry in Buffer. If the Buffer
810 EFI_BUFFER_TOO_SMALL is returned and the current file position is not updated.
812 success, the current position is updated to the next directory entry. If there
845 file position. The current file position is advanced the actual number of bytes
920 Set the current position in a file.
922 This function sets the current file position for the handle to the position
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 182 /// Last position notified
183 LIST_ENTRY *Position;
  /external/dng_sdk/source/
dng_image_writer.cpp 649 bigData += (uint32) stream.Position ();
    [all...]
dng_preview.cpp 391 basic.SetTileOffset (0, (uint32) stream.Position ());
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersExampleTests.cs 102 using (var ms = new MemoryStream(fbb.DataBuffer.Data, fbb.DataBuffer.Position, fbb.Offset))
  /external/flatbuffers/tests/MyGame/Example/
Monster.cs 15 public static Monster GetRootAsMonster(ByteBuffer _bb, Monster obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.cpp 177 light[i].position = {0.0f, 0.0f, 1.0f, 0.0f};
658 light[index].position = {v.x, v.y, v.z, v.w};
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 131 UINT Position;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 543 LONGLONG Position,
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.0/
lint-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.1/
lint-22.7.1.jar 

Completed in 3232 milliseconds

<<11121314151617181920>>