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:vendors
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
gen_extensions.py
322
def format_helper_function(ext_name,
vendors
):
325
expression=' || '.join(['%s%s' % (ext_name, vendor) for vendor in
vendors
]),
435
for (ext_name,
vendors
) in sorted(ext_name_to_vendors.items()):
436
if len(
vendors
) > 1:
437
helper_function_data += [format_helper_function(ext_name,
vendors
)]
/third_party/backends/backend/
H
A
D
snapscan.h
212
static char *
vendors
[] =
variable
221
#define known_vendors ((int) (sizeof(
vendors
)/sizeof(
vendors
[0])))
H
A
D
snapscan.c
425
/* check if this is one of our supported
vendors
*/
in snapscani_check_device()
428
if (0 == strcasecmp (vendor,
vendors
[i]))
in snapscani_check_device()
622
/* check for known USB
vendors
to avoid hanging scanners by
in add_usb_device()
/third_party/skia/third_party/externals/opengl-registry/xml/
H
A
D
readme.tex
911
groups usually are a result of
vendors
contributing \code{gl.spec}
/third_party/openGLES/xml/
H
A
D
readme.tex
988
groups usually are a result of
vendors
contributing \code{gl.spec}
/third_party/node/deps/cares/
H
A
D
configure
18971
vendors
="
18997
for ventest in $
vendors
; do
Completed in 27 milliseconds