HomeSort by relevance Sort by last modified time
    Searched refs:SPARSE (Results 1 - 13 of 13) sorted by null

  /libcore/ojluni/src/main/java/java/nio/file/
StandardOpenOption.java 103 * Sparse file. When used with the {@link #CREATE_NEW} option then this
104 * option provides a <em>hint</em> that the new file will be sparse. The
106 * sparse files.
108 SPARSE,
  /system/extras/squashfs_utils/
mksquashfsimage.sh 27 SPARSE=false
29 SPARSE=true
137 SPARSE_SUFFIX=".sparse"
138 if [ "$SPARSE" = true ]; then
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntArray.h 41 BOOL SPARSE;
72 @property (assign) BOOL SPARSE;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/GenericMemoryTest/
GenericMemoryTest.h 34 SPARSE,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
GenericMemoryTest.h 25 /// Ignore chooses not to test memory. Quick and Sparse test some memory, and Extensive performs a detailed memory test.
30 SPARSE,
  /external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableTableTest.java 41 private static final SparseImmutableTable<Character, Integer, String> SPARSE =
51 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE,
  /external/tensorflow/tensorflow/compiler/xla/
layout_util.cc 69 layout.set_format(SPARSE);
303 return layout.format() == SPARSE;
375 return tensorflow::strings::StrCat("sparse{", layout.max_sparse_elements(),
xla_data.proto 125 SPARSE = 2;
157 // The maximum number of elements that can be stored for SPARSE formats. This
159 // memory. This field must be unset unless the format is SPARSE.
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixChannelFactory.java 80 case SPARSE : /* ignore */ break;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
LightMemoryTest.c 485 case SPARSE:
  /libcore/luni/src/test/java/libcore/java/nio/file/
DefaultFileSystemProviderTest.java 62 import static java.nio.file.StandardOpenOption.SPARSE;
118 CREATE_NEW, TRUNCATE_EXISTING, SPARSE, SYNC, DSYNC)) {
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/sdk/tools/lib/
d8.jar 

Completed in 1333 milliseconds