Home
last modified time | relevance | path

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

12345

/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/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 reported enabled then in the `configure` script output.
DMakefile.am67 --enable-introspection \
DCMakeLists.txt63 option(HB_HAVE_INTROSPECTION "Enable building introspection (.gir/.typelib) files" OFF)
534 message("Building introspection files on Windows requires BUILD_SHARED_LIBS to be enabled.")
541 pkg_check_modules(PC_GI QUIET gobject-introspection-1.0)
612 # 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/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/llvm-project/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/autotest/frontend/db/backends/afe_sqlite/
Dintrospection.py1 from django.db.backends.sqlite3.introspection import *
/external/autotest/frontend/db/backends/afe/
Dintrospection.py1 from django.db.backends.mysql.introspection import *
Dbase.py29 self.introspection = MySQLIntrospection(self)
/external/bcc/debian/
Dbcc-tools.install1 usr/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/llvm-project/libc/cmake/modules/cpu_features/
Dcheck_cpu_features.cpp.in10 // This allows for introspection of compiler definitions.
/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/wayland/patches/
D0003-client-server-Safe-casts-from-wl_object.diff54 + * array, and that need to do further introspection on the ".o" field, as it
101 + * array, and that need to do further introspection on the ".o" field, as it
/external/oss-fuzz/projects/libvips/
DDockerfile24 gobject-introspection \
/external/parameter-framework/upstream/test/
DCMakeLists.txt36 add_subdirectory(introspection-subsystem)
/external/wayland/tests/
Dmeson.build134 'compositor-introspection-test': [
/external/bcc/SPECS/
Dbcc+clang.spec99 /usr/share/bcc/introspection/*
/external/bcc/
DCMakeLists.txt90 add_subdirectory(introspection)
/external/python/cpython3/Doc/library/
Dothergui.rst12 PyGObject provides introspection bindings for C libraries using
/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
/external/llvm/docs/
DHowToUseAttributes.rst59 Note: It is advised that you do *not* use the ``AttributeSet`` "introspection"

12345