Home
last modified time | relevance | path

Searched defs:start (Results 126 – 150 of 57540) sorted by relevance

12345678910>>...2302

/dports/math/primecount/primecount-7.2/lib/primesieve/src/
H A Dapi.cpp35 uint64_t nth_prime(int64_t n, uint64_t start) in nth_prime()
41 uint64_t count_primes(uint64_t start, uint64_t stop) in count_primes()
48 uint64_t count_twins(uint64_t start, uint64_t stop) in count_twins()
55 uint64_t count_triplets(uint64_t start, uint64_t stop) in count_triplets()
76 uint64_t count_sextuplets(uint64_t start, uint64_t stop) in count_sextuplets()
83 void print_primes(uint64_t start, uint64_t stop) in print_primes()
89 void print_twins(uint64_t start, uint64_t stop) in print_twins()
95 void print_triplets(uint64_t start, uint64_t stop) in print_triplets()
101 void print_quadruplets(uint64_t start, uint64_t stop) in print_quadruplets()
107 void print_quintuplets(uint64_t start, uint64_t stop) in print_quintuplets()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/latency/
H A Dlatency_histogram_macros.h11 #define CONFIRM_EVENT_TIMES_EXIST(start, end) \ argument
17 #define UMA_HISTOGRAM_INPUT_LATENCY_5_SECONDS_MAX_MICROSECONDS(name, start, \ argument
27 #define UMA_HISTOGRAM_INPUT_LATENCY_HIGH_RESOLUTION_MICROSECONDS(name, start, \ argument
36 #define UMA_HISTOGRAM_INPUT_LATENCY_CUSTOM_MICROSECONDS(name, start, end) \ argument
46 name, start, end) \ argument
53 #define UMA_HISTOGRAM_INPUT_LATENCY_MILLISECONDS(name, start, end) \ argument
60 #define UMA_HISTOGRAM_SCROLL_LATENCY_LONG_2(name, start, end) \ argument
68 #define UMA_HISTOGRAM_SCROLL_LATENCY_SHORT_2(name, start, end) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/latency/
H A Dlatency_histogram_macros.h11 #define CONFIRM_EVENT_TIMES_EXIST(start, end) \ argument
17 #define UMA_HISTOGRAM_INPUT_LATENCY_5_SECONDS_MAX_MICROSECONDS(name, start, \ argument
27 #define UMA_HISTOGRAM_INPUT_LATENCY_HIGH_RESOLUTION_MICROSECONDS(name, start, \ argument
36 #define UMA_HISTOGRAM_INPUT_LATENCY_CUSTOM_MICROSECONDS(name, start, end) \ argument
46 name, start, end) \ argument
53 #define UMA_HISTOGRAM_INPUT_LATENCY_MILLISECONDS(name, start, end) \ argument
60 #define UMA_HISTOGRAM_SCROLL_LATENCY_LONG_2(name, start, end) \ argument
68 #define UMA_HISTOGRAM_SCROLL_LATENCY_SHORT_2(name, start, end) \ argument
/dports/devel/py-pika/pika-1.1.0/tests/acceptance/
H A Dio_services_tests.py113 def start(self): member in TestGetNativeIOLoop
122 def start(self): member in TestRunWithStopFromThreadsafeCallback
140 def start(self): member in TestCallLaterDoesNotCallAheadOfTime
158 def start(self): member in TestCallLaterCancelReturnsNone
166 def start(self): member in TestCallLaterCancelTwiceFromOwnCallback
184 def start(self): member in TestCallLaterCallInOrder
198 def start(self): member in TestCallLaterCancelledDoesNotCallBack
285 def start(self): member in TestSocketWatchersUponConnectionAndNoIncomingData
296 def start(self): member in TestSocketWatchersUponConnectionAndIncomingData
306 def start(self): member in TestSocketWatchersWhenFailsToConnect
[all …]
/dports/devel/doctorj/doctorj-5.1.2/test/org/incava/javadoc/
H A DTestJavadocTaggedNode.java21 Location start = new Location(11, 4); in testTagOnly() local
43 Location start = new Location(11, 4); in testTagNoFollowingText() local
65 Location start = new Location(11, 4); in testOneLetter() local
90 Location start = new Location(11, 4); in testOneLine() local
110 Location start = new Location(11, 4); in testOneWord() local
135 Location start = new Location(11, 8); in testWordTarget() local
160 Location start = new Location(8, 3); in testHTMLTarget() local
190 Location start = new Location(8, 3); in testHTMLTargetUppercase() local
215 Location start = new Location(8, 3); in testHTMLTargetNoEnd() local
240 Location start = new Location(8, 3); in testQuotedTarget() local
[all …]
/dports/www/piwigo/piwigo/include/
H A Dfunctions_notification.inc.php48 function custom_notification_query($action, $type, $start=null, $end=null)
222 function nb_new_comments($start=null, $end=null)
234 function new_comments($start=null, $end=null)
246 function nb_unvalidated_comments($start=null, $end=null)
259 function nb_new_elements($start=null, $end=null)
271 function new_elements($start=null, $end=null)
283 function nb_updated_categories($start=null, $end=null)
295 function updated_categories($start=null, $end=null)
307 function nb_new_users($start=null, $end=null)
319 function new_users($start=null, $end=null)
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DPrimitiveTypeContentHandler.java88 public void booleans(boolean [] b, int start, int length) throws SAXException; in booleans()
112 public void bytes(byte[] b, int start, int length) throws SAXException; in bytes()
130 public void shorts(short[] s, int start, int length) throws SAXException; in shorts()
148 public void ints(int [] i, int start, int length) throws SAXException; in ints()
166 public void longs(long [] l, int start, int length) throws SAXException; in longs()
184 public void floats(float [] f, int start, int length) throws SAXException; in floats()
202 public void doubles(double [] d, int start, int length) throws SAXException; in doubles()
222 public void uuids(long[] msblsb, int start, int length) throws SAXException; in uuids()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/
H A DPrimitiveTypeContentHandler.java88 public void booleans(boolean [] b, int start, int length) throws SAXException; in booleans()
112 public void bytes(byte[] b, int start, int length) throws SAXException; in bytes()
130 public void shorts(short[] s, int start, int length) throws SAXException; in shorts()
148 public void ints(int [] i, int start, int length) throws SAXException; in ints()
166 public void longs(long [] l, int start, int length) throws SAXException; in longs()
184 public void floats(float [] f, int start, int length) throws SAXException; in floats()
202 public void doubles(double [] d, int start, int length) throws SAXException; in doubles()
222 public void uuids(long[] msblsb, int start, int length) throws SAXException; in uuids()
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DGroup.hs25 start ps@(name:g:[]) = do function
32 start (name:[]) = do function
40 start _ = giveup "Specify a repository and a group." function
/dports/textproc/castxml/CastXML-c3a239d/test/input/
H A DClass-template.cxx2 class start class
6 struct start<T&> struct
11 template class start<int>; // instantiation variable
12 template class start<int&>; // instantiation of partial specialization variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DResolveTests18.java94 int start = str.lastIndexOf(selection); in test0001() local
122 int start = str.lastIndexOf(selection); in test0002() local
150 int start = str.lastIndexOf(selection); in test0003() local
178 int start = str.lastIndexOf(selection); in test0004() local
1666 int start = str.indexOf(selection); in test424110() local
1695 int start = str.indexOf(selection); in test424110a() local
2019 int start = str.indexOf(selection); in test429262() local
2047 int start = str.indexOf(selection); in test429262a() local
2075 int start = str.indexOf(selection); in test429262b() local
2104 int start = str.indexOf(selection); in test429262c() local
[all …]
H A DResolveTests12.java83 int start = str.lastIndexOf(selection); in test001() local
108 int start = str.lastIndexOf(selection); in test002() local
133 int start = str.lastIndexOf(selection); in test003() local
158 int start = str.lastIndexOf(selection); in test004() local
182 int start = str.lastIndexOf(selection); in test005() local
207 int start = str.lastIndexOf(selection); in test006() local
232 int start = str.lastIndexOf(selection); in test007() local
257 int start = str.lastIndexOf(selection); in test008() local
283 int start = str.lastIndexOf(selection); in test009() local
311 int start = str.lastIndexOf(selection); in test010() local
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dos_timestamp_common.c32 static pj_highprec_t get_elapsed( const pj_timestamp *start, in get_elapsed()
50 static pj_highprec_t elapsed_msec( const pj_timestamp *start, in elapsed_msec()
81 static pj_highprec_t elapsed_usec( const pj_timestamp *start, in elapsed_usec()
112 PJ_DEF(pj_uint32_t) pj_elapsed_nanosec( const pj_timestamp *start, in pj_elapsed_nanosec()
143 PJ_DEF(pj_uint32_t) pj_elapsed_usec( const pj_timestamp *start, in pj_elapsed_usec()
149 PJ_DEF(pj_uint32_t) pj_elapsed_msec( const pj_timestamp *start, in pj_elapsed_msec()
155 PJ_DEF(pj_uint64_t) pj_elapsed_msec64(const pj_timestamp *start, in pj_elapsed_msec64()
161 PJ_DEF(pj_time_val) pj_elapsed_time( const pj_timestamp *start, in pj_elapsed_time()
185 PJ_DEF(pj_uint32_t) pj_elapsed_cycle( const pj_timestamp *start, in pj_elapsed_cycle()
193 pj_timestamp ts, start; in pj_gettickcount() local
/dports/audio/snd/snd-21.2/
H A Dclm-ins.rb84 def violin_test(start = 0.0, dur = 1.0) argument
155 def pluck_test(start = 0.0, dur = 1.0) argument
262 def vox_test(start = 0.0, dur = 1.0) argument
311 def fm_trumpet(start, dur, *args) argument
603 def fm_bell(start, dur, freq, amp, argument
810 def attract(start, dur, amp, c) argument
912 def wurley(start, dur, freq, amp) argument
998 def metal(start, dur, freq, amp) argument
1470 def touch_tone(start, number) argument
2151 def resflt(start, dur, driver, argument
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/flatfile/scanner/bytes/
H A DRecordEventType.java39 …abstract void write(byte[] bytes, int start, int length, Charset charset, FlatContentReceiver rece… in write()
42 abstract boolean isEmptyLine(byte[] bytes, int start, int length, ByteTrimmer byteTrimmer); in isEmptyLine()
45 …final void write(byte[] buffer, int start, int length, Charset charset, FlatContentReceiver receiv… in write()
48 final boolean isEmptyLine(byte[] bytes, int start, int length, ByteTrimmer byteTrimmer) { in isEmptyLine()
59 final boolean isEmptyLine(byte[] bytes, int start, int length, ByteTrimmer byteTrimmer) { in isEmptyLine()
79 final boolean isEmptyLine(byte[] bytes, int start, int length, ByteTrimmer byteTrimmer) { in isEmptyLine()
89 final boolean isEmptyLine(byte[] bytes, int start, int length, ByteTrimmer byteTrimmer) { in isEmptyLine()
102 final boolean isEmptyLine(byte[] bytes, int start, int length, ByteTrimmer byteTrimmer) { in isEmptyLine()
112 final boolean isEmptyLine(byte[] bytes, int start, int length, ByteTrimmer byteTrimmer) { in isEmptyLine()
127 final boolean isEmptyLine(byte[] bytes, int start, int length, ByteTrimmer byteTrimmer) { in isEmptyLine()
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/flatfile/scanner/characters/
H A DRecordEventType.java40 …abstract void write(char[] bytes, int start, int length, Charset charset, FlatContentReceiver rece… in write()
42 abstract boolean isEmptyLine(char[] bytes, int start, int length, CharTrimmer byteTrimmer); in isEmptyLine()
45 …final void write(char[] buffer, int start, int length, Charset charset, FlatContentReceiver receiv… in write()
48 final boolean isEmptyLine(char[] bytes, int start, int length, CharTrimmer byteTrimmer) { in isEmptyLine()
59 final boolean isEmptyLine(char[] bytes, int start, int length, CharTrimmer byteTrimmer) { in isEmptyLine()
79 final boolean isEmptyLine(char[] bytes, int start, int length, CharTrimmer byteTrimmer) { in isEmptyLine()
89 final boolean isEmptyLine(char[] bytes, int start, int length, CharTrimmer byteTrimmer) { in isEmptyLine()
102 final boolean isEmptyLine(char[] bytes, int start, int length, CharTrimmer byteTrimmer) { in isEmptyLine()
112 final boolean isEmptyLine(char[] bytes, int start, int length, CharTrimmer byteTrimmer) { in isEmptyLine()
127 final boolean isEmptyLine(char[] bytes, int start, int length, CharTrimmer byteTrimmer) { in isEmptyLine()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/tests/
H A DParallelEnumerableTests.cs55 public static void Range_UndefinedOrder(int start, int count) in Range_UndefinedOrder()
66 public static void Range_AsOrdered(int start, int count) in Range_AsOrdered()
77 public static void Range_AsSequential(int start, int count) in Range_AsSequential()
88 public static void Range_First(int start, int count) in Range_First()
104 public static void Range_FirstOrDefault(int start, int count) in Range_FirstOrDefault()
113 public static void Range_Last(int start, int count) in Range_Last()
129 public static void Range_LastOrDefault(int start, int count) in Range_LastOrDefault()
138 public static void Range_Take(int start, int count) in Range_Take()
150 public static void Range_Skip(int start, int count) in Range_Skip()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.NonGeneric/tests/
H A DHelpers.cs26 public static Hashtable CreateIntHashtable(int count, int start = 0) in CreateIntHashtable()
38 public static Hashtable CreateStringHashtable(int count, int start = 0) in CreateStringHashtable()
73 …public static ArrayList CreateStringArrayList(int count, int start = 0, string optionalString = nu… in CreateStringArrayList()
85 public static ArrayList CreateIntArrayList(int count, int start = 0) in CreateIntArrayList()
112 public static Queue CreateIntQueue(int count, int start = 0) in CreateIntQueue()
139 public static Stack CreateIntStack(int count, int start = 0) in CreateIntStack()
166 public static SortedList CreateIntSortedList(int count, int start = 0) in CreateIntSortedList()
178 public static SortedList CreateStringSortedList(int count, int start = 0) in CreateStringSortedList()
190 public static int[] CreateIntArray(int count, int start = 0) in CreateIntArray()
/dports/www/dtse/dtse-1.3/
H A DPage.cpp70 size_t start = line.find("<address>") + 9; in operator >>() local
83 size_t start = line.find("<port>") + 6; in operator >>() local
100 size_t start = line.find("<tls>") + 5; in operator >>() local
116 size_t start = line.find("<path>") + 6; in operator >>() local
129 size_t start = line.find("<size>") + 6; in operator >>() local
141 size_t start = line.find("<title>") + 7; in operator >>() local
161 size_t start = line.find("<description>") + 13; in operator >>() local
174 size_t start = line.find("<text>") + 6; in operator >>() local
194 size_t start = line.find("<heading>") + 9; in operator >>() local
/dports/lang/tcl86/tcl8.6.12/library/
H A Dword.tcl75 proc tcl_wordBreakAfter {str start} {
93 proc tcl_wordBreakBefore {str start} {
112 proc tcl_endOfWord {str start} {
130 proc tcl_startOfNextWord {str start} {
146 proc tcl_startOfPreviousWord {str start} {
/dports/lang/tcl87/tcl8.7a5/library/
H A Dword.tcl65 proc tcl_wordBreakAfter {str start} {
83 proc tcl_wordBreakBefore {str start} {
102 proc tcl_endOfWord {str start} {
120 proc tcl_startOfNextWord {str start} {
136 proc tcl_startOfPreviousWord {str start} {
/dports/lang/tcl85/tcl8.5.19/library/
H A Dword.tcl67 proc tcl_wordBreakAfter {str start} {
85 proc tcl_wordBreakBefore {str start} {
104 proc tcl_endOfWord {str start} {
122 proc tcl_startOfNextWord {str start} {
138 proc tcl_startOfPreviousWord {str start} {
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/util/
H A DIntegerSequenceTest.java32 final int start = 1; in testRangeMultipleIterations() local
52 final int start = 1; in testIncreasingRange() local
71 final int start = -10; in testIncreasingRangeNegativeEnd() local
90 final int start = 10; in testDecreasingRange() local
109 final int start = 1; in testSingleElementRange() local
126 final int start = -2; in testBasicRange() local
141 final int start = 2; in testEmptyRange() local
172 final int start = 1; in testIncrementorCountExceeded() local
192 final int start = 1; in testCanIncrementZeroTimes() local
207 final int start = 1; in testIncrementZeroTimes() local
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_coroutine/
H A Dnested_uid.phpt5 --FILE--
6 <?php
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/accessibility/
H A DAccessibleEditableText.java86 String getTextRange(int start, int end); in getTextRange()
95 void delete(int start, int end); in delete()
104 void cut(int start, int end); in cut()
112 void paste(int start); in paste()
122 void replaceText(int start, int end, String s); in replaceText()
131 void selectText(int start, int stop); in selectText()
141 void setAttributes(int start, int end, AttributeSet s); in setAttributes()

12345678910>>...2302