Home
last modified time | relevance | path

Searched refs:spaceLeft (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedOutputStream.java918 public abstract int spaceLeft(); in spaceLeft() method in CodedOutputStream
928 if (spaceLeft() != 0) { in checkNoSpaceLeft()
1270 if (HAS_UNSAFE_ARRAY_OPERATIONS && spaceLeft() >= MAX_VARINT_SIZE) { in writeUInt32NoTag()
1318 if (HAS_UNSAFE_ARRAY_OPERATIONS && spaceLeft() >= MAX_VARINT_SIZE) { in writeUInt64NoTag()
1414 int newPosition = Utf8.encode(value, buffer, position, spaceLeft()); in writeStringNoTag()
1424 position = Utf8.encode(value, buffer, position, spaceLeft()); in writeStringNoTag()
1443 public final int spaceLeft() { in spaceLeft() method in CodedOutputStream.ArrayEncoder
1767 public int spaceLeft() { in spaceLeft() method in CodedOutputStream.NioEncoder
1807 public final int spaceLeft() { in spaceLeft() method in CodedOutputStream.AbstractBufferedEncoder
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedOutputStreamMicro.java785 public int spaceLeft() { in spaceLeft() method in CodedOutputStreamMicro
803 if (spaceLeft() != 0) { in checkNoSpaceLeft()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedOutputByteBufferNano.java926 public int spaceLeft() { in spaceLeft() method in CodedOutputByteBufferNano
938 if (spaceLeft() != 0) { in checkNoSpaceLeft()
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java4174 buffer, 0, buffer.length - output.spaceLeft()); in testMapMergeEmptyEntry()
/external/google-tv-pairing-protocol/java/jar/
Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/sqlite/dist/orig/
Dsqlite3.c65146 int spaceLeft;
65185 spaceLeft = nPayload;
65193 spaceLeft = n;
65218 assert( spaceLeft == info.nLocal );
65224 if( spaceLeft==0 ){
65275 spaceLeft = pBt->usableSize - 4;
65278 if( n>spaceLeft ) n = spaceLeft;
65300 spaceLeft -= n;
/external/sqlite/dist/
Dsqlite3.c65146 int spaceLeft;
65185 spaceLeft = nPayload;
65193 spaceLeft = n;
65218 assert( spaceLeft == info.nLocal );
65224 if( spaceLeft==0 ){
65275 spaceLeft = pBt->usableSize - 4;
65278 if( n>spaceLeft ) n = spaceLeft;
65300 spaceLeft -= n;
/external/v8/src/inspector/build/closure-compiler/
Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...