Home
last modified time | relevance | path

Searched defs:get_prop (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/genxml/
H A Dgen_bits_header.py194 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 Dfix_android_bp_prebuilt.sh55 function get_prop() { function
/aosp_15_r20/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/
DINode.aidl59 Property get_prop(in @utf8InCpp String prop_name); in get_prop() method
/aosp_15_r20/external/libdrm/libkms/
H A Dinternal.h37 int (*get_prop)(struct kms_driver *kms, const unsigned key, member
/aosp_15_r20/external/libkmsxx/kms++/src/
H A Ddrmpropobject.cpp46 Property* DrmPropObject::get_prop(const string& name) const in get_prop() function in kms::DrmPropObject
H A Dcard.cpp353 Property* Card::get_prop(uint32_t id) const in get_prop() function in kms::Card
/aosp_15_r20/art/openjdkjvmti/
H A Dti_properties.cc177 jmethodID get_prop = jni_env->GetStaticMethodID(art::WellKnownClasses::java_lang_System, in GetLibraryPath() local
/aosp_15_r20/external/pytorch/torch/nn/parallel/
H A Ddata_parallel.py32 def warn_imbalance(get_prop): argument
/aosp_15_r20/trusty/kernel/lib/shared/device_tree/service/
H A Ddevice_tree_service.cpp259 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/
Dmain.c70 TEST_F(DeviceTreeTest, get_prop) { in TEST_F() argument
/aosp_15_r20/system/extras/torq/
H A Ddevice.py213 def get_prop(self, prop): member in AdbDevice
/aosp_15_r20/external/dtc/tests/
H A Dpylibfdt_tests.py387 def get_prop(self, name): member in PyLibfdtBasicTests
/aosp_15_r20/development/python-packages/adb/adb/
H A D__init__.py470 def get_prop(self, prop_name: str) -> str | None: member in AndroidDevice
/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dfdt.rs476 pub fn get_prop<T>(&self, name: &str) -> Option<T> in get_prop() method