/external/jemalloc_new/test/unit/ |
D | bitmap.c | 178 "Bit should be unset"); in test_bitmap_init_body() 284 "First unset bit should be just after previous first unset " in test_bitmap_xfu_body() 287 "First unset bit should be just after previous first unset " in test_bitmap_xfu_body() 290 "First unset bit should be just after previous first unset " in test_bitmap_xfu_body() 293 "First unset bit should be just after previous first unset " in test_bitmap_xfu_body() 299 * Iteratively unset bits starting at the end, and verify that in test_bitmap_xfu_body() 300 * bitmap_sfu() reaches the unset bits. in test_bitmap_xfu_body() 305 "First unset bit should the bit previously unset"); in test_bitmap_xfu_body() 307 "First unset bit should the bit previously unset"); in test_bitmap_xfu_body() 309 "First unset bit should the bit previously unset"); in test_bitmap_xfu_body() [all …]
|
/external/libgav1/libgav1/cmake/ |
D | libgav1_targets.cmake | 22 unset(libgav1_targets) 23 unset(libgav1_exe_targets) 24 unset(libgav1_lib_targets) 25 unset(libgav1_objlib_targets) 26 unset(libgav1_sources) 27 unset(libgav1_test_targets) 54 unset(exe_TEST) 55 unset(exe_TEST_DEFINES_MAIN) 56 unset(exe_NAME) 57 unset(exe_OUTPUT_NAME) [all …]
|
D | libgav1_flags.cmake | 27 unset(compiler_SOURCES) 28 unset(compiler_FLAGS) 29 unset(optional_args) 30 unset(single_value_args) 62 unset(cxx_test_FLAG_LIST_VAR_NAMES) 63 unset(cxx_test_FLAG_REQUIRED) 64 unset(single_value_args) 74 unset(cxx_flags) 86 unset(all_cxx_flags) 95 unset(libgav1_all_cxx_flags_pass CACHE) [all …]
|
D | libgav1_intrinsics.cmake | 24 unset(intrinsics_SUFFIX) 25 unset(intrinsics_VARIABLE) 26 unset(optional_args) 27 unset(multi_value_args) 62 unset(arg_TARGET) 63 unset(arg_SOURCES) 64 unset(optional_args) 75 unset(sse4_sources) 82 unset(sse4_flags) 94 unset(neon_sources) [all …]
|
/external/harfbuzz_ng/src/ |
D | harfbuzz-config.cmake.in | 22 unset(_harfbuzz_libdir_iter) 37 unset(_harfbuzz_version_info) 77 unset(_harfbuzz_lib_suffix) 78 unset(_harfbuzz_current) 79 unset(_harfbuzz_revision) 80 unset(_harfbuzz_age) 81 unset(_harfbuzz_includedir) 82 unset(_harfbuzz_libdir) 83 unset(_harfbuzz_prefix) 84 unset(exec_prefix) [all …]
|
/external/protobuf/php/tests/ |
D | map_field_test.php | 27 unset($arr[MAX_INT32]); 28 unset($arr[MIN_INT32]); 41 unset($arr[1.9]); 42 unset($arr[2.9]); 43 unset($arr[MAX_INT32_FLOAT]); 44 unset($arr[MIN_INT32_FLOAT]); 55 unset($arr['2']); 56 unset($arr['3.1']); 57 unset($arr[MAX_INT32_STRING]); 89 unset($arr[MAX_UINT32]); [all …]
|
/external/iproute2/man/man8/ |
D | tc-tunnel_key.8 | 27 .IR UNSET " and " SET . 29 .I UNSET 32 .IR UNSET 47 ) and unset the metadata created by it (for 48 .I UNSET 53 .B unset 54 Unset the tunnel metadata created by the IP tunnel device. This function is 120 .B unset 122 vxlan0 and metadata is unset before redirecting to tunl1 device: 130 action tunnel_key unset \
|
/external/libaom/libaom/build/cmake/ |
D | compiler_tests.cmake | 32 unset(AOM_C_CONFIGS) 33 unset(AOM_CXX_CONFIGS) 66 unset(SAVED_${var} PARENT_SCOPE) 71 # test passes $result_var is set to 1. When it fails $result_var is unset. The 79 unset(C_TEST_PASSED CACHE) 80 unset(C_TEST_FAILED CACHE) 84 unset(C_TEST_COMPILED CACHE) 102 unset(${result_var} PARENT_SCOPE) 108 # test passes $result_var is set to 1. When it fails $result_var is unset. The 116 unset(CXX_TEST_PASSED CACHE) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-env/ |
D | env-u.txt | 6 # Check single unset of environment variable 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/python/cpython3/Lib/venv/scripts/common/ |
D | activate | 9 unset _OLD_VIRTUAL_PATH 14 unset _OLD_VIRTUAL_PYTHONHOME 27 unset _OLD_VIRTUAL_PS1 30 unset VIRTUAL_ENV 33 unset -f deactivate 37 # unset irrelevant variables 47 # unset PYTHONHOME if set 52 unset PYTHONHOME
|
/external/curl/docs/libcurl/ |
D | libcurl.m4 | 153 unset _libcurl_wanted 186 unset _libcurl_save_cppflags 187 unset _libcurl_save_libs 206 unset _libcurl_save_cppflags 207 unset _libcurl_save_libs 247 unset LIBCURL 248 unset LIBCURL_CPPFLAGS 252 unset _libcurl_try_link 253 unset _libcurl_version_parse 254 unset _libcurl_config [all …]
|
/external/jemalloc/test/unit/ |
D | bitmap.c | 36 "Bit should be unset"); in TEST_BEGIN() 112 "First unset bit should be just after " in TEST_BEGIN() 113 "previous first unset bit"); in TEST_BEGIN() 119 * Iteratively unset bits starting at the end, and in TEST_BEGIN() 120 * verify that bitmap_sfu() reaches the unset bits. in TEST_BEGIN() 125 "First unset bit should the bit previously " in TEST_BEGIN() 126 "unset"); in TEST_BEGIN() 130 "Bit should be unset"); in TEST_BEGIN() 139 "First unset bit should be just after the " in TEST_BEGIN() 144 "First unset bit should be the last bit"); in TEST_BEGIN()
|
/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/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 …]
|
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | InterceptorTest.php | 223 unset($this->server); 248 unset($unary_call); 249 unset($stream_call); 250 unset($server_call); 280 unset($unary_call); 281 unset($stream_call); 282 unset($server_call); 306 unset($unary_call); 307 unset($stream_call); 308 unset($server_call); [all …]
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ObjectCountHashMap.java | 75 static final int UNSET = -1; field in ObjectCountHashMap 90 * <p>Currently, the UNSET value means "null pointer", and any non negative value x is the actual 101 * (UNSET). 152 Arrays.fill(array, UNSET); in newTable() 158 Arrays.fill(array, UNSET); in newEntries() 253 /** Returns the index, or UNSET if the pointer is "null" */ 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() [all …]
|
D | CompactLinkedHashSet.java | 101 * first node in insertion order; all values at indices ≥ {@link #size()} are UNSET. 107 * node in insertion order; all values at indices ≥ {@link #size()} are UNSET. 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 | CompactHashSet.java | 128 static final int UNSET = -1; field in CompactHashSet 133 * <p>Currently, the UNSET value means "null pointer", and any non negative value x is the actual 144 * (UNSET). 195 Arrays.fill(array, UNSET); in newTable() 201 Arrays.fill(array, UNSET); in newEntries() 209 /** Returns the index, or UNSET if the pointer is "null" */ 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() [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | CompactLinkedHashSet.java | 106 * first node in insertion order; all values at indices ≥ {@link #size()} are UNSET. 112 * node in insertion order; all values at indices ≥ {@link #size()} are UNSET. 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 | CompactHashSet.java | 132 static final int UNSET = -1; field in CompactHashSet 137 * <p>Currently, the UNSET value means "null pointer", and any non negative value x is the actual 148 * (UNSET). 199 Arrays.fill(array, UNSET); in newTable() 205 Arrays.fill(array, UNSET); in newEntries() 213 /** Returns the index, or UNSET if the pointer is "null" */ 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() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v2_8.remarketingLists.html | 117 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 118 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 119 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 120 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 121 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… 169 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 170 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 171 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 172 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 173 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… [all …]
|
D | dfareporting_v2_7.remarketingLists.html | 117 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 118 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 119 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 120 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 121 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… 169 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 170 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 171 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 172 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 173 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… [all …]
|
D | dfareporting_v3_2.remarketingLists.html | 117 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 118 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 119 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 120 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 121 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… 169 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 170 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 171 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 172 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 173 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… [all …]
|
D | dfareporting_v3_1.remarketingLists.html | 117 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 118 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 119 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 120 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 121 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… 169 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 170 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 171 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 172 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 173 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… [all …]
|
D | dfareporting_v3_3.remarketingLists.html | 117 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 118 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 119 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 120 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 121 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… 169 …erm during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_V… 170 …to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_V… 171 …only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_V… 172 …ison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_V… 173 …lation term type determines the applicable fields in this object. If left unset or set to CUSTOM_V… [all …]
|