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:dwRes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lame/ACM/
H
A
D
ACM.cpp
345
DWORD
dwRes
= 0L;
in DriverProcedure()
local
353
dwRes
= DRVCNF_OK; // Can also return
in DriverProcedure()
360
dwRes
= 1L; // return value ignored
in DriverProcedure()
367
dwRes
= 1L; // Zero indicates configuration
in DriverProcedure()
374
//
dwRes
= Configure( (HWND) lParam1, (LPDRVCONFIGINFO) lParam2 );
in DriverProcedure()
377
dwRes
= DRVCNF_OK; // Can also return
in DriverProcedure()
381
dwRes
= DRVCNF_CANCEL;
in DriverProcedure()
392
dwRes
= About( (HWND) lParam1 );
in DriverProcedure()
400
dwRes
= OnDriverDetails(hdrvr, (LPACMDRIVERDETAILS) lParam1);
in DriverProcedure()
407
dwRes
in DriverProcedure()
[all...]
/third_party/glfw/deps/
H
A
D
tinycthread.c
441
DWORD
dwRes
;
in thrd_join()
local
442
GetExitCodeThread(thr, &
dwRes
);
in thrd_join()
443
*res =
dwRes
;
in thrd_join()
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H
A
D
StackWalker.cpp
702
DWORD
dwRes
= this->LoadModule(hProcess, tt, tt2, (DWORD64)mi.lpBaseOfDll, mi.SizeOfImage);
in GetModuleListPSAPI()
local
703
if (
dwRes
!= ERROR_SUCCESS)
in GetModuleListPSAPI()
704
this->m_parent->OnDbgHelpErr("LoadModule",
dwRes
, 0);
in GetModuleListPSAPI()
Completed in 6 milliseconds