Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 3845) sorted by relevance

12345678910>>...154

/third_party/protobuf/js/experimental/runtime/kernel/
Dreader.js23 function readBool(bufferDecoder, start) { argument
35 function readBytes(bufferDecoder, start) { argument
46 function readInt32(bufferDecoder, start) { argument
60 function readInt64(bufferDecoder, start) { argument
72 function readFixed32(bufferDecoder, start) { argument
83 function readFloat(bufferDecoder, start) { argument
94 function readSfixed64(bufferDecoder, start) { argument
107 function readSint32(bufferDecoder, start) { argument
120 function readSint64(bufferDecoder, start) { argument
135 function readDelimited(bufferDecoder, start) { argument
[all …]
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-slice.any.js66 [{start: -6, contents: "STRING"}, property
67 {start: -12, contents: "PASSSTRING"}, property
68 {start: 4, contents: "STRING"}, property
69 {start: 12, contents: ""}, property
70 {start: 0, end: -6, contents: "PASS"}, property
71 {start: 0, end: -12, contents: ""}, property
72 {start: 0, end: 4, contents: "PASS"}, property
73 {start: 0, end: 12, contents: "PASSSTRING"}, property
74 {start: 7, end: 4, contents: ""}] property
80 [{start: 0, end: 9, contents: "foobarbaz"}, property
[all …]
/third_party/boost/libs/graph/test/
Dgenerator_test.cpp38 erdos_renyi_iterator< RandomGenerator, Graph > start(gen, N, p); in main() local
48 sorted_erdos_renyi_iterator< RandomGenerator, Graph > start(gen, N, p); in main() local
59 small_world_iterator< RandomGenerator, Graph > start(gen, N, M, p); in main() local
70 ssca_iterator< RandomGenerator, Graph > start(gen, N, 5, 0.5, 5, p); in main() local
81 mesh_iterator< Graph > start(N, N); in main() local
94 rmat_iterator< RandomGenerator, Graph > start(gen, N, M, a, b, c, d); in main() local
104 unique_rmat_iterator< RandomGenerator, Graph > start( in main() local
115 sorted_unique_rmat_iterator< RandomGenerator, Graph > start( in main() local
126 sorted_unique_rmat_iterator< RandomGenerator, Graph > start( in main() local
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h3813 UnicodeString::pinIndex(int32_t& start) const in pinIndex()
3824 UnicodeString::pinIndices(int32_t& start, in pinIndices()
3935 UnicodeString::doCompare(int32_t start, in doCompare()
3985 UnicodeString::compare(int32_t start, in compare()
3996 UnicodeString::compare(int32_t start, in compare()
4004 UnicodeString::compare(int32_t start, in compare()
4010 UnicodeString::compare(int32_t start, in compare()
4018 UnicodeString::compareBetween(int32_t start, in compareBetween()
4027 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder()
4046 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder()
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h3813 UnicodeString::pinIndex(int32_t& start) const in pinIndex()
3824 UnicodeString::pinIndices(int32_t& start, in pinIndices()
3935 UnicodeString::doCompare(int32_t start, in doCompare()
3985 UnicodeString::compare(int32_t start, in compare()
3996 UnicodeString::compare(int32_t start, in compare()
4004 UnicodeString::compare(int32_t start, in compare()
4010 UnicodeString::compare(int32_t start, in compare()
4018 UnicodeString::compareBetween(int32_t start, in compareBetween()
4027 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder()
4046 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h3832 UnicodeString::pinIndex(int32_t& start) const in pinIndex()
3843 UnicodeString::pinIndices(int32_t& start, in pinIndices()
3954 UnicodeString::doCompare(int32_t start, in doCompare()
4004 UnicodeString::compare(int32_t start, in compare()
4015 UnicodeString::compare(int32_t start, in compare()
4023 UnicodeString::compare(int32_t start, in compare()
4029 UnicodeString::compare(int32_t start, in compare()
4037 UnicodeString::compareBetween(int32_t start, in compareBetween()
4046 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder()
4065 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder()
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h3813 UnicodeString::pinIndex(int32_t& start) const in pinIndex()
3824 UnicodeString::pinIndices(int32_t& start, in pinIndices()
3935 UnicodeString::doCompare(int32_t start, in doCompare()
3985 UnicodeString::compare(int32_t start, in compare()
3996 UnicodeString::compare(int32_t start, in compare()
4004 UnicodeString::compare(int32_t start, in compare()
4010 UnicodeString::compare(int32_t start, in compare()
4018 UnicodeString::compareBetween(int32_t start, in compareBetween()
4027 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder()
4046 UnicodeString::compareCodePointOrder(int32_t start, in compareCodePointOrder()
[all …]
/third_party/mbedtls/library/
Dasn1write.c37 int mbedtls_asn1_write_len( unsigned char **p, const unsigned char *start, size_t len ) in mbedtls_asn1_write_len()
101 int mbedtls_asn1_write_tag( unsigned char **p, const unsigned char *start, unsigned char tag ) in mbedtls_asn1_write_tag()
111 int mbedtls_asn1_write_raw_buffer( unsigned char **p, const unsigned char *start, in mbedtls_asn1_write_raw_buffer()
127 int mbedtls_asn1_write_mpi( unsigned char **p, const unsigned char *start, const mbedtls_mpi *X ) in mbedtls_asn1_write_mpi()
164 int mbedtls_asn1_write_null( unsigned char **p, const unsigned char *start ) in mbedtls_asn1_write_null()
177 int mbedtls_asn1_write_oid( unsigned char **p, const unsigned char *start, in mbedtls_asn1_write_oid()
191 int mbedtls_asn1_write_algorithm_identifier( unsigned char **p, const unsigned char *start, in mbedtls_asn1_write_algorithm_identifier()
212 int mbedtls_asn1_write_bool( unsigned char **p, const unsigned char *start, int boolean ) in mbedtls_asn1_write_bool()
229 static int asn1_write_tagged_int( unsigned char **p, const unsigned char *start, int val, int tag ) in asn1_write_tagged_int()
258 int mbedtls_asn1_write_int( unsigned char **p, const unsigned char *start, int val ) in mbedtls_asn1_write_int()
[all …]
/third_party/boost/libs/spirit/test/karma/
Dpattern2.cpp34 karma::rule<outiter_type, locals<std::string> > start; in main() local
41 karma::rule<outiter_type, space_type, locals<std::string> > start; in main() local
51 karma::rule<outiter_type, var_type()> d, start; in main() local
68 karma::rule<outiter_type, space_type, var_type()> d, start; in main() local
85 karma::rule<outiter_type, var_type()> d, start; in main() local
111 karma::rule<outiter_type, space_type, var_type()> d, start; in main() local
/third_party/boost/libs/spirit/test/x3/
Drule1.cpp52 auto start = in main() local
59 auto start = in main() local
78 auto start = in main() local
85 auto start = in main() local
105 auto start = rule<class start>() = *(a | b) >> c; in main() local
115 rule<class start> start; in main() local
/third_party/boost/libs/chrono/example/
Dtest_clock.cpp46 typename Clock::time_point start = Clock::now(); in test_clock() local
54 typename Clock::time_point start = Clock::now(); in test_clock() local
72 typename Clock::time_point start = Clock::now(); in test_clock() local
82 system_clock::time_point start = system_clock::now(); in test_system_clock() local
98 steady_clock::time_point start = steady_clock::now(); in test_steady_clock() local
113 high_resolution_clock::time_point start = high_resolution_clock::now(); in test_hi_resolution_clock() local
/third_party/node/test/fixtures/source-map/
Dinline-base64.js1 … "./branches.js",statementMap:{"0":{start:{line:1,column:0},… property
Dinline-base64-json-error.js1 … "./branches.js",statementMap:{"0":{start:{line:1,column:0},… property
Dinline-base64-type-error.js1 … "./branches.js",statementMap:{"0":{start:{line:1,column:0},… property
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/
Dtq_multi_thread_pass.cpp29 void call_push(sync_tq* q, const steady_clock::time_point start) in call_push()
40 void call_pull(sync_tq* q, const steady_clock::time_point start) in call_pull()
54 void call_pull_until(sync_tq* q, const steady_clock::time_point start) in call_pull_until()
68 void call_pull_for(sync_tq* q, const steady_clock::time_point start) in call_pull_for()
87 const steady_clock::time_point start = steady_clock::now(); in test_push_while_pull() local
99 const steady_clock::time_point start = steady_clock::now(); in test_push_while_pull_until() local
111 const steady_clock::time_point start = steady_clock::now(); in test_push_while_pull_for() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DRangeDateRule.java50 public void add(Date start, DateRule rule) { in add()
61 public Date firstAfter(Date start) { in firstAfter()
86 public Date firstBetween(Date start, Date end) { in firstBetween()
124 public boolean isBetween(Date start, Date end) { in isBetween()
132 private int startIndex(Date start) { in startIndex()
158 public Range(Date start, DateRule rule) { in Range()
162 public Date start; field in Range
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRangeDateRule.java48 public void add(Date start, DateRule rule) { in add()
60 public Date firstAfter(Date start) { in firstAfter()
86 public Date firstBetween(Date start, Date end) { in firstBetween()
126 public boolean isBetween(Date start, Date end) { in isBetween()
134 private int startIndex(Date start) { in startIndex()
160 public Range(Date start, DateRule rule) { in Range()
164 public Date start; field in Range
/third_party/mesa3d/src/broadcom/cle/
Dv3d_packet_helpers.h63 __gen_mbo(uint32_t start, uint32_t end) in __gen_mbo()
69 __gen_uint(uint64_t v, uint32_t start, uint32_t end) in __gen_uint()
85 __gen_sint(int64_t v, uint32_t start, uint32_t end) in __gen_sint()
105 __gen_offset(uint64_t v, uint32_t start, uint32_t end) in __gen_offset()
125 __gen_sfixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_sfixed()
144 __gen_ufixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in __gen_ufixed()
162 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_uint()
176 __gen_unpack_sint(const uint8_t *restrict cl, uint32_t start, uint32_t end) in __gen_unpack_sint()
186 __gen_unpack_sfixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_sfixed()
194 __gen_unpack_ufixed(const uint8_t *restrict cl, uint32_t start, uint32_t end, in __gen_unpack_ufixed()
[all …]
/third_party/boost/libs/spirit/repository/test/karma/
Dsubrule.cpp41 rule<outiter_type> start; in main() local
68 rule<outiter_type, space_type> start; in main() local
97 rule<outiter_type, var_type()> start; in main() local
115 rule<outiter_type, space_type, var_type()> start; in main() local
131 rule<outiter_type, void(char, int, double)> start; in main() local
158 rule<outiter_type, space_type, void(char, int, double)> start; in main() local
/third_party/boost/tools/quickbook/src/
Dxml_parse.cpp92 iterator start = it; in xml_parse() local
129 string_iterator start, in read_tag()
177 string_iterator start, in read_close_tag()
197 string_iterator& it, string_iterator start, string_iterator end) in skip_question_mark_tag()
227 string_iterator& it, string_iterator start, string_iterator end) in skip_exclamation_mark_tag()
261 string_iterator& it, string_iterator start, string_iterator end) in read_tag_name()
275 string_iterator& it, string_iterator start, string_iterator end) in read_attribute_value()
291 string_iterator start = it; in read_string() local
/third_party/icu/icu4c/source/samples/break/
Dbreak.cpp33 int32_t start, int32_t end ) in printTextRange()
53 int32_t start = boundary.first(); in printEachForward() local
66 for (int32_t start = boundary.previous(); in printEachBackward() local
77 int32_t start = boundary.first(); in printFirst() local
86 int32_t start = boundary.previous(); in printLast() local
94 int32_t start = boundary.previous(); in printAt() local
/third_party/flutter/skia/third_party/externals/icu/source/samples/break/
Dbreak.cpp33 int32_t start, int32_t end ) in printTextRange()
53 int32_t start = boundary.first(); in printEachForward() local
66 for (int32_t start = boundary.previous(); in printEachBackward() local
77 int32_t start = boundary.first(); in printFirst() local
86 int32_t start = boundary.previous(); in printLast() local
94 int32_t start = boundary.previous(); in printAt() local
/third_party/skia/third_party/externals/icu/source/samples/break/
Dbreak.cpp33 int32_t start, int32_t end ) in printTextRange()
53 int32_t start = boundary.first(); in printEachForward() local
66 for (int32_t start = boundary.previous(); in printEachBackward() local
77 int32_t start = boundary.first(); in printFirst() local
86 int32_t start = boundary.previous(); in printLast() local
94 int32_t start = boundary.previous(); in printAt() local
Dubreak.c23 void printTextRange(UChar* str, int32_t start, int32_t end) in printTextRange()
41 int32_t start = ubrk_first(boundary); in printEachForward() local
51 int32_t start; in printEachBackward() local
62 int32_t start = ubrk_first(boundary); in printFirst() local
69 int32_t start; in printLast() local
78 int32_t start; in printAt() local
/third_party/boost/libs/geometry/index/example/
Dbenchmark_experimental.cpp140 clock_t::time_point start = clock_t::now(); in main() local
151 clock_t::time_point start = clock_t::now(); in main() local
170 clock_t::time_point start = clock_t::now(); in main() local
182 clock_t::time_point start = clock_t::now(); in main() local
197 clock_t::time_point start = clock_t::now(); in main() local
214 clock_t::time_point start = clock_t::now(); in main() local
231 clock_t::time_point start = clock_t::now(); in main() local
248 clock_t::time_point start = clock_t::now(); in main() local
268 clock_t::time_point start = clock_t::now(); in main() local
284 clock_t::time_point start = clock_t::now(); in main() local
[all …]

12345678910>>...154