Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SkMD5
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/tests/
H
A
D
MD5Test.cpp
8
#include "src/core/
SkMD5
.h"
11
static bool digests_equal(const
SkMD5
::Digest& expectedDigest, const
SkMD5
::Digest& computedDigest) {
in digests_equal()
20
static void md5_test(const char* string, const
SkMD5
::Digest& expectedDigest, skiatest::Reporter* reporter) {
in md5_test()
25
SkMD5
context;
in md5_test()
27
SkMD5
::Digest digest = context.finish();
in md5_test()
34
SkMD5
context;
in md5_test()
40
SkMD5
::Digest digest = context.finish();
in md5_test()
48
SkMD5
::Digest digest;
H
A
D
CodecTest.cpp
45
#include "src/core/
SkMD5
.h"
68
static
SkMD5
::Digest md5(const SkBitmap& bm) {
in md5()
70
SkMD5
md5;
in md5()
84
static void compare_to_good_digest(skiatest::Reporter* r, const
SkMD5
::Digest& goodDigest,
in compare_to_good_digest()
86
SkMD5
::Digest digest = md5(bm);
in compare_to_good_digest()
98
SkCodec::Result expectedResult, const
SkMD5
::Digest* goodDigest) {
in test_info()
123
const
SkMD5
::Digest& goodDigest) {
in test_incremental_decode()
137
const
SkMD5
::Digest& goodDigest) {
in test_in_stripes()
180
SkMD5
::Digest* digest, const
SkMD5
in test_codec()
[all...]
/third_party/skia/src/core/
H
A
D
SkMD5.h
15
class
SkMD5
: public SkWStream {
class
17
SkMD5
();
H
A
D
SkMD5.cpp
16
#include "src/core/
SkMD5
.h"
31
SkMD5
::
SkMD5
() : byteCount(0) {
in SkMD5()
function in SkMD5
39
bool
SkMD5
::write(const void* buf, size_t inputLength) {
in write()
69
SkMD5
::Digest
SkMD5
::finish() {
in finish()
70
SkMD5
::Digest digest;
in finish()
H
A
D
SkICC.cpp
14
#include "src/core/
SkMD5
.h"
24
sizeof(kDescriptionTagBodyPrefix) + 2 * sizeof(
SkMD5
::Digest), "");
301
SkMD5
md5;
in get_color_profile_tag()
305
SkMD5
::Digest digest = md5.finish();
in get_color_profile_tag()
307
for (unsigned i = 0; i < sizeof(
SkMD5
::Digest); ++i) {
in get_color_profile_tag()
/third_party/skia/tools/
H
A
D
get_images_from_skps.cpp
16
#include "src/core/
SkMD5
.h"
42
static SkTHashSet<
SkMD5
::Digest> gSeen;
53
SkMD5
md5;
in sniff()
55
SkMD5
::Digest digest = md5.finish();
in sniff()
/third_party/skia/tools/gpu/
H
A
D
MemoryCache.cpp
9
#include "src/core/
SkMD5
.h"
71
SkMD5
hash;
in writeShadersToDisk()
89
SkMD5
::Digest digest = hash.finish();
in writeShadersToDisk()
/third_party/skia/bench/
H
A
D
ChecksumBench.cpp
12
#include "src/core/
SkMD5
.h"
54
SkMD5
md5;
/third_party/skia/modules/canvaskit/
H
A
D
gm_bindings.cpp
27
#include "src/core/
SkMD5
.h"
169
SkMD5
hash;
in RunGM()
171
SkMD5
::Digest digest = hash.finish();
in RunGM()
/third_party/skia/src/pdf/
H
A
D
SkPDFMetadata.cpp
11
#include "src/core/
SkMD5
.h"
142
SkMD5
md5;
in CreateUUID()
160
SkMD5
::Digest digest = md5.finish();
in CreateUUID()
/third_party/skia/tools/fm/
H
A
D
fm.cpp
16
#include "src/core/
SkMD5
.h"
641
SkMD5
hash;
in main()
648
SkMD5
::Digest digest = hash.finish();
in main()
/third_party/skia/dm/
H
A
D
DM.cpp
24
#include "src/core/
SkMD5
.h"
1158
SkMD5
hash;
in Run()
1166
SkMD5
::Digest digest = hash.finish();
in Run()
1221
// Skip calling hashAndEncode->feedHash(
SkMD5
*)... we want the .pdf's hash.
in Run()
/third_party/skia/tools/viewer/
H
A
D
Viewer.cpp
22
#include "src/core/
SkMD5
.h"
2485
SkMD5
hash;
in drawImGui()
2487
SkMD5
::Digest digest = hash.finish();
in drawImGui()
Completed in 14 milliseconds