/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/ |
H A D | PositionTest.java | 61 assertTrue(body.sourceRange().isTracked()); in tracksPosition() 63 assertTrue(body.sourceRange().isImplicit()); in tracksPosition() 65 Range htmlRange = html.sourceRange(); in tracksPosition() 67 assertEquals(htmlRange, body.sourceRange()); in tracksPosition() 71 Range pRange = p.sourceRange(); in tracksPosition() 97 assertEquals("3,1:20", span.sourceRange().start().toString()); in tracksPosition() 98 assertEquals("3,7:26", span.sourceRange().end().toString()); in tracksPosition() 108 Range textRange = text.sourceRange(); in tracksPosition() 113 assertEquals("6,2:66", comment.sourceRange().start().toString()); in tracksPosition() 114 assertEquals("6,18:82", comment.sourceRange().end().toString()); in tracksPosition() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | inline_forked_closures.cpp | 25 throw ErrorReport(fork_closure->sourceRange()) << "Cannot fork this value"; in inlineForkedClosure() 34 ->setSourceRange(fork_closure->sourceRange()); in inlineForkedClosure() 38 throw ErrorReport(fork_node->sourceRange()) in inlineForkedClosure()
|
H A D | check_strict_fusion.cpp | 78 throw(ErrorReport(enter_node->input()->node()->sourceRange()) << ss.str()); in checkForUnfusedOps() 111 throw(ErrorReport(enter_node->input()->node()->sourceRange()) << ss.str()); in checkForUnfusedOps()
|
H A D | lower_graph.cpp | 83 throw ErrorReport(e.n->sourceRange()) << "Couldn't export Python method."; in lower_graph() 86 throw ErrorReport(e.n->sourceRange()) in lower_graph()
|
H A D | fixup_trace_scope_blocks.cpp | 431 nvs.emplace_back(i->node()->sourceRange(), i); in createMethodCalls() 433 auto schema = matchSchema(f->getSchema(), n->sourceRange(), *g, nvs, {}); in createMethodCalls()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIBugReporter.cpp | 38 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking() 60 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait() 81 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | script_profile.cpp | 112 datapoint_ = std::make_unique<Datapoint>(node.sourceRange()); in InstructionSpan() 148 if (const auto& source = datapoint->sourceRange.source()) { in dumpStats() 149 if (auto fileLineCol = datapoint->sourceRange.file_line_col()) { in dumpStats()
|
H A D | script_profile.h | 17 SourceRange sourceRange; member 22 : sourceRange(std::move(sr)), start(std::chrono::steady_clock::now()) {} in Datapoint()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | transrt.cpp | 313 UnicodeSet sourceRange; member in RTTest 335 void test(const UnicodeString& sourceRange, 460 this->sourceRange.clear(); in test() 461 this->sourceRange.applyPattern(sourceRangeVal, status); in test() 467 this->sourceRange.removeAll(neverOk); in test() 604 usi.reset(sourceRange); in test2() 638 usi.reset(sourceRange); in test2() 677 UnicodeSet sourceRangeMinusFailures(sourceRange); in test2()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 313 UnicodeSet sourceRange; member in RTTest 335 void test(const UnicodeString& sourceRange, 460 this->sourceRange.clear(); in test() 461 this->sourceRange.applyPattern(sourceRangeVal, status); in test() 467 this->sourceRange.removeAll(neverOk); in test() 604 usi.reset(sourceRange); in test2() 638 usi.reset(sourceRange); in test2() 677 UnicodeSet sourceRangeMinusFailures(sourceRange); in test2()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/pattern_conversion/ |
H A D | common.cpp | 7 const auto source_n = n->sourceRange().source(); in IsSameSource() 8 const auto source_m = m->sourceRange().source(); in IsSameSource()
|
/aosp_15_r20/hardware/interfaces/drm/aidl/vts/ |
H A D | drm_hal_common.cpp | 514 SharedBuffer sourceRange; in decrypt() local 515 sourceRange.bufferId = kSegmentIndex; in decrypt() 516 sourceRange.offset = 0; in decrypt() 517 sourceRange.size = totalSize; in decrypt() 531 args.source = std::move(sourceRange); in decrypt()
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/safety/ |
H A D | CleanerTest.java | 396 Range origRange = p.sourceRange(); in preservesSourcePositionViaUserData() 399 Range.AttributeRange attributeRange = p.attributes().sourceRange("id"); in preservesSourcePositionViaUserData() 405 Range cleanRange = cleanP.sourceRange(); in preservesSourcePositionViaUserData() 408 assertEquals(attributeRange, cleanP.attributes().sourceRange("id")); in preservesSourcePositionViaUserData()
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_graph_rewrite_passes.py | 31 source_range_1 = node.sourceRange() 35 source_range_2 = node.sourceRange()
|
H A D | test_optimize_for_mobile_preserve_debug_info.py | 26 node.kind(): node.sourceRange() 36 node.sourceRange(),
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 1097 UnicodeSet sourceRange; field in RoundTripTest.TransliterationTest 1197 sourceRange = new UnicodeSet(srcRange); in test() 1198 sourceRange.removeAll(neverOk); in test() 1217 TestFmwk.logln(Utility.escape("Source: " + sourceRange)); in test() 1370 usi.reset(sourceRange); in checkSourceTargetSource() 1408 usi.reset(sourceRange); in checkSourceTargetSingles() 1446 UnicodeSet sourceRangeMinusFailures = new UnicodeSet(sourceRange); in checkSourceTargetDoubles()
|
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 1094 UnicodeSet sourceRange; field in RoundTripTest.TransliterationTest 1194 sourceRange = new UnicodeSet(srcRange); in test() 1195 sourceRange.removeAll(neverOk); in test() 1214 TestFmwk.logln(Utility.escape("Source: " + sourceRange)); in test() 1367 usi.reset(sourceRange); in checkSourceTargetSource() 1405 usi.reset(sourceRange); in checkSourceTargetSingles() 1443 UnicodeSet sourceRangeMinusFailures = new UnicodeSet(sourceRange); in checkSourceTargetDoubles()
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_cs_debug_info_serialization.cpp | 119 source_range_tags[n->sourceRange()] = source_range_tag; in TEST() 120 source_range_map[source_range_tag] = n->sourceRange(); in TEST()
|
H A D | test_backend_compiler_preprocess.cpp | 57 node->sourceRange().str()); in preprocess()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | list_model_parameters.cpp | 88 throw ErrorReport(n->sourceRange()) in getParamAttributes() 137 throw ErrorReport(n->sourceRange()) in getParamAttributes()
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/ |
H A D | Attribute.java | 151 public Range.AttributeRange sourceRange() { in sourceRange() method in Attribute 153 return parent.sourceRange(key); in sourceRange()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | python_print.cpp | 127 if (auto gen_source = n->sourceRange().findSourceRangeThatGenerated()) { in WithSourceRange() 130 stack->push_back(n->sourceRange()); in WithSourceRange() 583 ErrorReport(stmt.node()->sourceRange()) in printLoop() 785 ErrorReport(node->sourceRange()) in printNode() 876 ErrorReport(node->sourceRange()) in printNode() 1003 ErrorReport(node->sourceRange()) in printRHS()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | ir.cpp | 287 SourceRange Node::sourceRange() const { in sourceRange() function in torch::jit::Node 344 SourceRange r = sourceRange(); in print() 345 if (sourceRange().source()) { in print() 346 if (auto orig = sourceRange().source()->findSourceRangeThatGenerated(r)) { in print() 1109 auto er = ErrorReport(sourceRange()); in getOperator() 2073 *new_node_cs, callee, to_replace->sourceRange(), m_info); in inlineCallStackOfNode() 2076 callee, to_replace->sourceRange(), m_info); in inlineCallStackOfNode()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/ |
H A D | backend_debug_handler.cpp | 18 const SourceRange& range = node->sourceRange(); in getNextDebugHandle()
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | errors.py | 68 code_location = value.node().sourceRange()
|