Home
last modified time | relevance | path

Searched refs:hack (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/external/rust/crates/proc-macro-hack/
DREADME.md4 …nay/proc--macro--hack-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](http…
5 …io/crates/v/proc-macro-hack.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://…
6hack-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white&logo=data:image/svg+xml;base64,P…
7 …low/status/dtolnay/proc-macro-hack/CI/master?style=for-the-badge" height="20">](https://github.com…
33 [» example of an implementation crate][demo-hack-impl]
36 supported procedural macro, use proc-macro-hack's #\[proc_macro_hack\]
61 [» example of a declaration crate][demo-hack]
77 Both crates depend on `proc-macro-hack`:
81 proc-macro-hack = "0.5"
109 [demo-hack-impl]: https://github.com/dtolnay/proc-macro-hack/tree/master/demo-hack-impl
[all …]
DCargo.toml.orig2 name = "proc-macro-hack"
8 repository = "https://github.com/dtolnay/proc-macro-hack"
16 demo-hack = { version = "0.0.5", path = "demo-hack" }
17 demo-hack-impl = { version = "0.0.5", path = "demo-hack-impl" }
24 members = ["demo-hack", "demo-hack-impl", "example", "nested"]
DMETADATA1 name: "proc-macro-hack"
6 value: "https://crates.io/crates/proc-macro-hack"
10 value: "https://static.crates.io/crates/proc-macro-hack/proc-macro-hack-0.5.19.crate"
DCargo.toml15 name = "proc-macro-hack"
22 repository = "https://github.com/dtolnay/proc-macro-hack"
28 [dev-dependencies.demo-hack]
31 [dev-dependencies.demo-hack-impl]
/external/libnl/tests/
Dtest-nf-cache-mngr.c9 static struct nl_addr *hack = NULL; in change_cb() local
11 if (!hack) in change_cb()
12 nl_addr_parse("194.88.212.233", AF_INET, &hack); in change_cb()
14 if (!nl_addr_cmp(hack, nfnl_ct_get_src(ct, 1)) || in change_cb()
15 !nl_addr_cmp(hack, nfnl_ct_get_dst(ct, 1))) { in change_cb()
/external/libcap/progs/
Dquicktest.sh143 /bin/cat > hack.sh <<EOF
157 /bin/chmod +xs hack.sh
158 ./capsh --uid=1 --inh=none --print -- ./hack.sh
160 /bin/rm -f ./hack.sh
187 /bin/cat > hack.sh <<EOF
200 /bin/chmod +x hack.sh
201 pass_capsh --keep=1 --uid=$nouid --inh=cap_setuid --addamb=cap_setuid -- ./hack.sh
203 /bin/rm -f hack.sh
/external/parameter-framework/upstream/utility/
DBinaryCopy.hpp66 } hack; in binaryCopy() local
68 hack.source = source; in binaryCopy()
69 return hack.destination; in binaryCopy()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
DCurrencyDemo.java47 HackCurrencyInfo hack = (HackCurrencyInfo)(hackData.get(currency.getCurrencyCode())); in getCurrencyFormat() local
48 result.setMinimumFractionDigits(hack.decimals); in getCurrencyFormat()
49 result.setMaximumFractionDigits(hack.decimals); in getCurrencyFormat()
50 result.setRoundingIncrement(hack.rounding); in getCurrencyFormat()
52 symbols.setCurrencySymbol(hack.symbol); in getCurrencyFormat()
/external/llvm-project/llvm/test/CodeGen/X86/
Daddr-label-difference.ll11 …ss(@test, %foo) to i32)), i32 sub (i32 ptrtoint (i8* blockaddress(@test, %hack) to i32), i32 ptrto…
24 br label %hack
26 hack:
Dx86-64-jumps.ll19 …64)) to i32), i32 trunc (i64 sub (i64 ptrtoint (i8* blockaddress(@test2, %hack) to i64), i64 ptrto…
37 br label %hack
39 hack: ; preds = %bar, %indirectgoto
44 …indirectbr i8* %indirect.goto.dest, [label %foo, label %foo, label %bar, label %foo, label %hack, …
/external/llvm/test/CodeGen/X86/
Daddr-label-difference.ll8 …ss(@test, %foo) to i32)), i32 sub (i32 ptrtoint (i8* blockaddress(@test, %hack) to i32), i32 ptrto…
21 br label %hack
23 hack:
Dx86-64-jumps.ll19 …64)) to i32), i32 trunc (i64 sub (i64 ptrtoint (i8* blockaddress(@test2, %hack) to i64), i64 ptrto…
37 br label %hack
39 hack: ; preds = %bar, %indirectgoto
44 …indirectbr i8* %indirect.goto.dest, [label %foo, label %foo, label %bar, label %foo, label %hack, …
/external/rust/crates/bytes/ci/
Dtest-stable.sh8 cargo install cargo-hack
13 cargo hack "${cmd}" --each-feature --optional-deps
/external/rust/crates/proc-macro-nested/
DCargo.toml.orig6 description = "Support for nested proc-macro-hack invocations"
7 repository = "https://github.com/dtolnay/proc-macro-hack"
DCargo.toml17 description = "Support for nested proc-macro-hack invocations"
19 repository = "https://github.com/dtolnay/proc-macro-hack"
/external/python/oauth2client/
DCONTRIBUTING.md47 You’ll have to create a development environment to hack on
56 the destination as `hack-on-oauth2client`. For example:
60 $ git clone git@github.com:USERNAME/oauth2client.git hack-on-oauth2client
61 $ cd hack-on-oauth2client
76 $ cd ~/hack-on-oauth2client
89 `~/hack-on-oauth2client/env` virtual environment you created above will be
91 follow literally, use the `export VENV=~/hack-on-oauth2client/env`
100 $ cd ~/hack-on-oauth2client
122 $ cd ~/hack-on-oauth2client
/external/rust/crates/async-stream/
DREADME.md142 rust, a hack similar to the one provided by the [`proc-macro-hack`] crate is
155 `async-stream` suffers from the same limitations as the [`proc-macro-hack`]
163 [`proc-macro-hack`]: https://github.com/dtolnay/proc-macro-hack/
/external/libexif/m4m/
Dgp-gettext-hack.m44 dnl gettext hack, originally designed for libexif, libgphoto2, and Co.
48 # Not so sure whether this hack is all *that* evil...
49 AC_MSG_CHECKING([for po/Makevars requiring hack])
/external/rust/crates/proc-macro-error/
DCargo.toml.orig34 proc-macro-hack-test = { path = "./test-crate/proc-macro-hack-test" }
/external/slf4j/slf4j-site/src/site/pages/css/
Dpopup.css6 _position:absolute; /* hack for internet explorer 6*/
19 _position:absolute; /* hack for internet explorer 6*/
/external/llvm-project/lld/test/ELF/
Dppc64-tls-vaddr-align.s15 ## We currently have a hack in Writer.cpp:fixSectionAlignments() to force
20 ## Once we delete the hack, it is likely p_vaddr%p_align != 0.
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_build_boringssl_at_head.cfg27 # Tiny hack: misusing an already whitelisted env var to pass submodule name
33 # Tiny hack: misusing an already whitelisted env var to pass branch name to checkout
/external/rust/crates/grpcio/
DAndroid.bp54 …utures-channel,futures-io,futures-macro,futures-sink,io,memchr,proc-macro-hack,proc-macro-nested,s…
67 // proc-macro-hack-0.5.19
/external/libchromeos-rs/
DAndroid.bp80 …utures-channel,futures-io,futures-macro,futures-sink,io,memchr,proc-macro-hack,proc-macro-nested,s…
90 // proc-macro-hack-0.5.19
/external/rust/crates/futures-util/
DAndroid.bp59 "proc-macro-hack",
115 "proc-macro-hack",
177 // proc-macro-hack-0.5.19

12345678910>>...17