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:match_flags
(Results
1 - 6
of
6
) sorted by relevance
/third_party/googletest/googlemock/src/
H
A
D
gmock-matchers.cc
285
switch (
match_flags
()) {
in DescribeToImpl()
310
if (
match_flags
() == UnorderedMatcherRequire::ExactMatch) {
in DescribeToImpl()
316
if (
match_flags
() == UnorderedMatcherRequire::ExactMatch) {
in DescribeToImpl()
326
switch (
match_flags
()) {
in DescribeNegationToImpl()
351
if (
match_flags
() == UnorderedMatcherRequire::ExactMatch) {
in DescribeNegationToImpl()
357
if (
match_flags
() == UnorderedMatcherRequire::ExactMatch) {
in DescribeNegationToImpl()
377
if (
match_flags
() == UnorderedMatcherRequire::ExactMatch) {
in VerifyMatchMatrix()
402
if (
match_flags
() & UnorderedMatcherRequire::Superset) {
in VerifyMatchMatrix()
416
if (
match_flags
() & UnorderedMatcherRequire::Subset) {
in VerifyMatchMatrix()
442
if ((
match_flags
()
in FindPairing()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
130
* "
match_flags
" equal to zero, which indicates the end of the
in usb_linux_lookup_id()
133
for (; id->
match_flags
; id++) {
in usb_linux_lookup_id()
134
if ((id->
match_flags
& USB_DEVICE_ID_MATCH_VENDOR) &&
in usb_linux_lookup_id()
138
if ((id->
match_flags
& USB_DEVICE_ID_MATCH_PRODUCT) &&
in usb_linux_lookup_id()
142
if ((id->
match_flags
& USB_DEVICE_ID_MATCH_DEV_LO) &&
in usb_linux_lookup_id()
146
if ((id->
match_flags
& USB_DEVICE_ID_MATCH_DEV_HI) &&
in usb_linux_lookup_id()
150
if ((id->
match_flags
& USB_DEVICE_ID_MATCH_DEV_CLASS) &&
in usb_linux_lookup_id()
154
if ((id->
match_flags
& USB_DEVICE_ID_MATCH_DEV_SUBCLASS) &&
in usb_linux_lookup_id()
158
if ((id->
match_flags
& USB_DEVICE_ID_MATCH_DEV_PROTOCOL) &&
in usb_linux_lookup_id()
163
!(id->
match_flags
in usb_linux_lookup_id()
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
usb.h
54
.
match_flags
= USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/third_party/libinput/src/
H
A
D
quirks.c
97
enum
match_flags
{
enum
299
matchflagname(enum
match_flags
f)
in matchflagname()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usbdi.h
298
uint16_t
match_flags
;
member
/third_party/googletest/googlemock/include/gmock/
H
A
D
gmock-matchers.h
3598
UnorderedMatcherRequire::Flags
match_flags
() const { return match_flags_; }
in match_flags()
function in testing::internal::UnorderedElementsAreMatcherImplBase
3755
UnorderedElementsAreArrayMatcher(UnorderedMatcherRequire::Flags
match_flags
,
in UnorderedElementsAreArrayMatcher()
argument
3757
: match_flags_(
match_flags
), matchers_(first, last) {}
in UnorderedElementsAreArrayMatcher()
Completed in 16 milliseconds