Home
last modified time | relevance | path

Searched refs:end (Results 1976 - 2000 of 11618) sorted by relevance

1...<<71727374757677787980>>...465

/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_compositions.cpp27 for (auto* it = begin(); it < end();) { in match()
46 if (it < end() && segment.getOffset() != result.charEnd && result.charEnd > matcherOffset) { in match()
65 // NOTE: The range-based for loop calls the virtual begin() and end() methods. in smokeTest()
76 // NOTE: The range-based for loop calls the virtual begin() and end() methods. in postProcess()
99 const NumberParseMatcher* const* ArraySeriesMatcher::end() const { in end() function in ArraySeriesMatcher
/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler_jk.c52 long start, end; variable
132 end = rt_gettime(); in handler1()
157 delta = (end - start) / NS_PER_US; in main()
/third_party/node/deps/v8/src/codegen/arm64/
H A Ddecoder-arm64.cc28 for (it = visitors_.begin(); it != visitors_.end(); it++) { in InsertVisitorBefore()
34 // We reached the end of the list. The last element must be in InsertVisitorBefore()
44 for (it = visitors_.begin(); it != visitors_.end(); it++) { in InsertVisitorAfter()
51 // We reached the end of the list. The last element must be in InsertVisitorAfter()
67 for (it = visitors_.begin(); it != visitors_.end(); it++) { \
/third_party/node/deps/v8/src/heap/
H A Dfactory-inl.h49 Handle<String> Factory::NewSubString(Handle<String> str, int begin, int end) { in NewSubString() argument
50 if (begin == 0 && end == str->length()) return str; in NewSubString()
51 return NewProperSubString(str, begin, end); in NewSubString()
/third_party/node/deps/v8/src/third_party/vtune/
H A Dvtuneapi.cc34 if (it != domains_.end()) { in destroyDomain()
43 if (it != domains_.end()) { in getDomain()
54 if (it != string_handlers_.end()) { in getString()
/third_party/node/deps/openssl/openssl/apps/
H A Dinfo.c57 goto end; in info_main()
61 goto end; in info_main()
115 end: in info_main()
/third_party/openssl/test/
H A Dmdc2test.c73 goto end; in test_mdc2()
79 goto end; in test_mdc2()
82 end: in test_mdc2()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlay.cpp45 mState.mOverlayWidgets.begin(), mState.mOverlayWidgets.end(), in init()
72 if (std::find(enabledWidgets.begin(), enabledWidgets.end(), widgetName.first) != in enableOverlayWidgetsFromEnvironment()
73 enabledWidgets.end()) in enableOverlayWidgetsFromEnvironment()
/third_party/vk-gl-cts/executor/
H A DxeBatchResult.cpp86 return m_resultMap.find(casePath) != m_resultMap.end(); in hasTestCaseResult()
92 DE_ASSERT(pos != m_resultMap.end()); in getTestCaseResult()
99 DE_ASSERT(pos != m_resultMap.end()); in getTestCaseResult()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_derivatives.cpp83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
86 modes->end() && in DerivativesPass()
88 modes->end()))) { in DerivativesPass()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_params_with_struct.cpp51 std::iota(parameter_index.begin(), parameter_index.end(), 0); in Apply()
55 std::remove_if(parameter_index.begin(), parameter_index.end(), in Apply()
63 // the end (i.e. [new_end, parameter_index.end()) is a range of removed in Apply()
66 parameter_index.erase(new_end, parameter_index.end()); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H A Ddivergence_analysis.h79 if (it == divergence_.end()) { in GetDivergenceLevel()
94 if (it == divergence_source_.end()) { in GetDivergenceSource()
111 if (it == divergence_dependence_source_.end()) { in GetDivergenceDependenceSource()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dstruct_cfg_analysis.h40 if (it == bb_to_construct_.end()) { in ContainingConstruct()
66 if (it == bb_to_construct_.end()) { in ContainingLoop()
94 if (it == bb_to_construct_.end()) { in ContainingSwitch()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dremove_block_reduction_opportunity_finder.cpp33 for (auto bi = function->begin(); bi != function->end(); ++bi) { in GetAvailableOpportunities()
46 assert(*bi != function->end() && "Block iterator was out of bounds"); in IsBlockValidOpportunity()
48 // Don't remove first block; we don't want to end up with no blocks. in IsBlockValidOpportunity()
83 instructions_in_block.end(); in BlockInstructionsHaveNoOutsideReferences()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_params_with_struct.cpp51 std::iota(parameter_index.begin(), parameter_index.end(), 0); in Apply()
55 std::remove_if(parameter_index.begin(), parameter_index.end(), in Apply()
63 // the end (i.e. [new_end, parameter_index.end()) is a range of removed in Apply()
66 parameter_index.erase(new_end, parameter_index.end()); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Ddivergence_analysis.h79 if (it == divergence_.end()) { in GetDivergenceLevel()
94 if (it == divergence_source_.end()) { in GetDivergenceSource()
111 if (it == divergence_dependence_source_.end()) { in GetDivergenceDependenceSource()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dstruct_cfg_analysis.h40 if (it == bb_to_construct_.end()) { in ContainingConstruct()
66 if (it == bb_to_construct_.end()) { in ContainingLoop()
94 if (it == bb_to_construct_.end()) { in ContainingSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_block_reduction_opportunity_finder.cpp33 for (auto bi = function->begin(); bi != function->end(); ++bi) { in GetAvailableOpportunities()
46 assert(*bi != function->end() && "Block iterator was out of bounds"); in IsBlockValidOpportunity()
48 // Don't remove first block; we don't want to end up with no blocks. in IsBlockValidOpportunity()
83 instructions_in_block.end(); in BlockInstructionsHaveNoOutsideReferences()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_derivatives.cpp83 models->find(SpvExecutionModelGLCompute) != models->end() && in DerivativesPass()
86 modes->end() && in DerivativesPass()
88 modes->end()))) { in DerivativesPass()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_compositions.cpp27 for (auto* it = begin(); it < end();) { in match()
46 if (it < end() && segment.getOffset() != result.charEnd && result.charEnd > matcherOffset) { in match()
65 // NOTE: The range-based for loop calls the virtual begin() and end() methods. in smokeTest()
76 // NOTE: The range-based for loop calls the virtual begin() and end() methods. in postProcess()
99 const NumberParseMatcher* const* ArraySeriesMatcher::end() const { in end() function in ArraySeriesMatcher
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H A DFunctionList.h37 void operator()(iter_type begin, iter_type end) { in operator ()() argument
39 if (f.second == true) std::get<0>(f)(begin, end); in operator ()()
41 if (muted) std::fill(begin, end, 0); in operator ()()
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfutil.c35 /* compute number of bytes to copy as far as end of window */ in inflate_flush()
36 n = (uInt)((q <= s->write ? s->write : s->end) - q); in inflate_flush()
48 /* copy as far as end of window */ in inflate_flush()
54 if (q == s->end) in inflate_flush()
58 if (s->write == s->end) in inflate_flush()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-arabic-joining-list.py36 end = start
38 end = int (uu[1], 16)
42 for u in range (start, end + 1):
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
H A Dmerger.cc61 e = fonts_.end(); it != e; ++it) { in MergeFontInfos()
75 current_font_info->chars_to_glyph_ids()->end()); in MergeFontInfos()
78 current_font_info->resolved_glyph_ids()->end()); in MergeFontInfos()
H A Dstats.cc31 e = table_map->end(); it != e; ++it) { in TotalFontSize()
46 e = tables->end(); it != e; ++it) { in PrintComparison()
74 e = tables->end(); it != e; ++it) { in PrintStats()

Completed in 10 milliseconds

1...<<71727374757677787980>>...465