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:Requirement
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/tools/gpu/gl/interface/
H
A
D
gen_interface.go
45
GLReqs []
Requirement
`json:"GL"`
46
GLESReqs []
Requirement
`json:"GLES"`
47
WebGLReqs []
Requirement
`json:"WebGL"`
59
//
Requirement
lists how we know if a function exists. Extension is the
66
type
Requirement
struct {
type
80
var CORE_REQUIREMENT =
Requirement
{Extension: CORE_FEATURE, MinVersion: nil}
87
type RequirementGetter func(FeatureSet) []
Requirement
89
func glRequirements(fs FeatureSet) []
Requirement
{
93
func glesRequirements(fs FeatureSet) []
Requirement
{
97
func webglRequirements(fs FeatureSet) []
Requirement
{
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H
A
D
requirements.py
20
class
Requirement
:
class
70
return f"<
Requirement
('{self}')>"
81
if not isinstance(other,
Requirement
):
H
A
D
metadata.py
645
) -> List[requirements.
Requirement
]:
649
reqs.append(requirements.
Requirement
(req))
796
requires_dist: _Validator[Optional[List[requirements.
Requirement
]]] = _Validator(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H
A
D
IRMover.cpp
1381
MDNode *
Requirement
= Requirements[I];
in linkModuleFlagsMetadata()
local
1382
MDString *Flag = cast<MDString>(
Requirement
->getOperand(0));
in linkModuleFlagsMetadata()
1383
Metadata *ReqValue =
Requirement
->getOperand(1);
in linkModuleFlagsMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
Verifier.cpp
1372
for (const MDNode *
Requirement
: Requirements) {
in visitModuleFlags()
1373
const MDString *Flag = cast<MDString>(
Requirement
->getOperand(0));
in visitModuleFlags()
1374
const Metadata *ReqValue =
Requirement
->getOperand(1);
in visitModuleFlags()
Completed in 13 milliseconds