/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.cpp | 36 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 D | sehap_contexts_trie.cpp | 73 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 D | fallible_iterator.h | 168 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 D | SparseMultiSet.h | 232 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 D | ilist_iterator.h | 176 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 D | func_test.cpp | 1145 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 D | Mf2Serializer.java | 102 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 D | xeContainerFormatParser.cpp | 272 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 D | MachineInstrBundleIterator.h | 54 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 D | sehap_contexts_trie.h | 23 bool isEnd = false; member
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_table_old.cpp | 146 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 D | DbiModuleList.h | 59 bool isEnd() const;
|
H A D | HashTable.h | 94 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 D | reminder_table_old.h | 235 static void AddColumn(const std::string& name, const std::string& type, bool isEnd = false);
|
/third_party/node/deps/minimatch/ |
H A D | index.js | 480 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 D | ilist_iterator.h | 163 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 D | arkoala_api.h | 3174 ArkUI_Int32 (*getTextInputTextSelectionIndex)(ArkUINodeHandle node, ArkUI_Bool isEnd);
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |