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:version_size
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_validator.cpp
118
DWORD
version_size
= GetFileVersionInfoSizeW(filename, &version_handle);
in get_dll_version()
local
119
if (
version_size
== 0)
in get_dll_version()
122
void *version_data = malloc(
version_size
);
in get_dll_version()
126
if (!GetFileVersionInfoW(filename, version_handle,
version_size
, version_data)) {
in get_dll_version()
/third_party/libuv/src/win/
H
A
D
util.c
1520
size_t
version_size
;
in uv_os_uname()
local
1547
version_size
= 0;
in uv_os_uname()
1582
version_size
= sizeof(buffer->version);
in uv_os_uname()
1586
&
version_size
);
in uv_os_uname()
1594
if (
version_size
> 0)
in uv_os_uname()
1595
buffer->version[
version_size
++] = ' ';
in uv_os_uname()
1597
version_size
= sizeof(buffer->version) -
version_size
;
in uv_os_uname()
1601
sizeof(buffer->version) -
version_size
,
in uv_os_uname()
1602
&
version_size
);
in uv_os_uname()
[all...]
/third_party/node/deps/uv/src/win/
H
A
D
util.c
1726
int
version_size
;
in uv_os_uname()
local
1753
version_size
= 0;
in uv_os_uname()
1772
version_size
= WideCharToMultiByte(CP_UTF8,
in uv_os_uname()
1780
if (
version_size
== 0) {
in uv_os_uname()
1789
if (
version_size
> 0)
in uv_os_uname()
1790
buffer->version[
version_size
- 1] = ' ';
in uv_os_uname()
1796
buffer->version +
version_size
,
in uv_os_uname()
1797
sizeof(buffer->version) -
version_size
,
in uv_os_uname()
Completed in 6 milliseconds