/external/deqp/scripts/egl/ |
D | library.py | 60 def getExtOnlyIface (registry, api, extensions): argument 77 def genStaticLibrary (registry): argument 84 def gen (registry): argument
|
D | proc_address_tests.py | 72 def getExtensionList (registry, api): argument 102 def getInterfaceExactVersion (registry, api, version): argument
|
D | common.py | 75 def getInterface (registry, api, version=None, profile=None, **kwargs): argument 98 def genCommandLists (registry, renderCommand, check, directory, filePattern, align=False): argument
|
/external/dbus/bus/ |
D | services.c | 44 BusRegistry *registry; member 76 BusRegistry *registry; in bus_registry_new() local 112 bus_registry_ref (BusRegistry *registry) in bus_registry_ref() 121 bus_registry_unref (BusRegistry *registry) in bus_registry_unref() 142 bus_registry_lookup (BusRegistry *registry, in bus_registry_lookup() 241 bus_registry_ensure (BusRegistry *registry, in bus_registry_ensure() 318 bus_registry_foreach (BusRegistry *registry, in bus_registry_foreach() 334 bus_registry_list_services (BusRegistry *registry, in bus_registry_list_services() 378 bus_registry_acquire_service (BusRegistry *registry, in bus_registry_acquire_service() 599 bus_registry_release_service (BusRegistry *registry, in bus_registry_release_service() [all …]
|
D | driver.c | 185 create_unique_client_name (BusRegistry *registry, in create_unique_client_name() 253 BusRegistry *registry; in bus_driver_handle_hello() local 380 BusRegistry *registry; in bus_driver_handle_list_services() local 569 BusRegistry *registry; in bus_driver_handle_acquire_service() local 632 BusRegistry *registry; in bus_driver_handle_release_service() local 694 BusRegistry *registry; in bus_driver_handle_service_exists() local 1079 BusRegistry *registry; in bus_driver_handle_get_service_owner() local 1162 BusRegistry *registry; in bus_driver_handle_list_queued_owners() local 1267 BusRegistry *registry; in bus_driver_handle_get_connection_unix_user() local 1343 BusRegistry *registry; in bus_driver_handle_get_connection_unix_process_id() local [all …]
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | MessageReflection.java | 238 ExtensionRegistry registry, String name); in findExtensionByName() 241 ExtensionRegistry registry, Descriptors.Descriptor containingType, in findExtensionByNumber() 322 Object parseGroup(CodedInputStream input, ExtensionRegistryLite registry, in parseGroup() 330 Object parseMessage(CodedInputStream input, ExtensionRegistryLite registry, in parseMessage() 340 ByteString bytes, ExtensionRegistryLite registry, in parseMessageFromBytes() 433 ExtensionRegistry registry, String name) { in findExtensionByName() 438 ExtensionRegistry registry, Descriptors.Descriptor containingType, in findExtensionByNumber() 594 ExtensionRegistry registry, String name) { in findExtensionByName() 599 ExtensionRegistry registry, Descriptors.Descriptor containingType, in findExtensionByNumber() 606 ExtensionRegistryLite registry, Descriptors.FieldDescriptor field, in parseGroup() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.registry_3.5.0.v20100503.jar | ... )
}
org/eclipse/core/internal/registry/
org/eclipse/core/internal/registry |
/external/deqp/scripts/opengl/ |
D | gen_ext_init.py | 25 def genExtensions (registry, iface, api): argument 48 def genExtInit (registry, iface): argument
|
D | src_util.py | 109 def getInterface (registry, api, version=None, profile=None, **kwargs): argument 127 def genCommandLists(registry, renderCommand, check, directory, filePattern, align=False): argument
|
D | gen_es31_wrapper.py | 29 def genES31WrapperFuncs (registry): argument
|
D | gen_es_direct_init.py | 35 def genESDirectInit (registry): argument
|
D | gen_es_static_library.py | 30 def genESStaticLibrary (registry): argument
|
D | gen_func_init.py | 31 def genFuncInit (registry): argument
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | DefaultHttpClient.java | 179 SchemeRegistry registry = new SchemeRegistry(); in createClientConnectionManager() local 252 AuthSchemeRegistry registry = new AuthSchemeRegistry(); in createAuthSchemeRegistry() local 265 CookieSpecRegistry registry = new CookieSpecRegistry(); in createCookieSpecRegistry() local
|
/external/apache-http/src/org/apache/http/client/protocol/ |
D | ClientContextConfigurer.java | 58 public void setCookieSpecRegistry(final CookieSpecRegistry registry) { in setCookieSpecRegistry() 62 public void setAuthSchemeRegistry(final AuthSchemeRegistry registry) { in setAuthSchemeRegistry()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ParserTest.java | 67 ExtensionRegistryLite registry) in assertRoundTripEquals() 235 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testOptimizeForSize() local 299 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testParsingMerge() local 362 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testParsingMergeLite() local
|
D | WireFormatTest.java | 164 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); in testParseExtensions() local 177 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); in testParsePackedExtensions() local 201 ExtensionRegistry registry = TestUtil.getExtensionRegistry(); in testParseExtensionsLite() local 214 ExtensionRegistryLite registry = TestUtil.getExtensionRegistryLite(); in testParsePackedExtensionsLite() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_thread_registry_test.cc | 35 static void CheckThreadQuantity(ThreadRegistry *registry, uptr exp_total, in CheckThreadQuantity() 67 static void TestRegistry(ThreadRegistry *registry, bool has_quarantine) { in TestRegistry() 162 ThreadRegistry *registry; member 200 static void ThreadedTestRegistry(ThreadRegistry *registry) { in ThreadedTestRegistry()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | registry.py | 115 def __init__(self, registry, modules=None): argument 218 def registry(self): member in RegistryService
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUServiceTestSample.java | 110 private static ICUService registry; field in ICUServiceTestSample.HelloService 131 private static ICUService registry() { in registry() method in ICUServiceTestSample.HelloService
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUServiceTestSample.java | 111 private static ICUService registry; field in ICUServiceTestSample.HelloService 132 private static ICUService registry() { in registry() method in ICUServiceTestSample.HelloService
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/ |
D | PlotTest.java | 195 …ass<SeriesRenderer>, SeriesAndFormatterList<MockSeries,MockFormatter1>> registry = Deencapsulation… in testAddSeries() local 227 …ass<SeriesRenderer>, SeriesAndFormatterList<MockSeries,MockFormatter1>> registry = Deencapsulation… in testRemoveSeries() local 297 …ass<SeriesRenderer>, SeriesAndFormatterList<MockSeries,MockFormatter1>> registry = Deencapsulation… in testGetFormatter() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ClangCheckers.cpp | 26 void ento::registerBuiltinCheckers(CheckerRegistry ®istry) { in registerBuiltinCheckers()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftbdf.c | 35 const char* registry = NULL; in FT_Get_BDF_Charset_ID() local
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | device.cpp | 28 static device_registry registry; variable
|