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:resized
(Results
1 - 11
of
11
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
segment.c
168
bool
resized
= false;
in reify_segments()
local
177
resized
= true;
in reify_segments()
186
resized
= true;
in reify_segments()
195
resized
= true;
in reify_segments()
205
resized
= true;
in reify_segments()
226
if (
resized
&& idx - 1 >= highest)
in reify_segments()
/third_party/node/deps/npm/node_modules/gauge/lib/
H
A
D
render-template.js
146
var
resized
= 0
164
} while (resizing &&
resized
++ < output.length)
169
resized
= 0
185
} while (resizing &&
resized
++ < output.length)
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
xm_st.c
211
bool
resized
;
in xmesa_st_framebuffer_validate()
local
228
resized
= (xstfb->buffer->width != xstfb->texture_width ||
in xmesa_st_framebuffer_validate()
232
if (
resized
|| new_mask) {
in xmesa_st_framebuffer_validate()
238
if (!
resized
) {
in xmesa_st_framebuffer_validate()
/third_party/mesa3d/src/gallium/frontends/hgl/
H
A
D
hgl.c
165
bool
resized
;
in hgl_st_framebuffer_validate()
local
179
resized
= (buffer->width != context->width)
in hgl_st_framebuffer_validate()
182
if (
resized
|| newMask) {
in hgl_st_framebuffer_validate()
/third_party/glfw/src/
H
A
D
init.c
278
void*
resized
= _glfw.allocator.reallocate(block, size, _glfw.allocator.user);
in _glfw_realloc()
local
279
if (
resized
)
in _glfw_realloc()
280
return
resized
;
in _glfw_realloc()
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
drisw.c
341
* framebuffer is
resized
or destroyed.
353
boolean
resized
;
in drisw_allocate_textures()
local
359
resized
= (drawable->old_w != width ||
in drisw_allocate_textures()
363
if (
resized
) {
in drisw_allocate_textures()
H
A
D
kopper.c
493
boolean
resized
;
in kopper_allocate_textures()
local
507
resized
= (drawable->old_w != width ||
in kopper_allocate_textures()
556
if (
resized
) {
in kopper_allocate_textures()
/third_party/skia/src/image/
H
A
D
SkImage_Gpu.cpp
647
SkAutoPixmapStorage
resized
;
in MakeCrossContextFromPixmap()
local
656
if (!
resized
.tryAlloc(info) || !originalPixmap.scalePixels(
resized
, sampling)) {
in MakeCrossContextFromPixmap()
659
pixmap = &
resized
;
in MakeCrossContextFromPixmap()
/third_party/mesa3d/src/egl/drivers/dri2/
H
A
D
egl_dri2.h
340
bool
resized
;
member
H
A
D
platform_wayland.c
392
dri2_surf->
resized
= true;
in resize_callback()
394
/* Update the surface size as soon as native window is
resized
; from user
in resize_callback()
1135
if (dri2_surf->
resized
|| dri2_surf->received_dmabuf_feedback) {
in update_buffers()
1137
dri2_surf->
resized
= false;
in update_buffers()
/third_party/python/Python/
H
A
D
compile.c
6317
basicblock **
resized
= PyObject_Realloc(pc->fail_pop, needed);
in ensure_fail_pop()
local
6318
if (
resized
== NULL) {
in ensure_fail_pop()
6322
pc->fail_pop =
resized
;
in ensure_fail_pop()
Completed in 24 milliseconds