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
defs:SB
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/libabigail/tests/data/test-read-common/PR26261/
H
A
D
PR26261-objb.h
3
struct
SB
struct
/third_party/musl/porting/uniproton/kernel/src/multibyte/
H
A
D
internal.h
17
#define
SB
0xf4u
macro
/third_party/musl/porting/liteos_m/kernel/src/multibyte/
H
A
D
internal.h
17
#define
SB
0xf4u
macro
/third_party/musl/porting/liteos_a/kernel/src/multibyte/
H
A
D
internal.h
17
#define
SB
0xf4u
macro
/third_party/musl/src/multibyte/
H
A
D
internal.h
17
#define
SB
0xf4u
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H
A
D
MSFCommon.cpp
19
Error llvm::msf::validateSuperBlock(const SuperBlock &
SB
) {
in validateSuperBlock()
argument
[all...]
H
A
D
MSFBuilder.cpp
251
SuperBlock *
SB
= Allocator.Allocate<SuperBlock>();
in generateLayout()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MCObjectWriter.cpp
28
const MCSymbol &
SB
= B->getSymbol();
in isSymbolRefDifferenceFullyResolved()
local
H
A
D
MCExpr.cpp
519
const MCSymbol &
SB
= B->getSymbol();
in AttemptToFoldSymbolOffsetDifference()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
ObjCARCAliasAnalysis.cpp
48
const Value *
SB
= GetRCIdentityRoot(LocB.Ptr);
in alias()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
ASanStackFrameLayout.cpp
119
SmallVector<uint8_t, 64>
SB
;
in GetShadowBytes()
local
137
SmallVector<uint8_t, 64>
SB
in GetShadowBytesAfterScope()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
H
A
D
MSFCommon.h
64
const SuperBlock *
SB
= nullptr;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H
A
D
ARMMachObjectWriter.cpp
176
const MCSymbol *
SB
= &B->getSymbol();
in RecordARMScatteredHalfRelocation()
local
291
const MCSymbol *
SB
= &B->getSymbol();
in RecordARMScatteredRelocation()
local
/third_party/curl/tests/
H
A
D
negtelnetserver.py
280
SB
= 250
variable in NegTokens
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H
A
D
PPCMachObjectWriter.cpp
218
const MCSymbol *
SB
= &B->getSymbol();
in recordScatteredRelocation()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H
A
D
X86MachObjectWriter.cpp
393
const MCSymbol *
SB
= &B->getSymbol();
in recordScatteredRelocation()
local
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuAstcUtil.cpp
1998
#define
SB
(NDX, VAL) dst.setBit((NDX), (VAL))
macro
2018
#undef
SB
global()
macro
[all...]
/third_party/f2fs-tools/lib/
H
A
D
nls_utf8.c
338
#define
SB
(0xAC00)
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H
A
D
PDBFile.cpp
124
const msf::SuperBlock *
SB
= nullptr;
parseFileHeaders()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H
A
D
MemoryBuffer.cpp
161
std::unique_ptr<MemoryBuffer>
SB
= getNewUninitMemBuffer(Size, BufferName);
in getNewMemBuffer()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
MemoryBuffer.cpp
301
auto
SB
= WritableMemoryBuffer::getNewUninitMemBuffer(Size, BufferName);
in getNewMemBuffer()
local
H
A
D
SourceMgr.cpp
130
auto &
SB
= getBufferInfo(BufferID);
in getLineAndColumn()
local
/third_party/python/Lib/idlelib/idle_test/
H
A
D
test_calltip.py
62
class
SB
: __call__ = None
class
/third_party/python/Lib/
H
A
D
telnetlib.py
70
SB
= bytes([250]) # Subnegotiation Begin
variable
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-shape-complex-use-table.hh
61
#define
SB
USE(
SB
) /* HIEROGLYPH_SEGMENT_BEGIN */
macro
1253
#undef
SB
macro
Completed in 21 milliseconds
1
2