/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_ctocpp_impl.py | 27 def ctocpp_make_impl_proto(cls, func): argument 152 def ctocpp_make_static_param(cls, funcs, prefix): argument 171 def ctocpp_make_static_params(cls, header): argument 178 def ctocpp_get_static_funcion(cls, func, suffix, dir_name, retval_default): argument 203 def ctocpp_get_virtual_funcion(cls, func, suffix, dir_name, macro_retval_default): argument 249 def ctocpp_make_function_impl(cls, func, suffix, dir_name): argument 330 def ctocpp_make_function_body(cls, funcs, dir_name): argument 346 def ctocpp_make_functions_body(cls, header, dir_name): argument 355 def ctocpp_make_include_files(cls, body, header, dir_name): argument 371 def ctocpp_make_unwrap_derived(cls, header, clsname): argument
|
H A D | make_cpptoc_impl.py | 167 def make_cpptoc_function_impl(cls, name, func, defined_names): argument 245 def make_cpptoc_function_body(cls, funcs, prefix, defined_names): argument 261 def cpptoc_make_function_assign(cls, prefix, header): argument 282 def make_cpptoc_static_function_impl(cls, funcs, defined_names): argument 317 def cpptoc_make_unwrap_derived(cls, header, clsname): argument 328 def cpptoc_make_include_file(cls, body, header, dir_name): argument 344 def cpptoc_make_class_function(cls, prefix, header, dir_name): argument 367 def cpptoc_make_c_function_body(cls, header, dir_name, defined_names): argument
|
H A D | make_file_base.py | 56 def make_def_file(cls, class_name): argument 82 def make_include_file(cls, ident, header, dir_name, class_name): argument 103 def make_class_define(cls, ident, base_class, class_name, funcs_body): argument 120 def make_wrapper_type(cls, ident): argument 131 def get_derived_classes(cls, header): argument 177 def get_class_func_list(cls, header): argument 196 def get_func_pointer_name(cls, func, prefix, suffix): argument
|
H A D | make_ctocpp_header.py | 27 def make_function_body(cls): argument 44 def make_functions_body(cls, header): argument
|
/aosp14/frameworks/base/packages/SystemUI/plugin_core/src/com/android/systemui/plugins/ |
H A D | PluginManager.java | 32 <T extends Plugin> void addPluginListener(PluginListener<T> listener, Class<T> cls); in addPluginListener() 34 <T extends Plugin> void addPluginListener(PluginListener<T> listener, Class<T> cls, in addPluginListener() 37 Class<T> cls); in addPluginListener() 39 Class<T> cls, boolean allowMultiple); in addPluginListener() 43 <T> boolean dependsOn(Plugin p, Class<T> cls); in dependsOn() 46 public static <P> String getAction(Class<P> cls) { in getAction()
|
/ohos5.0/build/templates/common/ |
H A D | include_relative_path_check.py | 27 def get_components_from_inherit_attr(cls, components, inherit, project): argument 37 def check(cls, include): argument 43 def scan_files(cls, components, proj_path): argument 60 def scan_each_file(cls, component, file, project_path, results): argument 74 def analysis(cls, config: str, project_path: str, components_info: str, output_path: str): argument 97 def __get_need_scan_path(cls, components, project, components_info_path): argument 117 def __get_components(cls, config: str, project: str): argument
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
H A D | FakePluginManager.java | 33 Class<T> cls, boolean allowMultiple) { in addPluginListener() 38 public <T extends Plugin> void addPluginListener(PluginListener<T> listener, Class<T> cls) { in addPluginListener() 43 public <T extends Plugin> void addPluginListener(PluginListener<T> listener, Class<T> cls, in addPluginListener() 50 Class<T> cls) { in addPluginListener() 60 public <T> boolean dependsOn(Plugin p, Class<T> cls) { in dependsOn()
|
H A D | FakeExtensionController.java | 35 public <T> ExtensionBuilder<T> newExtension(Class<T> cls) { in newExtension() 54 public <P extends T> ExtensionBuilder<T> withPlugin(Class<P> cls) { in withPlugin() 59 public <P extends T> ExtensionBuilder<T> withPlugin(Class<P> cls, String action) { in withPlugin() 64 …public <P> ExtensionBuilder<T> withPlugin(Class<P> cls, String action, PluginConverter<T, P> conve… in withPlugin()
|
H A D | LeakCheckedTest.java | 81 public void injectLeakCheckedDependencies(Class<?>... cls) { in injectLeakCheckedDependencies() 99 public <T> T getLeakChecker(Class<T> cls) { in getLeakChecker()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/ |
H A D | PluginDependencyProvider.java | 43 public <T> void allowPluginDependency(Class<T> cls) { in allowPluginDependency() 47 public <T> void allowPluginDependency(Class<T> cls, T obj) { in allowPluginDependency() 54 <T> T get(Plugin p, Class<T> cls) { in get()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
H A D | VersionInfo.java | 40 public VersionInfo addClass(Class<?> cls) { in addClass() 49 private void addClass(Class<?> cls, boolean required) { in addClass() 108 private Version createVersion(Class<?> cls) { in createVersion() 116 public <T> boolean hasClass(Class<T> cls) { in hasClass() 130 public InvalidVersionException(Class<?> cls, boolean tooNew, int expected, int actual) { in InvalidVersionException()
|
H A D | PluginManagerImpl.java | 88 public <T extends Plugin> void addPluginListener(PluginListener<T> listener, Class<T> cls) { in addPluginListener() 93 public <T extends Plugin> void addPluginListener(PluginListener<T> listener, Class<T> cls, in addPluginListener() 95 addPluginListener(PluginManager.Helper.getAction(cls), listener, cls, allowMultiple); in addPluginListener() local 99 Class<T> cls) { in addPluginListener() 104 Class<T> cls, boolean allowMultiple) { in addPluginListener() 213 public <T> boolean dependsOn(Plugin p, Class<T> cls) { in dependsOn()
|
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/ |
H A D | PluginDependency.java | 24 public static <T> T get(Plugin p, Class<T> cls) { in get() 29 abstract <T> T get(Plugin p, Class<T> cls); in get()
|
/ohos5.0/base/theme/wallpaper_mgr/services/src/ |
H A D | component_name.cpp | 23 ComponentName::ComponentName(std::string pkg, std::string cls) in ComponentName() 29 void ComponentName::SetComponentInfo(std::string pkg, std::string cls) in SetComponentInfo()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | ExtensionController.java | 29 <T> ExtensionBuilder<T> newExtension(Class<T> cls); in newExtension() 52 <P extends T> ExtensionBuilder<T> withPlugin(Class<P> cls); in withPlugin() 53 <P extends T> ExtensionBuilder<T> withPlugin(Class<P> cls, String action); in withPlugin() 54 <P> ExtensionBuilder<T> withPlugin(Class<P> cls, String action, in withPlugin()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | IIncidentManager.aidl | 78 List<String> getIncidentReportList(String pkg, String cls); in getIncidentReportList() 83 IncidentManager.IncidentReport getIncidentReport(String pkg, String cls, String id); in getIncidentReport() 90 void deleteIncidentReports(String pkg, String cls, String id); in deleteIncidentReports()
|
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/cmocker/ |
H A D | c_mocker.h | 77 #define IMPLEMENT_FUNCTION_INTERNAL(cls, method, count, signature, invoker) … argument 104 #define IMPLEMENT_FUNCTION_WITH_INVOKER(cls, ret, method, args, invoker) \ argument 107 #define IMPLEMENT_FUNCTION(cls, ret, method, args) \ argument
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/mocks/inc/ |
H A D | c_mocker.h | 77 #define IMPLEMENT_FUNCTION_INTERNAL(cls, method, count, signature, invoker) … argument 104 #define IMPLEMENT_FUNCTION_WITH_INVOKER(cls, ret, method, args, invoker) \ argument 107 #define IMPLEMENT_FUNCTION(cls, ret, method, args) \ argument
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ComponentName.java | 59 public static @NonNull ComponentName createRelative(@NonNull String pkg, @NonNull String cls) { in createRelative() 90 public static @NonNull ComponentName createRelative(@NonNull Context pkg, @NonNull String cls) { in createRelative() 102 public ComponentName(@NonNull String pkg, @NonNull String cls) { in ComponentName() 117 public ComponentName(@NonNull Context pkg, @NonNull String cls) { in ComponentName() 131 public ComponentName(@NonNull Context pkg, @NonNull Class<?> cls) { in ComponentName() 281 String cls = str.substring(sep+1); in unflattenFromString() local
|
/ohos5.0/build/ohos/packages/ |
H A D | fs_process.py | 48 def is_lib(cls, lib): argument 52 def is_incr(cls, fs_incr): argument 58 def chmod(cls, file, mode): argument 64 def filter(cls, files, ignore_list): argument
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | Broadcaster.cpp | 129 void Broadcaster::clearBroadcasts(const string& pkg, const string& cls, const string& id) { in clearBroadcasts() 269 bool Broadcaster::was_approval_sent(const string& id, const string& pkg, const string& cls) { in was_approval_sent() 278 void Broadcaster::set_approval_sent(const string& id, const string& pkg, const string& cls, in set_approval_sent() 286 bool Broadcaster::was_ready_sent(const string& id, const string& pkg, const string& cls) { in was_ready_sent() 295 void Broadcaster::set_ready_sent(const string& id, const string& pkg, const string& cls) { in set_ready_sent() 301 const string& cls) { in send_approval_broadcasts() 365 const string& cls) { in send_report_ready_broadcasts()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
H A D | SysuiBaseFragmentTest.java | 54 public SysuiBaseFragmentTest(Class<? extends Fragment> cls) { in SysuiBaseFragmentTest() 94 public void injectLeakCheckedDependencies(Class<?>... cls) { in injectLeakCheckedDependencies()
|
/ohos5.0/build/scripts/util/ |
H A D | pycache.py | 29 def retrieve_object(cls, cache_artifact, obj): argument 54 def add_object(cls, cache_artifact, obj): argument 82 def cache_key(cls, path): argument
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/ |
H A D | dump_cfg.cpp | 93 bool DumpCfg::IsDumper(int cls) in IsDumper() 98 bool DumpCfg::IsFilter(int cls) in IsFilter() 113 bool DumpCfg::IsOutput(int cls) in IsOutput()
|
/aosp14/frameworks/base/core/java/android/view/inspector/ |
H A D | InspectionCompanionProvider.java | 36 <T> InspectionCompanion<T> provide(@NonNull Class<T> cls); in provide()
|