/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_compositions.cpp | 27 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 D | async_handler_jk.c | 52 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 D | decoder-arm64.cc | 28 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 D | factory-inl.h | 49 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 D | vtuneapi.cc | 34 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 D | info.c | 57 goto end; in info_main() 61 goto end; in info_main() 115 end: in info_main()
|
/third_party/openssl/test/ |
H A D | mdc2test.c | 73 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 D | Overlay.cpp | 45 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 D | xeBatchResult.cpp | 86 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 D | validate_derivatives.cpp | 83 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 D | fuzzer_pass_replace_params_with_struct.cpp | 51 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 D | divergence_analysis.h | 79 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 D | struct_cfg_analysis.h | 40 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 D | remove_block_reduction_opportunity_finder.cpp | 33 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 D | fuzzer_pass_replace_params_with_struct.cpp | 51 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 D | divergence_analysis.h | 79 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 D | struct_cfg_analysis.h | 40 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 D | remove_block_reduction_opportunity_finder.cpp | 33 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 D | validate_derivatives.cpp | 83 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 D | numparse_compositions.cpp | 27 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 D | FunctionList.h | 37 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 D | infutil.c | 35 /* 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 D | gen-arabic-joining-list.py | 36 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 D | merger.cc | 61 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 D | stats.cc | 31 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()
|