Home
last modified time | relevance | path

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

12345678910>>...20

/external/python/cpython3/Lib/tomllib/
D_parser.py232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos:
243 pos: Pos,
263 def skip_comment(src: str, pos: Pos) -> Pos:
275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos:
284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]:
302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]:
324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat
358 src: str, pos: Pos, parse_float: ParseFloat
373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]:
391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]:
[all …]
/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() argument
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/cronet/stable/third_party/icu/source/common/
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/cronet/tot/third_party/icu/source/common/
Druleiter.h135 struct Pos : public UMemory { struct
139 int32_t bufPos; argument
148 * RuleCharacterIterator::Pos pos; argument
/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/rust/android-crates-io/crates/plotters-backend/src/
Dtext.rs88 pub struct Pos { struct
90 pub h_pos: HPos,
92 pub v_pos: VPos,
95 impl Pos { implementation
216 fn anchor(&self) -> text_anchor::Pos { in anchor()
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DMapVector.h114 typename MapType::const_iterator Pos = Map.find(Key); in lookup() local
144 typename MapType::const_iterator Pos = Map.find(Key); in count() local
149 typename MapType::const_iterator Pos = Map.find(Key); in find() local
155 typename MapType::const_iterator Pos = Map.find(Key); in find() local
162 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back() 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/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DStringTableBuilder.cpp86 static int charTailAt(StringPair *P, size_t Pos) { in charTailAt()
95 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
153 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/llvm/lib/TableGen/
DTableGenBackend.cpp24 size_t Pos = (size_t)OS.tell(); in printLine() local
41 size_t Pos = 0U; in emitSourceFileHeader() 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/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DTableGenBackend.cpp24 size_t Pos = (size_t)OS.tell(); in printLine() local
41 size_t Pos = 0U; in emitSourceFileHeader() local
/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOWindows.cpp92 size_t Pos = Path.find_last_of("/\\"); in Basename() local
263 size_t Pos = Offset; in ParseFileName() local
273 size_t Pos = Offset; in ParseDir() local
289 size_t Pos = Offset, Res; in ParseServerAndShare() local
313 size_t Pos = 0, Res; in ParseLocation() local
/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/swiftshader/third_party/llvm-16.0/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/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
/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/clang/lib/Tooling/
DArgumentsAdjusters.cpp55 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
73 ArgumentInsertPosition Pos) { in getInsertArgumentAdjuster()
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/
Dtoken.go41 func NewRange(fset *token.FileSet, start, end token.Pos) Range {
98 func offset(f *token.File, pos token.Pos) (int, error) {
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/
Dtoken.go41 func NewRange(fset *token.FileSet, start, end token.Pos) Range {
98 func offset(f *token.File, pos token.Pos) (int, error) {

12345678910>>...20