Home
last modified time | relevance | path

Searched refs:end (Results 951 - 975 of 11851) sorted by relevance

1...<<31323334353637383940>>...475

/third_party/ffmpeg/libavdevice/
H A Dlavfi.c132 #define FAIL(ERR) { ret = ERR; goto end; } in lavfi_read_header()
151 goto end; in lavfi_read_header()
155 goto end; in lavfi_read_header()
161 goto end; in lavfi_read_header()
164 goto end; in lavfi_read_header()
176 goto end; in lavfi_read_header()
270 goto end; in lavfi_read_header()
284 goto end; in lavfi_read_header()
288 goto end; in lavfi_read_header()
297 goto end; in lavfi_read_header()
[all...]
/third_party/gn/src/base/
H A Dcommand_line.cc130 size_t start = i, end = start + 1; in QuoteForCommandLineToArgvW() local
131 for (; end < arg.size() && arg[end] == '\\'; ++end) { in QuoteForCommandLineToArgvW()
133 size_t backslash_count = end - start; in QuoteForCommandLineToArgvW()
136 // Since we also will end the string with a double quote, we escape for in QuoteForCommandLineToArgvW()
137 // either a double quote or the end of the string. in QuoteForCommandLineToArgvW()
138 if (end == arg.size() || arg[end] == '"') { in QuoteForCommandLineToArgvW()
145 // Advance i to one before the end t in QuoteForCommandLineToArgvW()
[all...]
/third_party/ffmpeg/tools/
H A Dqt-faststart.c134 unsigned char *end = pos + size; in parse_atoms() local
138 while (end - pos >= ATOM_PREAMBLE_SIZE) { in parse_atoms()
146 if (end - pos < 8) { in parse_atoms()
157 atom.size = ATOM_PREAMBLE_SIZE + end - pos; in parse_atoms()
168 if (atom.size > end - pos) { in parse_atoms()
190 unsigned char *end; in update_stco_offsets() local
207 for (pos = atom->data + 8, end = pos + offset_count * 4; in update_stco_offsets()
208 pos < end; in update_stco_offsets()
226 unsigned char *end; in update_co64_offsets() local
240 for (pos = atom->data + 8, end in update_co64_offsets()
302 unsigned char *end; upgrade_stco_atom() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueStringBuilderImpl.java73 int end) { in applySpanRange()
74 for (int i = start + self.zero; i < end + self.zero; i++) { in applySpanRange()
81 newField.length = end - start; in applySpanRange()
150 static final NullField END = new NullField("end");
184 int end = i - self.zero; in nextPosition()
187 end = trimBack(self, end); in nextPosition()
189 if (end <= fieldStart) { in nextPosition()
200 cfpos.setState((Field) currField, null, start, end); in nextPosition()
205 // Special case: emit normalField if we are pointing at the end o in nextPosition()
68 applySpanRange( FormattedStringBuilder self, UFormat.SpanField spanField, Object value, int start, int end) applySpanRange() argument
[all...]
/third_party/libwebsockets/lib/jose/jws/
H A Djose.c188 /* at the end of each recipients[] entry, bump recipients count */ in lws_jws_jose_cb()
470 char *end = out + out_len - 1; in lws_jose_render() local
493 out += lws_snprintf(out, lws_ptr_diff_size_t(end, out), in lws_jose_render()
508 out += lws_snprintf(out, lws_ptr_diff_size_t(end, out), in lws_jose_render()
514 out, lws_ptr_diff(end, out)); in lws_jose_render()
518 out += lws_snprintf(out, lws_ptr_diff_size_t(end, out), "\""); in lws_jose_render()
527 out += lws_snprintf(out, lws_ptr_diff_size_t(end, out), in lws_jose_render()
533 out, lws_ptr_diff(end, out)); in lws_jose_render()
537 out += lws_snprintf(out, lws_ptr_diff_size_t(end, out), "\""); in lws_jose_render()
548 out += lws_snprintf(out, lws_ptr_diff_size_t(end, ou in lws_jose_render()
[all...]
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c199 char hash[65], *end = &buf[bufsz - 1], *start; in build_sign_string() local
263 buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, buf), "%s\n", in build_sign_string()
265 buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, buf), "%s\n", in build_sign_string()
267 buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, buf), "%s/%s/%s/%s\n", in build_sign_string()
270 buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, buf), "%s", hash); in build_sign_string()
345 char *start = buf, *end = &buf[bufsz - 1]; in build_auth_string() local
351 buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, buf), "%s", in build_auth_string()
360 buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, buf), "%s", in build_auth_string()
367 buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, buf), "/%s/%s/%s/%s, ", in build_auth_string()
369 buf += lws_snprintf(buf, lws_ptr_diff_size_t(end, bu in build_auth_string()
393 lws_ss_apply_sigv4(struct lws *wsi, struct lws_ss_handle *h, unsigned char **p, unsigned char *end) lws_ss_apply_sigv4() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp63 end[var] = MAX2(end[var], ip); in setup_one_read()
81 end[var] = MAX2(end[var], ip); in setup_one_write()
229 * Extend the start/end ranges for each variable to account for the
247 end[i] = MAX2(end[i], block->start_ip); in compute_start_end()
251 end[i] = MAX2(end[i], block->end_ip); in compute_start_end()
279 end in fs_live_variables()
[all...]
/third_party/node/test/parallel/
H A Dtest-stream2-transform.js43 tx.end();
60 pt.end();
79 pt.end();
117 pt.end();
140 pt.end();
165 pt.end();
194 pt.end();
250 pt.end();
285 pt.end();
320 pt.end();
[all...]
H A Dtest-http-content-length-mismatch.js18 res.end();
29 req.end();
38 res.end('ending');
60 res.end('aaa');
64 res.end('aaaa');
H A Dtest-http-host-headers.js37 res.end('ok');
70 }, cb).on('error', common.mustNotCall()).end();
78 }, cb).on('error', common.mustNotCall()).end();
86 }, cb).on('error', common.mustNotCall()).end();
94 }, cb).on('error', common.mustNotCall()).end();
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c313 goto end; in engine_main()
331 goto end; in engine_main()
335 goto end; in engine_main()
371 goto end; in engine_main()
407 goto end; in engine_main()
410 goto end; in engine_main()
413 goto end; in engine_main()
416 goto end; in engine_main()
424 goto end; in engine_main()
433 goto end; in engine_main()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp133 T *end() SPIRV_CROSS_NOEXCEPT
143 const T *end() const SPIRV_CROSS_NOEXCEPT
222 SmallVector(std::initializer_list<T> init) SPIRV_CROSS_NOEXCEPT : SmallVector(init.begin(), init.end()) in SmallVector()
379 if (itr == this->end())
430 while (original_source_itr != this->end())
447 // Move the end and construct the new elements.
448 auto *target_itr = this->end() + count;
449 auto *source_itr = this->end();
450 while (target_itr != this->end() && source_itr != itr)
461 while (itr != this->end()
[all...]
/third_party/openssl/test/
H A Denginetest.c76 goto end; in test_engines()
81 goto end; in test_engines()
87 goto end; in test_engines()
94 goto end; in test_engines()
99 goto end; in test_engines()
104 goto end; in test_engines()
110 goto end; in test_engines()
115 goto end; in test_engines()
119 goto end; in test_engines()
124 goto end; in test_engines()
[all...]
/third_party/openssl/apps/
H A Dengine.c313 goto end; in engine_main()
331 goto end; in engine_main()
335 goto end; in engine_main()
371 goto end; in engine_main()
407 goto end; in engine_main()
410 goto end; in engine_main()
413 goto end; in engine_main()
416 goto end; in engine_main()
424 goto end; in engine_main()
433 goto end; in engine_main()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModule.h584 global_iterator global_end () { return GlobalList.end(); } in global_end()
585 const_global_iterator global_end () const { return GlobalList.end(); } in global_end()
601 iterator end () { return FunctionList.end(); } in end() function in llvm::Module
602 const_iterator end () const { return FunctionList.end(); } in end() function in llvm::Module
611 return make_range(begin(), end()); in functions()
614 return make_range(begin(), end()); in functions()
623 alias_iterator alias_end () { return AliasList.end(); } in alias_end()
624 const_alias_iterator alias_end () const { return AliasList.end(); } in alias_end()
[all...]
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DTimeUtilTest.java45 Timestamp end = TimeUtil.parseTimestamp("9999-12-31T23:59:59.999999999Z"); in testTimestampStringFormat()
48 assertEquals(TimeUtil.TIMESTAMP_SECONDS_MAX, end.getSeconds()); in testTimestampStringFormat()
49 assertEquals(999999999, end.getNanos()); in testTimestampStringFormat()
51 assertEquals("9999-12-31T23:59:59.999999999Z", TimeUtil.toString(end)); in testTimestampStringFormat()
242 Timestamp end = TimeUtil.parseTimestamp("9999-12-31T23:59:59.999999999Z"); in testDurationStringFormat()
243 Duration duration = TimeUtil.distance(start, end); in testDurationStringFormat()
245 duration = TimeUtil.distance(end, start); in testDurationStringFormat()
413 Timestamp end = TimeUtil.parseTimestamp("9999-12-31T23:59:59.999999999Z"); in testTimeOperations()
415 Duration duration = TimeUtil.distance(start, end); in testTimeOperations()
418 assertEquals(end, valu in testTimeOperations()
[all...]
/third_party/ffmpeg/libavformat/
H A Dmpegvideodec.c41 const uint8_t *ptr = p->buf, *end = ptr + p->buf_size; in mpegvideo_probe() local
45 while (ptr < end) { in mpegvideo_probe()
46 ptr = avpriv_find_start_code(ptr, end, &code); in mpegvideo_probe()
55 if (j >= end - ptr) in mpegvideo_probe()
59 if (j >= end - ptr) in mpegvideo_probe()
/third_party/gn/src/gn/
H A Dvector_utils.h50 typename std::vector<T>::const_iterator end) { in Add()
51 for (; begin != end; ++begin) in Add()
57 void Add(const T* start, const T* end) { in Add() argument
58 for (; start != end; ++start) in Add()
94 std::sort(ptrs_.begin(), ptrs_.end(), in Sort()
49 Add(typename std::vector<T>::const_iterator begin, typename std::vector<T>::const_iterator end) Add() argument
/third_party/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dtrieset.cpp48 UChar32 start, end; in TrieSet() local
54 end=iter.getCodepointEnd(); in TrieSet()
58 if(end>0xffff) { in TrieSet()
59 end=0xffff; in TrieSet()
61 if(!utrie_setRange32(newTrie, start, end+1, true, true)) { in TrieSet()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-arraybuffer-prototype.c110 ecma_length_t start = 0, end = len; in ecma_builtin_arraybuffer_prototype_object_slice() local
125 &end))) in ecma_builtin_arraybuffer_prototype_object_slice()
136 JERRY_ASSERT (start <= len && end <= len); in ecma_builtin_arraybuffer_prototype_object_slice()
137 ecma_length_t new_len = (end >= start) ? (end - start) : 0; in ecma_builtin_arraybuffer_prototype_object_slice()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_remove_unreachable.c27 * for blocks after an if where both sides end in a break/continue. These blocks
35 struct ir3_instruction *end = NULL; in delete_block() local
38 end = instr; in delete_block()
43 /* The end block can be legitimately unreachable if the shader only exits via in delete_block()
44 * discarding. ir3_legalize will then insert a branch to the end. Keep the in delete_block()
45 * block around but delete all the other instructions and make the end not in delete_block()
49 if (end) { in delete_block()
51 if (instr != end) in delete_block()
54 end->srcs_count = 0; in delete_block()
/third_party/libwebsockets/test-apps/
H A Dtest-lejp.c47 char buf[1024], *p = buf, *end = &buf[sizeof(buf)]; in cb() local
55 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), " value '%s' ", ctx->buf); in cb()
59 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "(array indexes: "); in cb()
61 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), "%d ", ctx->i[n]); in cb()
62 p += lws_snprintf(p, lws_ptr_diff_size_t(end, p), ") "); in cb()
/third_party/node/benchmark/buffers/
H A Dbuffer-compare-instance-method.js25 bench.end(n);
33 bench.end(n);
41 bench.end(n);
49 bench.end(n);
57 bench.end(n);
/third_party/node/deps/npm/node_modules/@sigstore/verify/dist/trust/
H A Dindex.js43 end: tlogInstance.publicKey.validFor?.end || END_OF_TIME,
54 end: ca.validFor?.end || END_OF_TIME,
71 (key.validFor?.end || END_OF_TIME) >= date);
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.h22 CoverageBlock(int s, int e, uint32_t c) : start(s), end(e), count(c) {} in CoverageBlock()
26 int end; member
32 : start(s), end(e), count(c), name(n), has_block_coverage(false) {} in CoverageFunction()
34 bool HasNonEmptySourceRange() const { return start < end && start >= 0; } in HasNonEmptySourceRange()
38 int end; member

Completed in 17 milliseconds

1...<<31323334353637383940>>...475