Home
last modified time | relevance | path

Searched refs:isEnd (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp36 if (isEnd() && R.isEnd()) in operator ==()
40 if (isEnd() != R.isEnd()) in operator ==()
51 assert(!isEnd()); in operator ==()
52 assert(!R.isEnd()); in operator ==()
76 if (isEnd() && R.isEnd()) in operator -()
79 assert(!R.isEnd()); in operator -()
86 if (isEnd()) { in operator -()
132 bool DbiModuleSourceFilesIterator::isEnd() const { isEnd() function in DbiModuleSourceFilesIterator
[all...]
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dsehap_contexts_trie.cpp73 node->prefixInfo.isEnd = true; in Insert()
78 node->matchedInfo.isEnd = true; in Insert()
96 if ((root->prefixInfo.isEnd) && (i != words.size() - 1)) { in Search()
103 if ((root->matchedInfo.isEnd) && (i == words.size() - 1)) { in Search()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dfallible_iterator.h168 if (LHS.isEnd() && RHS.isEnd()) in operator ==()
179 if (LHS.isEnd()) in operator ==()
202 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function in llvm::fallible_iterator
H A DSparseMultiSet.h232 bool isEnd() const { in isEnd() function in llvm::SparseMultiSet::iterator_base
268 assert((isEnd() || SparseIdx == RHS.SparseIdx) && in operator ==()
283 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) && in operator --()
287 if (isEnd()) in operator --()
295 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator"); in operator ++()
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
H A Dilist_iterator.h176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; } in isEnd() function in llvm::ilist_iterator
/test/xts/acts/multimedia/av_codec/demuxer/src/
H A Dfunc_test.cpp1145 bool isEnd = false; in HWTEST_F() local
1155 while (!isEnd) { in HWTEST_F()
1164 isEnd = true; in HWTEST_F()
1169 isEnd = true; in HWTEST_F()
1189 bool isEnd = false; in HWTEST_F() local
1215 while (!isEnd) { in HWTEST_F()
1224 isEnd = true; in HWTEST_F()
1229 isEnd = true; in HWTEST_F()
1250 bool isEnd = false; in HWTEST_F() local
1276 while (!isEnd) { in HWTEST_F()
1310 bool isEnd = false; HWTEST_F() local
1365 bool isEnd = false; HWTEST_F() local
1421 bool isEnd = false; HWTEST_F() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java102 boolean isEnd() { in isEnd() method in Mf2Serializer.Token
164 } else if (token.isEnd() && i == tokens.size() - 1) { in parseMessage()
222 } else if (token.isEnd()) { in parseVariant()
260 } else if (token.isEnd()) { in parseSelector()
284 } else if (token.isEnd()) { in parseDeclaration()
327 } else if (token.isEnd()) { in parsePattern()
423 } else if (token.isEnd()) { in parseExpression()
463 } else if (token.isEnd()) { in parseOptions()
/third_party/vk-gl-cts/executor/
H A DxeContainerFormatParser.cpp272 const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == '\t'; in parseContainerLine()
274 if (isEnd) in parseContainerLine()
308 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER ||
311 if (isEnd)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h54 if (!I.isEnd()) in getBundleBegin()
62 if (!I.isEnd()) in getBundleFinal()
133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) && in MachineInstrBundleIterator()
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dsehap_contexts_trie.h23 bool isEnd = false; member
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp146 const std::string& name, const std::string& type, bool isEnd) in AddColumn()
148 if (!isEnd) { in AddColumn()
145 AddColumn( const std::string& name, const std::string& type, bool isEnd) AddColumn() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h59 bool isEnd() const;
H A DHashTable.h94 bool isEnd() const { return IsEnd; } in isEnd() function in llvm::pdb::HashTableIterator
290 assert(Entry.isEnd()); in set_as_internal()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h235 static void AddColumn(const std::string& name, const std::string& type, bool isEnd = false);
/third_party/node/deps/minimatch/
H A Dindex.js480 if (this.isEnd() && (this === __privateGet(this, _root) || __privateGet(__privateGet(this, _root), _filledNegs) && __privateGet(this, _parent)?.type === "!")) {
501 isEnd() {
506 if (!__privateGet(this, _parent)?.isEnd())
509 return __privateGet(this, _parent)?.isEnd();
564 // - if not isEnd(): nothing
623 const noEmpty = this.isStart() && this.isEnd();
649 if (this.isEnd() && __privateGet(__privateGet(this, _root), _filledNegs) && __privateGet(this, _parent)?.type === "!") {
663 if (this.isStart() && this.isEnd() && !body && this.type !== "!") {
851 }).filter((p) => !(this.isStart() && this.isEnd()) || !!p).join("|");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_iterator.h163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; } in isEnd() function in llvm::ilist_iterator
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h3174 ArkUI_Int32 (*getTextInputTextSelectionIndex)(ArkUINodeHandle node, ArkUI_Bool isEnd);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 33 milliseconds