| /foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
| H A D | svc_backup_connection.cpp | 95 callDied_(move(bundleName), true); in OnAbilityDisconnectDone() local
|
| /foundation/communication/bluetooth_service/test/unittest/pbap/ |
| H A D | pbap_client_test.cpp | 34 OnServicePasswordRequired(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &description, uint8_t charset, bool fullAccess = true) OnServicePasswordRequired() argument
|
| H A D | pbap_server_test.cpp | 35 OnServicePasswordRequired(const BluetoothRemoteDevice &device, const std::vector<uint8_t> &description, uint8_t charset, bool fullAccess = true) OnServicePasswordRequired() argument
|
| /kernel/linux/linux-5.10/drivers/clocksource/ |
| H A D | timer-sun4i.c | 110 sun4i_clkevt_time_start(timer_of_base(to), 0, true); in sun4i_clkevt_set_periodic() local
|
| /kernel/linux/linux-5.10/arch/loongarch/kernel/ |
| H A D | machine_kexec.c | 115 set_cpu_online(smp_processor_id(), true); in kexec_reboot() local
|
| /kernel/linux/linux-6.6/arch/loongarch/kernel/ |
| H A D | machine_kexec.c | 114 set_cpu_online(smp_processor_id(), true); in kexec_reboot() local
|
| /kernel/linux/linux-5.10/fs/cifs/ |
| H A D | smbencrypt.c | 33 #define true 1 macro
|
| /kernel/linux/linux-6.6/drivers/irqchip/ |
| H A D | irq-riscv-intc.c | 165 fwnode_dev_initialized(of_fwnode_handle(node), true); in riscv_intc_init() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_write.c | 112 ASSERT_EQ(btf_kflag(t), true, "struct_kflag"); in gen_btf() local 144 ASSERT_EQ(btf_kflag(t), true, "union_kflag"); in gen_btf() local
|
| /kernel/linux/linux-6.6/net/bridge/netfilter/ |
| H A D | nft_reject_bridge.c | 58 br_forward(br_port_get_rcu(dev), nskb, false, true); in nft_reject_br_send_v4_tcp_reset() local 74 br_forward(br_port_get_rcu(dev), nskb, false, true); in nft_reject_br_send_v4_unreach() local 90 br_forward(br_port_get_rcu(dev), nskb, false, true); in nft_reject_br_send_v6_tcp_reset() local 107 br_forward(br_port_get_rcu(dev), nskb, false, true); in nft_reject_br_send_v6_unreach() local
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| H A D | NativeFontTest.cpp | 76 EXPECT_EQ(OH_Drawing_FontIsBaselineSnap(font), true); in HWTEST_F() local 98 EXPECT_EQ(OH_Drawing_FontIsSubpixel(font), true); in HWTEST_F() local 195 EXPECT_EQ(OH_Drawing_FontIsForceAutoHinting(font), true); in HWTEST_F() local [all...] |
| H A D | OH_Drawing_TypographyLargeValueTest.cpp | 97 EXPECT_EQ(OH_Drawing_TypographyGetHeight(typography) != 0.0, true); in HWTEST_F() local 98 EXPECT_EQ(OH_Drawing_TypographyGetLongestLine(typography) != 0.0, true); in HWTEST_F() local 100 OH_Drawing_TypographyGetMaxIntrinsicWidth(typography), true); in HWTEST_F() local 101 EXPECT_EQ(OH_Drawing_TypographyGetAlphabeticBaseline(typography) != 0.0, true); in HWTEST_F() local 102 EXPECT_EQ(OH_Drawing_TypographyGetIdeographicBaseline(typography) != 0.0, true); in HWTEST_F() local 147 EXPECT_EQ(OH_Drawing_TypographyDidExceedMaxLines(typography) != true, true); in HWTEST_F() local 150 EXPECT_EQ(OH_Drawing_TypographyGetRectsForRange(typography, 1, 2, heightStyle, widthStyle) != nullptr, true); in HWTEST_F() local 151 EXPECT_EQ(OH_Drawing_TypographyGetRectsForPlaceholders(typography) != nullptr, true); in HWTEST_F() local 152 EXPECT_EQ(OH_Drawing_TypographyGetGlyphPositionAtCoordinate(typography, 1, 0) != nullptr, true); HWTEST_F() local 153 EXPECT_EQ(OH_Drawing_TypographyGetGlyphPositionAtCoordinateWithCluster(typography, 1, 0) != nullptr, true); HWTEST_F() local 154 EXPECT_EQ(OH_Drawing_TypographyGetWordBoundary(typography, 1) != nullptr, true); HWTEST_F() local 155 EXPECT_EQ(OH_Drawing_TypographyGetLineTextRange(typography, 1, true) != nullptr, true); HWTEST_F() local 156 EXPECT_EQ(OH_Drawing_TypographyGetLineCount(typography) != 0, true); HWTEST_F() local 205 EXPECT_EQ(OH_Drawing_TypographyGetLineInfo(typography, lineNum, oneLine, includeWhitespace, &lineMetrics), true); HWTEST_F() local 246 EXPECT_EQ(OH_Drawing_TextStyleGetShadows(txtStyle) != nullptr, true); HWTEST_F() local 253 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(txtStyle, 0) != nullptr, true); HWTEST_F() local 254 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(txtStyle, 10000000) == nullptr, true); HWTEST_F() local 255 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(nullptr, 0) == nullptr, true); HWTEST_F() local 309 EXPECT_EQ(OH_Drawing_TypographyGetHeight(typography) != 0.0, true); HWTEST_F() local 310 EXPECT_EQ(OH_Drawing_TypographyGetLongestLineWithIndent(typography) != 0.0, true); HWTEST_F() local 312 OH_Drawing_TypographyGetMaxIntrinsicWidth(typography), true); HWTEST_F() local 313 EXPECT_EQ(OH_Drawing_TypographyGetAlphabeticBaseline(typography) != 0.0, true); HWTEST_F() local 314 EXPECT_EQ(OH_Drawing_TypographyGetIdeographicBaseline(typography) != 0.0, true); HWTEST_F() local [all...] |
| H A D | NativeDrawingPenTest.cpp | 74 EXPECT_EQ(OH_Drawing_PenIsAntiAlias(pen1), true); in HWTEST_F() local
|
| /third_party/lzma/CPP/Windows/Control/ |
| H A D | ComboBox.h | 47 void ShowDropDown(bool show = true) { SendMsg(CB_SHOWDROPDOWN, show ? TRUE : FALSE, 0); }
in ShowDropDown() argument
|
| /third_party/json/include/nlohmann/detail/input/ |
| H A D | json_sax.hpp | 176 explicit json_sax_dom_parser(BasicJsonType& r, const bool allow_exceptions_ = true) in json_sax_dom_parser() argument 356 json_sax_dom_callback_parser(BasicJsonType& r, const parser_callback_t cb, const bool allow_exceptions_ = true) json_sax_dom_callback_parser() argument [all...] |
| H A D | parser.hpp | 153 bool accept(const bool strict = true) in accept() argument 161 bool sax_parse(SAX* sax, const bool strict = true) in sax_parse() argument 71 parser(InputAdapterType&& adapter, const parser_callback_t<BasicJsonType> cb = nullptr, const bool allow_exceptions_ = true, const bool skip_comments = false) parser() argument [all...] |
| /third_party/json/tests/thirdparty/Fuzzer/ |
| H A D | FuzzerIOWindows.cpp | 148 ParseDrive(const std::string &FileName, const size_t Offset, bool Relative = true) ParseDrive() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | static_unisets_test.cpp | 100 assertFalse(UnicodeString("Set should not be empty: ") + i, uset->isEmpty(), false, true); in testNonEmpty() local
|
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| H A D | memtoy.h | 37 typedef enum {false=0, true} bool; enumerator
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
| H A D | thread_rwlock_test.cpp | 33 RwlockHandleControl(std::function<int(pthread_rwlock_t*, const timespec*)> mTimedLockFunction, clockid_t mClock, bool mFlag = true, pid_t mTid = 0, std::function<int(pthread_rwlock_t*)> mTrylock_function = &pthread_rwlock_trywrlock) RwlockHandleControl() argument
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-allow-passthrough.c | 40 PA_MODULE_LOAD_ONCE(true); variable
|
| H A D | module-suspend-on-idle.c | 38 PA_MODULE_LOAD_ONCE(true); variable
|
| H A D | module-intended-roles.c | 37 PA_MODULE_LOAD_ONCE(true); variable
|
| /third_party/pulseaudio/src/modules/macosx/ |
| H A D | module-coreaudio-detect.c | 39 PA_MODULE_LOAD_ONCE(true); variable
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | ir_builder.cpp | 49 Match(const std::string& original, IRContext* context, bool do_validation = true) Match() argument
|