| /kernel/linux/linux-5.10/fs/f2fs/ |
| H A D | compress.c | 1430 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 D | dpu_crtc.c | 800 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 D | rtllib_rx.c | 1388 RX_DIR, true); in rtllib_rx_InfraAdhoc() local [all...] |
| /kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_rx.c | 1251 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 D | main.c | 711 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 D | kcsan_test.c | 568 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 D | smpboot.c | 315 set_cpu_online(smp_processor_id(), true); in start_secondary() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_crtc.c | 1153 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 D | selftest_lrc.c | 189 engine->kernel_context, engine, true); in live_lrc_layout() local
|
| /kernel/linux/linux-6.6/tools/mm/ |
| H A D | page_owner_sort.c | 27 #define true 1 macro [all...] |
| /kernel/linux/linux-6.6/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 286 hvs_do_close_lock_held(vsock_sk(sk), true); in hvs_close_connection() local
|
| /test/xts/acts/graphic/graphicnapidrawingtest/ |
| H A D | OH_Drawing_TypographyTest.cpp | 530 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 D | sm3600.h | 80 typedef enum { false, true } TBool; enumerator
|
| /third_party/cJSON/ |
| H A D | cJSON_Utils.c | 57 #undef true macro 59 #define true ((cJSON_bool)1) macro [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tzfmttst.cpp | 762 tz->getOffset(static_cast<UDate>(date), true, rawOffset, dstOffset, status); RunAdoptDefaultThreadSafeTests() local [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_patternstring.cpp | 401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local [all...] |
| /third_party/lzma/CPP/Windows/ |
| H A D | Window.h | 211 bool Move(int x, int y, int width, int height, bool repaint = true)
in Move() argument 250 bool InvalidateRect(LPCRECT rect, bool backgroundErase = true)
in InvalidateRect() argument 252 void SetRedraw(bool redraw = true) { SendMsg(WM_SETREDRAW, (WPARAM)BoolToBOOL(redraw), 0); }
in SetRedraw() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_patternstring.cpp | 401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); consumeIntegerFormat() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | code-generator-arm.cc | 549 AdjustStackPointerForTailCall( TurboAssembler* tasm, FrameAccessState* state, int new_slot_above_sp, ZoneVector<Register>* pending_pushes = nullptr, bool allow_shrinkage = true) AdjustStackPointerForTailCall() argument
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 106 GetOrCreateDebugProxyMap( Isolate* isolate, DebugProxyId id, v8::Local<v8::FunctionTemplate> (*create_template_fn)(v8::Isolate*), bool make_non_extensible = true) GetOrCreateDebugProxyMap() argument
|
| H A D | debug.h | 636 explicit DisableBreak(Debug* debug, bool disable = true) in DisableBreak() argument
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-console.cc | 129 firstArgToString(const String16& defaultValue, bool allowUndefined = true) firstArgToString() argument
|
| /third_party/node/deps/v8/src/execution/s390/ |
| H A D | simulator-s390.h | 424 get_simd_register_by_lane(int reg, int lane, bool force_ibm_lane_numbering = true) get_simd_register_by_lane() argument 437 set_simd_register_by_lane(int reg, int lane, const T& value, bool force_ibm_lane_numbering = true) set_simd_register_by_lane() argument
|
| /third_party/node/deps/v8/src/logging/ |
| H A D | counters.h | 198 void EnsureCreated(bool create_new = true) { in EnsureCreated() argument
|
| /third_party/libabigail/src/ |
| H A D | abg-ini.cc | 60 char_is_delimiter(int b, bool include_white_space = true, in char_is_delimiter() argument 945 get(bool do_handle_escape = true) get() argument [all...] |