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:isForward
(Results
1 - 10
of
10
) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H
A
D
UnicodeSetStringSpanTest.java
410
boolean
isForward
;
in getSpans()
436
isForward
= true;
in getSpans()
442
isForward
= false;
in getSpans()
474
if (!
isForward
&& (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) {
in getSpans()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H
A
D
UnicodeSetStringSpanTest.java
407
boolean
isForward
;
in getSpans()
433
isForward
= true;
in getSpans()
439
isForward
= false;
in getSpans()
471
if (!
isForward
&& (whichSpans & SPAN_FWD) != 0 && (expectCount & 1) == 0) {
in getSpans()
/third_party/node/src/
H
A
D
string_search.h
21
Vector(T* data, size_t length, bool
isForward
)
in Vector()
argument
22
: start_(data), length_(length), is_forward_(
isForward
) {
in Vector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
LoopAccessAnalysis.h
164
bool
isForward
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86FloatingPoint.cpp
1343
bool
isForward
= TOS == Op0;
in handleTwoArgFP()
local
1346
if (
isForward
)
in handleTwoArgFP()
1351
if (
isForward
)
in handleTwoArgFP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
LoopLoadElimination.cpp
208
assert(Dep.
isForward
() && "Needs to be a forward dependence");
/third_party/icu/icu4c/source/test/intltest/
H
A
D
usettest.cpp
2957
UBool
isForward
;
in getSpans()
local
2986
isForward
=true;
in getSpans()
2992
isForward
=false;
in getSpans()
3024
if(!
isForward
&& (whichSpans&SPAN_FWD)!=0 && (expectCount&1)==0) {
in getSpans()
/third_party/backends/backend/
H
A
D
mustek_usb2_asic.h
1284
static SANE_Status Asic_MotorMove (PAsic chip, SANE_Bool
isForward
, unsigned int dwTotalSteps);
H
A
D
mustek_usb2_asic.c
4615
Asic_MotorMove (PAsic chip, SANE_Bool
isForward
, unsigned int dwTotalSteps)
in Asic_MotorMove()
argument
4652
MotorMove.ActionType =
isForward
;
in Asic_MotorMove()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
LoopAccessAnalysis.cpp
1274
bool MemoryDepChecker::Dependence::
isForward
() const {
in isForward()
function in MemoryDepChecker::Dependence
Completed in 26 milliseconds