Home
last modified time | relevance | path

Searched refs:isNew (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp94 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 DScheduleDAGSDNodes.cpp812 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 Daccount_manager_test.cpp112 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 Dawait.js143 const isNew = node !== state.ancestors[state.ancestors.length - 1];
144 if (isNew) {
148 if (isNew) {
/third_party/typescript/tests/baselines/reference/
H A DvariableDeclaratorResolvedDuringContextualTyping.js95 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 Dkvstore_common.c107 void AddKVCache(const char* key, const char* value, boolean isNew) in AddKVCache() argument
118 if (isNew) { in AddKVCache()
H A Dkvstore_common.h38 void AddKVCache(const char* key, const char* value, boolean isNew);
/foundation/multimodalinput/input/service/account_manager/src/
H A Daccount_manager.cpp392 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 Dvdec_sample.h50 int32_t SetOutputSurface(const bool isNew = true);
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpshints.h75 FT_Bool isNew; member
H A Dpsintrp.c85 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 DTwoAddressInstructionPass.cpp793 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 DMachineLICM.cpp895 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 Dmedialibrary_backup_clone_test.cpp266 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 Dclone_restore.cpp349 !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 Dbase_restore.cpp646 fileInfo.isNew = false; in IsSameAudioFile()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h296 bool isNew {true};
/third_party/openSLES/api/1.1/
H A DOpenSLES.h567 SLboolean isNew
576 SLboolean isNew
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h522 SLboolean isNew
531 SLboolean isNew
/third_party/openSLES/api/1.0/
H A DOpenSLES.h519 SLboolean isNew
528 SLboolean isNew
/third_party/sqlite/src/
H A Dsqlite3.c147803 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 Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
H A Dtypescript.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 265 milliseconds

12