Home
last modified time | relevance | path

Searched defs:package (Results 26 - 50 of 155) sorted by relevance

1234567

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dnsprepkg.c55 const union acpi_predefined_info *package; in acpi_ns_check_package() local
386 acpi_ns_check_package_list(struct acpi_evaluate_info *info, const union acpi_predefined_info *package, union acpi_operand_object **elements, u32 count) acpi_ns_check_package_list() argument
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dxen-acpi-pad.c53 union acpi_object *package; in acpi_pad_pur() local
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dnsprepkg.c55 const union acpi_predefined_info *package; in acpi_ns_check_package() local
386 acpi_ns_check_package_list(struct acpi_evaluate_info *info, const union acpi_predefined_info *package, union acpi_operand_object **elements, u32 count) acpi_ns_check_package_list() argument
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dxen-acpi-pad.c53 union acpi_object *package; in acpi_pad_pur() local
/third_party/python/Lib/importlib/resources/
H A Dsimple.py20 def package(self): member in SimpleReader
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp56 TestCaseWrapper::TestCaseWrapper(TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cTestPackage.cpp75 TestCaseWrapper::TestCaseWrapper(ES30TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTestPackage.cpp96 TestCaseWrapper::TestCaseWrapper(ES31TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
H A Des32cTestPackage.cpp80 TestCaseWrapper::TestCaseWrapper(ES32TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp60 TestCaseWrapper::TestCaseWrapper(ESEXTTestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/third_party/python/Lib/test/test_importlib/
H A Dtest_compatibilty_files.py16 def package(self): member in CompatibilityFilesTests
94 def package(self): member in CompatibilityFilesNoReaderTests
/third_party/skia/third_party/externals/abseil-cpp/
H A Dconanfile.py39 def package(self): member in AbseilConan
/third_party/vk-gl-cts/modules/gles3/
H A Dtes3TestPackage.cpp59 TestCaseWrapper::TestCaseWrapper (TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/third_party/vk-gl-cts/modules/gles2/
H A Dtes2TestPackage.cpp61 TestCaseWrapper::TestCaseWrapper (TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
H A Dapp_usage_event_factory.cpp114 std::string package = stat.bundleName_; in GetAppUsageInfosByUserId() local
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h26 std::string package; member
39 std::string package; member
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp157 auto package = holder->TakeNext(); in NapiTakeNext() local
201 auto package = std::make_shared<AppEventPackage>(); in TakeNext() local
[all...]
/base/sensors/miscdevice/test/unittest/vibrator/native/
H A Dvibrator_agent_test.cpp964 VibratorPackage package; in HWTEST_F() local
989 VibratorPackage package; in HWTEST_F() local
1014 VibratorPackage package; in HWTEST_F() local
1039 VibratorPackage package; in HWTEST_F() local
1064 VibratorPackage package; HWTEST_F() local
1089 VibratorPackage package; HWTEST_F() local
1114 VibratorPackage package; HWTEST_F() local
1139 VibratorPackage package; HWTEST_F() local
1164 VibratorPackage package; HWTEST_F() local
1193 VibratorPackage package; HWTEST_F() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Dpnvm.c255 struct pnvm_sku_package *package; in iwl_get_pnvm_image() local
H A Duefi.c229 struct pnvm_sku_package *package; in iwl_uefi_get_reduced_power() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSingleConfigTestPackage.cpp55 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp61 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() argument
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_shared_code_generator.cc165 std::string package = FileJavaPackage(file_->dependency(i)); in GenerateDescriptors() local
/third_party/protobuf/php/ext/google/protobuf/
H A Dnames.c160 static void fill_namespace(const char *package, const char *php_namespace, in fill_namespace() argument
183 fill_classname(const char *fullname, const char *package, const char *prefix, stringsink *classname) fill_classname() argument
213 const char *package = upb_filedef_package(file); GetPhpClassname() local
[all...]
/third_party/protobuf/objectivec/
H A DGPBDescriptor.h127 @property(nonatomic, readonly, copy) NSString *package; variable

Completed in 11 milliseconds

1234567