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:MinVersion
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_opcode_list.cpp
88
uint32 dng_opcode_list::
MinVersion
(bool includeOptional) const
in MinVersion()
function in dng_opcode_list
99
result = Max_uint32 (result, fList [index]->
MinVersion
());
in MinVersion()
177
stream.Put_uint32 (fList [index]->
MinVersion
());
in Spool()
204
stream.Put_uint32 (fList [index]->
MinVersion
());
in FingerprintToStream()
H
A
D
dng_opcode_list.h
119
uint32
MinVersion
(bool includeOptional) const;
H
A
D
dng_opcodes.h
150
uint32
MinVersion
() const
in MinVersion()
function in dng_opcode
H
A
D
dng_opcodes.cpp
127
else if (
MinVersion
() > dngVersion_Current &&
in AboutToApply()
H
A
D
dng_negative.cpp
3847
else if (fOpcodeList3.
MinVersion
(false) > host.SaveDNGVersion () ||
3860
if (fOpcodeList3.
MinVersion
(true) > host.SaveDNGVersion ())
3872
else if (fOpcodeList2.
MinVersion
(false) > host.SaveDNGVersion () ||
3878
else if (fOpcodeList1.
MinVersion
(false) > host.SaveDNGVersion () ||
H
A
D
dng_image_writer.cpp
5769
negative.OpcodeList1 ().
MinVersion
(false));
in WriteDNG()
5772
negative.OpcodeList2 ().
MinVersion
(false));
in WriteDNG()
5775
negative.OpcodeList3 ().
MinVersion
(false));
in WriteDNG()
/third_party/skia/experimental/wasm-skp-debugger/
H
A
D
externs.js
12
MinVersion
: function() {},
H
A
D
debugger_bindings.cpp
68
uint32_t
MinVersion
() { return SkPicturePriv::kMin_Version; }
in MinVersion()
function
541
function("
MinVersion
", &
MinVersion
);
in EMSCRIPTEN_BINDINGS()
/third_party/skia/tools/gpu/gl/interface/
H
A
D
gen_interface.go
61
//
MinVersion
optionally indicates the minimum version of a standard
68
MinVersion
*GLVersion `json:"min_version"`
80
var CORE_REQUIREMENT = Requirement{Extension: CORE_FEATURE,
MinVersion
: nil}
228
mv := req.
MinVersion
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
ARMTargetParser.cpp
167
FPUVersion
MinVersion
;
in getFPUFeatures()
member
198
if (FPUNames[FPUKind].FPUVer >= Info.
MinVersion
&&
in getFPUFeatures()
Completed in 18 milliseconds