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:alloc_failed
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ntfs-3g/libfuse-lite/
H
A
D
fuse_opt.c
44
static int
alloc_failed
(void)
in alloc_failed()
function
60
return
alloc_failed
();
in fuse_opt_add_arg()
113
return
alloc_failed
();
in fuse_opt_add_opt()
184
return
alloc_failed
();
in process_opt_param()
232
return
alloc_failed
();
in process_opt_sep_arg()
/third_party/backends/backend/
H
A
D
coolscan3.c
399
int
alloc_failed
= 0;
in sane_open()
local
486
alloc_failed
= 1;
in sane_open()
509
alloc_failed
= 1;
in sane_open()
529
alloc_failed
= 1;
in sane_open()
549
alloc_failed
= 1;
in sane_open()
569
alloc_failed
= 1;
in sane_open()
589
alloc_failed
= 1;
in sane_open()
608
alloc_failed
= 1;
in sane_open()
627
alloc_failed
= 1;
in sane_open()
646
alloc_failed
in sane_open()
1782
int
alloc_failed
= 0;
cs3_open()
local
[all...]
H
A
D
coolscan2.c
446
int
alloc_failed
= 0;
in sane_open()
local
528
alloc_failed
= 1;
in sane_open()
548
alloc_failed
= 1;
in sane_open()
568
alloc_failed
= 1;
in sane_open()
588
alloc_failed
= 1;
in sane_open()
608
alloc_failed
= 1;
in sane_open()
628
alloc_failed
= 1;
in sane_open()
647
alloc_failed
= 1;
in sane_open()
666
alloc_failed
= 1;
in sane_open()
685
alloc_failed
in sane_open()
1762
int
alloc_failed
= 0;
cs2_open()
local
[all...]
/third_party/libfuse/lib/
H
A
D
fuse_opt.c
49
static int
alloc_failed
(void)
in alloc_failed()
function
64
return
alloc_failed
();
in fuse_opt_add_arg()
69
return
alloc_failed
();
in fuse_opt_add_arg()
121
return
alloc_failed
();
in add_opt_common()
215
return
alloc_failed
();
in process_opt_param()
264
return
alloc_failed
();
in process_opt_sep_arg()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
usb_controller.c
830
bus->
alloc_failed
= 1;
in usb_bus_mem_alloc_all_cb()
846
bus->
alloc_failed
= 0;
in usb_bus_mem_alloc_all()
868
bus->
alloc_failed
= 1; /* failure */
in usb_bus_mem_alloc_all()
875
if (bus->
alloc_failed
) {
in usb_bus_mem_alloc_all()
878
return (bus->
alloc_failed
);
in usb_bus_mem_alloc_all()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_bus.h
110
uint8_t
alloc_failed
; /* Set if memory allocation failed. */
member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_scene.c
139
return scene->
alloc_failed
;
in lp_scene_is_oom()
328
scene->
alloc_failed
= FALSE;
in lp_scene_end_rasterization()
365
scene->
alloc_failed
= TRUE;
in lp_scene_new_data_block()
H
A
D
lp_scene.h
188
boolean
alloc_failed
;
member
/third_party/f2fs-tools/fsck/
H
A
D
node.c
278
c.
alloc_failed
= 1;
in get_dnode_of_data()
H
A
D
segment.c
139
c.
alloc_failed
= 1;
in new_data_block()
H
A
D
fsck.c
2316
u32 flags = c.
alloc_failed
? CP_FSCK_FLAG: CP_UMOUNT_FLAG;
in fix_checkpoint()
/third_party/f2fs-tools/include/
H
A
D
f2fs_fs.h
516
int
alloc_failed
;
member
Completed in 17 milliseconds