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:getMode
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H
A
D
NativeTypePointer.cpp
110
return Record->
getMode
() == PointerMode::LValueReference;
in isReference()
116
return Record->
getMode
() == PointerMode::RValueReference;
in isRValueReference()
122
return Record->
getMode
() == PointerMode::PointerToDataMember;
in isPointerToDataMember()
128
return Record->
getMode
() == PointerMode::PointerToMemberFunction;
in isPointerToMemberFunction()
/third_party/typescript/tests/baselines/reference/
H
A
D
recursiveClassReferenceTest.js
89
public
getMode
(): IMode { return mode; }
194
State.prototype.
getMode
= function () { return mode; };
/third_party/skia/gm/
H
A
D
blurcircles2.cpp
73
if (this->
getMode
() == kSample_Mode) {
84
bool benchMode = this->
getMode
() == kBench_Mode;
H
A
D
convexpolyclip.cpp
107
if (kBench_Mode != this->
getMode
()) {
173
int testLayers = kBench_Mode != this->
getMode
();
H
A
D
blurignorexform.cpp
101
if (kBench_Mode != this->
getMode
()) {
H
A
D
variedtext.cpp
132
if (kBench_Mode != this->
getMode
()) {
H
A
D
gm.h
106
Mode
getMode
() const { return fMode; }
in getMode()
function in skiagm::GM
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUMachineFunction.h
60
AMDGPU::SIModeRegisterDefaults
getMode
() const {
in getMode()
function in llvm::AMDGPUMachineFunction
H
A
D
SIFoldOperands.cpp
1384
if ((Op == AMDGPU::V_MUL_F32_e64 && MFI->
getMode
().FP32Denormals) ||
in isOMod()
1385
(Op == AMDGPU::V_MUL_F16_e64 && MFI->
getMode
().FP64FP16Denormals))
in isOMod()
1414
if ((Op == AMDGPU::V_ADD_F32_e64 && MFI->
getMode
().FP32Denormals) ||
in isOMod()
1415
(Op == AMDGPU::V_ADD_F16_e64 && MFI->
getMode
().FP64FP16Denormals))
in isOMod()
1479
bool IsIEEEMode = MFI->
getMode
().IEEE;
in runOnMachineFunction()
H
A
D
SIMachineFunctionInfo.cpp
494
Mode(MFI.
getMode
()) {}
in SIMachineFunctionInfo()
H
A
D
AMDGPULegalizerInfo.cpp
1517
if (!MFI->
getMode
().IEEE)
1766
if (Ty == LLT::scalar(32) && !MFI->
getMode
().FP32Denormals)
1768
if (Ty == LLT::scalar(16) && !MFI->
getMode
().FP64FP16Denormals)
1957
MF.getInfo<SIMachineFunctionInfo>()->
getMode
().FP32Denormals)
2070
AMDGPU::SIModeRegisterDefaults Mode = MFI->
getMode
();
H
A
D
AMDGPUAsmPrinter.cpp
1035
const SIModeRegisterDefaults Mode = MFI->
getMode
();
in getSIProgramInfo()
/third_party/skia/modules/skparagraph/gm/
H
A
D
simple_gm.cpp
174
const int loop = (this->
getMode
() == kGM_Mode) ? 1 : 50;
193
if ((this->
getMode
() == kGM_Mode) && (fFlags & kTimeLayout)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H
A
D
RecordName.cpp
171
if (Ptr.
getMode
() == PointerMode::LValueReference)
173
else if (Ptr.
getMode
() == PointerMode::RValueReference)
175
else if (Ptr.
getMode
() == PointerMode::Pointer)
H
A
D
TypeDumpVisitor.cpp
365
W->printEnum("PtrMode", unsigned(Ptr.
getMode
()), makeArrayRef(PtrModeNames));
in visitKnownRecord()
H
A
D
TypeRecordMapping.cpp
344
std::string PtrMode = getEnumName(IO, unsigned(Record.
getMode
()),
in visitKnownRecord()
/third_party/skia/modules/svg/src/
H
A
D
SkSVGFeBlend.cpp
41
const SkBlendMode blendMode = GetBlendMode(this->
getMode
());
in onMakeImageFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceLiveness.h
71
LivenessMode
getMode
() const { return Mode; }
in getMode()
function in Ice::Liveness
H
A
D
IceCfgNode.cpp
663
if (Liveness->
getMode
() == Liveness_Intervals) {
in liveness()
/third_party/qrcodegen/cpp/
H
A
D
qrcodegen.hpp
153
/* The mode indicator of this segment. Accessed through
getMode
(). */
189
public: const Mode &
getMode
() const;
H
A
D
qrcodegen.cpp
215
const QrSegment::Mode &QrSegment::
getMode
() const {
in getMode()
function in qrcodegen::QrSegment
293
bb.appendBits(static_cast<uint32_t>(seg.
getMode
().getModeBits()), 4);
in encodeSegments()
294
bb.appendBits(static_cast<uint32_t>(seg.getNumChars()), seg.
getMode
().numCharCountBits(version));
in encodeSegments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H
A
D
TypeRecord.h
310
PointerMode
getMode
() const {
in getMode()
function in llvm::codeview::PointerRecord
326
return
getMode
() == PointerMode::PointerToDataMember ||
in isPointerToMember()
327
getMode
() == PointerMode::PointerToMemberFunction;
in isPointerToMember()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
Normalizer.java
1713
* @see #
getMode
1728
public Mode
getMode
() {
in getMode()
method in Normalizer
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
Normalizer.java
1761
* @see #
getMode
1778
public Mode
getMode
() {
in getMode()
method in Normalizer
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H
A
D
api.js
[all...]
Completed in 59 milliseconds
1
2