/aosp_15_r20/external/mesa3d/src/intel/genxml/ |
H A D | gen_bits_header.py | 194 def get_prop(self, prop, gen): member in Container 230 def get_prop(self, prop, gen): member in Field
|
/aosp_15_r20/development/vndk/tools/elfcheck/ |
H A D | fix_android_bp_prebuilt.sh | 55 function get_prop() { function
|
/aosp_15_r20/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/ |
D | INode.aidl | 59 Property get_prop(in @utf8InCpp String prop_name); in get_prop() method
|
/aosp_15_r20/external/libdrm/libkms/ |
H A D | internal.h | 37 int (*get_prop)(struct kms_driver *kms, const unsigned key, member
|
/aosp_15_r20/external/libkmsxx/kms++/src/ |
H A D | drmpropobject.cpp | 46 Property* DrmPropObject::get_prop(const string& name) const in get_prop() function in kms::DrmPropObject
|
H A D | card.cpp | 353 Property* Card::get_prop(uint32_t id) const in get_prop() function in kms::Card
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_properties.cc | 177 jmethodID get_prop = jni_env->GetStaticMethodID(art::WellKnownClasses::java_lang_System, in GetLibraryPath() local
|
/aosp_15_r20/external/pytorch/torch/nn/parallel/ |
H A D | data_parallel.py | 32 def warn_imbalance(get_prop): argument
|
/aosp_15_r20/trusty/kernel/lib/shared/device_tree/service/ |
H A D | device_tree_service.cpp | 259 Status Node::get_prop(const std::string& prop_name, Property* prop) { in get_prop() function in com::android::trusty::device_tree::Node
|
/aosp_15_r20/trusty/user/base/app/device_tree/tests/ |
D | main.c | 70 TEST_F(DeviceTreeTest, get_prop) { in TEST_F() argument
|
/aosp_15_r20/system/extras/torq/ |
H A D | device.py | 213 def get_prop(self, prop): member in AdbDevice
|
/aosp_15_r20/external/dtc/tests/ |
H A D | pylibfdt_tests.py | 387 def get_prop(self, name): member in PyLibfdtBasicTests
|
/aosp_15_r20/development/python-packages/adb/adb/ |
H A D | __init__.py | 470 def get_prop(self, prop_name: str) -> str | None: member in AndroidDevice
|
/aosp_15_r20/external/crosvm/cros_fdt/src/ |
H A D | fdt.rs | 476 pub fn get_prop<T>(&self, name: &str) -> Option<T> in get_prop() method
|