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:entryCount
(Results
1 - 22
of
22
) sorted by relevance
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H
A
D
code_sign_utils_in_c.cpp
34
int
entryCount
= entryMapEntryData->count;
in EnforceCodeSignForApp()
local
/third_party/skia/src/core/
H
A
D
SkDescriptor.h
20
static size_t ComputeOverhead(int
entryCount
) {
in ComputeOverhead()
argument
H
A
D
SkScalerContext.cpp
1167
int
entryCount
= 1;
in calculate_size_and_flatten()
local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H
A
D
CMapFormat2.java
37
private int
entryCount
(int subHeaderIndex) {
in entryCount()
method in CMapFormat2
H
A
D
CMapFormat6.java
18
private final int
entryCount
;
field in CMapFormat6
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
SizedMRUCache.h
89
size_t
entryCount
() const { return mStore.size(); }
in entryCount()
function in angle::final
H
A
D
MemoryProgramCache.cpp
276
size_t MemoryProgramCache::
entryCount
() const
in entryCount()
function in gl::MemoryProgramCache
/base/update/updater/interfaces/kits/include/package/
H
A
D
package.h
79
uint32_t
entryCount
= 0;
member
/base/update/updater/services/include/package/
H
A
D
pkg_info_utils.h
68
uint32_t
entryCount
= 0;
member
/third_party/icu/icu4c/source/test/perf/leperf/
H
A
D
FontObject.h
75
le_uint16
entryCount
;
member
103
le_uint16
entryCount
;
member
H
A
D
sfnt.h
104
le_uint16
entryCount
;
member
173
le_uint16
entryCount
;
member
182
le_uint16
entryCount
;
member
/third_party/icu/icu4c/source/samples/layout/
H
A
D
sfnt.h
78
le_uint16
entryCount
;
member
106
le_uint16
entryCount
;
member
/third_party/icu/icu4c/source/test/letest/
H
A
D
FontObject.h
71
le_uint16
entryCount
;
member
99
le_uint16
entryCount
;
member
H
A
D
sfnt.h
100
le_uint16
entryCount
;
member
169
le_uint16
entryCount
;
member
178
le_uint16
entryCount
;
member
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
sfnt.h
78
le_uint16
entryCount
;
member
106
le_uint16
entryCount
;
member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiBufferMemoryRequirementsTests.cpp
451
int
entryCount
= 0;
in checkSupport()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiBufferMemoryRequirementsTests.cpp
449
int
entryCount
= 0;
in checkSupport()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H
A
D
SampleProfile.cpp
450
uint64_t
entryCount
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
ModuleSummaryIndex.h
630
uint64_t
entryCount
() const { return EntryCount; }
in entryCount()
function in llvm::CalleeInfo::FunctionSummary
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_fw.h
1072
uint8_t
entryCount
;
member
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_fw.h
1072
uint8_t
entryCount
;
member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
vk_helpers.cpp
2877
ASSERT(poolIndex < mPools.size() && mPools[poolIndex].freedCount < mPoolSize); mPools[poolIndex].retain(&contextVk->getResourceUseList()); ++mPools[poolIndex].freedCount; } template <typename Pool> angle::Result DynamicallyGrowingPool<Pool>::allocatePoolEntries(ContextVk *contextVk, uint32_t
entryCount
, uint32_t *poolIndex, uint32_t *currentEntryOut) { if (mCurrentFreeEntry +
entryCount
> mPoolSize)
onEntryFreed()
argument
Completed in 42 milliseconds