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:config_suffix
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/tools/skpbench/
H
A
D
_benchresult.py
59
def format(self,
config_suffix
=None):
60
if not
config_suffix
or
config_suffix
== '':
68
values.append(
config_suffix
)
70
values.append(bench_pad[min(len(
config_suffix
), len(bench_pad) - 1):])
/third_party/python/Mac/BuildScript/
H
A
D
build-installer.py
1299
config_suffix
= '-' + LDVERSION
1301
config_suffix
=
config_suffix
+ '-darwin'
1303
config_suffix
= '' # Python 2.x
1314
path = os.path.join(path_to_lib, 'config' +
config_suffix
, 'Makefile')
/third_party/vulkan-loader/loader/
H
A
D
loader.c
2986
const char
config_suffix
[] = "/.config";
in read_data_files_in_search_paths()
local
2987
size_t default_config_home_len = strlen(home) + sizeof(
config_suffix
) + 1;
in read_data_files_in_search_paths()
2994
strncat(default_config_home,
config_suffix
, default_config_home_len);
in read_data_files_in_search_paths()
Completed in 11 milliseconds