/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2639 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2638 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2618 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 29292 /// A blueprint for crash test dummy instances that monitor particular events. 29308 /// Creates a crash test dummy design. The `id` determines order and equality of instances. 29318 /// Creates an instance of a crash test dummy that records what events it experiences 29324 /// Returns how many times instances of the dummy have been cloned. 29329 /// Returns how many times instances of the dummy have been dropped. 29334 /// Returns how many times instances of the dummy have had their `query` member invoked. [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 367 - 2019/02/14 (1.68) - made it illegal/assert when io.DisplayTime == 0.0f (with an exception for the first frame). If for some reason your time step calculation gives you a zero value, replace it with a dummy small value! 873 A: - You can create a dummy window. Call Begin() with the NoBackground | NoDecoration | NoSavedSettings | NoInputs flags. 1708 unsigned int dummy = 0; in ImTextCountUtf8BytesFromChar() local 1709 return ImTextCharFromUtf8(&dummy, in_text, in_text_end); in ImTextCountUtf8BytesFromChar() 2255 if (StepNo == 2) // Step 2: dummy step only required if an explicit items_height was passed to constructor or Begin() and user still call Step(). Does nothing and switch to Step 3. in Step() 2854 // Special handling for the dummy item after Begin() which represent the title bar or tab. in IsItemHovered() 4366 SetActiveID(id+1, child_window); // Steal ActiveId with a dummy id so that key-press won't activate child item in BeginChildEx()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.h | 247 #define SWITCH_CSA_DCHECK_ARGS(dummy, a, b, FUNC, ...) FUNC(a, b)
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2754 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2823 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2776 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2887 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2722 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2987 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2691 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2963 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2669 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2752 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2680 pub dummy: [crate::ctypes::c_long; 5usize],
|
/third_party/python/Lib/test/ |
H A D | test_io.py | 1142 raw.name = "dummy" 1143 self.assertRegex(repr(b), "<%s name='dummy'>" % clsname) 1144 raw.name = b"dummy" 1145 self.assertRegex(repr(b), "<%s name=b'dummy'>" % clsname) 2666 raw.name = "dummy" 2668 r"<(%s\.)?TextIOWrapper name='dummy' encoding='utf-8'>" % modname) 2671 r"<(%s\.)?TextIOWrapper name='dummy' mode='r' encoding='utf-8'>" % modname) 2672 raw.name = b"dummy" 2674 r"<(%s\.)?TextIOWrapper name=b'dummy' mode='r' encoding='utf-8'>" % modname) 3506 def _get_bad_decoder(dummy) [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 8697 /* If RSS is enabled, we need a (dummy) producer ring in tg3_mem_rx_acquire() 15641 u32 bmsr, dummy; in tg3_phy_probe() local 15654 if (!tg3_phy_copper_an_config_ok(tp, &dummy)) { in tg3_phy_probe() 16896 /* Write some dummy words into the SRAM status block in tg3_get_invariants()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 8682 /* If RSS is enabled, we need a (dummy) producer ring in tg3_mem_rx_acquire() 15593 u32 bmsr, dummy; in tg3_phy_probe() local 15606 if (!tg3_phy_copper_an_config_ok(tp, &dummy)) { in tg3_phy_probe() 16820 /* Write some dummy words into the SRAM status block in tg3_get_invariants()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 3118 % dummy definitions to worry about for index entries, etc. 4374 % Need these unexpandable (because we define \tt as a dummy)
|
/third_party/sqlite/src/ |
H A D | shell.c | 14739 i64 dummy = 0; in recoverIsValidPage() local 14740 nByte += recoverGetVarint(&a[iOff+nByte], &dummy); in recoverIsValidPage()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 18612 {nk_flags dummy = 0; in nk_tree_element_image_push_hashed_base() local 18626 nk_do_selectable_image(&dummy, &win->buffer, label, title, title_len, NK_TEXT_LEFT, in nk_tree_element_image_push_hashed_base() 18628 } else nk_do_selectable(&dummy, &win->buffer, label, title, title_len, NK_TEXT_LEFT, in nk_tree_element_image_push_hashed_base() 18764 /* dummy window */ in nk_group_scrolled_end()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |