Searched defs:isNegative (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkStats.java112 public boolean isNegative() { method in class:NetworkStats.Entry
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1202 bool isNegative = (degreex10000 < 0); local
1203 char sign = isNegative? '-': '+';
1227 bool isNegative = (degreex10000 < 0); local
1228 char sign = isNegative? '-': '+';

Completed in 71 milliseconds