OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Overflowed
(Results
1 - 12
of
12
) sorted by null
/external/icu/icu4c/source/common/unicode/
bytestream.h
139
* and
Overflowed
() will return true.
161
* and
Overflowed
()=FALSE.
203
UBool
Overflowed
() const { return overflowed_; }
206
* If
Overflowed
() then NumberOfBytesAppended()>NumberOfBytesWritten()
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
bytestream.h
180
// appended, subsequent bytes will be ignored and
Overflowed
() will return true.
181
//
Overflowed
() does not cause a runtime error (i.e., it does not CHECK fail).
200
bool
Overflowed
() const { return overflowed_; }
/external/icu/icu4c/source/i18n/
collationkeys.h
65
UBool
Overflowed
() const { return appended_ > capacity_; }
/external/llvm/lib/ProfileData/
InstrProf.cpp
179
bool
Overflowed
;
181
JCount = SaturatingMultiply(JCount, Weight, &
Overflowed
);
182
if (
Overflowed
)
185
I->Count = SaturatingAdd(I->Count, JCount, &
Overflowed
);
186
if (
Overflowed
)
226
bool
Overflowed
;
229
OtherCount = SaturatingMultiply(OtherCount, Weight, &
Overflowed
);
230
if (
Overflowed
)
233
Counts[I] = SaturatingAdd(Counts[I], OtherCount, &
Overflowed
);
234
if (
Overflowed
)
[
all
...]
InstrProfWriter.cpp
116
bool
Overflowed
;
117
Count = SaturatingMultiply(Count, Weight, &
Overflowed
);
118
if (
Overflowed
&& Result == instrprof_error::success) {
/external/llvm/include/llvm/ProfileData/
SampleProf.h
142
bool
Overflowed
;
144
S = SaturatingMultiply(S, Weight, &
Overflowed
);
145
if (
Overflowed
)
148
NumSamples = SaturatingAdd(NumSamples, S, &
Overflowed
);
149
if (
Overflowed
)
163
bool
Overflowed
;
165
S = SaturatingMultiply(S, Weight, &
Overflowed
);
166
if (
Overflowed
)
169
TargetSamples = SaturatingAdd(TargetSamples, S, &
Overflowed
);
170
if (
Overflowed
)
[
all
...]
/external/llvm/include/llvm/Support/
MathExtras.h
664
bool &
Overflowed
= ResultOverflowed ? *ResultOverflowed : Dummy;
667
Overflowed
= (Z < X || Z < Y);
668
if (
Overflowed
)
682
bool &
Overflowed
= ResultOverflowed ? *ResultOverflowed : Dummy;
689
Overflowed
= false;
701
Overflowed
= true;
710
Overflowed
= true;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationKeys.java
110
public boolean
Overflowed
() {
449
if (!preflight && sink.
Overflowed
()) {
[
all
...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationKeys.java
106
public boolean
Overflowed
() {
445
if (!preflight && sink.
Overflowed
()) {
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 2269 milliseconds