Home
last modified time | relevance | path

Searched refs:sourceRange (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/
H A DPositionTest.java61 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 Dinline_forked_closures.cpp25 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 Dcheck_strict_fusion.cpp78 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 Dlower_graph.cpp83 throw ErrorReport(e.n->sourceRange()) << "Couldn't export Python method."; in lower_graph()
86 throw ErrorReport(e.n->sourceRange()) in lower_graph()
H A Dfixup_trace_scope_blocks.cpp431 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 DMPIBugReporter.cpp38 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 Dscript_profile.cpp112 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 Dscript_profile.h17 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 Dtransrt.cpp313 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 Dtransrt.cpp313 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 Dcommon.cpp7 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 Ddrm_hal_common.cpp514 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 DCleanerTest.java396 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 Dtest_graph_rewrite_passes.py31 source_range_1 = node.sourceRange()
35 source_range_2 = node.sourceRange()
H A Dtest_optimize_for_mobile_preserve_debug_info.py26 node.kind(): node.sourceRange()
36 node.sourceRange(),
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DRoundTripTest.java1097 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 DRoundTripTest.java1094 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 Dtest_cs_debug_info_serialization.cpp119 source_range_tags[n->sourceRange()] = source_range_tag; in TEST()
120 source_range_map[source_range_tag] = n->sourceRange(); in TEST()
H A Dtest_backend_compiler_preprocess.cpp57 node->sourceRange().str()); in preprocess()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dlist_model_parameters.cpp88 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 DAttribute.java151 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 Dpython_print.cpp127 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 Dir.cpp287 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 Dbackend_debug_handler.cpp18 const SourceRange& range = node->sourceRange(); in getNextDebugHandle()
/aosp_15_r20/external/pytorch/torch/onnx/
H A Derrors.py68 code_location = value.node().sourceRange()

123