Home
last modified time | relevance | path

Searched refs:dropping (Results 1 – 25 of 154) sorted by relevance

1234567

/external/perfetto/ui/src/frontend/
Dtrack_panel.ts53 private dropping: 'before'|'after'|undefined = undefined;
74 const dropClass = this.dropping ? `drop-${this.dropping}` : '';
152 this.dropping = 'before';
154 this.dropping = 'after';
160 this.dropping = undefined;
165 if (this.dropping === undefined) return;
171 globals.dispatch(Actions.moveTrack({srcId, op: this.dropping, dstId}));
172 this.dropping = undefined;
/external/tensorflow/.github/ISSUE_TEMPLATE/
D60-tflite-converter-issue.md24 (You can paste links or attach files by dragging & dropping them below)
32 (You can paste links or attach files by dragging & dropping them below)
/external/rust/crates/itertools/tests/
Dtest_core.rs126 fn dropping() { in dropping() function
128 let mut it = xs.iter().dropping(2); in dropping()
131 let mut it = xs.iter().dropping(5); in dropping()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dlegalize-fp-load-invariant.ll3 ; Type legalization for illegal FP type results was dropping invariant
Dfastregalloc-illegal-subreg-physreg.mir5 # tied operands would skip dropping the subregister index.
/external/rust/crates/peeking_take_while/
DMETADATA2 …t the first value for which the `take_while` predicate returned false after dropping the `by_ref`."
DCargo.toml3 …t the first value for which the `take_while` predicate returned false after dropping the `by_ref`."
/external/llvm-project/llvm/test/Transforms/InstCombine/
D2007-02-07-PointerCast.ll3 ; Make sure the uint isn't removed. Instcombine in llvm 1.9 was dropping the
/external/llvm/test/Transforms/InstCombine/
D2007-02-07-PointerCast.ll3 ; Make sure the uint isn't removed. Instcombine in llvm 1.9 was dropping the
/external/libcap/doc/values/
D8.txt4 vectors. This capability permits dropping bits from the
/external/libcap/psx/
DREADME5 (including dropping privilege) in a Go program running on Linux. This
/external/llvm-project/clang/test/SemaObjC/
Dillegal-nonarc-bridged-cast.m46 // Check that clang doesn't warn about dropping const from Objective-C object
/external/pigweed/pw_toolchain/host_clang/
DBUILD.gn69 # Force dropping the system libc++
/external/llvm-project/llvm/test/Transforms/Reassociate/
Dreassociate_salvages_debug_info.ll3 ; Check that reassociate pass now salvages debug info when dropping instructions.
/external/e2fsprogs/doc/RelNotes/
Dv1.44.4.txt53 as dropping obsolete files that aren't shipped as part of
/external/iproute2/tc/
Dq_codel.c193 if (st->dropping) in codel_print_xstats()
/external/iproute2/include/uapi/linux/
Dpkt_sched.h715 __u32 dropping; /* are we in dropping state ? */ member
767 __u32 dropping; member
/external/rust/crates/heck/
DREADME.md45 This library is a little bit opinionated (dropping punctuation, for example).
/external/iproute2/examples/diffserv/
DREADME36 subnet to AF4*, BE or end up dropping depending on the metering results.
/external/llvm-project/clang/include/clang/Basic/
Darm_mve_defs.td435 // PNT_Type: the usual case, in which the polymorphic name is made by dropping
440 // PNT_2Type: the polymorphic name is made by dropping _two_ type suffixes.
444 // PNT_NType: the polymorphic name is made by dropping an "_n" suffix and a
448 // PNT_NType: the polymorphic name is made by just dropping an "_n" suffix
452 // PNT_WBType: the polymorphic name is made by dropping an "_wb" suffix and a
456 // PNT_WB: the polymorphic name is made by just dropping "_wb". E.g.
/external/mesa3d/docs/relnotes/
D10.6.9.rst99 - st/mesa: fix front buffer regression after dropping st_validate_state
/external/libnl/include/linux-private/linux/
Dpkt_sched.h776 __u32 dropping; /* are we in dropping state ? */ member
828 __u32 dropping; member
/external/llvm-project/llvm/docs/
DHowToUpdateDebugInfo.rst60 the rule for :ref:`dropping locations<WhenToDropLocation>` applies.
105 :ref:`dropping locations<WhenToDropLocation>` should apply here.
110 :ref:`dropping locations<WhenToDropLocation>` applies.
133 dropping locations applies.
/external/libcap-ng/libcap-ng-0.7/
DChangeLog49 - Remove unnecessary uid check in change_uid when dropping supplemental groups
/external/llvm-project/llvm/test/Transforms/PhaseOrdering/
Dglobalaa-retained.ll14 ; dropping the GlobalsAA information earlier in the pipeline, which

1234567