Home
last modified time | relevance | path

Searched refs:frobnicate (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/devel/p5-Exporter-Tiny/Exporter-Tiny-1.002002/lib/Exporter/Tiny/Manual/
H A DQuickStart.pod5 =for stopwords frobnicate greps regexps
15 use Exporter::Shiny qw( frobnicate );
17 sub frobnicate {
25 use MyUtils "frobnicate";
27 frobnicate(42);
55 our @EXPORT = qw( frobnicate );
57 sub frobnicate { ... }
67 sub frobnicate { ... }
80 utils => [qw/ frobnicate /],
84 sub frobnicate { ... }
[all …]
H A DImporting.pod5 =for stopwords frobnicate greps regexps
26 use MyUtils "frobnicate";
51 use MyUtils qw( frobnicate :colours );
78 "frobnicate" => { -as => "frob" },
99 everything except "frobnicate":
101 use MyUtils qw( -all !frobnicate );
111 use MyUtils qw( !frobnicate frobnicate frobnicate frobnicate );
153 frobnicate(...); # ok
156 frobnicate(...); # not ok
172 $funcs{frobnicate}->(...);
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-swift/test/fixtures/interactions/
H A DMyService.java43 ListenableFuture<Integer> frobnicate(); in frobnicate() method
45 ListenableFuture<Integer> frobnicate( in frobnicate() method
69 ListenableFuture<Integer> frobnicate(); in frobnicate() method
71 ListenableFuture<Integer> frobnicate( in frobnicate() method
95 ListenableFuture<Void> frobnicate(); in frobnicate() method
97 ListenableFuture<Void> frobnicate( in frobnicate() method
143 reactor.core.publisher.Mono<Integer> frobnicate(); in frobnicate() method
209 reactor.core.publisher.Mono<Void> frobnicate(); in frobnicate() method
229 int frobnicate( in frobnicate() method
255 int frobnicate( in frobnicate() method
[all …]
H A DMyServiceAsyncReactiveWrapper.java39 public reactor.core.publisher.Mono<Integer> frobnicate() { in frobnicate() method in MyServiceAsyncReactiveWrapper.MyInteractionImpl
40 return com.facebook.thrift.util.FutureUtil.toMono(_delegateInteraction.frobnicate()); in frobnicate()
43 public reactor.core.publisher.Mono<Integer> frobnicate(RpcOptions rpcOptions) { in frobnicate() method in MyServiceAsyncReactiveWrapper.MyInteractionImpl
44 … return com.facebook.thrift.util.FutureUtil.toMono(_delegateInteraction.frobnicate( rpcOptions)); in frobnicate()
85 public reactor.core.publisher.Mono<Integer> frobnicate() { in frobnicate() method in MyServiceAsyncReactiveWrapper.MyInteractionFastImpl
86 return com.facebook.thrift.util.FutureUtil.toMono(_delegateInteraction.frobnicate()); in frobnicate()
89 public reactor.core.publisher.Mono<Integer> frobnicate(RpcOptions rpcOptions) { in frobnicate() method in MyServiceAsyncReactiveWrapper.MyInteractionFastImpl
90 … return com.facebook.thrift.util.FutureUtil.toMono(_delegateInteraction.frobnicate( rpcOptions)); in frobnicate()
131 public reactor.core.publisher.Mono<Void> frobnicate() { in frobnicate() method in MyServiceAsyncReactiveWrapper.SerialInteractionImpl
132 return com.facebook.thrift.util.FutureUtil.toMono(_delegateInteraction.frobnicate()); in frobnicate()
[all …]
H A DMyServiceBlockingReactiveWrapper.java46 public reactor.core.publisher.Mono<Integer> frobnicate() {
49 return _delegateInteraction.frobnicate();
57 public reactor.core.publisher.Mono<Integer> frobnicate(RpcOptions rpcOptions) {
108 public reactor.core.publisher.Mono<Integer> frobnicate() {
111 return _delegateInteraction.frobnicate();
119 public reactor.core.publisher.Mono<Integer> frobnicate(RpcOptions rpcOptions) {
170 public reactor.core.publisher.Mono<Void> frobnicate() {
173 _delegateInteraction.frobnicate();
181 public reactor.core.publisher.Mono<Void> frobnicate(RpcOptions rpcOptions) {
H A DMyServiceReactiveAsyncWrapper.java49 public com.google.common.util.concurrent.ListenableFuture<Integer> frobnicate() { in frobnicate() method in MyServiceReactiveAsyncWrapper.MyInteractionImpl
54 public com.google.common.util.concurrent.ListenableFuture<Integer> frobnicate( in frobnicate() method in MyServiceReactiveAsyncWrapper.MyInteractionImpl
92 public com.google.common.util.concurrent.ListenableFuture<Integer> frobnicate() { in frobnicate() method in MyServiceReactiveAsyncWrapper.MyInteractionFastImpl
97 public com.google.common.util.concurrent.ListenableFuture<Integer> frobnicate( in frobnicate() method in MyServiceReactiveAsyncWrapper.MyInteractionFastImpl
135 public com.google.common.util.concurrent.ListenableFuture<Void> frobnicate() { in frobnicate() method in MyServiceReactiveAsyncWrapper.SerialInteractionImpl
140 public com.google.common.util.concurrent.ListenableFuture<Void> frobnicate( in frobnicate() method in MyServiceReactiveAsyncWrapper.SerialInteractionImpl
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/interactions/gen-py3/module/
H A Dclients_wrapper.cpp65 MyServiceClientWrapper::MyInteractionInteractionWrapper::frobnicate( in frobnicate() function in cpp2::MyServiceClientWrapper::MyInteractionInteractionWrapper
72 client->frobnicate( in frobnicate()
110 MyServiceClientWrapper::MyInteractionFastInteractionWrapper::frobnicate( in frobnicate() function in cpp2::MyServiceClientWrapper::MyInteractionFastInteractionWrapper
117 client->frobnicate( in frobnicate()
155 MyServiceClientWrapper::SerialInteractionInteractionWrapper::frobnicate( in frobnicate() function in cpp2::MyServiceClientWrapper::SerialInteractionInteractionWrapper
162 client->frobnicate( in frobnicate()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/gcc.dg/
H A Dasm-names.c9 extern void frobnicate (void) asm ("___frob14"); /* three underscores */
14 frobnicate (); in main()

12345678910