/third_party/skia/third_party/externals/icu/source/samples/ufortune/resources/ |
H A D | fortune_resources.mak | 17 # .res file must be added to this list, AND to the file res-file-list.txt
|
/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | base_network_strategy.cpp | 103 bool added = message.want_->GetBoolParam("added", false); in UpdateExemptionList() local 105 STANDBYSERVICE_LOGI("updatee exemption list, %{public}s apply exemption, added is %{public}d", in UpdateExemptionList() 106 processName.c_str(), added); in UpdateExemptionList() 107 if (added) { in UpdateExemptionList()
|
H A D | running_lock_strategy.cpp | 113 bool added = message.want_->GetBoolParam("added", false); in UpdateExemptionList() local 115 STANDBYSERVICE_LOGD("%{public}s apply allow, added is %{public}d", processName.c_str(), added); in UpdateExemptionList() 116 if (added) { in UpdateExemptionList()
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfContainerTest.cpp | 373 const auto added = ChildChangedInfo { replaceWith, index, container_ }; in HWTEST_P() local 374 EXPECT_THAT(addedCalls_, ElementsAre(added)); in HWTEST_P() 415 const auto added = ChildChangedInfo { notThere, expectedCount, container_ }; in HWTEST_P() local 416 EXPECT_THAT(addedCalls_, ElementsAre(added)); in HWTEST_P() 450 const auto added = ChildChangedInfo { replaceWith, NumDirectChildren, container_ }; in HWTEST_P() local 451 EXPECT_THAT(addedCalls_, ElementsAre(added)); in HWTEST_P() 496 const auto added = ChildChangedInfo { replaceWith, expectedCount, container_ }; in HWTEST_P() local 497 EXPECT_THAT(addedCalls_, ElementsAre(added)); in HWTEST_P()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 1520 int added; member 1535 data->added++; in wps_add_pin() 1551 data.added = 0; in hostapd_wps_add_pin() 1562 return data.added ? 0 : -1; in hostapd_wps_add_pin() 1981 int added; member 1996 data->added++; in wps_add_nfc_password_token() 2008 data.added = 0; in hostapd_wps_add_nfc_password_token() 2011 return data.added ? 0 : -1; in hostapd_wps_add_nfc_password_token()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 1336 int added; member 1351 data->added++; in wps_add_pin() 1367 data.added = 0; in hostapd_wps_add_pin() 1378 return data.added ? 0 : -1; in hostapd_wps_add_pin() 1787 int added; member 1802 data->added++; in wps_add_nfc_password_token() 1814 data.added = 0; in hostapd_wps_add_nfc_password_token() 1817 return data.added ? 0 : -1; in hostapd_wps_add_nfc_password_token()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_common.c | 2133 int added = 0; in wpa_insert_pmkid() local 2167 added += 2; in wpa_insert_pmkid() 2182 os_memmove(rpos + 2 + PMKID_LEN, rpos, end + added - rpos); in wpa_insert_pmkid() 2186 added += 2 + PMKID_LEN; in wpa_insert_pmkid() 2211 added -= num_pmkid * PMKID_LEN; in wpa_insert_pmkid() 2215 os_memmove(rpos + PMKID_LEN, rpos, end + added - rpos); in wpa_insert_pmkid() 2217 added += PMKID_LEN; in wpa_insert_pmkid() 2224 *ies_len += added; in wpa_insert_pmkid()
|
/third_party/curl/lib/vtls/ |
H A D | vtls_int.h | 194 bool *added);
|
H A D | mbedtls.c | 893 bool added = FALSE; local 916 0, &added); 918 if(!added) {
|
H A D | wolfssl.c | 103 * The TLS 1.3 secret callback (wolfSSL_set_tls13_secret_cb) was added in 959 bool added = FALSE; in wolfssl_connect_step3() local 984 added = TRUE; in wolfssl_connect_step3() 989 if(!added) { in wolfssl_connect_step3() 990 /* If the session info wasn't added to the cache, free our copy. */ in wolfssl_connect_step3()
|
H A D | x509asn1.c | 660 bool added = FALSE; in encodeDN() local 696 if(added) { in encodeDN() 720 added = TRUE; /* use separator for next */ in encodeDN()
|
H A D | vtls.c | 647 bool *added) in Curl_ssl_addsessionid() 660 if(added) in Curl_ssl_addsessionid() 661 *added = FALSE; in Curl_ssl_addsessionid() 737 if(added) in Curl_ssl_addsessionid() 738 *added = TRUE; in Curl_ssl_addsessionid() 643 Curl_ssl_addsessionid(struct Curl_cfilter *cf, struct Curl_easy *data, void *ssl_sessionid, size_t idsize, bool *added) Curl_ssl_addsessionid() argument
|
/third_party/python/Tools/buildbot/ |
H A D | test.bat | 49 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
|
H A D | remoteDeploy.bat | 58 echo Also a key must be created with ssh-keygen and added to both the buildbot worker machine
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | MeasureUnitImpl.java | 31 * The "dimensionless" unit (SingleUnitImpl default constructor) must not be added to this list. 158 * @return true if a new item was added. If unit is the dimensionless unit, 159 * it is never added: the return value will always be false. 519 boolean added = result.appendSingleUnit(singleUnit); in parse() 520 if (fSawAnd && !added) { in parse()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/ |
H A D | JacocoReportCheck.java | 76 boolean added = excludedSet.add(line); in main() 77 if (!added) { in main()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_lower_vulkan_resource.c | 102 nir_ssa_def *added = nir_iadd(b, intrin->src[0].ssa, offset); in lower_block_instr() local 104 nir_deref_instr *cast = nir_build_deref_cast(b, added, deref->modes, deref->type, 0); in lower_block_instr()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_legalize.c | 818 bool added = false; in kill_sched() local 844 added = true; in kill_sched() 848 if (added) { in kill_sched()
|
/third_party/ltp/ |
H A D | runltp | 39 # - added support to put more then one file at CMDLINE (-f) 40 # - added a new option, that the user can pass the address of 46 # - added flag to get the command file that has all failed tests 49 # - added option to create Failed File if it is not an absolute path 50 # - added option to create Output File if it is not an absolute path 51 # - added option to create Failed File compulsory, even if user has not mentioned it 874 echo "Created TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/output" 882 echo "Updated TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/results" 890 echo "Updated TAR File: ./$TAR_FILE_NAME successfully, added $LTPROOT/nohup.out"
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralRules.java | 1969 boolean added; in addConditional() 1973 added = true; in addConditional() 1975 added = false; in addConditional() 1977 return added; in addConditional()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir_reader.cpp | 192 bool added = false; in read_function() local 204 added = state->symbols->add_function(f); in read_function() 205 assert(added); in read_function() 216 return added ? f : NULL; in read_function() 324 * any functions that might use them. Functions are added to the in read_instructions()
|
/third_party/curl/scripts/ |
H A D | cd2nroff | 60 -e <ext> If -d is used, this option can provide an added "extension", arbitrary
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 7 # CFI expressions were added in DWARF v3 to allow compilers to specify memory
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
H A D | smtp-sequencer.c | 313 e->added = lws_now_secs(); in lws_smtpc_add_email()
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/ |
H A D | pci.h | 415 static inline void pci_dev_assign_added(struct pci_dev *dev, bool added) in pci_dev_assign_added() argument 417 assign_bit(PCI_DEV_ADDED, &dev->priv_flags, added); in pci_dev_assign_added()
|