HomeSort by relevance Sort by last modified time
    Searched full:thisbytes (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/profilers/powertop/src/
bluetooth.c 103 int thisbytes = 0; local
125 thisbytes += devinfo.stat.byte_rx;
126 thisbytes += devinfo.stat.byte_tx;
128 if (thisbytes != previous_bytes)
148 previous_bytes = thisbytes;
  /external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java 193 final byte[] thisBytes = bytes;
196 if (thisBytes[i] != otherBytes[i]) {
211 final byte[] thisBytes = bytes;
216 h = h * 31 + thisBytes[i];
  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 252 byte[] thisBytes = this.toByteArray();
254 for (int i = 0, n = Math.min(thisBytes.length, thatBytes.length); i < n; i++) {
255 if (thisBytes[i] > thatBytes[i]) {
257 } else if (thisBytes[i] < thatBytes[i]) {
261 return thisBytes.length - thatBytes.length;
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ByteString.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 

Completed in 756 milliseconds