Home
last modified time | relevance | path

Searched defs:stopIndex (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DSubstring.java34 public static Substring ofExprs(Expr expr, int startIndex, int stopIndex, Boolean reverse) { in ofExprs()
46 public Expr stopIndex() { in stopIndex() method in Substring
59 int stopIndex = args.get(2).eval(scope).expectInt(); in eval() local
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
H A DCommonToken.as141 public function get stopIndex():int { property in org.antlr.runtime.CommonToken
145 public function set stopIndex(stop:int):void { property in org.antlr.runtime.CommonToken
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3baserecognizer.inl655 ANTLR_MARKER stopIndex; local
707 ANTLR_MARKER stopIndex = this->getRuleMemoization( ruleIndex, is->index() ); local
736 ANTLR_MARKER stopIndex; local
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3baserecognizer.c1860 ANTLR3_MARKER stopIndex; in getRuleMemoization() local
1920 ANTLR3_MARKER stopIndex; in alreadyParsedRule() local
1995 ANTLR3_MARKER stopIndex; in memoize() local
/aosp_15_r20/external/aac/libSBRenc/src/
H A Dinvf_est.cpp247 INT stopIndex, /*!< Stop index. */ in calculateDetectorValues()
516 INT stopIndex, /*!< Stop index. */ in FDKsbrEnc_qmfInverseFilteringDetector()
H A Dnf_est.cpp199 INT stopIndex, /*!< Stop index. */ in qmfBasedNoiseFloorDetection()
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DRuleMemo.h38 ACNumber *stopIndex; variable
H A DCommonTree.h34 NSInteger stopIndex; variable
H A DCommonToken.h45 NSInteger stopIndex; variable
/aosp_15_r20/external/antlr/runtime/Cpp/tests/
H A Dt039.cpp84 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
H A Dt004.cpp66 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
H A Dt010.cpp69 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
H A Dt006.cpp66 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
H A Dt007.cpp66 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
H A Dt011.cpp69 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
H A Dt008.cpp67 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
H A Dt009.cpp67 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
H A Dt005.cpp69 size_t stopIndex = ((const char*)token->get_stopIndex()) - data.c_str(); in testValid() local
/aosp_15_r20/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestBasic.java81 int stopIndex = startDomainIndex + domainAndRegistry.length(); in useSpans() local
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTree.cs57 protected int stopIndex = -1; field in Antlr.Runtime.Tree.CommonTree
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonTree.java45 protected int startIndex=-1, stopIndex=-1; field in CommonTree
/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3commontree.h60 ANTLR3_MARKER stopIndex; member
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapFolderElement.java268 int i, stopIndex; in encode() local
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java815 int stopIndex = getRuleMemoization(ruleIndex, input.index()); in alreadyParsedRule() local
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs122 int stopIndex, // index or MEMO_RULE_UNKNOWN... in ExamineRuleMemoization()

123