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:STUB
(Results
1 - 22
of
22
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
cryptosession9.c
31
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_GetCertificateSize()
39
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_GetCertificate()
47
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_NegotiateKeyExchange()
57
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_EncryptionBlt()
69
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_DecryptionBlt()
77
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_GetSurfacePitch()
85
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_StartSessionKeyRefresh()
91
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_FinishSessionKeyRefresh()
99
STUB
(D3DERR_INVALIDCALL);
in NineCryptoSession9_GetEncryptionBltKey()
H
A
D
authenticatedchannel9.c
31
STUB
(D3DERR_INVALIDCALL);
in NineAuthenticatedChannel9_GetCertificateSize()
39
STUB
(D3DERR_INVALIDCALL);
in NineAuthenticatedChannel9_GetCertificate()
47
STUB
(D3DERR_INVALIDCALL);
in NineAuthenticatedChannel9_NegotiateKeyExchange()
57
STUB
(D3DERR_INVALIDCALL);
in NineAuthenticatedChannel9_Query()
66
STUB
(D3DERR_INVALIDCALL);
in NineAuthenticatedChannel9_Configure()
H
A
D
device9video.c
33
STUB
(D3DERR_INVALIDCALL);
in NineDevice9Video_GetContentProtectionCaps()
42
STUB
(D3DERR_INVALIDCALL);
in NineDevice9Video_CreateAuthenticatedChannel()
52
STUB
(D3DERR_INVALIDCALL);
in NineDevice9Video_CreateCryptoSession()
H
A
D
nine_debug.h
95
#define
STUB
(ret) \
macro
101
#define
STUB
(ret) do { return ret; } while (0)
macro
H
A
D
swapchain9ex.c
58
STUB
(D3DERR_INVALIDCALL);
in NineSwapChain9Ex_GetLastPresentCount()
65
STUB
(D3DERR_INVALIDCALL);
in NineSwapChain9Ex_GetPresentStats()
H
A
D
device9ex.c
75
STUB
(D3D_OK);
in NineDevice9Ex_SetConvolutionMonoKernel()
90
STUB
(D3D_OK);
in NineDevice9Ex_ComposeRects()
143
STUB
(D3D_OK);
in NineDevice9Ex_WaitForVBlank()
152
STUB
(D3D_OK);
in NineDevice9Ex_CheckResourceResidency()
H
A
D
nineexoverlayextension.c
38
STUB
(D3DERR_INVALIDCALL);
in Nine9ExOverlayExtension_CheckDeviceOverlayType()
H
A
D
device9.c
1083
STUB
(D3DERR_INVALIDCALL);
in NineDevice9_SetDialogBoxMode()
2831
STUB
(D3D_OK); /* like wine */
in NineDevice9_SetPaletteEntries()
2839
STUB
(D3DERR_INVALIDCALL);
in NineDevice9_GetPaletteEntries()
2846
STUB
(D3D_OK); /* like wine */
in NineDevice9_SetCurrentTexturePalette()
2853
STUB
(D3DERR_INVALIDCALL);
in NineDevice9_GetCurrentTexturePalette()
2922
STUB
(0);
in NineDevice9_GetNPatchMode()
4127
STUB
(D3DERR_INVALIDCALL);
in NineDevice9_DrawRectPatch()
4136
STUB
(D3DERR_INVALIDCALL);
in NineDevice9_DrawTriPatch()
4143
STUB
(D3DERR_INVALIDCALL);
in NineDevice9_DeletePatch()
H
A
D
surface9.c
614
STUB
(D3DERR_INVALIDCALL);
in NineSurface9_GetDC()
621
STUB
(D3DERR_INVALIDCALL);
in NineSurface9_ReleaseDC()
/third_party/node/deps/v8/src/execution/
H
A
D
frames.h
113
V(
STUB
, StubFrame) \
792
Type type() const override { return
STUB
; }
1376
STUB
, // BuiltinContinuationFrame
member in v8::internal::BuiltinContinuationMode
1472
BuiltinContinuationMode::
STUB
,
in Conservative()
H
A
D
frames.cc
343
StackFrame::MarkerToType(marker) == StackFrame::
STUB
) {
in IsNoFrameBytecodeHandlerPc()
684
return
STUB
;
in ComputeType()
712
case
STUB
:
in ComputeType()
1105
case
STUB
:
in IterateCompiledFrame()
2488
case BuiltinContinuationMode::
STUB
:
in BuiltinContinuationModeIsWithCatch()
H
A
D
isolate.cc
2035
case StackFrame::
STUB
: {
in ThrowInternal()
2251
case StackFrame::
STUB
: {
in ThrowInternal()
2731
} else if (frame->type() == StackFrame::
STUB
) {
in ThrowInternal()
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
deoptimizer.cc
885
BuiltinContinuationMode::
STUB
);
in DoComputeOutputFrames()
1488
case BuiltinContinuationMode::
STUB
:
in BuiltinContinuationModeIsJavaScript()
1501
case BuiltinContinuationMode::
STUB
:
in BuiltinContinuationModeToFrameType()
1518
case BuiltinContinuationMode::
STUB
:
in TrampolineForBuiltinContinuation()
1717
if (mode == BuiltinContinuationMode::
STUB
) {
in DoComputeBuiltinContinuation()
1744
case BuiltinContinuationMode::
STUB
:
in DoComputeBuiltinContinuation()
/third_party/node/deps/v8/src/codegen/
H
A
D
optimized-compilation-info.cc
156
return StackFrame::
STUB
;
in GetOutputStackFrameType()
/third_party/node/deps/v8/src/builtins/mips/
H
A
D
builtins-mips.cc
1804
__ LeaveFrame(StackFrame::
STUB
);
in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/mips64/
H
A
D
builtins-mips64.cc
1808
__ LeaveFrame(StackFrame::
STUB
);
in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/ppc/
H
A
D
builtins-ppc.cc
406
__ LeaveFrame(StackFrame::
STUB
);
in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/loong64/
H
A
D
builtins-loong64.cc
1812
__ LeaveFrame(StackFrame::
STUB
);
in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/arm64/
H
A
D
builtins-arm64.cc
2090
__ LeaveFrame(StackFrame::
STUB
);
in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/arm/
H
A
D
builtins-arm.cc
1837
__ LeaveFrame(StackFrame::
STUB
);
in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/riscv64/
H
A
D
builtins-riscv64.cc
1882
__ LeaveFrame(StackFrame::
STUB
);
in OnStackReplacement()
/third_party/node/deps/v8/src/builtins/s390/
H
A
D
builtins-s390.cc
276
__ LeaveFrame(StackFrame::
STUB
);
in OnStackReplacement()
Completed in 78 milliseconds