Home
last modified time | relevance | path

Searched defs:IsBlank (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/libcore/ojluni/src/test/java/lang/String/
H A DIsBlank.java42 public class IsBlank { class
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libunwindstack/include/unwindstack/
DMapInfo.h110 inline bool IsBlank() { return offset == 0 && flags == 0 && name.empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libunwindstack/include/unwindstack/
DMapInfo.h110 inline bool IsBlank() { return offset == 0 && flags == 0 && name.empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libunwindstack/include/unwindstack/
DMapInfo.h110 inline bool IsBlank() { return offset == 0 && flags == 0 && name.empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libunwindstack/include/unwindstack/
DMapInfo.h110 inline bool IsBlank() { return offset == 0 && flags == 0 && name.empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dsym.go65 func (sym *Sym) IsBlank() bool { func
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h148 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h148 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h148 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h148 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h148 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h148 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h148 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h148 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/system/unwinding/libunwindstack/include/unwindstack/
H A DMapInfo.h208 inline bool IsBlank() { in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/system/unwinding/libunwindstack/include/unwindstack/
DMapInfo.h206 inline bool IsBlank() { return offset() == 0 && flags() == 0 && name().empty(); } in IsBlank() function
/aosp_15_r20/external/clang/lib/Format/
H A DBreakableToken.cpp29 static bool IsBlank(char C) { in IsBlank() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dnode.go480 func IsBlank(n Node) bool { func

12