/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 95 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 D | InstrEmitter.cpp | 94 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 D | InstrEmitter.cpp | 93 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 D | ExprEngineCallAndReturn.cpp | 61 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 D | TwoAddressInstructionPass.cpp | 753 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/ |
D | msrdc.h | 166 #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/ |
HD | explainer.jar | META-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 D | LeakTable.kt | 95 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 D | TwoAddressInstructionPass.cpp | 793 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 D | NotificationChannelLogger.java | 87 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 D | HeapDumpScreen.kt | 123 val isNew = !leakReadStatus.getValue(leak.signature) in <lambda>() constant
|
H A D | LeakScreen.kt | 82 val isNew = leak.isNew in <lambda>() constant
|
/aosp_15_r20/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
H A D | OAuth2Credentials.java | 573 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 D | ClientManager.cpp | 184 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/ |
D | IClientManager.h | 48 bool isNew = true; variable
|
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Offsettable.java | 59 public Offsettable(RawDexObject item, boolean isNew) { in Offsettable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 753 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 D | single.cpp | 63 bool isNew = true; in SetUp() local
|
H A D | multi.cpp | 202 bool isNew = true; in TEST_F() local
|
H A D | cond.cpp | 224 bool isNew = true; in TEST_F() local
|
/aosp_15_r20/development/samples/IntentPlayground/src/com/example/android/intentplayground/ |
H A D | Node.java | 125 boolean isNew() { in isNew() method in Node
|
/aosp_15_r20/external/openthread/src/core/radio/ |
H A D | trel_interface.cpp | 191 bool isNew = false; in HandleDiscoveredPeerInfo() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/ |
D | TypeManager.cpp | 192 bool isNew; in registerExtension() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/systemcalllog/ |
D | SystemCallLogDataSource.java | 308 int isNew = cursor.getInt(newColumn); in handleInsertsAndUpdates() local
|
/aosp_15_r20/external/freetype/src/psaux/ |
H A D | pshints.h | 75 FT_Bool isNew; member
|