Home
last modified time | relevance | path

Searched refs:checkNotClosed (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreter.java375 checkNotClosed(); in runForMultipleInputsOutputs()
397 checkNotClosed(); in runSignature()
418 checkNotClosed(); in runSignature()
445 checkNotClosed(); in allocateTensors()
456 checkNotClosed(); in resizeInput()
471 checkNotClosed(); in resizeInput()
477 checkNotClosed(); in getInputTensorCount()
488 checkNotClosed(); in getInputIndex()
499 checkNotClosed(); in getInputTensor()
515 checkNotClosed(); in getInputTensorFromSignature()
[all …]
/external/guava/android/guava/src/com/google/common/io/
DAppendableWriter.java54 checkNotClosed(); in write()
66 checkNotClosed(); in write()
72 checkNotClosed(); in write()
78 checkNotClosed(); in write()
85 checkNotClosed(); in flush()
101 checkNotClosed(); in append()
108 checkNotClosed(); in append()
115 checkNotClosed(); in append()
120 private void checkNotClosed() throws IOException { in checkNotClosed() method in AppendableWriter
/external/guava/guava/src/com/google/common/io/
DAppendableWriter.java54 checkNotClosed(); in write()
66 checkNotClosed(); in write()
72 checkNotClosed(); in write()
78 checkNotClosed(); in write()
85 checkNotClosed(); in flush()
101 checkNotClosed(); in append()
108 checkNotClosed(); in append()
115 checkNotClosed(); in append()
120 private void checkNotClosed() throws IOException { in checkNotClosed() method in AppendableWriter
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
DNioBufferIterator.java35 file.checkNotClosed(); in NioBufferIterator()
71 file.checkNotClosed(); in readByteArray()
79 file.checkNotClosed(); in readByte()
88 file.checkNotClosed(); in readInt()
98 file.checkNotClosed(); in readIntArray()
108 file.checkNotClosed(); in readLongArray()
117 file.checkNotClosed(); in readShort()
DMemoryMappedFile.java96 void checkNotClosed() { in checkNotClosed() method in MemoryMappedFile
106 checkNotClosed(); in size()
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsInputStream.java54 checkNotClosed(); in read()
86 checkNotClosed(); in readInternal()
114 checkNotClosed(); in skip()
128 checkNotClosed(); in available()
137 private void checkNotClosed() throws IOException { in checkNotClosed() method in JimfsInputStream
DJimfsOutputStream.java52 checkNotClosed(); in write()
79 checkNotClosed(); in writeInternal()
95 private void checkNotClosed() throws IOException { in checkNotClosed() method in JimfsOutputStream
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DZoneInfoDb.java166 checkNotClosed(); in getBufferIterator()
312 checkNotClosed(); in validate()
339 checkNotClosed(); in getAvailableIDs()
350 checkNotClosed(); in getAvailableIDs()
382 checkNotClosed(); in getVersion()
395 checkNotClosed(); in makeZoneInfoData()
404 checkNotClosed(); in hasTimeZone()
430 private void checkNotClosed() throws IllegalStateException { in checkNotClosed() method in ZoneInfoDb
/external/tensorflow/tensorflow/lite/delegates/nnapi/java/src/main/java/org/tensorflow/lite/nnapi/
DNnApiDelegate.java192 checkNotClosed(); in getNnapiErrno()
206 private void checkNotClosed() { in checkNotClosed() method in NnApiDelegate
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DDiskLruCache.java407 checkNotClosed(); in get()
445 checkNotClosed(); in edit()
581 checkNotClosed(); in remove()
616 private void checkNotClosed() { in checkNotClosed() method in DiskLruCache
624 checkNotClosed(); in flush()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/core/
DBaseTaskApi.java67 protected void checkNotClosed() { in checkNotClosed() method in BaseTaskApi
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java426 checkNotClosed(); in get()
454 checkNotClosed(); in edit()
596 checkNotClosed(); in remove()
630 private synchronized void checkNotClosed() { in checkNotClosed() method in DiskLruCache
640 checkNotClosed(); in flush()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java424 checkNotClosed(); in get()
452 checkNotClosed(); in edit()
594 checkNotClosed(); in remove()
628 private synchronized void checkNotClosed() { in checkNotClosed() method in DiskLruCache
638 checkNotClosed(); in flush()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/text/qa/
DBertQuestionAnswerer.java165 checkNotClosed();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedStream.java344 checkNotClosed(); in read()
437 private void checkNotClosed() throws IOException { in checkNotClosed() method in FramedStream.FramedDataSource
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DFramedStream.java346 checkNotClosed(); in read()
439 private void checkNotClosed() throws IOException { in checkNotClosed() method in FramedStream.FramedDataSource
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/detector/
DObjectDetector.java414 checkNotClosed();
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/segmenter/
DImageSegmenter.java281 checkNotClosed();
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/classifier/
DImageClassifier.java400 checkNotClosed();