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:vendor_
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
test_usb_device.cpp
30
vendor_
{vendor},
in TestUsbDevice()
80
return
vendor_
;
in get_vendor_id()
H
A
D
low.h
146
vendor_
{vendor_id}, product_{product_id},
in UsbDeviceEntry()
152
vendor_
{vendor_id}, product_{product_id},
in UsbDeviceEntry()
156
std::uint16_t vendor_id() const { return
vendor_
; }
in vendor_id()
164
if (
vendor_
!= vendor_id)
in matches()
178
std::uint16_t
vendor_
;
member in genesys::UsbDeviceEntry
H
A
D
test_usb_device.h
56
std::uint16_t
vendor_
= 0;
member in genesys::TestUsbDevice
/third_party/node/deps/v8/src/base/
H
A
D
cpu.h
37
const char* vendor() const { return
vendor_
; }
in vendor()
138
char
vendor_
[13];
member in v8::base::final
H
A
D
cpu.cc
451
memcpy(
vendor_
, "Unknown", 8);
in CPU()
472
memcpy(
vendor_
, cpu_info + 1, 12);
in CPU()
473
vendor_
[12] = '\0';
in CPU()
Completed in 4 milliseconds