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:dwPlatformId
(Results
1 - 16
of
16
) sorted by relevance
/third_party/curl/lib/
H
A
D
version_win32.c
44
ULONG
dwPlatformId
;
member
182
if(osver.
dwPlatformId
!= VER_PLATFORM_WIN32_WINDOWS)
in curlx_verify_windows_version()
187
if(osver.
dwPlatformId
!= VER_PLATFORM_WIN32_NT)
in curlx_verify_windows_version()
269
osver.
dwPlatformId
= VER_PLATFORM_WIN32_WINDOWS;
in curlx_verify_windows_version()
271
osver.
dwPlatformId
= VER_PLATFORM_WIN32_NT;
in curlx_verify_windows_version()
/third_party/lzma/CPP/Windows/
H
A
D
NtCheck.h
21
return (::GetVersionEx(&vi) && vi.
dwPlatformId
== VER_PLATFORM_WIN32_NT);
in IsItWindowsNT()
H
A
D
MemoryLock.cpp
107
if (vi.
dwPlatformId
!= VER_PLATFORM_WIN32_NT)
in Get_LargePages_RiskLevel()
H
A
D
SystemInfo.cpp
762
if (vi.
dwPlatformId
!= VER_PLATFORM_WIN32_NT)
in GetOsInfoText()
763
s.Add_UInt32(vi.
dwPlatformId
);
in GetOsInfoText()
/third_party/python/Python/
H
A
D
sysmodule.c
1483
PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.
dwPlatformId
));
in sys_getwindowsversion_impl()
/third_party/libabigail/
H
A
D
ltmain.sh
4930
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/skia/third_party/externals/microhttpd/
H
A
D
ltmain.sh
4950
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/eudev/
H
A
D
ltmain.sh
6376
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/curl/
H
A
D
ltmain.sh
6577
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/lame/
H
A
D
ltmain.sh
6328
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/node/deps/cares/src/lib/
H
A
D
ares_platform.c
63
switch (OsvEx.
dwPlatformId
) {
in ares__getplatform()
/third_party/node/deps/cares/
H
A
D
ltmain.sh
6577
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/node/deps/cares/config/
H
A
D
ltmain.sh
6577
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/libevdev/build-aux/
H
A
D
ltmain.sh
6578
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/skia/third_party/externals/libpng/
H
A
D
ltmain.sh
6328
v.
dwPlatformId
== VER_PLATFORM_WIN32_NT;
/third_party/sqlite/src/
H
A
D
sqlite3.c
[all...]
Completed in 218 milliseconds