Home
last modified time | relevance | path

Searched refs:introspection (Results 1 – 25 of 87) sorted by relevance

1234

/external/parameter-framework/upstream/doc/requirements/
DAPIs.md45 see [req-introspection] especialy the point about parameter properties.
100 Part of the Introspection requirements. See [req-introspection] especialy implement
181 Allow Introspection of a criterion; see [req-introspection].
184 Allow Introspection of a criterion; see [req-introspection].
188 Allow Introspection of a criterion; see [req-introspection].
197 Relative to setting rogue parameters; see section [req-introspection].
201 Allow Introspection of a parameter metadata; see [req-introspection].
205 Allow Introspection of a parameter metadata; see [req-introspection].
209 Allow Introspection of a parameter identifier; see [req-introspection].
214 Implements [req-introspection] and [req-parameter-overwriting]
/external/parameter-framework/upstream/test/introspection-subsystem/
DCMakeLists.txt29 # The introspection-subsystem provides ability to retrieve
38 add_library(introspection-subsystem SHARED
46 generate_export_header(introspection-subsystem
50 # - the header that contains the introspection function
54 target_include_directories(introspection-subsystem
57 target_link_libraries(introspection-subsystem PRIVATE plugin-internal-hack)
/external/clang/test/SemaObjC/
Ddeprecated-objc-introspection.m92 // Test for introspection of Objective-C pointers via bitmasking.
95 …(void) (((NSUInteger) p) & 0x1); // expected-warning {{bitmasking for introspection of Objective-C…
96 …(void) (0x1 & ((NSUInteger) p)); // expected-warning {{bitmasking for introspection of Objective-C…
99 …rformSelector:@selector(foo)])); // expected-warning {{bitmasking for introspection of Objective-C…
101 #pragma clang diagnostic ignored "-Wdeprecated-objc-pointer-introspection-performSelector"
/external/harfbuzz_ng/
DREADME.python.md2 you have latest version of gobject-introspection available. On Ubuntu,
12 ./configure --with-gobject --enable-introspection
15 Make sure that gobject-introspection is enabled then in the final report.
DMakefile.am60 --enable-introspection \
DCMakeLists.txt63 option(HB_HAVE_INTROSPECTION "Enable building introspection (.gir/.typelib) files" OFF)
599 message("Building introspection files on Windows requires BUILD_SHARED_LIBS to be enabled.")
607 pkg_check_modules(PC_GI QUIET gobject-introspection-1.0)
678 # Finally, build the introspection files...
/external/bcc/introspection/
DCMakeLists.txt7 option(INSTALL_INTROSPECTION "Install BPF introspection tools" ON)
12 install (TARGETS bps DESTINATION share/bcc/introspection)
/external/parameter-framework/upstream/test/functional-tests/
DCMakeLists.txt51 …target_compile_definitions(parameterFunctionalTest PUBLIC -D PLUGIN_NAME=\"introspection-subsystem…
55 … PRIVATE pfw_utility catch tmpfile LibXml2::libxml2 introspection-subsystem)
/external/autotest/frontend/db/backends/afe/
Dintrospection.py1 from django.db.backends.mysql.introspection import *
Dbase.py29 self.introspection = MySQLIntrospection(self)
/external/autotest/frontend/db/backends/afe_sqlite/
Dintrospection.py1 from django.db.backends.sqlite3.introspection import *
/external/bcc/debian/
Dbcc-tools.install1 usr/share/bcc/introspection/*
/external/proguard/examples/
Dscala.pro48 # introspection.
81 # introspection in the Scala compiler library, if it is processed as well.
/external/proguard/examples/gradle/
Dscala.gradle68 // introspection.
101 // introspection in the Scala compiler library, if it is processed as well.
/external/parameter-framework/upstream/test/
DCMakeLists.txt36 add_subdirectory(introspection-subsystem)
/external/bcc/SPECS/
Dbcc+clang.spec99 /usr/share/bcc/introspection/*
Dbcc.spec168 /usr/share/bcc/introspection/*
/external/bcc/
DCMakeLists.txt88 add_subdirectory(introspection)
/external/python/cpython3/Doc/library/
Dothergui.rst12 PyGObject provides introspection bindings for C libraries using
Dxmlrpc.client.rst76 introspection API, the proxy can also be used to query the remote server for the
160 `XML-RPC Introspection <http://xmlrpc-c.sourceforge.net/introspection.html>`_
161 Describes the XML-RPC protocol extension for introspection.
184 Servers that support the XML introspection API support some common methods
/external/python/cpython2/Doc/library/
Dxmlrpclib.rst74 introspection API, the proxy can also be used to query the remote server for the
152 `XML-RPC Introspection <http://xmlrpc-c.sourceforge.net/introspection.html>`_
153 Describes the XML-RPC protocol extension for introspection.
176 Servers that support the XML introspection API support some common methods
Dsimplexmlrpcserver.rst120 Registers the XML-RPC introspection functions ``system.listMethods``,
265 Register the XML-RPC introspection functions ``system.listMethods``,
/external/llvm/docs/
DHowToUseAttributes.rst59 Note: It is advised that you do *not* use the ``AttributeSet`` "introspection"
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToUseAttributes.rst58 Note: It is advised that you do *not* use the ``AttributeList`` "introspection"
/external/python/cpython3/Doc/c-api/
Dcontextvars.rst115 for introspection and debug purposes. The *def* parameter may optionally

1234