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:isempty
(Results
1 - 17
of
17
) sorted by relevance
/third_party/eudev/src/udev/
H
A
D
udev-builtin-usb_id.c
433
if (!
isempty
(serial_str))
in builtin_usb_id()
436
if (!
isempty
(instance_str))
in builtin_usb_id()
447
if (!
isempty
(serial_str))
in builtin_usb_id()
449
if (!
isempty
(type_str))
in builtin_usb_id()
451
if (!
isempty
(instance_str))
in builtin_usb_id()
454
if (!
isempty
(packed_if_str))
in builtin_usb_id()
H
A
D
udevadm-hwdb.c
444
if (
isempty
(line + 1)) {
in insert_data()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H
A
D
reflib.py
105
def
isempty
(s):
function
200
while (line >= 0 and not
isempty
(file[line])):
203
while (line >= 0 and
isempty
(file[line])):
206
while (line >= 1 and not
isempty
(file[line-1])):
221
while (line != maxLine and not
isempty
(file[line])):
224
while (line != maxLine and
isempty
(file[line])):
/third_party/ntfs-3g/libfuse-lite/
H
A
D
mount_util.c
219
int
isempty
= 1;
in fuse_mnt_check_empty()
local
232
isempty
= 0;
in fuse_mnt_check_empty()
238
isempty
= 0;
in fuse_mnt_check_empty()
240
if (!
isempty
) {
in fuse_mnt_check_empty()
/third_party/cups-filters/filter/foomatic-rip/
H
A
D
options.c
513
imin = !
isempty
(param->min) ? atoi(param->min) : -999999;
in get_valid_param_string()
514
imax = !
isempty
(param->max) ? atoi(param->max) : 1000000;
in get_valid_param_string()
534
fmin = !
isempty
(param->min) ? atof(param->min) : -999999.0;
in get_valid_param_string()
535
fmax = !
isempty
(param->max) ? atof(param->max) : 1000000.0;
in get_valid_param_string()
566
if (!
isempty
(param->min) && len < atoi(param->min)) {
in get_valid_param_string()
571
if (!
isempty
(param->max) && len > atoi(param->max)) {
in get_valid_param_string()
637
paramvalues[i] = !
isempty
(param->min) ? param->min : "-999999";
in paramvalues_from_string()
1046
if (choice && !
isempty
(choice->command))
in option_set_value()
1068
if (
isempty
(opt->text))
in option_text()
1297
contains_ps = !
isempty
(*lin
in contains_active_postscript()
[all...]
H
A
D
foomaticrip.c
118
if (
isempty
(postpipe->data))
in open_postpipe()
190
else if (strcmp(key, "execpath") == 0 && !
isempty
(value))
in config_set_option()
1024
if (!
isempty
(cupsfilter)) {
in main()
1107
if (
isempty
(cmd)) {
in main()
H
A
D
pdf.c
319
if (!
isempty
(tmpfilename))
in print_pdf()
H
A
D
util.h
38
int
isempty
(const char *string);
H
A
D
postscript.c
1047
if (!
isempty
(psfifo->data)) {
in _print_ps()
1107
if (more_stuff || inheader || !
isempty
(psfifo->data)) {
in _print_ps()
H
A
D
util.c
113
int
isempty
(const char *string)
in isempty()
function
283
if (
isempty
(psrc)) {
in strncpy_tochar()
/third_party/eudev/src/shared/
H
A
D
virt.c
60
if (
isempty
(e)) {
in detect_container()
H
A
D
path-util.c
341
if ((flags & AT_EMPTY_PATH) &&
isempty
(filename))
in fd_fdinfo_mnt_id()
556
if (
isempty
(root) || path_equal(root, "/"))
in prefix_root()
H
A
D
process-util.c
123
if (
isempty
(r)) {
in get_process_cmdline()
H
A
D
util.h
72
static inline bool
isempty
(const char *p) {
in isempty()
function
H
A
D
util.c
1536
if (
isempty
(p))
in filename_is_valid()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
string_view_test.cc
1097
constexpr bool
isempty
= sp.empty();
in TEST()
local
1098
EXPECT_TRUE(
isempty
);
in TEST()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
[all...]
Completed in 40 milliseconds