Home
last modified time | relevance | path

Searched defs:isNew (Results 1 – 25 of 272) sorted by relevance

1234567891011

/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp95 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
184 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
275 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
578 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
601 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
643 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
/aosp_15_r20/external/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
184 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
257 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
598 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
621 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
669 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp93 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
181 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
259 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
599 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
622 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
670 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp61 bool isNew; in processCallEnter() local
290 bool isNew; in processCallExit() local
316 bool isNew; in processCallExit() local
438 bool isNew; in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp753 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
766 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
771 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
801 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmsrdc.h166 #define ISimilarityFileIdTable_CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew) … argument
167 #define ISimilarityFileIdTable_CreateTableIndirect(This,fileIdFile,truncate,recordSize,isNew) (This… argument
338 #define ISimilarity_CreateTable(This,path,truncate,securityDescriptor,recordSize,isNew) (This)->lpV… argument
339 #define ISimilarity_CreateTableIndirect(This,mapping,fileIdFile,truncate,recordSize,isNew) (This)->… argument
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/archive-patcher/
HDexplainer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/db/
H A DLeakTable.kt95 val isNew: Boolean in <lambda>() constant in leakcanary.internal.activity.db.LeakTable.AllLeaksProjection
144 val isNew: Boolean, in <lambda>() constant in leakcanary.internal.activity.db.LeakTable.LeakProjection
/aosp_15_r20/external/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
806 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
811 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
841 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationChannelLogger.java87 int uid, String pkg, boolean isNew, boolean wasBlocked) { in logNotificationChannelGroup()
199 public static NotificationChannelEvent getGroupUpdated(boolean isNew) { in getGroupUpdated()
/aosp_15_r20/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/internal/activity/screen/
H A DHeapDumpScreen.kt123 val isNew = !leakReadStatus.getValue(leak.signature) in <lambda>() constant
H A DLeakScreen.kt82 val isNew = leak.isNew in <lambda>() constant
/aosp_15_r20/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
H A DOAuth2Credentials.java573 private final boolean isNew; field in OAuth2Credentials.AsyncRefreshResult
575 AsyncRefreshResult(RefreshTask task, boolean isNew) { in AsyncRefreshResult()
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/
H A DClientManager.cpp184 bool *isNew) { in registerSender()
467 bool *isNew) { in registerSender()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/bufferpool/aidl/android.hardware.media.bufferpool2-V2-ndk-source/gen/include/aidl/android/hardware/media/bufferpool2/
DIClientManager.h48 bool isNew = true; variable
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOffsettable.java59 public Offsettable(RawDexObject item, boolean isNew) { in Offsettable()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp753 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
758 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
788 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/tests/
H A Dsingle.cpp63 bool isNew = true; in SetUp() local
H A Dmulti.cpp202 bool isNew = true; in TEST_F() local
H A Dcond.cpp224 bool isNew = true; in TEST_F() local
/aosp_15_r20/development/samples/IntentPlayground/src/com/example/android/intentplayground/
H A DNode.java125 boolean isNew() { in isNew() method in Node
/aosp_15_r20/external/openthread/src/core/radio/
H A Dtrel_interface.cpp191 bool isNew = false; in HandleDiscoveredPeerInfo() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DTypeManager.cpp192 bool isNew; in registerExtension() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/
DSystemCallLogDataSource.java308 int isNew = cursor.getInt(newColumn); in handleInsertsAndUpdates() local
/aosp_15_r20/external/freetype/src/psaux/
H A Dpshints.h75 FT_Bool isNew; member

1234567891011