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:pcre2
(Results
1 - 8
of
8
) sorted by relevance
/third_party/rust/crates/regex/bench/
H
A
D
run
4
echo "Usage: $(basename $0) [rust | rust-bytes | pcre1 |
pcre2
| re2 | onig | tcl ]" >&2
27
pcre2
)
28
exec cargo bench --bench bench --features re-
pcre2
"$@"
/third_party/rust/crates/regex/bench/src/ffi/
H
A
D
mod.rs
9
#[cfg(feature = "re-
pcre2
")]
10
pub mod
pcre2
;
modules
/third_party/selinux/libselinux/src/
H
A
D
regex.h
8
#include <
pcre2
.h>
/third_party/pcre2/pcre2/
H
A
D
RunTest
353
$sim ./pcre2test -C
pcre2
-8 >/dev/null
355
$sim ./pcre2test -C
pcre2
-16 >/dev/null
357
$sim ./pcre2test -C
pcre2
-32 >/dev/null
H
A
D
RunTest.bat
60
%pcre2test% -C
pcre2
-8 >NUL
62
%pcre2test% -C
pcre2
-16 >NUL
64
%pcre2test% -C
pcre2
-32 >NUL
519
@echo runs all tests compatible with the linked
pcre2
library but it can be given
/third_party/pcre2/pcre2/src/
H
A
D
pcre2demo.c
40
define PCRE2_STATIC before including
pcre2
.h, so in this environment, uncomment
45
/* The PCRE2_CODE_UNIT_WIDTH macro must be defined before including
pcre2
.h.
58
#include <
pcre2
.h>
/third_party/pcre2/pcre2/maint/
H
A
D
ManyConfigTests
194
./pcre2test -C
pcre2
-8 >/dev/null
285
opts="--disable-shared $enable_jit --enable-
pcre2
-16 --enable-
pcre2
-32"
293
opts="--disable-shared $enable_jit --enable-
pcre2
-16 --enable-
pcre2
-32"
301
opts="--disable-shared $enable_jit --enable-
pcre2
-16 --enable-
pcre2
-32"
320
opts="--disable-shared $enable_jit --enable-
pcre2
-16 --enable-
pcre2
-32 --enable-debug"
337
"--disable-unicode --enable-
pcre2
[all...]
/third_party/rust/crates/regex/bench/src/
H
A
D
bench.rs
22
} else if #[cfg(feature = "re-
pcre2
")] {
23
pub use ffi::
pcre2
::Regex;
298
feature = "re-
pcre2
",
Completed in 7 milliseconds