Home
last modified time | relevance | path

Searched defs:true (Results 351 - 375 of 569) sorted by relevance

1...<<11121314151617181920>>...23

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_test.cc199 CordRepBtree* MakeTree(size_t size, bool append = true) { in MakeTree() argument
[all...]
/kernel/linux/linux-5.10/drivers/base/power/
H A Dmain.c715 trace_suspend_resume(TPS("dpm_resume_noirq"), state.event, true); in dpm_noirq_resume_devices() local
850 trace_suspend_resume(TPS("dpm_resume_early"), state.event, true); in dpm_resume_early() local
1008 trace_suspend_resume(TPS("dpm_resume"), state.event, true); dpm_resume() local
1100 trace_suspend_resume(TPS("dpm_complete"), state.event, true); dpm_complete() local
1291 trace_suspend_resume(TPS("dpm_suspend_noirq"), state.event, true); dpm_noirq_suspend_devices() local
1477 trace_suspend_resume(TPS("dpm_suspend_late"), state.event, true); dpm_suspend_late() local
1754 trace_suspend_resume(TPS("dpm_suspend"), state.event, true); dpm_suspend() local
1882 trace_suspend_resume(TPS("dpm_prepare"), state.event, true); dpm_prepare() local
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dsetup.c513 set_cpu_online(smp_processor_id(), true); in mark_bsp_online() local
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dsetup.c535 set_cpu_online(smp_processor_id(), true); in mark_bsp_online() local
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Duserfaultfd.c699 nr_pages_per_cpu * page_size, true); in background_thread() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c1252 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, RX_DIR, true); in ieee80211_rx() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_rx.c1407 RX_DIR, true); in rtllib_rx_InfraAdhoc() local
[all...]
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Dhyperv_transport.c277 hvs_do_close_lock_held(vsock_sk(sk), true); in hvs_close_connection() local
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_controller.c260 snd_hdac_stream_start(azx_stream(azx_dev), true); in azx_pcm_trigger() local
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dcompress.c1430 f2fs_balance_fs(F2FS_M_SB(mapping), true); f2fs_write_raw_pages() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c800 trace_dpu_crtc_enable(DRMID(crtc), true, dpu_crtc); in dpu_crtc_enable() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_rx.c1388 RX_DIR, true); in rtllib_rx_InfraAdhoc() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c1251 GetTs(ieee, (struct ts_common_info **)&pTS, hdr->addr2, TID, RX_DIR, true); in ieee80211_rx() local
[all...]
/kernel/linux/linux-6.6/drivers/base/power/
H A Dmain.c711 trace_suspend_resume(TPS("dpm_resume_noirq"), state.event, true); in dpm_noirq_resume_devices() local
844 trace_suspend_resume(TPS("dpm_resume_early"), state.event, true); in dpm_resume_early() local
1002 trace_suspend_resume(TPS("dpm_resume"), state.event, true); dpm_resume() local
1094 trace_suspend_resume(TPS("dpm_complete"), state.event, true); dpm_complete() local
1285 trace_suspend_resume(TPS("dpm_suspend_noirq"), state.event, true); dpm_noirq_suspend_devices() local
1469 trace_suspend_resume(TPS("dpm_suspend_late"), state.event, true); dpm_suspend_late() local
1747 trace_suspend_resume(TPS("dpm_suspend"), state.event, true); dpm_suspend() local
1875 trace_suspend_resume(TPS("dpm_prepare"), state.event, true); dpm_prepare() local
[all...]
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dkcsan_test.c568 KCSAN_EXPECT_READ_BARRIER(mb(), true); in test_barrier_nothreads() local
570 KCSAN_EXPECT_READ_BARRIER(rmb(), true); in test_barrier_nothreads() local
571 KCSAN_EXPECT_READ_BARRIER(smp_mb(), true); in test_barrier_nothreads() local
573 KCSAN_EXPECT_READ_BARRIER(smp_rmb(), true); in test_barrier_nothreads() local
575 KCSAN_EXPECT_READ_BARRIER(dma_rmb(), true); in test_barrier_nothreads() local
576 KCSAN_EXPECT_READ_BARRIER(smp_mb__before_atomic(), true); in test_barrier_nothreads() local
577 KCSAN_EXPECT_READ_BARRIER(smp_mb__after_atomic(), true); in test_barrier_nothreads() local
578 KCSAN_EXPECT_READ_BARRIER(smp_mb__after_spinlock(), true); in test_barrier_nothreads() local
581 KCSAN_EXPECT_READ_BARRIER(smp_store_release(&test_var, 0), true); test_barrier_nothreads() local
582 KCSAN_EXPECT_READ_BARRIER(xchg(&test_var, 0), true); test_barrier_nothreads() local
583 KCSAN_EXPECT_READ_BARRIER(xchg_release(&test_var, 0), true); test_barrier_nothreads() local
585 KCSAN_EXPECT_READ_BARRIER(cmpxchg(&test_var, 0, 0), true); test_barrier_nothreads() local
586 KCSAN_EXPECT_READ_BARRIER(cmpxchg_release(&test_var, 0, 0), true); test_barrier_nothreads() local
591 KCSAN_EXPECT_READ_BARRIER(atomic_set_release(&dummy, 0), true); test_barrier_nothreads() local
607 KCSAN_EXPECT_READ_BARRIER(arch_spin_unlock(&arch_spinlock), true); test_barrier_nothreads() local
609 KCSAN_EXPECT_READ_BARRIER(spin_unlock(&test_spinlock), true); test_barrier_nothreads() local
611 KCSAN_EXPECT_READ_BARRIER(mutex_unlock(&test_mutex), true); test_barrier_nothreads() local
613 KCSAN_EXPECT_WRITE_BARRIER(mb(), true); test_barrier_nothreads() local
614 KCSAN_EXPECT_WRITE_BARRIER(wmb(), true); test_barrier_nothreads() local
616 KCSAN_EXPECT_WRITE_BARRIER(smp_mb(), true); test_barrier_nothreads() local
617 KCSAN_EXPECT_WRITE_BARRIER(smp_wmb(), true); test_barrier_nothreads() local
619 KCSAN_EXPECT_WRITE_BARRIER(dma_wmb(), true); test_barrier_nothreads() local
621 KCSAN_EXPECT_WRITE_BARRIER(smp_mb__before_atomic(), true); test_barrier_nothreads() local
622 KCSAN_EXPECT_WRITE_BARRIER(smp_mb__after_atomic(), true); test_barrier_nothreads() local
623 KCSAN_EXPECT_WRITE_BARRIER(smp_mb__after_spinlock(), true); test_barrier_nothreads() local
626 KCSAN_EXPECT_WRITE_BARRIER(smp_store_release(&test_var, 0), true); test_barrier_nothreads() local
627 KCSAN_EXPECT_WRITE_BARRIER(xchg(&test_var, 0), true); test_barrier_nothreads() local
628 KCSAN_EXPECT_WRITE_BARRIER(xchg_release(&test_var, 0), true); test_barrier_nothreads() local
630 KCSAN_EXPECT_WRITE_BARRIER(cmpxchg(&test_var, 0, 0), true); test_barrier_nothreads() local
631 KCSAN_EXPECT_WRITE_BARRIER(cmpxchg_release(&test_var, 0, 0), true); test_barrier_nothreads() local
636 KCSAN_EXPECT_WRITE_BARRIER(atomic_set_release(&dummy, 0), true); test_barrier_nothreads() local
652 KCSAN_EXPECT_WRITE_BARRIER(arch_spin_unlock(&arch_spinlock), true); test_barrier_nothreads() local
654 KCSAN_EXPECT_WRITE_BARRIER(spin_unlock(&test_spinlock), true); test_barrier_nothreads() local
656 KCSAN_EXPECT_WRITE_BARRIER(mutex_unlock(&test_mutex), true); test_barrier_nothreads() local
658 KCSAN_EXPECT_RW_BARRIER(mb(), true); test_barrier_nothreads() local
659 KCSAN_EXPECT_RW_BARRIER(wmb(), true); test_barrier_nothreads() local
660 KCSAN_EXPECT_RW_BARRIER(rmb(), true); test_barrier_nothreads() local
661 KCSAN_EXPECT_RW_BARRIER(smp_mb(), true); test_barrier_nothreads() local
662 KCSAN_EXPECT_RW_BARRIER(smp_wmb(), true); test_barrier_nothreads() local
663 KCSAN_EXPECT_RW_BARRIER(smp_rmb(), true); test_barrier_nothreads() local
664 KCSAN_EXPECT_RW_BARRIER(dma_wmb(), true); test_barrier_nothreads() local
665 KCSAN_EXPECT_RW_BARRIER(dma_rmb(), true); test_barrier_nothreads() local
666 KCSAN_EXPECT_RW_BARRIER(smp_mb__before_atomic(), true); test_barrier_nothreads() local
667 KCSAN_EXPECT_RW_BARRIER(smp_mb__after_atomic(), true); test_barrier_nothreads() local
668 KCSAN_EXPECT_RW_BARRIER(smp_mb__after_spinlock(), true); test_barrier_nothreads() local
671 KCSAN_EXPECT_RW_BARRIER(smp_store_release(&test_var, 0), true); test_barrier_nothreads() local
672 KCSAN_EXPECT_RW_BARRIER(xchg(&test_var, 0), true); test_barrier_nothreads() local
673 KCSAN_EXPECT_RW_BARRIER(xchg_release(&test_var, 0), true); test_barrier_nothreads() local
675 KCSAN_EXPECT_RW_BARRIER(cmpxchg(&test_var, 0, 0), true); test_barrier_nothreads() local
676 KCSAN_EXPECT_RW_BARRIER(cmpxchg_release(&test_var, 0, 0), true); test_barrier_nothreads() local
681 KCSAN_EXPECT_RW_BARRIER(atomic_set_release(&dummy, 0), true); test_barrier_nothreads() local
697 KCSAN_EXPECT_RW_BARRIER(arch_spin_unlock(&arch_spinlock), true); test_barrier_nothreads() local
699 KCSAN_EXPECT_RW_BARRIER(spin_unlock(&test_spinlock), true); test_barrier_nothreads() local
701 KCSAN_EXPECT_RW_BARRIER(mutex_unlock(&test_mutex), true); test_barrier_nothreads() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsmpboot.c315 set_cpu_online(smp_processor_id(), true); in start_secondary() local
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c1153 trace_dpu_crtc_enable(DRMID(crtc), true, dpu_crtc); in dpu_crtc_enable() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c189 engine->kernel_context, engine, true); in live_lrc_layout() local
/kernel/linux/linux-6.6/tools/mm/
H A Dpage_owner_sort.c27 #define true 1 macro
[all...]
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Dhyperv_transport.c286 hvs_do_close_lock_held(vsock_sk(sk), true); in hvs_close_connection() local
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DOH_Drawing_TypographyTest.cpp530 EXPECT_EQ(OH_Drawing_TypographyGetHeight(typography) != 0.0, true); in HWTEST_F() local
531 EXPECT_EQ(OH_Drawing_TypographyGetLongestLine(typography) != 0.0, true); in HWTEST_F() local
533 OH_Drawing_TypographyGetMaxIntrinsicWidth(typography), true); in HWTEST_F() local
534 EXPECT_EQ(OH_Drawing_TypographyGetAlphabeticBaseline(typography) != 0.0, true); in HWTEST_F() local
535 EXPECT_EQ(OH_Drawing_TypographyGetIdeographicBaseline(typography) != 0.0, true); in HWTEST_F() local
844 EXPECT_EQ(OH_Drawing_TypographyDidExceedMaxLines(typography) != true, true); in HWTEST_F() local
847 EXPECT_EQ(OH_Drawing_TypographyGetRectsForRange(typography, 1, 2, heightStyle, widthStyle) != nullptr, true); in HWTEST_F() local
848 EXPECT_EQ(OH_Drawing_TypographyGetRectsForPlaceholders(typography) != nullptr, true); in HWTEST_F() local
849 EXPECT_EQ(OH_Drawing_TypographyGetGlyphPositionAtCoordinate(typography, 1, 0) != nullptr, true); HWTEST_F() local
850 EXPECT_EQ(OH_Drawing_TypographyGetGlyphPositionAtCoordinateWithCluster(typography, 1, 0) != nullptr, true); HWTEST_F() local
851 EXPECT_EQ(OH_Drawing_TypographyGetWordBoundary(typography, 1) != nullptr, true); HWTEST_F() local
852 EXPECT_EQ(OH_Drawing_TypographyGetLineTextRange(typography, 1, true) != nullptr, true); HWTEST_F() local
853 EXPECT_EQ(OH_Drawing_TypographyGetLineCount(typography) != 0, true); HWTEST_F() local
902 EXPECT_EQ(OH_Drawing_TypographyGetLineInfo(typography, lineNum, oneLine, includeWhitespace, &lineMetrics), true); HWTEST_F() local
1229 EXPECT_EQ(OH_Drawing_FontParserGetFontByName(parser, name) != nullptr, true); HWTEST_F() local
1236 EXPECT_EQ(OH_Drawing_LineMetricsGetSize(vectorMetrics) != 0, true); HWTEST_F() local
1239 EXPECT_EQ(OH_Drawing_TypographyGetLineMetricsAt(typography, 0, metrics), true); HWTEST_F() local
1314 EXPECT_EQ(OH_Drawing_TextStyleGetShadows(txtStyle) != nullptr, true); HWTEST_F() local
1321 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(txtStyle, 0) != nullptr, true); HWTEST_F() local
1322 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(txtStyle, 10000000) == nullptr, true); HWTEST_F() local
1323 EXPECT_EQ(OH_Drawing_TextStyleGetShadowWithIndex(nullptr, 0) == nullptr, true); HWTEST_F() local
1369 EXPECT_EQ(OH_Drawing_TextStyleGetFontMetrics(typography, txtStyle, &fontmetrics), true); HWTEST_F() local
1378 EXPECT_EQ(OH_Drawing_TypographyGetEffectiveAlignment(typoStyle) >= 0, true); HWTEST_F() local
1379 EXPECT_EQ(OH_Drawing_TypographyIsLineUnlimited(typoStyle) != 0, true); HWTEST_F() local
1380 EXPECT_EQ(OH_Drawing_TypographyIsEllipsized(typoStyle) != 0, true); HWTEST_F() local
1680 EXPECT_EQ(OH_Drawing_TextStyleGetFontFamilies(nullptr, &fontFamiliesNumber) == nullptr, true); HWTEST_F() local
1696 EXPECT_EQ(OH_Drawing_TextStyleGetHalfLeading(txtStyle), true); HWTEST_F() local
1700 EXPECT_EQ(OH_Drawing_TextStyleGetLocale(nullptr) == nullptr, true); HWTEST_F() local
1736 EXPECT_EQ(OH_Drawing_TextStyleGetFontFeatures(nullptr) == nullptr, true); HWTEST_F() local
1774 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(nullptr) == TEXT_HEIGHT_ALL, true); HWTEST_F() local
1777 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(typoStyle) == TEXT_HEIGHT_ALL, true); HWTEST_F() local
1779 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(typoStyle) == TEXT_HEIGHT_DISABLE_FIRST_ASCENT, true); HWTEST_F() local
1781 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(typoStyle) == TEXT_HEIGHT_DISABLE_LAST_ASCENT, true); HWTEST_F() local
1783 EXPECT_EQ(OH_Drawing_TypographyTextGetHeightBehavior(typoStyle) == TEXT_HEIGHT_DISABLE_ALL, true); HWTEST_F() local
2233 EXPECT_EQ(OH_Drawing_TypographyStyleGetStrutStyle(typoStyle) != nullptr, true); HWTEST_F() local
2270 EXPECT_EQ(OH_Drawing_TextStyleIsPlaceholder(txtStyle), true); HWTEST_F() local
2343 EXPECT_EQ(OH_Drawing_TextStyleIsEqual(nullptr, nullptr), true); HWTEST_F() local
2506 EXPECT_EQ(OH_Drawing_FontParserGetSystemFontList(nullptr, &fontNum) == nullptr, true); HWTEST_F() local
2508 EXPECT_EQ(OH_Drawing_FontParserGetFontByName(parser, name) != nullptr, true); HWTEST_F() local
2509 EXPECT_EQ(OH_Drawing_FontParserGetFontByName(nullptr, name) == nullptr, true); HWTEST_F() local
2549 EXPECT_EQ(OH_Drawing_TextStyleGetFontMetrics(typography, txtStyle, &fontmetrics), true); HWTEST_F() local
2592 EXPECT_EQ(OH_Drawing_TextStyleGetFontMetrics(typography, txtStyle, &fontmetrics), true); HWTEST_F() local
2679 EXPECT_EQ(OH_Drawing_TypographyGetHeight(typography) != 0.0, true); HWTEST_F() local
2680 EXPECT_EQ(OH_Drawing_TypographyGetLongestLineWithIndent(typography) != 0.0, true); HWTEST_F() local
2682 OH_Drawing_TypographyGetMaxIntrinsicWidth(typography), true); HWTEST_F() local
2683 EXPECT_EQ(OH_Drawing_TypographyGetAlphabeticBaseline(typography) != 0.0, true); HWTEST_F() local
2684 EXPECT_EQ(OH_Drawing_TypographyGetIdeographicBaseline(typography) != 0.0, true); HWTEST_F() local
[all...]
/third_party/backends/backend/
H A Dsm3600.h80 typedef enum { false, true } TBool; enumerator
/third_party/cJSON/
H A DcJSON_Utils.c57 #undef true macro
59 #define true ((cJSON_bool)1) macro
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp762 tz->getOffset(static_cast<UDate>(date), true, rawOffset, dstOffset, status); RunAdoptDefaultThreadSafeTests() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternstring.cpp401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local
[all...]

Completed in 42 milliseconds

1...<<11121314151617181920>>...23