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:IsValid
(Results
1 - 8
of
8
) sorted by relevance
/test/testfwk/arkxtest/uitest/record/
H
A
D
size.h
118
bool
IsValid
() const
in IsValid()
function in OHOS::uitest::Size
178
* You can use
IsValid
() to see if a size is valid.
182
if (
IsValid
() && size.
IsValid
()) {
in operator >()
191
* You can use
IsValid
() to see if a size is valid.
195
if (
IsValid
() && size.
IsValid
()) {
in operator <()
/test/ostest/wukong/common/src/
H
A
D
multimode_manager.cpp
58
if (keyKeyboardEvent->
IsValid
()) {
in SingleKeyCodeInput()
72
if (keyKeyboardEvent->
IsValid
()) {
in SingleKeyCodeInput()
/test/xts/acts/multimedia/av_codec/audio_decoder/src/
H
A
D
null_check_test.cpp
382
* @tc.name :
IsValid
- codec null check
393
result0 = aDecBufferDemo->
IsValid
(nullptr, isValid);
in HWTEST_F()
402
* @tc.name :
IsValid
- isValid null check
414
result0 = aDecBufferDemo->
IsValid
(codec, isValid);
in HWTEST_F()
H
A
D
avcodec_audio_avbuffer_decoder_demo.cpp
729
OH_AVErrCode ADecBufferDemo::
IsValid
(OH_AVCodec *codec, bool *isValid)
in IsValid()
function in ADecBufferDemo
/test/xts/acts/multimedia/av_codec/audio_encoder/src/
H
A
D
null_check_test.cpp
457
* @tc.name :
IsValid
- codec null check
468
result0 = audioBufferAacEncDemo->
IsValid
(nullptr, isValid);
in HWTEST_F()
477
* @tc.name :
IsValid
- isValid null check
489
result0 = audioBufferAacEncDemo->
IsValid
(codec, isValid);
in HWTEST_F()
H
A
D
avcodec_audio_avbuffer_encoder_demo.cpp
690
OH_AVErrCode AudioBufferAacEncDemo::
IsValid
(OH_AVCodec *codec, bool *isValid)
in IsValid()
function in AudioBufferAacEncDemo
/test/xts/acts/multimedia/av_codec/audio_encoder/include/
H
A
D
avcodec_audio_avbuffer_encoder_demo.h
220
OH_AVErrCode
IsValid
(OH_AVCodec* codec, bool* isValid);
/test/xts/acts/multimedia/av_codec/audio_decoder/include/
H
A
D
avcodec_audio_avbuffer_decoder_demo.h
241
OH_AVErrCode
IsValid
(OH_AVCodec* codec, bool* isValid);
Completed in 7 milliseconds