Home
last modified time | relevance | path

Searched defs:isCall (Results 1 – 25 of 225) sorted by relevance

123456789

/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/
H A DBaseNotificationManagerTest.java316 protected void sendNotification(final int id, String groupKey, final int icon, boolean isCall, in sendNotification()
323 boolean isCall, Uri phoneNumber) { in sendNotification()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DColorizedFgsCoordinator.java122 private static boolean isCall(NotificationEntry entry) { in isCall() method in ColorizedFgsCoordinator
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h50 virtual bool isCall(const MCInst &Inst) const { in isCall() function
H A DMCInstrDesc.h214 bool isCall() const { return Flags & (1 << MCID::Call); } in isCall() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/lostcancel/
Dlostcancel.go191 func isCall(n ast.Node) bool { _, ok := n.(*ast.CallExpr); return ok } func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h53 virtual bool isCall(const MCInst &Inst) const { in isCall() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h55 virtual bool isCall(const MCInst &Inst) const { in isCall() function
H A DMCPseudoProbe.h144 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCInstrAnalysis.h71 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCPseudoProbe.h150 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCInstrAnalysis.h71 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCPseudoProbe.h150 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCInstrAnalysis.h71 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCPseudoProbe.h150 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCInstrAnalysis.h71 virtual bool isCall(const MCInst &Inst) const { in isCall() function
DMCPseudoProbe.h150 bool isCall() const { return isIndirectCall() || isDirectCall(); } in isCall() function
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-tooling-data-android/1.8.0-beta01/androidx.compose.ui_ui-tooling-data/android_common/aar/
Dclasses.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
Dandroidx.compose.ui_ui-tooling-data.jarMETA-INF/ androidx/ androidx/compose/ androidx/compose/ui/ androidx/compose ...
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon0fec433e0111::MipsNaClELFStreamer
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp73 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon50b660440111::MipsNaClELFStreamer
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp65 bool isCall(const MCInst &MI, bool *IsIndirectCall) { in isCall() function in __anon6f39419c0111::MipsNaClELFStreamer
/aosp_15_r20/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DCarNotificationActionsViewTest.java459 private void finishInflateWithIsCall(boolean isCall) { in finishInflateWithIsCall()
/aosp_15_r20/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java278 void setCategoryIsCall(boolean isCall) { in setCategoryIsCall()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java343 public boolean isCall(NotificationRecord record) { in isCall() method in ZenModeFiltering
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h920 inline bool LazyCallGraph::Edge::isCall() const { in isCall() function

123456789