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:regExp
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/src/
H
A
D
get_device_object.cpp
30
std::regex
regExp
("keyboard model[1-3]");
in IsKeyboardDevice()
31
return std::regex_match(deviceName,
regExp
);
in IsKeyboardDevice()
36
std::regex
regExp
("(knob model[1-3])|(trackpad model[1-2])");
in IsMouseDevice()
37
return std::regex_match(deviceName,
regExp
);
in IsMouseDevice()
/third_party/node/benchmark/assert/
H
A
D
throws.js
14
const
regExp
= /foobar/;
35
throws(throwError,
regExp
, message);
/third_party/node/src/
H
A
D
js_native_api_v8.cc
5129
v8::MaybeLocal<v8::RegExp>
regExp
= v8::RegExp::New(context, pattern.As<v8::String>(),
5131
CHECK_MAYBE_EMPTY(env,
regExp
, JSVM_GENERIC_FAILURE);
5132
*result = v8impl::JsValueFromV8LocalValue(
regExp
.ToLocalChecked());
/third_party/node/test/fixtures/snapshot/
H
A
D
typescript.js
[all...]
/third_party/typescript/lib/
H
A
D
tsserverlibrary.js
[all...]
H
A
D
typescript.js
[all...]
H
A
D
typescriptServices.js
[all...]
H
A
D
tsserver.js
[all...]
Completed in 132 milliseconds