Home
last modified time | relevance | path

Searched defs:begin (Results 126 - 150 of 1241) sorted by relevance

12345678910>>...50

/third_party/skia/tests/
H A DGrFinishedFlushTest.cpp27 auto begin = std::chrono::steady_clock::now(); in busy_wait_for_callback() local
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Dcached_paged_byte_array.h52 const unsigned char* begin; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugCrossImpSubsection.h62 Iterator begin() const { return References.begin(); } in begin() function in llvm::codeview::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DTypeFinder.h49 iterator begin() { return StructTypes.begin(); } in begin() function in llvm::TypeFinder
52 const_iterator begin() const { return StructTypes.begin(); } in begin() function in llvm::TypeFinder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DSourceMgr.h50 const_iterator begin() const { return Sequence.begin(); } in begin() function in llvm::mca::SourceMgr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DMaximumSpanningTree.h98 typename MaxSpanTree::iterator begin() { in begin() function in llvm::MaximumSpanningTree
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h50 iterator begin() { return Vector.begin(); } in begin() function in llvm::BlotMapVector
52 const_iterator begin() const { return Vector.begin(); } in begin() function in llvm::BlotMapVector
[all...]
/third_party/skia/third_party/externals/tint/src/sem/
H A Dtype_manager.h88 Iterator begin() const { return types_.Objects().begin(); } in begin() function in tint::sem::Manager
/third_party/skia/tools/
H A DRegistry.h52 Iterator begin() const { return Iterator{Registry::Head()}; } in begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSetVector.h82 iterator begin() { in begin() function in llvm::SetVector
87 const_iterator begin() const { in begin() function in llvm::SetVector
H A DUniqueVector.h75 iterator begin() { return Vector.begin(); } in begin() function in llvm::UniqueVector
78 const_iterator begin() const { return Vector.begin(); } in begin() function in llvm::UniqueVector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h151 const_iterator begin() const { return LiveRegs.begin(); } in begin() function in llvm::LivePhysRegs
H A DLiveStacks.h55 const_iterator begin() const { return S2IMap.begin(); } in begin() function in llvm::LiveStacks
57 iterator begin() { return S2IMap.begin(); } in begin() function in llvm::LiveStacks
/third_party/python/Objects/stringlib/
H A Dfind_max_char.h20 STRINGLIB(find_max_char)(const STRINGLIB_CHAR *begin, const STRINGLIB_CHAR *end) in find_max_char() argument
58 STRINGLIB(find_max_char)(const STRINGLIB_CHAR *begin, const STRINGLIB_CHAR *end) in find_max_char() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dstack_consumption.cc82 const char* begin; in GetStackConsumption() local
/third_party/vk-gl-cts/framework/common/
H A DtcuRandomValueIterator.hpp67 static RandomValueIterator begin (deUint32 seed, int numValues) { return RandomValueIterator<T>(seed, numValues); } in begin() function in tcu::RandomValueIterator
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Dmatched_date_time_info.h28 MatchedDateTimeInfo(int begin, int end, std::string& regex) in MatchedDateTimeInfo() argument
51 void SetBegin(int begin) in SetBegin() argument
/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Dstack_util.h42 uint64_t begin = 0; in ParseSelfMaps() local
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dborder_rule.cpp61 int begin = match->start(); in Handle() local
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_stub_test.cpp89 uint32_t begin = static_cast<uint32_t>(PowerMgr::ThermalMgrInterfaceCode::REG_THERMAL_TEMP_CALLBACK); in HWTEST_F() local
/base/powermgr/thermal_manager/utils/native/src/
H A Dstring_operation.cpp36 std::string::size_type begin = str.find_first_not_of(sep); in SplitString() local
/base/security/access_token/services/privacymanager/src/database/
H A Ddata_translator.cpp37 int64_t begin = request.beginTimeMillis; in TranslationIntoGenericValues() local
/base/security/crypto_framework/common/src/
H A Dhcf_string.c127 int StringFind(const HcString *self, char c, uint32_t begin) in StringFind() argument
158 bool StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst) in StringSubString() argument
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dbitmap_helpers.cpp69 int32_t begin, end; in ReadBmp() local
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dkeyframe_animation.h145 auto begin = keyframes_.front()->GetKeyValue(); in Calculate() local

Completed in 9 milliseconds

12345678910>>...50