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:cacheType
(Results
1 - 10
of
10
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
SimpleCache.java
29
public SimpleCache(int
cacheType
) {
in SimpleCache()
argument
30
this(
cacheType
, DEFAULT_CAPACITY);
in SimpleCache()
33
public SimpleCache(int
cacheType
, int initialCapacity) {
in SimpleCache()
argument
34
if (
cacheType
== ICUCache.WEAK) {
in SimpleCache()
35
type =
cacheType
;
in SimpleCache()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H
A
D
SimpleCache.java
33
public SimpleCache(int
cacheType
) {
in SimpleCache()
argument
34
this(
cacheType
, DEFAULT_CAPACITY);
in SimpleCache()
37
public SimpleCache(int
cacheType
, int initialCapacity) {
in SimpleCache()
argument
38
if (
cacheType
== ICUCache.WEAK) {
in SimpleCache()
39
type =
cacheType
;
in SimpleCache()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineCreationCacheControlTests.cpp
303
CacheType
cacheType
;
member
415
if (params.
cacheType
!= TestParams::EXPLICIT_CACHE)
in createPipelineCache()
735
if (testParameter.
cacheType
== TestParams::DERIVATIVE_INDEX)
in createPipelineCreateInfos()
883
// Placeholder for base pipeline if using
cacheType
== DERIVATIVE_HANDLE
in testInstance()
910
if ((testParameter.
cacheType
== TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE))
in testInstance()
957
if (testParameter.
cacheType
== TestParams::DERIVATIVE_INDEX)
in createPipelineCreateInfos()
1064
// Placeholder for base pipeline if using
cacheType
== DERIVATIVE_HANDLE
in testInstance()
1095
if ((testParameter.
cacheType
== TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE))
in testInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineCreationCacheControlTests.cpp
302
CacheType
cacheType
;
member
418
if (params.
cacheType
!= TestParams::EXPLICIT_CACHE)
in createPipelineCache()
738
if (testParameter.
cacheType
== TestParams::DERIVATIVE_INDEX)
in createPipelineCreateInfos()
887
// Placeholder for base pipeline if using
cacheType
== DERIVATIVE_HANDLE
in testInstance()
928
if ((testParameter.
cacheType
== TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE))
in testInstance()
975
if (testParameter.
cacheType
== TestParams::DERIVATIVE_INDEX)
in createPipelineCreateInfos()
1082
// Placeholder for base pipeline if using
cacheType
== DERIVATIVE_HANDLE
in testInstance()
1113
if ((testParameter.
cacheType
== TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE))
in testInstance()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
ProgramExecutableVk.h
205
void accumulateCacheStats(VulkanCacheType
cacheType
, const CacheStats &cacheStats);
H
A
D
ProgramExecutableVk.cpp
103
DescriptorSetIndex CacheTypeToDescriptorSetIndex(VulkanCacheType
cacheType
)
in CacheTypeToDescriptorSetIndex()
argument
105
switch (
cacheType
)
in CacheTypeToDescriptorSetIndex()
2017
void ProgramExecutableVk::accumulateCacheStats(VulkanCacheType
cacheType
,
in accumulateCacheStats()
argument
2020
DescriptorSetIndex dsIndex = CacheTypeToDescriptorSetIndex(
cacheType
);
in accumulateCacheStats()
H
A
D
RendererVk.cpp
3602
int
cacheType
= 0;
in logCacheStats()
local
3606
INFO() << " CacheType " <<
cacheType
++ << ": " << stats.getHitRatio();
in logCacheStats()
/third_party/node/src/
H
A
D
jsvm.h
2842
* @param
cacheType
: The type of cache data.
2845
* Returns {@link JSVM_INVALID_ARG } if any of the pointer arguments is NULL or
cacheType
is illegal.\n
2851
JSVM_CacheType
cacheType
);
H
A
D
js_native_api_v8.cc
5381
JSVM_CacheType
cacheType
) {
5384
if (
cacheType
== JSVM_CACHE_TYPE_JS) {
5387
} else if (
cacheType
== JSVM_CACHE_TYPE_WASM) {
5391
// Unsupported
cacheType
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 24 milliseconds