Home
last modified time | relevance | path

Searched defs:Whence (Results 1 – 25 of 90) sorted by relevance

1234

/aosp_15_r20/external/pigweed/pw_stream/
H A Dstream_test.cc41 Status DoSeek(ptrdiff_t, Whence) override { return Status(); } in DoSeek() argument
47 Status DoSeek(ptrdiff_t, Whence) override { return Status(); } in DoSeek() argument
58 Status DoSeek(ptrdiff_t, Whence) override { return OkStatus(); } in DoSeek() argument
64 Status DoSeek(ptrdiff_t, Whence) override { return OkStatus(); } in DoSeek() argument
77 Status DoSeek(ptrdiff_t, Whence) override { return OkStatus(); } in DoSeek() argument
84 Status DoSeek(ptrdiff_t, Whence) override { return OkStatus(); } in DoSeek() argument
/aosp_15_r20/external/pigweed/pw_stream/public/pw_stream/
H A Dstream.h46 enum Whence : uint8_t { enum
414 Status DoSeek(ptrdiff_t, Whence) final { return Status::Unimplemented(); } in DoSeek() argument
501 Status DoSeek(ptrdiff_t, Whence) final { return Status::Unimplemented(); } in DoSeek() argument
660 Status DoSeek(ptrdiff_t, Whence) final { return Status::Unimplemented(); } in DoSeek() argument
H A Dnull_stream.h41 Status DoSeek(ptrdiff_t, Whence) final { return OkStatus(); } in DoSeek() argument
58 Status DoSeek(ptrdiff_t, Whence) final { return OkStatus(); } in DoSeek() argument
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp114 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString()
124 void CodeCoverageTool::error(const Twine &Message, StringRef Whence) { in error()
128 void CodeCoverageTool::deferError(const Twine &Message, StringRef Whence) { in deferError()
133 void CodeCoverageTool::deferWarning(const Twine &Message, StringRef Whence) { in deferWarning()
/aosp_15_r20/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp39 static void exitWithError(const Twine &Message, StringRef Whence = "", in exitWithError()
50 static void exitWithError(Error E, StringRef Whence = "") { in exitWithError()
66 static void exitWithErrorCode(std::error_code EC, StringRef Whence = "") { in exitWithErrorCode()
/aosp_15_r20/art/libelffile/stream/
H A Doutput_stream.h27 enum Whence { enum
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dstream.h87 enum class Whence { FROM_BEGIN, FROM_CURRENT, FROM_END }; enum
H A Dinput_stream_set.cc105 Whence /* whence */, in Seek() argument
H A Dstream_utils_test.cc103 using Whence = Stream::Whence; in TEST() typedef
H A Dfake_stream.cc176 Whence /* whence */, in Seek() argument
H A Dstream_test.cc36 using Whence = Stream::Whence; typedef
H A Dtls_stream.cc489 Whence /* whence */, in Seek() argument
/aosp_15_r20/external/pigweed/pw_channel/public/pw_channel/
H A Dproperties.h49 enum Whence : uint8_t { enum
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile.h114 enum Whence { enum
/aosp_15_r20/external/libchrome/base/files/
H A Dfile.h111 enum Whence { enum
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile.h114 enum Whence { enum
/aosp_15_r20/external/cronet/base/files/
H A Dfile.h111 enum Whence { enum
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp264 SVal Whence = state->getSVal(CE->getArg(2), C.getLocationContext()); in Fseek() local
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dztypes_aix_ppc64.go73 Whence int16 member
Dztypes_solaris_amd64.go106 Whence int16 member
Dztypes_netbsd_arm64.go90 Whence int16 member
Dztypes_netbsd_amd64.go90 Whence int16 member
Dztypes_netbsd_arm.go91 Whence int16 member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Dztypes_aix_ppc.go317 Whence int16 member
Dztypes_aix_ppc64.go320 Whence int16 member

1234