/external/libldac/src/ |
D | ldacBT_internal.c | 82 hLdacBT->sfid = UNSET; in ldacBT_param_clear() 83 hLdacBT->pcm.sf = UNSET; in ldacBT_param_clear() 84 hLdacBT->tx.mtu = UNSET; in ldacBT_param_clear() 85 hLdacBT->tx.tx_size = UNSET; in ldacBT_param_clear() 86 hLdacBT->tx.pkt_hdr_sz = UNSET; in ldacBT_param_clear() 87 hLdacBT->frmlen_tx = UNSET; in ldacBT_param_clear() 88 hLdacBT->tx.nfrm_in_pkt = UNSET; in ldacBT_param_clear() 92 hLdacBT->frmlen = UNSET; in ldacBT_param_clear() 96 hLdacBT->tgt_nfrm_in_pkt = UNSET; in ldacBT_param_clear() 97 hLdacBT->tgt_frmlen = UNSET; in ldacBT_param_clear() [all …]
|
D | ldacBT_internal.h | 78 #ifndef UNSET 79 #define UNSET -1 macro
|
/external/selinux/libselinux/src/ |
D | procattr.c | 12 #define UNSET (char *) -1 macro 14 static __thread char *prev_current = UNSET; 15 static __thread char * prev_exec = UNSET; 16 static __thread char * prev_fscreate = UNSET; 17 static __thread char * prev_keycreate = UNSET; 18 static __thread char * prev_sockcreate = UNSET; 46 if (prev_current != UNSET) in procattr_thread_destructor() 48 if (prev_exec != UNSET) in procattr_thread_destructor() 50 if (prev_fscreate != UNSET) in procattr_thread_destructor() 52 if (prev_keycreate != UNSET) in procattr_thread_destructor() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-env/ |
D | env-u.txt | 9 # RUN: | FileCheck --check-prefix=CHECK-ENV-UNSET-1 %s 14 # RUN: | FileCheck --check-prefix=CHECK-ENV-UNSET-MULTIPLE %s 19 # CHECK-ENV-UNSET-1: BAR = 2 20 # CHECK-ENV-UNSET-1-NOT: FOO 22 # CHECK-ENV-UNSET-MULTIPLE-NOT: BAR 23 # CHECK-ENV-UNSET-MULTIPLE-NOT: FOO
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | CompactHashSet.java | 128 static final int UNSET = -1; field in CompactHashSet 195 Arrays.fill(array, UNSET); in newTable() 201 Arrays.fill(array, UNSET); in newEntries() 232 if (next == UNSET) { // uninitialized bucket in add() 244 } while (next != UNSET); in add() 265 this.entries[entryIndex] = ((long) hash << 32) | (NEXT_MASK & UNSET); in insertEntry() 293 Arrays.fill(entries, oldSize, newCapacity, UNSET); in resizeEntries() 327 while (next != UNSET) { in contains() 347 if (next == UNSET) { in remove() 350 int last = UNSET; in remove() [all …]
|
D | ObjectCountHashMap.java | 75 static final int UNSET = -1; field in ObjectCountHashMap 152 Arrays.fill(array, UNSET); in newTable() 158 Arrays.fill(array, UNSET); in newEntries() 284 if (next == UNSET) { in put() 299 } while (next != UNSET); in put() 320 this.entries[entryIndex] = ((long) hash << 32) | (NEXT_MASK & UNSET); in insertEntry() 350 Arrays.fill(entries, oldCapacity, newCapacity, UNSET); in resizeEntries() 383 while (next != UNSET) { in indexOf() 410 if (next == UNSET) { // empty bucket in remove() 413 int last = UNSET; in remove() [all …]
|
D | CompactLinkedHashSet.java | 128 Arrays.fill(predecessor, UNSET); in init() 129 Arrays.fill(successor, UNSET); in init() 165 predecessor[srcIndex] = UNSET; in moveEntry() 166 successor[srcIndex] = UNSET; in moveEntry() 174 Arrays.fill(predecessor, UNSET); in clear() 175 Arrays.fill(successor, UNSET); in clear() 186 Arrays.fill(predecessor, oldCapacity, newCapacity, UNSET); in resizeEntries() 187 Arrays.fill(successor, oldCapacity, newCapacity, UNSET); in resizeEntries()
|
D | CompactHashMap.java | 113 static final int UNSET = -1; field in CompactHashMap 196 Arrays.fill(array, UNSET); in newTable() 202 Arrays.fill(array, UNSET); in newEntries() 244 if (next == UNSET) { in put() 262 } while (next != UNSET); in put() 283 this.entries[entryIndex] = ((long) hash << 32) | (NEXT_MASK & UNSET); in insertEntry() 313 Arrays.fill(entries, oldCapacity, newCapacity, UNSET); in resizeEntries() 346 while (next != UNSET) { in indexOf() 380 if (next == UNSET) { // empty bucket in remove() 383 int last = UNSET; in remove() [all …]
|
D | ObjectCountLinkedHashMap.java | 93 Arrays.fill(links, UNSET); in init() 166 Arrays.fill(links, oldCapacity, newCapacity, UNSET); in resizeEntries()
|
/external/guava/guava/src/com/google/common/collect/ |
D | CompactHashSet.java | 132 static final int UNSET = -1; field in CompactHashSet 199 Arrays.fill(array, UNSET); in newTable() 205 Arrays.fill(array, UNSET); in newEntries() 236 if (next == UNSET) { // uninitialized bucket in add() 248 } while (next != UNSET); in add() 269 this.entries[entryIndex] = ((long) hash << 32) | (NEXT_MASK & UNSET); in insertEntry() 297 Arrays.fill(entries, oldSize, newCapacity, UNSET); in resizeEntries() 331 while (next != UNSET) { in contains() 351 if (next == UNSET) { in remove() 354 int last = UNSET; in remove() [all …]
|
D | CompactLinkedHashSet.java | 133 Arrays.fill(predecessor, UNSET); in init() 134 Arrays.fill(successor, UNSET); in init() 170 predecessor[srcIndex] = UNSET; in moveEntry() 171 successor[srcIndex] = UNSET; in moveEntry() 179 Arrays.fill(predecessor, UNSET); in clear() 180 Arrays.fill(successor, UNSET); in clear() 191 Arrays.fill(predecessor, oldCapacity, newCapacity, UNSET); in resizeEntries() 192 Arrays.fill(successor, oldCapacity, newCapacity, UNSET); in resizeEntries()
|
D | CompactHashMap.java | 118 static final int UNSET = -1; field in CompactHashMap 201 Arrays.fill(array, UNSET); in newTable() 207 Arrays.fill(array, UNSET); in newEntries() 248 if (next == UNSET) { in put() 266 } while (next != UNSET); in put() 287 this.entries[entryIndex] = ((long) hash << 32) | (NEXT_MASK & UNSET); in insertEntry() 317 Arrays.fill(entries, oldCapacity, newCapacity, UNSET); in resizeEntries() 350 while (next != UNSET) { in indexOf() 382 if (next == UNSET) { // empty bucket in remove() 385 int last = UNSET; in remove() [all …]
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | rpc_service_method.h | 64 async_type_(AsyncType::UNSET), in RpcServiceMethod() 68 UNSET, enumerator 79 if (async_type_ == AsyncType::UNSET) { in SetServerAsyncType() 103 case AsyncType::UNSET: in TypeToString()
|
/external/opencensus-java/api/src/test/java/io/opencensus/metrics/ |
D | LabelValueTest.java | 32 private static final LabelValue UNSET = LabelValue.create(null); field in LabelValueTest 38 assertThat(UNSET.getValue()).isNull(); in testGetValue() 69 .addEqualityGroup(UNSET) in testLabelValueEquals()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | Subroutines.java | 77 private static final int UNSET = -1; field in Subroutines.SubroutineImpl 85 private int localVariable = UNSET; 146 if (localVariable == UNSET) { in setLeavingRET() 189 if (localVariable == UNSET) { in addEnteringJsrInstruction() 338 if (localVariable != UNSET) { in setLocalVariable()
|
/external/exoplayer/tree/testdata/src/test/assets/mp3/ |
D | play-trimmed.mp3.unknown_length.dump | 3 duration = UNSET TIME
|
/external/exoplayer/tree/testdata/src/test/assets/ts/ |
D | sample_ac3.ps.unknown_length.dump | 3 duration = UNSET TIME
|
D | sample_latm.ts.unknown_length.dump | 3 duration = UNSET TIME
|
D | sample_h264_no_access_unit_delimiters.ts.unknown_length.dump | 3 duration = UNSET TIME
|
D | sample.ac3.unknown_length.dump | 3 duration = UNSET TIME
|
D | sample_ac3.ts.unknown_length.dump | 3 duration = UNSET TIME
|
D | sample.ac3.0.dump | 3 duration = UNSET TIME
|
D | sample_h262_mpeg_audio.ps.unknown_length.dump | 3 duration = UNSET TIME
|
D | sample_with_junk.unknown_length.dump | 3 duration = UNSET TIME
|
/external/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 65 UNSET = 59; enumerator
|