Home
last modified time | relevance | path

Searched defs:is_empty (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/test/968-default-partial-compile-gen/util-src/
H A Dgenerate_smali.py361 def is_empty(self): member in ConflictInterface
455 def is_empty(self): member in TestInterface
/aosp12/system/bt/gd/rust/hci/custom_types/
H A Dlib.rs21 pub fn is_empty(&self) -> bool { in is_empty() method
/aosp12/art/test/971-iface-super/util-src/
H A Dgenerate_smali.py415 def is_empty(self): member in ConflictInterface
517 def is_empty(self): member in TestInterface
/aosp12/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
H A Dtree.py180 def is_empty(self): member in SingleThreadCallTree
/aosp12/system/tools/aidl/
H A Daidl_to_cpp_common.cpp235 bool is_empty = false; in GenerateParcelableComparisonOperators() local
/aosp12/system/bt/stack/smp/
H A Dsmp_keys.cc68 static bool is_empty(tSMP_LOC_OOB_DATA* data) { in is_empty() function
/aosp12/system/security/keystore2/src/
H A Dlegacy_blob.rs806 pub fn is_empty(&self) -> Result<bool> { in is_empty() method
/aosp12/art/compiler/optimizing/
H A Dloop_optimization.cc741 bool is_empty = IsEmptyBody(body); in TryOptimizeInnerLoopFinite() local