OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNum
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJScalingFactor.java
48
public int
getNum
() {
/external/clang/test/Analysis/
inline.cpp
20
virtual int
getNum
() { return 0; }
25
clang_analyzer_eval(a.
getNum
() == 0); // expected-warning{{UNKNOWN}}
29
clang_analyzer_eval(copy.
getNum
() == 0); // expected-warning{{TRUE}}
35
virtual int
getNum
() { return 1; }
55
clang_analyzer_eval(ptr->
getNum
() == x); // expected-warning {{TRUE}}
403
clang_analyzer_eval(object->
getNum
() == 1); // expected-warning{{UNKNOWN}}
404
clang_analyzer_eval(object->One::
getNum
() == 1); // expected-warning{{TRUE}}
405
clang_analyzer_eval(object->A::
getNum
() == 0); // expected-warning{{TRUE}}
/cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java
674
public int
getNum
() {
Completed in 58 milliseconds