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:new_cache
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
af_anlmdn.c
141
AVFrame *
new_cache
= ff_get_audio_buffer(outlink, newS * 2);
in config_filter()
local
142
if (
new_cache
) {
in config_filter()
144
av_samples_copy(
new_cache
->extended_data, s->cache->extended_data, 0, 0,
in config_filter()
145
s->cache->nb_samples,
new_cache
->ch_layout.nb_channels,
new_cache
->format);
in config_filter()
147
s->cache =
new_cache
;
in config_filter()
/third_party/node/deps/openssl/openssl/crypto/
H
A
D
passphrase.c
295
void *
new_cache
=
in ossl_pw_get_passphrase()
local
300
if (
new_cache
== NULL) {
in ossl_pw_get_passphrase()
305
data->cached_passphrase =
new_cache
;
in ossl_pw_get_passphrase()
/third_party/openssl/crypto/
H
A
D
passphrase.c
295
void *
new_cache
=
in ossl_pw_get_passphrase()
local
300
if (
new_cache
== NULL) {
in ossl_pw_get_passphrase()
305
data->cached_passphrase =
new_cache
;
in ossl_pw_get_passphrase()
/third_party/node/deps/v8/src/api/
H
A
D
api-natives.cc
331
Handle<FixedArray>
new_cache
=
in CacheTemplateInstantiation()
local
333
if (*
new_cache
!= *fast_cache) {
in CacheTemplateInstantiation()
334
native_context->set_fast_template_instantiations_cache(*
new_cache
);
in CacheTemplateInstantiation()
342
auto
new_cache
=
in CacheTemplateInstantiation()
local
344
if (*
new_cache
!= *cache) {
in CacheTemplateInstantiation()
345
native_context->set_slow_template_instantiations_cache(*
new_cache
);
in CacheTemplateInstantiation()
/third_party/node/src/
H
A
D
node_builtins.cc
526
auto
new_cache
= std::make_unique<v8::ScriptCompiler::CachedData>(
in RefreshCodeCache()
local
528
code_cache_->map[item.id] = std::move(
new_cache
);
in RefreshCodeCache()
/third_party/node/deps/v8/src/heap/
H
A
D
factory.cc
3243
Handle<FixedArray>
new_cache
=
in NumberToStringCacheSet()
local
3245
isolate()->heap()->set_number_string_cache(*
new_cache
);
in NumberToStringCacheSet()
Completed in 13 milliseconds