Home
last modified time | relevance | path

Searched refs:end (Results 10876 - 10900 of 19480) sorted by relevance

1...<<431432433434435436437438439440>>...780

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h364 Iterator end() { return Iterator(locations_.end()); } in end() function in v8::internal::GlobalHandleVector
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.h158 FullObjectSlot start, FullObjectSlot end) override;
169 // Fills in a heap object's data from start to end (exclusive). Start and end
175 // start to end (exclusive).
176 void ReadData(FullMaybeObjectSlot start, FullMaybeObjectSlot end);
/third_party/node/deps/v8/src/utils/
H A Dallocation.h254 Address end() const { in end() function in v8::internal::final
256 return region_.end(); in end()
316 // - cage size is the size of the area from cage base to the end of the
321 // but it might be actually bigger if we end up over-reserving the virtual
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c309 struct agx_map_entry *end = (struct agx_map_entry *) (((uint8_t *) map) + size); in demo_mem_map() local
316 assert((entries + i) < end); in demo_mem_map()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.cpp369 auto it = std::find_if(m_DecodeTargetToOriginalIndex7Bits.begin(), m_DecodeTargetToOriginalIndex7Bits.end(), in release_unused_references_texture_memory()
374 assert(it != m_DecodeTargetToOriginalIndex7Bits.end()); in release_unused_references_texture_memory()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_inlines.h220 for (DefCIterator it = defs.begin(); it != defs.end(); ++it) in getUniqueInsn()
223 // should be unreachable and trigger assertion at the end in getUniqueInsn()
228 for (DefCIterator it = defs.begin(); n < 2 && it != defs.end(); ++it) in getUniqueInsn()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dsys_clock_test.cpp199 auto end = std::chrono::seconds(ts2.tv_sec) + std::chrono::nanoseconds(ts2.tv_nsec); in HWTEST_F() local
200 auto duration = end - start; in HWTEST_F()
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_sct.c329 goto end; in SCT_validate()
366 end: in SCT_validate()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_pci.c309 goto end; in r2i_pci()
318 end: in r2i_pci()
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_lib.c32 static int copy_substring(char **dest, const char *start, const char *end) in copy_substring() argument
35 || (*dest = OPENSSL_strndup(start, end - start)) != NULL; in copy_substring()
/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs227 let end = output.find("End of search list.")?; in parse_search_paths()
228 let paths = output[start..end].replace("(framework directory)", ""); in parse_search_paths()
/third_party/rust/crates/codespan/codespan-reporting/src/term/
H A Dviews.rs93 let end_line_index = files.line_index(label.file_id, label.range.end)?;
149 usize::max(label.range.end - start_line_range.start, label_start + 1);
162 (range.start, range.end).cmp(&(label_start, label_end))
232 // Is this line part of the context before the end of the label?
242 let label_end = label.range.end - end_line_range.start;
256 // The last line has to be rendered so the end of the label is visible.
375 // without trailing notes, because it would end up looking too
/third_party/python/Tools/importbench/
H A Dimportbench.py199 print(benchmark.__doc__, "[", end=' ')
204 print(result, end=' ')
/third_party/python/Tools/scripts/
H A Dpatchcheck.py298 end = " and check for refleaks?" if c_files else "?"
300 print("Did you run the test suite" + end)
H A Dreindent.py17 at the end of files. Also ensure the last line ends with a newline.
119 print("checking", file, "...", end=' ')
285 def tokeneater(self, type, token, slinecol, end, line,
/third_party/openssl/test/
H A Dparams_conversion_test.c121 TEST_info("Line %d: extra characters at end '%s' for %s", in param_conversion_load_stanza()
332 goto end; in run_param_file_tests()
340 end: in run_param_file_tests()
/third_party/protobuf/conformance/
H A Dconformance_test_runner.cc96 line.erase(std::remove_if(line.begin(), line.end(), ::isspace), in ParseFailureList()
97 line.end()); in ParseFailureList()
/third_party/openssl/crypto/ct/
H A Dct_sct.c329 goto end; in SCT_validate()
366 end: in SCT_validate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesQueueBindSparseTests.cpp136 for (std::vector<FenceSp>::const_iterator fenceSpIter = fences.begin(); fenceSpIter != fences.end(); ++fenceSpIter) in waitForFences()
267 for (std::vector<QueueSubmission>::const_iterator submissionIter = queueSubmissions.begin(); submissionIter != queueSubmissions.end(); ++submissionIter) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersionTests.cpp185 for (vk::BinaryCollection::Iterator binaryIt = binaryCollection.begin(); binaryIt != binaryCollection.end(); ++binaryIt) in isSpirVersionsAsRequested()
385 std::replace(spirvVersionName.begin(), spirvVersionName.end(), '.', '_'); in createSpivVersionCheckTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp149 layoutFlags |= rnd.choose<deUint32>(layoutFlagCandidates.begin(), layoutFlagCandidates.end()); in generateBlock()
298 glu::DataType type = rnd.choose<glu::DataType>(typeCandidates.begin(), typeCandidates.end()); in generateType()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DInitializeVariables.cpp235 mainBody->insert(mainBody->begin(), initCode.begin(), initCode.end()); in InsertInitCode()
246 mainBody->insert(mainBody->begin(), initCode.begin(), initCode.end()); in InsertInitCode()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback.cpp172 angle::Result TransformFeedback::end(const Context *context) in end() function in gl::TransformFeedback
174 ANGLE_TRY(mImplementation->end(context)); in end()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DShaderD3D.cpp240 return mUsedImage2DFunctionNames.find(functionName) != mUsedImage2DFunctionNames.end(); in useImage2DFunction()
381 return mUniformRegisterMap.find(name) != mUniformRegisterMap.end(); in hasUniform()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DContextImpl.h97 GLuint end,
104 GLuint end,

Completed in 23 milliseconds

1...<<431432433434435436437438439440>>...780