Home
last modified time | relevance | path

Searched defs:begin (Results 726 - 750 of 962) sorted by relevance

1...<<21222324252627282930>>...39

/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc2631 void Disassembler::Disassemble(FILE* f, byte* begin, byte* end, in Disassemble() argument
/third_party/node/deps/v8/src/diagnostics/riscv64/
H A Ddisasm-riscv64.cc2928 void Disassembler::Disassemble(FILE* f, byte* begin, byte* end, in Disassemble() argument
/third_party/node/deps/v8/src/objects/
H A Dcode.cc473 DisassembleCodeRange(Isolate* isolate, std::ostream& os, Code code, Address begin, size_t size, Address current_pc) DisassembleCodeRange() argument
H A Dswiss-name-dictionary-inl.h623 SwissNameDictionary::IndexIterator SwissNameDictionary::IndexIterable::begin() { in begin() function in v8::internal::SwissNameDictionary::IndexIterable
/third_party/node/deps/v8/src/parsing/
H A Dexpression-scope.h123 void ValidateAsPattern(ExpressionT expression, int begin, int end) { in ValidateAsPattern() argument
537 void ValidatePattern(ExpressionT expression, int begin, int end) { in ValidatePattern() argument
H A Dscanner.cc122 int begin = source_pos() - 2; in ScanHexNumber() local
888 int begin = source_pos() - 2; in ScanUnicodeEscape() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c353 static void si_parse_current_ib(FILE *f, struct radeon_cmdbuf *cs, unsigned begin, unsigned end, in si_parse_current_ib() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c47 uint32_t begin, end; member
[all...]
/third_party/libcoap/src/
H A Dcoap_oscore.c1639 parse_hex_bin(const char *begin, const char *end) { in parse_hex_bin() argument
1673 const char *begin in get_split_entry() local
[all...]
/third_party/libabigail/include/
H A Dabg-diff-utils.h299 begin() const in begin() function in abigail::diff_utils::snake
307 begin(const point& p) in begin() function in abigail::diff_utils::snake
849 point begin, intermediate, diag_start, end; end_of_fr_d_path_in_k() local
994 point begin, intermediate, diag_start, end; end_of_frr_d_path_in_k_plus_delta() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp1018 auto begin = compatibleFormats.cbegin(); in createImageWriteOpTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp116 iterator begin () { return iterator(getData()); } in begin() function in vkt::SpirVAssembly::__anon28770::ut::TypedBuffer
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUtil.hpp376 std::string elemsStr (const IterT& begin, const IterT& end, int wrapLengthParam = 0, int numIndentationSpaces = 0) in elemsStr() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp162 inline Iterator begin (void) { return m_members.begin(); } in begin() function in vkt::TransformFeedback::StructType
163 inline ConstIterator begin (void) const { return m_members.begin(); } in begin() function in vkt::TransformFeedback::StructType
212 inline Iterator begin (void) { return m_members.begin(); } in begin() function in vkt::TransformFeedback::InterfaceBlock
213 inline ConstIterator begin (void) const { return m_members.begin(); } in begin() function in vkt::TransformFeedback::InterfaceBlock
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp167 inline Iterator begin (void) { return m_members.begin(); } in begin() function in vkt::ubo::StructType
168 inline ConstIterator begin (void) const { return m_members.begin(); } in begin() function in vkt::ubo::StructType
214 inline Iterator begin (void) { return m_uniforms.begin(); } in begin() function in vkt::ubo::UniformBlock
215 inline ConstIterator begin (void) const { return m_uniforms.begin(); } in begin() function in vkt::ubo::UniformBlock
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp1020 auto begin = compatibleFormats.cbegin(); in createImageWriteOpTests() local
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h64 EnumIterator<E> begin() const { return {static_cast<E>(0)}; } in begin() function
196 angle::EnumIterator<TextureTarget> begin() const { return kCubeMapTextureTargetMin; } in begin() function
209 angle::EnumIterator<ShaderType> begin() const { return kShaderTypeMin; } in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp604 iterator begin() { return iterator(Root); } in begin() function in __anon24056::SuffixTree
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp699 AttributeSet::iterator AttributeSet::begin() const { in begin() function in AttributeSet
1391 AttributeList::iterator AttributeList::begin() const { begin() function in AttributeList
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp99 Iterator begin (void) const { return Iterator(m_programs.begin()); } in begin() function in glc::ProgramCollection
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h185 iterator begin() { return values.begin(); } in begin() function in spv::EnumValuesContainer
248 iterator begin() { return enumValues->begin(); } in begin() function in spv::EnumDefinition
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp162 static inline void fixNumericLocale(char* begin, char* end) { in fixNumericLocale() argument
249 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() argument
272 const char* begin = document_.c_str(); parse() local
541 normalizeEOL(Reader::Location begin, Reader::Location end) normalizeEOL() argument
561 addComment(Location begin, Location end, CommentPlacement placement) addComment() argument
3729 Value::const_iterator Value::begin() const { begin() function in Value
3755 Value::iterator Value::begin() { begin() function in Value
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h185 iterator begin() { return values.begin(); } in begin() function in spv::EnumValuesContainer
248 iterator begin() { return enumValues->begin(); } in begin() function in spv::EnumDefinition
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp162 static inline void fixNumericLocale(char* begin, char* end) { in fixNumericLocale() argument
249 static bool containsNewLine(Reader::Location begin, Reader::Location end) { in containsNewLine() argument
272 const char* begin = document_.c_str(); parse() local
541 normalizeEOL(Reader::Location begin, Reader::Location end) normalizeEOL() argument
561 addComment(Location begin, Location end, CommentPlacement placement) addComment() argument
3729 Value::const_iterator Value::begin() const { begin() function in Value
3755 Value::iterator Value::begin() { begin() function in Value
[all...]
/third_party/skia/src/utils/
H A DSkJSON.cpp214 const auto* begin = this->begin(); in operator []() local
520 const auto* begin = reinterpret_cast<const T*>(fValueStack.data() + scope_start); in popScopeAsVec() local
644 const std::vector<char>* unescapeString(const char* begin, const char* end) { in unescapeString() argument
[all...]

Completed in 44 milliseconds

1...<<21222324252627282930>>...39