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:numargs
(Results
1 - 7
of
7
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
mupdftoraster.c
175
int
numargs
;
in mutool_spawn()
local
182
numargs
= cupsArrayCount(mupdf_args);
in mutool_spawn()
183
mutoolargv = calloc(
numargs
+ 1, sizeof(char *));
in mutool_spawn()
H
A
D
gstoraster.c
392
int
numargs
;
in gs_spawn()
local
399
numargs
= cupsArrayCount(gs_args);
in gs_spawn()
400
gsargv = calloc(
numargs
+ 1, sizeof(char *));
in gs_spawn()
/third_party/lzma/C/Util/7z/
H
A
D
7zMain.c
544
int Z7_CDECL main(int
numargs
, char *args[])
in main()
argument
559
if (
numargs
== 1)
in main()
571
if (
numargs
< 3)
in main()
/third_party/python/Python/
H
A
D
bltinmodule.c
1242
Py_ssize_t
numargs
, i;
in map_new()
local
1248
numargs
= PyTuple_Size(args);
in map_new()
1249
if (
numargs
< 2) {
in map_new()
1255
iters = PyTuple_New(
numargs
-1);
in map_new()
1259
for (i=1 ; i<
numargs
; i++) {
in map_new()
1386
Py_ssize_t
numargs
= PyTuple_GET_SIZE(lz->iters);
in map_reduce()
local
1387
PyObject *args = PyTuple_New(
numargs
+1);
in map_reduce()
1393
for (i = 0; i<
numargs
; i++){
in map_reduce()
/third_party/cups-filters/filter/pdftopdf/
H
A
D
pdftopdf.cc
943
int
numargs
;
in sub_process_spawn()
local
950
numargs
= cupsArrayCount(sub_process_args);
in sub_process_spawn()
951
sub_process_argv = (char **)calloc(
numargs
+ 1, sizeof(char *));
in sub_process_spawn()
/third_party/popt/src/
H
A
D
popt.c
1696
int
numargs
= argc;
in poptStrippedArgv()
local
1703
numargs
--;
in poptStrippedArgv()
1709
argv[j] = (j <
numargs
) ? argv[i] : NULL;
in poptStrippedArgv()
1713
return
numargs
;
in poptStrippedArgv()
/third_party/python/Modules/
H
A
D
itertoolsmodule.c
1611
Py_ssize_t
numargs
;
in islice_new()
local
1621
numargs
= PyTuple_Size(args);
in islice_new()
1622
if (
numargs
== 2) {
in islice_new()
Completed in 17 milliseconds