Home
last modified time | relevance | path

Searched +defs:run +defs:start (Results 1 – 25 of 8450) sorted by relevance

12345678910>>...338

/dports/misc/hs-hascard/hascard-0.3.0.1/app/
H A DMain.hs76 run opts = run' (opts ^. optFile) function
78 run' Nothing = createSystemRandom >>= start Nothing . mkGlobalState opts function
79 run' (Just dirtyFp) = do function
95 start Nothing gs = runBrickFlashcards (gs `goToState` mainMenuState) function
96 start (Just (fp, cards)) gs = runBrickFlashcards =<< (gs `goToState`) <$> cardsWithOptionsState gs … function
/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-sdk/examples/
H A DAlignSliceTest.cpp45 static void run_common ( ReadCollection & run, String refname, int start, int stop ) in run_common()
71 static void run_csra ( String acc, String refname, int start, int stop ) in run_csra()
74 ReadCollection run = ncbi::NGS::openReadCollection ( acc ); in run_csra() local
78 static void run_bam ( String acc, String refname, int start, int stop ) in run_bam()
85 static void run ( String acc, String refname, int start, int stop ) in run() function in AlignSliceTest
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-sdk/examples/
H A DAlignSliceTest.cpp45 static void run_common ( ReadCollection & run, String refname, int start, int stop ) in run_common()
71 static void run_csra ( String acc, String refname, int start, int stop ) in run_csra()
74 ReadCollection run = ncbi::NGS::openReadCollection ( acc ); in run_csra() local
78 static void run_bam ( String acc, String refname, int start, int stop ) in run_bam()
85 static void run ( String acc, String refname, int start, int stop ) in run() function in AlignSliceTest
/dports/biology/ngs-sdk/ngs-2.11.1/ngs-sdk/examples/
H A DAlignSliceTest.cpp45 static void run_common ( ReadCollection & run, String refname, int start, int stop ) in run_common()
71 static void run_csra ( String acc, String refname, int start, int stop ) in run_csra()
74 ReadCollection run = ncbi::NGS::openReadCollection ( acc ); in run_csra() local
78 static void run_bam ( String acc, String refname, int start, int stop ) in run_bam()
85 static void run ( String acc, String refname, int start, int stop ) in run() function in AlignSliceTest
/dports/lang/lfe/lfe-1.3/src/
H A Dlfescript.erl45 start() -> start([]). function
47 start(Lopts) -> function
50 run(CmdLine) -> run(CmdLine, []). function
52 run([File|Args], Lopts) -> function
67 run([], _) -> function
/dports/textproc/dom4j/dom4j-1.6.1/src/test/org/dom4j/tree/
H A DNamespaceCacheTest.java32 long start = System.currentTimeMillis(); in testGetSameNamespaceSingleThread() local
41 long start = System.currentTimeMillis(); in testGetSameNamespaceMultiThread() local
49 long start = System.currentTimeMillis(); in testGetNewNamespaceSingleThread() local
58 long start = System.currentTimeMillis(); in testGetNewNamespaceMultiThread() local
85 public void run() { in run() method in NamespaceCacheTest.SameNSTest
95 public void run() { in run() method in NamespaceCacheTest.DifferentNSTest
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-parallel/src/main/java/de/lmu/ifi/dbs/elki/parallel/
H A DParallelExecutor.java63 public static void run(DBIDs ids, Processor... procs) { in run() method in ParallelExecutor
77 final int start = i * blocksize; in run() local
79 Callable<ArrayDBIDs> run = new BlockArrayRunner(aids, start, end, procs); in run() local
114 private int start; field in ParallelExecutor.BlockArrayRunner
139 protected BlockArrayRunner(ArrayDBIDs ids, int start, int end, Processor[] procs) { in BlockArrayRunner()
/dports/multimedia/libgav1/libgav1-0.17.0/src/utils/
H A Dentropy_decoder_test.cc98 for (int run = 0; run < num_runs; ++run) { in TestReadSymbolBoolean() local
108 const absl::Time start = absl::Now(); in TestReadSymbolBoolean() local
151 for (int run = 0; run < num_runs; ++run) { in TestReadSymbol3() local
164 const absl::Time start = absl::Now(); in TestReadSymbol3() local
222 const absl::Time start = absl::Now(); in TestReadSymbol4() local
282 const absl::Time start = absl::Now(); in TestReadSymbol5() local
348 const absl::Time start = absl::Now(); in TestReadSymbol6() local
416 const absl::Time start = absl::Now(); in TestReadSymbol7() local
486 const absl::Time start = absl::Now(); in TestReadSymbol8() local
558 const absl::Time start = absl::Now(); in TestReadSymbol9() local
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/procedures/win_user32/
H A Dchars.py5 def run(self, ptr): member in CharNextA
9 def run(self, start, ptr): argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/
H A Dgc.java56 public static int run(String argv[], PrintStream out) { in run() method in gc
69 public static void run() { in run() method in gc
71 long start, end; in run() local
95 long start, end; in run1() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/
H A Dgc.java56 public static int run(String argv[], PrintStream out) { in run() method in gc
69 public static void run() { in run() method in gc
71 long start, end; in run() local
95 long start, end; in run1() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/
H A Dgc.java56 public static int run(String argv[], PrintStream out) { in run() method in gc
69 public static void run() { in run() method in gc
71 long start, end; in run() local
95 long start, end; in run1() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/
H A Dgc.java56 public static int run(String argv[], PrintStream out) { in run() method in gc
69 public static void run() { in run() method in gc
71 long start, end; in run() local
95 long start, end; in run1() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/
H A Dgc.java56 public static int run(String argv[], PrintStream out) { in run() method in gc
69 public static void run() { in run() method in gc
71 long start, end; in run() local
95 long start, end; in run1() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/
H A Dgc.java56 public static int run(String argv[], PrintStream out) { in run() method in gc
69 public static void run() { in run() method in gc
71 long start, end; in run() local
95 long start, end; in run1() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/
H A Dgc.java56 public static int run(String argv[], PrintStream out) { in run() method in gc
69 public static void run() { in run() method in gc
71 long start, end; in run() local
95 long start, end; in run1() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/functions/ForceGarbageCollection/
H A Dgc.java56 public static int run(String argv[], PrintStream out) { in run() method in gc
69 public static void run() { in run() method in gc
71 long start, end; in run() local
95 long start, end; in run1() local
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/test/
H A D__init__.py23 start = os.path.dirname(os.path.dirname variable
30 def run(top, start=None, failfast=False): argument
/dports/sysutils/cdrdao/cdrdao-1.2.4/trackdb/
H A DToc.cc81 TrackEntry *run = tracks_; in ~Toc() local
116 TrackEntry *run; in update() local
328 TrackEntry *run; in findTrack() local
342 TrackEntry *run; in findTrackByNumber() local
743 const TrackData *run; in appendTrack() local
770 const TrackData *run; in appendTrackData() local
852 long start, end; in insertTrackData() local
952 TrackEntry *run; in existCdTextBlock() local
1141 TrackEntry *run; in trackSummary() local
1238 Msf start, end; in first() local
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvthread.h39 virtual void run() in run() function
43 virtual void start() in start() function
123 virtual void run() in run() function
127 virtual void start() in start() function
199 virtual void run() in run() function
203 virtual void start() in start() function
/dports/net/jgroups/jgroups-2.12.0/tests/stress/org/jgroups/tests/
H A DTimeSchedulerStressTest.java35 public void start() throws Exception { in start() method in TimeSchedulerStressTest
45 long start=System.currentTimeMillis(); in start() local
65 public void run() { in run() method in TimeSchedulerStressTest.MyThread
90 public void run() { in run() method in TimeSchedulerStressTest.Reporter
103 public void run() { in run() method in TimeSchedulerStressTest.MyTask
/dports/lang/gnat_util/gcc-6-20180516/libjava/testsuite/libjava.lang/
H A DThread_Interrupt.java16 public synchronized void run() in run() method in Waiter
37 public void run() in run() method in Sleeper
58 public void run() in run() method in Looper
64 long start = System.currentTimeMillis(); in run() local
90 public void run() in run() method in Joiner
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/testsuite/libjava.lang/
H A DThread_Interrupt.java16 public synchronized void run() in run() method in Waiter
37 public void run() in run() method in Sleeper
58 public void run() in run() method in Looper
64 long start = System.currentTimeMillis(); in run() local
90 public void run() in run() method in Joiner
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/testsuite/libjava.lang/
H A DThread_Interrupt.java16 public synchronized void run() in run() method in Waiter
37 public void run() in run() method in Sleeper
58 public void run() in run() method in Looper
64 long start = System.currentTimeMillis(); in run() local
90 public void run() in run() method in Joiner
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/testsuite/libjava.lang/
H A DThread_Interrupt.java16 public synchronized void run() in run() method in Waiter
37 public void run() in run() method in Sleeper
58 public void run() in run() method in Looper
64 long start = System.currentTimeMillis(); in run() local
90 public void run() in run() method in Joiner

12345678910>>...338