/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 94 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local 95 (void)isNew; // Silence compiler warning. in EmitCopyFromReg() 96 assert(isNew && "Node emitted out of order - early"); in EmitCopyFromReg() 184 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local 185 (void)isNew; // Silence compiler warning. in EmitCopyFromReg() 186 assert(isNew && "Node emitted out of order - early"); in EmitCopyFromReg() 257 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local 258 (void)isNew; // Silence compiler warning. in CreateVirtualRegisters() 259 assert(isNew && "Node emitted out of order - early"); in CreateVirtualRegisters() 598 bool isNew [all...] |
H A D | ScheduleDAGSDNodes.cpp | 812 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; 813 (void)isNew; // Silence compiler warning. 814 assert(isNew && "Node emitted out of order - early");
|
/foundation/multimodalinput/input/service/account_manager/test/ |
H A D | account_manager_test.cpp | 112 auto [_, isNew] = accountManager.accounts_.emplace(MAIN_ACCOUNT_ID,
in HWTEST_F() 114 EXPECT_TRUE(isNew);
in HWTEST_F() 131 auto [_, isNew] = accountManager.accounts_.emplace(accountId,
in HWTEST_F() 133 EXPECT_TRUE(isNew);
in HWTEST_F()
|
/third_party/node/lib/internal/repl/ |
H A D | await.js | 143 const isNew = node !== state.ancestors[state.ancestors.length - 1]; 144 if (isNew) { 148 if (isNew) {
|
/third_party/typescript/tests/baselines/reference/ |
H A D | variableDeclaratorResolvedDuringContextualTyping.js | 95 isNew: boolean; 118 isNew: response.status === 201 155 isNew: response.status === 201
|
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/ |
H A D | kvstore_common.c | 107 void AddKVCache(const char* key, const char* value, boolean isNew)
in AddKVCache() argument 118 if (isNew) {
in AddKVCache()
|
H A D | kvstore_common.h | 38 void AddKVCache(const char* key, const char* value, boolean isNew);
|
/foundation/multimodalinput/input/service/account_manager/src/ |
H A D | account_manager.cpp | 392 auto [_, isNew] = accounts_.emplace(MAIN_ACCOUNT_ID, std::make_unique<AccountSetting>(MAIN_ACCOUNT_ID)); in SetupMainAccount() 393 if (!isNew) { in SetupMainAccount() 414 auto [_, isNew] = accounts_.emplace(accountId, std::make_unique<AccountSetting>(accountId)); in OnAddUser() 415 if (!isNew) { in OnAddUser()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/include/ |
H A D | vdec_sample.h | 50 int32_t SetOutputSurface(const bool isNew = true);
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.h | 75 FT_Bool isNew; member
|
H A D | psintrp.c | 85 return hintmask->isNew; in FT_LOCAL_DEF() 93 hintmask->isNew = val; in cf2_hintmask_setNew() 122 hintmask->isNew = TRUE; in cf2_hintmask_setCounts() 1811 hintMask.isNew = TRUE; in cf2_interpT2CharString() 2480 hintMask.isNew = TRUE; in cf2_interpT2CharString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 793 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local 794 if (!isNew) in scanUses() 806 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local 807 if (!isNew) in scanUses() 811 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local 812 if (!isNew) in scanUses() 841 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local 842 if (!isNew) in processCopy()
|
H A D | MachineLICM.cpp | 895 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local 904 if (isNew && !isKill && ConsiderUnseenAsDef) in calcRegisterCost() 907 else if (!isNew && isKill) in calcRegisterCost()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
H A D | medialibrary_backup_clone_test.cpp | 266 fileInfo.isNew = true; in GetInsertValues() 360 fileInfo.isNew = !restoreService->HasSameAudioFile(restoreService->mediaLibraryRdb_, tableName, fileInfo); in PrepareFileInfos()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | clone_restore.cpp | 349 !fileInfos[i].isNew) { in MoveMigrateFile() 420 fileInfos[i].isNew = true; in GetInsertValues() 1086 if (!fileInfo.isNew || fileInfo.cloudPath.empty()) { in BatchNotifyPhoto() 1727 bool isNew = fileId <= 0 || cloudPath.empty(); in IsSameFileForClone() local 1728 fileInfo.isNew = isNew; in IsSameFileForClone() 1729 return !isNew; in IsSameFileForClone()
|
H A D | base_restore.cpp | 646 fileInfo.isNew = false; in IsSameAudioFile()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | backup_const.h | 296 bool isNew {true};
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 567 SLboolean isNew 576 SLboolean isNew
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 522 SLboolean isNew 531 SLboolean isNew
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 519 SLboolean isNew 528 SLboolean isNew
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 147803 sqlite3TriggerColmask( Parse *pParse, Trigger *pTrigger, ExprList *pChanges, int isNew, int tr_tm, Table *pTab, int orconf ) global() argument [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typescript.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |