Home
last modified time | relevance | path

Searched refs:imethod (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Examples/FLOSS Manual Examples/05 Sound Modification/
H A D05B01_Pan_stereo.csd14 imethod = p4 ; read panning method variable from score (p4)
23 if imethod=1 then
30 if imethod=2 then
37 if imethod=3 then
44 if imethod=4 then
/dports/www/p5-WordPress-XMLRPC/WordPress-XMLRPC-2.12/t/
H A Danalize_xmlrpc.pl277 my $imethod = shift;
278 my $codelines = $functs->{$imethod} or return;
289 METHOD: for my $imethod (_functions()){
290 my @codelines = _function_lines($imethod) or next METHOD;
302 $hash->{$imethod} = \@args;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/lambda-features/
H A DInvokespecialInterface.java37 default void imethod() { System.out.println("I::imethod"); } in imethod() method
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/lambda-features/
H A DInvokespecialInterface.java37 default void imethod() { System.out.println("I::imethod"); } in imethod() method
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/lambda-features/
H A DInvokespecialInterface.java37 default void imethod() { System.out.println("I::imethod"); } in imethod() method
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/lambda-features/
H A DInvokespecialInterface.java37 default void imethod() { System.out.println("I::imethod"); } in imethod() method
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/lambda-features/
H A DInvokespecialInterface.java37 default void imethod() { System.out.println("I::imethod"); } in imethod() method
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/lambda-features/
H A DInvokespecialInterface.java37 default void imethod() { System.out.println("I::imethod"); } in imethod() method
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/lambda-features/
H A DInvokespecialInterface.java37 default void imethod() { System.out.println("I::imethod"); } in imethod() method
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/lambda-features/
H A DInvokespecialInterface.java37 default void imethod() { System.out.println("I::imethod"); } in imethod() method
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/runtime/lambda-features/
H A DInvokespecialInterface.java38 default void imethod() { System.out.println("I::imethod"); } in imethod() method
42 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
43 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/runtime/lambda-features/
H A DInvokespecialInterface.java38 default void imethod() { System.out.println("I::imethod"); } in imethod() method
42 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod in foo()
43 public void bar() { I i = this; i.imethod(); } // invokeinterface same in bar()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/go/callgraph/cha/
H A Dcha.go56 type imethod struct {
68 methodsMemo := make(map[imethod][]*ssa.Function)
71 methods, ok := methodsMemo[imethod{I, id}]
79 methodsMemo[imethod{I, id}] = methods

12345678910>>...19