/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/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/harfbuzz_ng/ |
D | mingw64.sh | 5 unset CC 6 unset CXX 7 unset CPP 8 unset LD 9 unset LDFLAGS 10 unset CFLAGS 11 unset CXXFLAGS 12 unset PKG_CONFIG_PATH
|
D | mingw32.sh | 5 unset CC 6 unset CXX 7 unset CPP 8 unset LD 9 unset LDFLAGS 10 unset CFLAGS 11 unset CXXFLAGS 12 unset PKG_CONFIG_PATH
|
/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) 100 unset(${result_var} PARENT_SCOPE) 106 # test passes $result_var is set to 1. When it fails $result_var is unset. The 114 unset(CXX_TEST_PASSED CACHE) [all …]
|
D | compiler_flags.cmake | 62 unset(C_FLAG_SUPPORTED CACHE) 69 unset(C_FLAG_FOUND) 92 unset(CXX_FLAG_SUPPORTED CACHE) 99 unset(CXX_FLAG_FOUND) 130 unset(HAVE_C_FLAG CACHE) 166 unset(HAVE_CXX_FLAG CACHE) 306 unset(target_link_flags) 330 unset(c_passed) 332 unset(cxx_passed)
|
D | util.cmake | 106 unset(list_index) 114 unset(cache_helpstring) 136 unset(list_index) 144 unset(cache_helpstring) 160 unset(list_index) 168 unset(cache_helpstring)
|
/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/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/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/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/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 …]
|
D | SecureEndToEndTest.php | 48 unset($this->server); 97 unset($call); 98 unset($server_call); 145 unset($call); 146 unset($server_call); 206 unset($call); 207 unset($server_call);
|
/external/python/google-api-python-client/docs/dyn/ |
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_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 | slides_v1.presentations.html | 248 # field mask but leave the field itself unset. 252 # If these fields are unset, they may be inherited from a parent placeholder 260 # If any field is unset, its value may be inherited from a parent placeholder 323 …"link": { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link. 374 # If these fields are unset, they may be inherited from a parent placeholder 576 # If these fields are unset, they may be inherited from a parent placeholder 584 # If any field is unset, its value may be inherited from a parent placeholder 628 # field mask but leave the field itself unset. 662 # field mask but leave the field itself unset. 665 # When unset, these fields default to values that match the appearance of [all …]
|
D | slides_v1.presentations.pages.html | 128 # If these fields are unset, they may be inherited from a parent placeholder 136 # If any field is unset, its value may be inherited from a parent placeholder 199 …"link": { # A hypertext link. # The hyperlink destination of the image. If unset, there is no link. 250 # If these fields are unset, they may be inherited from a parent placeholder 352 # Inherited text styles are represented as unset fields in this message. If 358 …meable solid color value. # If set, this will be used as an opaque color. If unset, this represents 428 …"link": { # A hypertext link. # The hyperlink destination of the text. If unset, there is no link.… 458 …meable solid color value. # If set, this will be used as an opaque color. If unset, this represents 500 # Inherited text styles are represented as unset fields in this message. If 506 …meable solid color value. # If set, this will be used as an opaque color. If unset, this represents [all …]
|
/external/shflags/lib/ |
D | shunit2 | 66 unset shunit_constant_ shunit_constants_ shunit_ro_opts_ 129 unset shunit_message_ shunit_expected_ shunit_actual_ 167 unset shunit_message_ shunit_expected_ shunit_actual_ 196 unset shunit_message_ 227 unset shunit_actual_ shunit_message_ 257 unset shunit_message_ 287 unset shunit_message_ 352 unset shunit_message_ shunit_condition_ shunit_match_ 417 unset shunit_message_ shunit_condition_ shunit_match_ 449 unset shunit_message_ [all …]
|
/external/gflags/cmake/ |
D | config.cmake.in | 156 unset (_@PACKAGE_PREFIX@_CONFIGURATIONS) 157 unset (_@PACKAGE_PREFIX@_CONFIG) 158 unset (_@PACKAGE_PREFIX@_PROPERTY_NAME) 159 unset (_@PACKAGE_PREFIX@_PROPERTY_VALUE) 178 unset (_@PACKAGE_PREFIX@_VARIABLE) 181 # unset private variables 182 unset (@PACKAGE_NAME@_FIND_COMPONENT) 183 unset (_INSTALL_PREFIX)
|
/external/python/cpython3/Lib/venv/scripts/posix/ |
D | activate.csh | 6 …OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set promp… 8 # Unset irrelevant variables. 32 unset env_name
|
/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() 104 return "unset"; in TypeToString()
|
/external/shflags/src/ |
D | shflags | 192 unset __flags_const __flags_constants 355 unset _flags_default_ _flags_help_ _flags_name_ _flags_return_ \ 415 unset _flags_name_ _flags_opts_ _flags_optStrType_ _flags_shortName_ \ 462 unset _flags_gFI_usName_ _flags_gfI_info_ _flags_infoValue_ _flags_infoVar_ \ 489 unset _flags_str_ 532 unset _flags_bool_ 557 unset _flags_float_whole_ _flags_float_fraction_ 571 unset _flags_test_ 574 unset _flags_float_ _flags_float_whole_ _flags_float_fraction_ 606 unset _flags_int_ [all …]
|