Home
last modified time | relevance | path

Searched defs:is_default (Results 1 – 25 of 102) sorted by relevance

12345

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dnamed_template_params.hpp38 template <class T> struct is_default { struct
39 enum { value = false };
40 typedef type_traits::no_type type;
42 template <> struct is_default<default_argument> { struct
43 enum { value = true };
44 typedef type_traits::yes_type type;
/aosp_15_r20/external/webrtc/test/network/
H A Dnetwork_emulation.h362 bool is_default) in EmulatedRoute()
373 bool is_default; variable
/aosp_15_r20/art/test/968-default-partial-compile-gen/util-src/
H A Dgenerate_smali.py368 def is_default(self): member in ConflictInterface
462 def is_default(self): member in TestInterface
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum_derive/src/
Dparsing.rs172 let mut is_default: bool = false; in parse() localVariable
506 is_default: bool, field
/aosp_15_r20/art/test/971-iface-super/util-src/
H A Dgenerate_smali.py422 def is_default(self): member in ConflictInterface
524 def is_default(self): member in TestInterface
/aosp_15_r20/art/openjdkjvmti/
H A Ddeopt_manager.cc233 bool is_default = method->IsDefault(); in AddMethodBreakpoint() local
273 bool is_default = method->IsDefault(); in RemoveMethodBreakpoint() local
/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dgen4asm.h103 int is_default; member
107 int is_default; member
/aosp_15_r20/external/executorch/examples/qualcomm/qaihub_scripts/stable_diffusion/
H A Dqaihub_stable_diffusion_runner.cpp75 bool is_default = in main() local
/aosp_15_r20/external/googleapis/google/cloud/orchestration/airflow/service/v1/
H A Dimage_versions.proto76 bool is_default = 2; field
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/google/cloud/orchestration/airflow/service/v1beta1/
H A Dimage_versions.proto76 bool is_default = 2; field
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/proto/google/cloud/orchestration/airflow/service/v1/
H A Dimage_versions.proto76 bool is_default = 2; field
/aosp_15_r20/external/googleapis/google/cloud/orchestration/airflow/service/v1beta1/
H A Dimage_versions.proto76 bool is_default = 2; field
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/assembly/
H A Ddepthwise_common.hpp47 bool is_default = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcolor.py345 def is_default(self) -> bool: member in Color
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcolor.py345 def is_default(self) -> bool: member in Color
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcolor.py345 def is_default(self) -> bool: member in Color
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dcolor.py345 def is_default(self) -> bool: member in Color
/aosp_15_r20/external/gflags/android/gflags/
H A Dgflags.h163 bool is_default; // true if the flag has the default value and member
/aosp_15_r20/external/openscreen/osp/impl/
H A Dmessage_demuxer.cc79 bool is_default, in MessageWatch()
/aosp_15_r20/external/gflags/src/
H A Dgflags.h.in163 bool is_default; // true if the flag has the default value and member
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/
Dextension.rs59 pub const fn is_default(&self) -> bool { in is_default() method
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/assembly/
H A Darm_gemm.hpp94 bool is_default = false; member
/aosp_15_r20/external/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c427 bool is_default = true; in vtn_parse_switch() local
/aosp_15_r20/external/stg/
H A Dstg.proto220 bool is_default = 1; field
/aosp_15_r20/art/runtime/
H A Dart_method.cc741 bool is_default = IsDefault(); in SetIntrinsic() local

12345