/external/brotli/java/org/brotli/dec/ |
D | BitReader.java | 65 int spaceLeft = CAPACITY - bytesInBuffer; in doReadMoreInput() local 66 int len = Utils.readInput(s.input, s.byteBuffer, bytesInBuffer, spaceLeft); in doReadMoreInput()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 918 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/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz77support/ |
D | LZ77Compressor.java | 377 int spaceLeft = window.length - currentPosition - lookahead; in doCompress() local 378 if (len > spaceLeft) { in doCompress()
|
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
D | CodedOutputStreamMicro.java | 785 public int spaceLeft() { in spaceLeft() method in CodedOutputStreamMicro 803 if (spaceLeft() != 0) { in checkNoSpaceLeft()
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedOutputByteBufferNano.java | 926 public int spaceLeft() { in spaceLeft() method in CodedOutputByteBufferNano 938 if (spaceLeft() != 0) { in checkNoSpaceLeft()
|
/external/brotli/js/ |
D | decode.js | 1256 var /** !number */ spaceLeft = 4096 - bytesInBuffer; 1257 var /** !number */ len = readInput(s.input, s.byteBuffer, bytesInBuffer, spaceLeft);
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | NanoTest.java | 4174 buffer, 0, buffer.length - output.spaceLeft()); in testMapMergeEmptyEntry()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 66689 int spaceLeft; 66745 spaceLeft = n; 66771 assert( spaceLeft == info.nLocal ); 66778 if( n>spaceLeft ) n = spaceLeft; 66802 spaceLeft -= n; 66803 if( spaceLeft==0 ){ 66855 spaceLeft = pBt->usableSize - 4;
|
/external/sqlite/dist/ |
D | sqlite3.c | 66705 int spaceLeft; 66761 spaceLeft = n; 66787 assert( spaceLeft == info.nLocal ); 66794 if( n>spaceLeft ) n = spaceLeft; 66818 spaceLeft -= n; 66819 if( spaceLeft==0 ){ 66871 spaceLeft = pBt->usableSize - 4;
|
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |