Home
last modified time | relevance | path

Searched refs:SPARSE (Results 1 – 18 of 18) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DIntArray.m41 @synthesize SPARSE;
62 SPARSE = NO;
76 SPARSE = NO;
140 if ( SPARSE==NO && anIndex > idx ) {
143 else if ( SPARSE == YES && anIndex >= BuffSize ) {
157 if ( SPARSE==NO && anIndex > idx ) {
160 } else if ( SPARSE==YES && anIndex >= BuffSize ) {
169 if ( SPARSE == NO && anIndex > idx ) {
172 else if ( SPARSE == YES && anIndex >= BuffSize ) {
DIntArray.h41 BOOL SPARSE; variable
72 @property (assign) BOOL SPARSE;
/external/erofs-utils/
Dmkerofsimage.sh27 SPARSE=false
29 SPARSE=true
104 if [ "$SPARSE" = true ]; then
/external/llvm/test/CodeGen/X86/
Dswitch-density.ll2 …4-linux-gnu %s -o - -jump-table-density=10 | FileCheck %s --check-prefix=SPARSE --check-prefix=CHE…
46 ; SPARSE: addl $-10
47 ; SPARSE: cmpl $40
48 ; SPARSE: ja
49 ; SPARSE: jmpq *.LJTI
/external/llvm-project/llvm/test/CodeGen/X86/
Dswitch-density.ll2 …4-linux-gnu %s -o - -jump-table-density=10 | FileCheck %s --check-prefix=SPARSE --check-prefix=CHE…
46 ; SPARSE: addl $-10
47 ; SPARSE: cmpl $40
48 ; SPARSE: ja
49 ; SPARSE: jmpq *.LJTI
/external/guava/android/guava-tests/test/com/google/common/collect/
DRegularImmutableTableTest.java37 private static final SparseImmutableTable<Character, Integer, String> SPARSE = field in RegularImmutableTableTest
45 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE, DENSE); in getTestInstances()
/external/guava/guava-tests/test/com/google/common/collect/
DRegularImmutableTableTest.java37 private static final SparseImmutableTable<Character, Integer, String> SPARSE = field in RegularImmutableTableTest
45 return ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE, DENSE); in getTestInstances()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp103 SPARSE, enumerator
109 SPARSE, enumerator
555 if (backingType == ImageBackingType::SPARSE) in commonCheckSupport()
586 if (backingType == ImageBackingType::SPARSE) in commonCheckSupport()
606 if (backingType == ImageBackingType::SPARSE && !atomicInt64Features.sparseImageInt64Atomics) in commonCheckSupport()
620 if (readType == ShaderReadType::SPARSE) in commonCheckSupport()
1065 if (m_readType == ShaderReadType::SPARSE) in iterate()
1241 if (m_backingType == ImageBackingType::SPARSE) in createImageAndView()
1917 { ShaderReadType::SPARSE, "sparse_read" }, in createImageAtomicOperationTests()
1927 { ImageBackingType::SPARSE, "sparse_img" }, in createImageAtomicOperationTests()
[all …]
/external/tensorflow/tensorflow/lite/schema/
Dschema_v0.fbs144 SPARSE = 1,
Dschema_v1.fbs157 SPARSE = 1,
Dschema_v2.fbs165 SPARSE = 1,
Dschema_v3.fbs175 SPARSE = 1,
Dschema_v3a.fbs515 SPARSE = 1,
Dschema.fbs543 SPARSE = 1,
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsUnixLikeFileSystemTest.java34 import static java.nio.file.StandardOpenOption.SPARSE;
898 Files.write(test, bytes, WRITE, CREATE, TRUNCATE_EXISTING, APPEND, SPARSE, DSYNC, SYNC); in testWriteFile_withStandardOptions()
972 Files.write(test, lines, UTF_8, WRITE, CREATE, TRUNCATE_EXISTING, APPEND, SPARSE, DSYNC, SYNC); in testWriteLines_withStandardOptions()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
Dtest_schema.fbs511 SPARSE = 1,
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto120 reserved "SPARSE";
/external/tcpdump/
DCHANGES437 fixes for forces: SPARSE data (per RFC 5810)