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

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

Completed in 1115 milliseconds