Home
last modified time | relevance | path

Searched defs:is_simple (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
Dtype_utils.hpp95 struct is_simple struct
98 {
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/
Dtype_utils.hpp95 struct is_simple struct
98 {
/aosp_15_r20/external/perfetto/src/protozero/filtering/
H A Dfilter_util.h103 bool is_simple() const { in is_simple() function
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dqual_names.py94 def is_simple(self): member in QN
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/
H A DASTExpr.java57 protected boolean is_simple; // true, if simple expression like `12 + f(a)' field in ASTExpr
H A DASTFunDecl.java57 private boolean is_simple; // true, if simple expression like `12 + f(a)' field in ASTFunDecl
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dutils.py141 is_simple: Optional[ variable in PytreeThunk
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-map.hh283 bool is_simple; member
/aosp_15_r20/external/rust/android-crates-io/crates/idna/src/
Duts46.rs325 fn is_simple(domain: &str) -> bool { in is_simple() function
/aosp_15_r20/external/pigweed/pw_json/
H A Dbuilder_test.cc31 bool is_simple = true; in __anon1fb128a40202() local
/aosp_15_r20/external/python/cpython2/Parser/
Dasdl_c.py70 def is_simple(sum): function
/aosp_15_r20/external/python/cpython3/Parser/
Dasdl_c.py74 def is_simple(sum_type): function