Home
last modified time | relevance | path

Searched +defs:go +defs:to (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/src/Dhall/
H A DOptics.hs30 go = transformOf l (\x -> maybe x go (f x)) function
37 go = f . over l go function
46 go = transformMOf l (\x -> f x >>= maybe (return x) go) function
54 go t = mapMOf l go t >>= f function
75 to k = dimap k (contramap k) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/generics-sop-0.5.1.1/src/Generics/SOP/
H A DTH.hs58 -- > to (SOP (Z (I x :* Nil))) = Leaf x function
59 -- > to (SOP (S (Z (I l :* I r :* Nil)))) = Node l r function
60 -- > to (SOP (S (S x))) = x `seq` error "inaccessible" function
245 go' _ [] = (:[]) $ do function
248 go' br cs = go br cs function
251 go _ [] = [] function
266 go' [] = (:[]) $ do function
269 go' cs = go id cs function
277 -- to (S (... (S x))) = x `seq` error "inaccessible" function
281 -- to (S (... (S x))) = case x of {} function
[all …]
/dports/devel/p5-Test-Assertions/Test-Assertions-1.054/t/
H A DTest-Assertion_style.pl8 sub go { subroutine
11 sub to { subroutine
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/opentelemetry-0.6.1/src/OpenTelemetry/
H A DPropagation.hs28 to context = to1 context function
58 go _ (Just tid, Just sid) = Just (tid, sid) function
59 go [] _ = Nothing function
79 go Nothing _ = Nothing function
80 go (Just !result) (ord -> d) | d >= 48 && d < 58 = Just $ result * 16 + fromIntegral d - 48 function
81 go (Just result) (ord -> d) | d >= 97 && d < 124 = Just $ result * 16 + fromIntegral d - 87 function
82 go _ _ = Nothing function
91 go Nothing _ = Nothing function
92 go (Just !result) d | d >= 48 && d < 58 = Just $ result * 16 + fromIntegral d - 48 function
93 go (Just result) d | d >= 97 && d < 124 = Just $ result * 16 + fromIntegral d - 87 function
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/bytestring/Data/ByteString/Lazy/
H A DInternal.hs192 where go Empty = z function
193 go (Chunk c cs) = f c (go cs) function
200 where go a _ | a `seq` False = undefined function
201 go a Empty = a function
202 go a (Chunk c cs) = go (f a c) cs function
267 go Empty css = to css function
268 go (Chunk c cs) css = Chunk c (go cs css) function
269 to [] = Empty function
270 to (cs:css) = go cs css function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java91 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
113 private int getX(int to, int from, int rn) { in getX()
117 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java91 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
113 private int getX(int to, int from, int rn) { in getX()
117 private int getY(int to, int from, int rn) { in getY()
/dports/lang/ghc/ghc-8.10.7/libraries/bytestring/Data/ByteString/
H A DLazy.hs488 where go a Empty = a function
542 to c cs | S.null c = case cs of function
846 go Empty = [] function
851 to acc !_ Empty = revNonEmptyChunks acc : [] function
865 go Empty = [] function
870 to acc !_ Empty = revNonEmptyChunks acc : [] function
1127 to x Empty _ _ | S.null x = [] function
1128 to _ _ y Empty | S.null y = [] function
1131 to x xs _ (Chunk y' ys) | not (S.null x) = go x xs y' ys function
1132 to _ (Chunk x' xs) y ys | not (S.null y) = go x' xs y ys function
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java93 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
115 private int getX(int to, int from, int rn) { in getX()
119 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java93 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
115 private int getX(int to, int from, int rn) { in getX()
119 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java93 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
115 private int getX(int to, int from, int rn) { in getX()
119 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java93 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
115 private int getX(int to, int from, int rn) { in getX()
119 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java93 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
115 private int getX(int to, int from, int rn) { in getX()
119 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java93 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
115 private int getX(int to, int from, int rn) { in getX()
119 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java93 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
115 private int getX(int to, int from, int rn) { in getX()
119 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/gcbarriers/
H A DPreserveFPRegistersTest.java93 public void go() throws InterruptedException { in go() method in PreserveFPRegistersTest
115 private int getX(int to, int from, int rn) { in getX()
119 private int getY(int to, int from, int rn) { in getY()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/io/charStreams/
H A DLineLengthsSource.java32 BufferedWriter to; field in LineLengthsSource
69 private void go(int t) throws IOException { in go() method in LineLengthsSource

12345678910>>...15