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:DATADIR
(Results
1 - 6
of
6
) sorted by relevance
/third_party/icu/icu4j/perf-tests/perldriver/
H
A
D
PerfFramework4j.pm
29
my $
DATADIR
;
43
$
DATADIR
= $options{"dataDir"};
82
if($
DATADIR
) {
83
compareLoop ($tests, $locale, $
DATADIR
."/".$data);
/third_party/icu/icu4c/source/test/perf/perldriver/
H
A
D
PerfFramework.pm
31
my $
DATADIR
;
45
$
DATADIR
= $options{"dataDir"};
83
if($
DATADIR
) {
84
compareLoop ($tests, $locale, $
DATADIR
."/".$data);
/third_party/alsa-utils/include/
H
A
D
aconfig.h
8
#define
DATADIR
"/home/xuxuehai/code/alsa-utils-1.2.11/build/share/alsa"
macro
/third_party/alsa-utils/alsactl/
H
A
D
alsactl.c
100
{ 0, NULL, " (default "
DATADIR
"/init/00main)" },
243
char *initfile =
DATADIR
"/init/00main";
in main()
/third_party/mesa3d/src/util/
H
A
D
xmlconfig.c
1167
#ifndef
DATADIR
1168
#define
DATADIR
"/usr/share"
macro
1171
static const char *datadir =
DATADIR
"/drirc.d";
/third_party/ffmpeg/
H
A
D
configure
7637
DATADIR
=\$(DESTDIR)$datadir
Completed in 11 milliseconds