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:DATAFORM
(Results
1 - 2
of
2
) sorted by relevance
/third_party/tzdata/
H
A
D
ziguard.awk
86
# The command line should set
DATAFORM
.
87
if (!dataform_type[
DATAFORM
]) exit 1
96
DATAFORM
!= "main" {
104
if (($(in_comment + 2) != "-") == (
DATAFORM
!= "rearguard")) {
120
== (
DATAFORM
!= "rearguard")) {
140
== (
DATAFORM
!= "rearguard")) {
150
if (($0 ~ /%z/) == (
DATAFORM
== "vanguard")) {
161
if (($2 == "GMT") == (
DATAFORM
== "vanguard")) {
176
if (
DATAFORM
== "vanguard") {
232
if (
DATAFORM
[all...]
H
A
D
Makefile
33
#
DATAFORM
selects the data format.
37
#
DATAFORM
= vanguard
40
#
DATAFORM
= main
42
#
DATAFORM
= rearguard
44
DATAFORM
= main
macro
681
-v
DATAFORM
=`expr $@ : '\(.*\).zi'` \
688
# via BACKWARD,
DATAFORM
, PACKRATDATA, PACKRATLIST, and REDO.
689
tzdata.zi: $(
DATAFORM
).zi version zishrink.awk
692
-v dataform='$(
DATAFORM
)' \
697
$(
DATAFORM
)
[all...]
Completed in 2 milliseconds