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:PROGRAM_NAME
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/tools/
H
A
D
apinames.c
24
#define
PROGRAM_NAME
"apinames"
macro
373
PROGRAM_NAME
,
in usage()
375
PROGRAM_NAME
);
in usage()
H
A
D
afblue.pl
23
my $prog = $
PROGRAM_NAME
;
/third_party/python/Programs/
H
A
D
_testembed.c
32
#define
PROGRAM_NAME
L"./_testembed"
macro
61
const wchar_t *program_name =
PROGRAM_NAME
;
in config_set_program_name()
86
Py_SetProgramName(
PROGRAM_NAME
);
in _testembed_Py_Initialize()
1343
wchar_t *argv[] = {
PROGRAM_NAME
, L"-c", L"pass"};
in test_audit_run_command()
1354
wchar_t *argv[] = {
PROGRAM_NAME
, L"filename.py"};
in test_audit_run_file()
1389
wchar_t *argv[] = {
PROGRAM_NAME
};
in test_audit_run_interactivehook()
1396
wchar_t *argv[] = {
PROGRAM_NAME
};
in test_audit_run_startup()
1403
wchar_t *argv[] = {
PROGRAM_NAME
};
in test_audit_run_stdin()
1699
config_set_string(&config, &config.program_name,
PROGRAM_NAME
);
in test_init_set_config()
1960
wchar_t* argv[] = {
PROGRAM_NAME
,
in test_repeated_init_and_inittab()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H
A
D
FontInfoMain.java
19
private static final String
PROGRAM_NAME
= "java -jar fontinfo.jar";
field in FontInfoMain
33
commander.setProgramName(
PROGRAM_NAME
);
in main()
41
"Please specify a single font. Try '" +
PROGRAM_NAME
+ " --help' for more information.");
in main()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H
A
D
pngfix.c
36
#define
PROGRAM_NAME
"pngfix"
macro
3771
" "
PROGRAM_NAME
":",
in usage()
Completed in 8 milliseconds