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:MATCHES
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/PC/
H
A
D
launcher2.c
596
#define
MATCHES
(s) (0 == _comparePath(tail, tailLen, (s), -1))
in parseCommandLine()
macro
598
if (
MATCHES
(L"py")) {
in parseCommandLine()
602
} else if (
MATCHES
(L"pyw")) {
in parseCommandLine()
607
} else if (
MATCHES
(L"py_d")) {
in parseCommandLine()
611
} else if (
MATCHES
(L"pyw_d")) {
in parseCommandLine()
637
#undef
MATCHES
in parseCommandLine()
macro
643
#define
MATCHES
(s) (0 == _compareArgument(arg, argLen, (s), -1))
in parseCommandLine()
macro
670
} else if (
MATCHES
(L"0") ||
MATCHES
(L"-list")) {
in parseCommandLine()
673
} else if (
MATCHES
(
in parseCommandLine()
684
#undef
MATCHES
parseCommandLine()
macro
[all...]
/third_party/lzma/C/
H
A
D
LzmaEnc.c
1285
#define
MATCHES
matches
in GetOptimum()
macro
1286
// #define
MATCHES
p->matches
in GetOptimum()
1290
p->backRes =
MATCHES
[(size_t)numPairs - 1] + LZMA_NUM_REPS;
in GetOptimum()
1384
while (len >
MATCHES
[offs])
in GetOptimum()
1390
UInt32 dist =
MATCHES
[(size_t)offs + 1];
in GetOptimum()
1414
if (len ==
MATCHES
[offs])
in GetOptimum()
1835
for (numPairs = 0; newLen >
MATCHES
[numPairs]; numPairs += 2);
in GetOptimum()
1836
MATCHES
[numPairs] = (UInt32)newLen;
in GetOptimum()
1855
while (startLen >
MATCHES
[offs])
in GetOptimum()
1857
dist =
MATCHES
[(size_
in GetOptimum()
[all...]
/third_party/lzma/Asm/arm64/
H
A
D
LzmaDecOpt.S
850
# ----------
MATCHES
----------
/third_party/lzma/Asm/x86/
H
A
D
LzmaDecOpt.asm
751
; ----------
MATCHES
----------
Completed in 8 milliseconds