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:isOutput
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/oboe/src/common/
H
A
D
FilterAudioStream.cpp
45
bool
isOutput
= getDirection() == Direction::Output;
in configureFlowGraph()
local
H
A
D
DataConversionFlowGraph.cpp
78
bool
isOutput
= sourceStream->getDirection() == Direction::Output;
in configure()
local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H
A
D
TestOutputActivityBase.java
34
@Override boolean
isOutput
() { return true; }
in isOutput()
method in TestOutputActivityBase
H
A
D
EchoActivity.java
133
boolean
isOutput
() {
in isOutput()
method in EchoActivity
H
A
D
TestInputActivity.java
59
@Override boolean
isOutput
() { return false; }
in isOutput()
method in TestInputActivity
H
A
D
GlitchActivity.java
317
boolean
isOutput
() {
in isOutput()
method in GlitchActivity
H
A
D
RoundTripLatencyActivity.java
407
boolean
isOutput
() {
in isOutput()
method in RoundTripLatencyActivity
H
A
D
TestDisconnectActivity.java
122
boolean
isOutput
() {
in isOutput()
method in TestDisconnectActivity
H
A
D
TestAudioActivity.java
211
abstract boolean
isOutput
();
in isOutput()
method in TestAudioActivity
/third_party/mesa3d/src/mesa/main/
H
A
D
vdpau.c
117
register_surface(struct gl_context *ctx, GLboolean
isOutput
,
in register_surface()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
InlineAsm.h
92
isOutput
, // '=x'
enumerator
/third_party/skia/third_party/externals/oboe/src/aaudio/
H
A
D
AudioStreamAAudio.cpp
628
bool
isOutput
= (getDirection() == oboe::Direction::Output);
in calculateLatencyMillis()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
DependenceAnalysis.cpp
227
bool Dependence::
isOutput
() const {
in isOutput()
function in Dependence
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H
A
D
AsmParser.cpp
5836
bool
isOutput
= (i == 1) && Desc.mayStore();
in parseMSInlineAsm()
local
/third_party/glslang/glslang/HLSL/
H
A
D
hlslParseHelper.cpp
2624
const bool
isOutput
= isClipOrCullDistance(left->getType());
in assignClipCullDistance()
local
2899
const bool
isOutput
= isClipOrCullDistance(left->getType());
handleAssign()
local
[all...]
/third_party/sqlite/src/
H
A
D
shell.c
256
static void setBinaryMode(FILE *file, int
isOutput
){
in setBinaryMode()
argument
260
static void setTextMode(FILE *file, int
isOutput
){
in setTextMode()
argument
Completed in 60 milliseconds