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
defs:kSeed
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
hash_utils.h
20
static constexpr unsigned int
kSeed
= 0xABCDEF98;
in ComputeGenericHash()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H
A
D
hash.cc
47
ABSL_CONST_INIT const void* const MixingHashState::
kSeed
= &
kSeed
;
member in absl::hash_internal::MixingHashState
H
A
D
hash.h
916
static const void* const
kSeed
;
member in absl::hash_internal::MixingHashState
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H
A
D
btree_benchmark.cc
58
constexpr int
kSeed
= 23;
in GenerateValues()
local
256
constexpr int
kSeed
= 5;
in BM_QueueAddRem()
local
314
constexpr int
kSeed
= 7;
in BM_MixedAddRem()
local
/third_party/skia/tests/
H
A
D
StreamTest.cpp
379
const static int
kSeed
= 1234;
in DEF_TEST()
local
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_utils.cpp
380
const uint32
kSeed
= 1;
in dng_dither()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H
A
D
vktDrawMultiExtTests.cpp
1420
constexpr deUint32
kSeed
= 1621260419u;
in createDrawMultiExtTests()
local
1498
kSeed
, // deUint32 seed;
in createDrawMultiExtTests()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H
A
D
vktDrawMultiExtTests.cpp
1418
constexpr deUint32
kSeed
= 1621260419u;
in createDrawMultiExtTests()
local
1496
kSeed
, // deUint32 seed;
in createDrawMultiExtTests()
local
/third_party/googletest/googletest/test/
H
A
D
gtest_unittest.cc
788
constexpr int
kSeed
= 123;
in TEST()
local
/third_party/node/deps/v8/src/execution/
H
A
D
isolate.cc
420
static constexpr size_t
kSeed
= 0;
in HashIsolateForEmbeddedBlob()
local
Completed in 30 milliseconds