/external/rust/crates/proc-macro-hack/ |
D | README.md | 4 …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://… 6 …hack-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 …]
|
D | Cargo.toml.orig | 2 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"]
|
D | METADATA | 1 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"
|
D | Cargo.toml | 15 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/ |
D | test-nf-cache-mngr.c | 9 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/ |
D | quicktest.sh | 143 /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/ |
D | BinaryCopy.hpp | 66 } 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/ |
D | CurrencyDemo.java | 47 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/ |
D | addr-label-difference.ll | 11 …ss(@test, %foo) to i32)), i32 sub (i32 ptrtoint (i8* blockaddress(@test, %hack) to i32), i32 ptrto… 24 br label %hack 26 hack:
|
D | x86-64-jumps.ll | 19 …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/ |
D | addr-label-difference.ll | 8 …ss(@test, %foo) to i32)), i32 sub (i32 ptrtoint (i8* blockaddress(@test, %hack) to i32), i32 ptrto… 21 br label %hack 23 hack:
|
D | x86-64-jumps.ll | 19 …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/ |
D | test-stable.sh | 8 cargo install cargo-hack 13 cargo hack "${cmd}" --each-feature --optional-deps
|
/external/rust/crates/proc-macro-nested/ |
D | Cargo.toml.orig | 6 description = "Support for nested proc-macro-hack invocations" 7 repository = "https://github.com/dtolnay/proc-macro-hack"
|
D | Cargo.toml | 17 description = "Support for nested proc-macro-hack invocations" 19 repository = "https://github.com/dtolnay/proc-macro-hack"
|
/external/python/oauth2client/ |
D | CONTRIBUTING.md | 47 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/ |
D | README.md | 142 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/ |
D | gp-gettext-hack.m4 | 4 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/ |
D | Cargo.toml.orig | 34 proc-macro-hack-test = { path = "./test-crate/proc-macro-hack-test" }
|
/external/slf4j/slf4j-site/src/site/pages/css/ |
D | popup.css | 6 _position:absolute; /* hack for internet explorer 6*/ 19 _position:absolute; /* hack for internet explorer 6*/
|
/external/llvm-project/lld/test/ELF/ |
D | ppc64-tls-vaddr-align.s | 15 ## 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/ |
D | grpc_build_boringssl_at_head.cfg | 27 # 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/ |
D | Android.bp | 54 …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/ |
D | Android.bp | 80 …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/ |
D | Android.bp | 59 "proc-macro-hack", 115 "proc-macro-hack", 177 // proc-macro-hack-0.5.19
|