Home
last modified time | relevance | path

Searched defs:Pos (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/external/tflite-support/tensorflow_lite_support/cc/task/text/qa/
Dquestion_answerer.h34 struct Pos { struct
35 Pos(int arg_start, int arg_end, float arg_logit) in Pos() function
37 int start, end;
38 float logit;
/external/icu/libicu/cts_headers/
Druleiter.h135 struct Pos : public UMemory { struct
139 int32_t bufPos; argument
148 * RuleCharacterIterator::Pos pos; argument
/external/icu/icu4c/source/common/
Druleiter.h135 struct Pos : public UMemory { struct
139 int32_t bufPos; argument
148 * RuleCharacterIterator::Pos pos; argument
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSyncAPI.cpp72 runCodeComplete(ClangdServer &Server, PathRef File, Position Pos, in runCodeComplete()
80 PathRef File, Position Pos) { in runSignatureHelp()
87 runLocateSymbolAt(ClangdServer &Server, PathRef File, Position Pos) { in runLocateSymbolAt()
94 runFindDocumentHighlights(ClangdServer &Server, PathRef File, Position Pos) { in runFindDocumentHighlights()
101 Position Pos, llvm::StringRef NewName, in runRename()
109 runPrepareRename(ClangdServer &Server, PathRef File, Position Pos, in runPrepareRename()
147 const std::vector<Position> &Pos) { in runSemanticRanges()
/external/llvm/include/llvm/ADT/
DMapVector.h87 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local
104 typename MapType::const_iterator Pos = Map.find(Key); in count() local
109 typename MapType::const_iterator Pos = Map.find(Key); in find() local
115 typename MapType::const_iterator Pos = Map.find(Key); in find() local
122 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DMapVector.h113 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local
143 typename MapType::const_iterator Pos = Map.find(Key); in count() local
148 typename MapType::const_iterator Pos = Map.find(Key); in find() local
154 typename MapType::const_iterator Pos = Map.find(Key); in find() local
161 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() local
/external/llvm-project/llvm/include/llvm/ADT/
DMapVector.h113 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local
143 typename MapType::const_iterator Pos = Map.find(Key); in count() local
148 typename MapType::const_iterator Pos = Map.find(Key); in find() local
154 typename MapType::const_iterator Pos = Map.find(Key); in find() local
161 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() local
/external/rust/crates/plotters-backend/src/
Dtext.rs86 pub struct Pos { struct
88 pub h_pos: HPos,
90 pub v_pos: VPos,
93 impl Pos { implementation
230 fn anchor(&self) -> text_anchor::Pos { in anchor()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DContainerModeling.cpp582 const auto *Pos = getIteratorPosition(State, Iter); in handleInsert() local
613 const auto *Pos = getIteratorPosition(State, Iter); in handleErase() local
677 const auto *Pos = getIteratorPosition(State, Iter); in handleEraseAfter() local
937 auto MatchCont = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositions()
940 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositions()
950 auto MatchContAndCompare = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositionsExcept()
954 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateAllIteratorPositionsExcept()
963 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions()
966 auto Invalidate = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions()
977 auto Compare = [&](const IteratorPosition &Pos) { in invalidateIteratorPositions()
[all …]
DIteratorRangeChecker.cpp199 const auto *Pos = getIteratorPosition(State, Val); in verifyDereference() local
284 const auto *Pos = getIteratorPosition(C.getState(), Val); in reportBug() local
305 bool isPastTheEnd(ProgramStateRef State, const IteratorPosition &Pos) { in isPastTheEnd()
321 bool isAheadOfRange(ProgramStateRef State, const IteratorPosition &Pos) { in isAheadOfRange()
337 bool isBehindPastTheEnd(ProgramStateRef State, const IteratorPosition &Pos) { in isBehindPastTheEnd()
DIteratorModeling.cpp206 if (const auto *Pos = getIteratorPosition(State, Call.getArgSVal(0))) { in checkPostCall() local
226 if (const auto *Pos = getIteratorPosition(State, Call.getArgSVal(i))) { in checkPostCall() local
238 const auto *Pos = getIteratorPosition(State, Val); in checkBind() local
296 const auto *Pos = getIteratorPosition(State, C.getSVal(MTE->getSubExpr())); in checkPostStmt() local
545 const auto *Pos = getIteratorPosition(State, Iter); in handleIncrement() local
571 const auto *Pos = getIteratorPosition(State, Iter); in handleDecrement() local
599 const auto *Pos = getIteratorPosition(State, Iterator); in handleRandomIncrOrDecr() local
746 const auto Pos = Sym.second; in printState() local
759 const auto Pos = Reg.second; in printState() local
/external/llvm/lib/MC/
DStringTableBuilder.cpp40 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt()
49 static void multikey_qsort(StringPair **Begin, StringPair **End, int Pos) { in multikey_qsort()
129 size_t Pos = StringTable.size() - S.size() - (K != RAW); in finalizeStringTable() local
/external/llvm-project/llvm/lib/MC/
DStringTableBuilder.cpp85 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt()
94 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
152 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DStringTableBuilder.cpp80 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt()
89 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
147 size_t Pos = Size - S.size() - (K != RAW); in finalizeStringTable() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTableGenBackend.cpp23 size_t Pos = (size_t)OS.tell(); in printLine() local
40 size_t Pos = 0U; in emitSourceFileHeader() local
/external/llvm-project/llvm/lib/TableGen/
DTableGenBackend.cpp24 size_t Pos = (size_t)OS.tell(); in printLine() local
41 size_t Pos = 0U; in emitSourceFileHeader() local
/external/llvm/lib/TableGen/
DTableGenBackend.cpp24 size_t Pos = (size_t)OS.tell(); in printLine() local
41 size_t Pos = 0U; in emitSourceFileHeader() local
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.cpp226 void ClangdServer::codeComplete(PathRef File, Position Pos, in codeComplete()
291 void ClangdServer::signatureHelp(PathRef File, Position Pos, in signatureHelp()
334 Position Pos, StringRef TriggerText, in formatOnType()
357 void ClangdServer::prepareRename(PathRef File, Position Pos, in prepareRename()
387 void ClangdServer::rename(PathRef File, Position Pos, llvm::StringRef NewName, in rename()
532 void ClangdServer::locateSymbolAt(PathRef File, Position Pos, in locateSymbolAt()
586 PathRef File, Position Pos, Callback<std::vector<DocumentHighlight>> CB) { in findDocumentHighlights()
598 void ClangdServer::findHover(PathRef File, Position Pos, in findHover()
613 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy()
638 PathRef File, Position Pos, Callback<std::vector<CallHierarchyItem>> CB) { in prepareCallHierarchy()
[all …]
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/text/qa/
DQaAnswer.java42 public static class Pos implements Comparable<Pos> { class in QaAnswer
47 public Pos(int start, int end, float logit) { in Pos() method in QaAnswer.Pos
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOWindows.cpp92 size_t Pos = Path.find_last_of("/\\"); in Basename() local
264 size_t Pos = Offset; in ParseFileName() local
274 size_t Pos = Offset; in ParseDir() local
290 size_t Pos = Offset, Res; in ParseServerAndShare() local
315 size_t Pos = 0, Res; in ParseLocation() local
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOWindows.cpp92 size_t Pos = Path.find_last_of("/\\"); in Basename() local
264 size_t Pos = Offset; in ParseFileName() local
274 size_t Pos = Offset; in ParseDir() local
290 size_t Pos = Offset, Res; in ParseServerAndShare() local
315 size_t Pos = 0, Res; in ParseLocation() local
/external/llvm-project/llvm/lib/CodeGen/
DAllocationOrder.h46 int Pos = 0; variable
49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator()
DRenameIndependentSubregs.cpp189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in findComponents() local
223 SlotIndex Pos = LIS->getInstructionIndex(*MI); in rewriteOperands() local
291 static bool subRangeLiveAt(const LiveInterval &LI, SlotIndex Pos) { in subRangeLiveAt()
355 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in computeMainRangesFixFlags() local
360 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot(); in computeMainRangesFixFlags() local
/external/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in findComponents() local
224 SlotIndex Pos = LIS->getInstructionIndex(MI); in rewriteOperands() local
279 static bool subRangeLiveAt(const LiveInterval &LI, SlotIndex Pos) { in subRangeLiveAt()
343 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in computeMainRangesFixFlags() local
348 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot(); in computeMainRangesFixFlags() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp189 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in findComponents() local
223 SlotIndex Pos = LIS->getInstructionIndex(*MI); in rewriteOperands() local
291 static bool subRangeLiveAt(const LiveInterval &LI, SlotIndex Pos) { in subRangeLiveAt()
355 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()); in computeMainRangesFixFlags() local
360 SlotIndex Pos = LIS->getInstructionIndex(*MO.getParent()).getDeadSlot(); in computeMainRangesFixFlags() local

12345678910>>...24