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:shrink
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/tools/
H
A
D
cordic.py
7
shrink
= 1.0
variable
/third_party/ffmpeg/libavcodec/
H
A
D
mpegvideoencdsp.h
40
void (*
shrink
[4])(uint8_t *dst, int dst_wrap, const uint8_t *src,
member
/third_party/skia/modules/skplaintexteditor/include/
H
A
D
stringslice.h
36
void
shrink
() { this->realloc(fLength); }
in shrink()
function in SkPlainTextEditor::StringSlice
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-vector.hh
271
void
shrink
(int size_)
in shrink()
function
/third_party/libcoap/src/
H
A
D
coap_pdu.c
574
size_t
shrink
= 0;
in coap_insert_option()
local
[all...]
/third_party/python/Lib/test/
H
A
D
test_calendar.py
421
def
shrink
(cal):
function
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_descriptor_set.c
657
uint32_t
shrink
= dynamic_binding->array_size - var_desc_count;
in set_layout_descriptor_count()
local
675
uint32_t
shrink
= dynamic_binding->array_size - var_desc_count;
in set_layout_buffer_view_count()
local
693
uint32_t
shrink
= dynamic_binding->array_size - var_desc_count;
in anv_descriptor_set_layout_descriptor_buffer_size()
local
/third_party/lwip/src/core/
H
A
D
pbuf.c
406
u16_t
shrink
;
in pbuf_realloc()
local
/third_party/toybox/toys/pending/
H
A
D
vi.c
1663
int
shrink
= strlen(last);
in vi_main()
local
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_blit.c
2360
enum blit_shrink_status
shrink
= BLIT_NO_SHRINK;
in do_blorp_blit()
local
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsresize.c
217
int
shrink
; /*
shrink
= 1, enlarge = 0 */
member
[all...]
/third_party/node/deps/v8/src/objects/
H
A
D
objects.cc
4185
bool
shrink
= new_length < length / 4;
in Append()
local
/third_party/skia/third_party/externals/imgui/
H
A
D
imgui.h
1737
inline void
shrink
(int new_size) { IM_ASSERT(new_size <= Size); Size = new_size; } // Resize a vector to a smaller size, guaranteed not to cause a reallocation
in shrink()
function
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
14266
unsafe fn
shrink
(
in shrink()
functions
14877
fn
shrink
(&mut self, amount: usize) -> Result<(), TryReserveError> {
in shrink()
functions
[all...]
Completed in 94 milliseconds