HomeSort by relevance Sort by last modified time
    Searched refs:interfaces (Results 251 - 275 of 1697) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/ken/
interfun.go 7 // Test interfaces and methods.
  /prebuilts/go/linux-x86/test/
reflectmethod2.go 8 // assigned to interfaces, but only if reflect.Type.MethodByName is
reflectmethod3.go 8 // assigned to interfaces, but only if reflect.Type.Method is
  /test/vts/tools/build/tasks/
vts_package.mk 79 spec/$(word 2,$(subst android/frameworks/, frameworks/hardware/interfaces/,\
80 $(subst android/hardware/, hardware/interfaces/,\
82 $(subst android/system/, system/hardware/interfaces/,$(dir $(m)))))))/vts)\
174 $(call find-files-in-subdirs,hardware/interfaces/media/res,"*.*" -and -type f,.) \
178 hardware/interfaces/media/res/$(f):$(VTS_TESTCASES_OUT)/DATA/media/res/$(f))
188 $(call find-files-in-subdirs,hardware/interfaces/audio,"*.xsd" -and -type f,.) \
192 hardware/interfaces/audio/$(f):$(VTS_TESTCASES_OUT)/DATA/hardware/interfaces/audio/$(f))
  /test/vts/utils/native/libcoverage/
VtsCoverageConfigureMain.cpp 68 auto listRet = sm->list([&](const auto &interfaces) {
69 for (const string &fqInstanceName : interfaces) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvbsiparser.h 193 #warning COM interfaces layout in this header has not been verified.
194 #warning COM interfaces with incorrect layout may not work at all.
261 #warning COM interfaces layout in this header has not been verified.
262 #warning COM interfaces with incorrect layout may not work at all.
335 #warning COM interfaces layout in this header has not been verified.
336 #warning COM interfaces with incorrect layout may not work at all.
375 #warning COM interfaces layout in this header has not been verified.
376 #warning COM interfaces with incorrect layout may not work at all.
411 #warning COM interfaces layout in this header has not been verified.
412 #warning COM interfaces with incorrect layout may not work at all
    [all...]
  /compatibility/cdd/3_software/
3_1_managed-api-compatibility.md 5 set of Android platform interfaces exposed to applications running in the
18 API interfaces or signatures, deviate from the documented behavior, or include
3_6_api-namespaces.md 20 interfaces, or fields or methods to existing classes or interfaces) or Test
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 289 String[] interfaces) {
291 mAnnotation = interfaces != null && interfaces.length >= 1
292 && ANNOTATION.equals(interfaces[0]);
  /device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib/
driver_cmd_nl80211.h 74 struct dl_list interfaces; member in struct:nl80211_global
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 6 Python implementation of the standard interfaces:
63 contain a mapping from DBus interfaces to property-value pairs,
297 where the keys are DBus interfaces and the values are
317 return a dictionary containing mappings from implemented interfaces to
330 as the addition and removal of interfaces in the given objects.
368 interfaces = device.GetInterfacesAndProperties().keys()
369 self.InterfacesRemoved(device.path, interfaces)
398 or when an existing object gains one or more interfaces.
410 def InterfacesRemoved(self, object_path, interfaces):
413 or it loses one or more interfaces
    [all...]
  /external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
cellular_MbimComplianceDES02.py 35 interfaces = usb_descriptors.filter_descriptors(
40 interfaces,
106 interfaces, usb_descriptors.MBIM_ONLY_DATA_INTERFACE_NO_DATA)
128 interfaces, usb_descriptors.MBIM_ONLY_DATA_INTERFACE_MBIM)
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderProgramInterfaces.cpp 331 /* Iterate through all interfaces */
332 const glw::GLenum interfaces[] = { local
336 const unsigned int n_interfaces = sizeof(interfaces) / sizeof(interfaces[0]);
340 glw::GLenum interface = interfaces[n_interface];
547 } /* for (all interfaces) */
  /external/desugar/java/com/google/devtools/build/android/desugar/
HeaderClassLoader.java 99 String[] interfaces) {
100 super.visit(version, access, name, signature, superName, interfaces);
122 * initializer of functional interfaces if the interfaces have default methods. The erasion of the
124 * interfaces via class loaders, and since the interfaces have default methods, according to the
125 * JVM spec, these interfaces will be executed. This should be prevented due to security concerns.
145 String[] interfaces) {
146 super.visit(version, access, name, signature, superName, interfaces);
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
ReflectionClassAdapter.java 51 List<ResolvedReferenceType> interfaces = new ArrayList<>(); local
58 interfaces.add(new ReferenceTypeImpl(new ReflectionInterfaceDeclaration((Class<?>) ((ParameterizedType) superInterface).getRawType(), typeSolver), typeParameters, typeSolver));
60 interfaces.add(new ReferenceTypeImpl(new ReflectionInterfaceDeclaration((Class<?>) superInterface, typeSolver), typeSolver));
63 return interfaces;
  /external/mockito/src/main/java/org/mockito/
MockSettings.java 33 * //Creates mock with different default answer, descriptive name and extra interfaces
46 * Specifies extra interfaces the mock should implement. Might be useful for legacy code or some corner cases.
56 * //now, the mock implements extra interfaces, so following casting is possible:
61 * @param interfaces extra interfaces the should implement.
64 MockSettings extraInterfaces(Class<?>... interfaces);
98 * dealing with code you cannot change easily (3rd party interfaces, interim refactoring of legacy code etc.)
  /external/turbine/java/com/google/turbine/binder/
HierarchyBinder.java 39 /** Binds the type hierarchy (superclasses and interfaces) for a single class. */
81 ImmutableList.Builder<ClassSymbol> interfaces = ImmutableList.builder(); local
88 interfaces.add(result);
92 interfaces.add(ClassSymbol.ANNOTATION);
101 return new SourceHeaderBoundClass(base, superclass, interfaces.build(), typeParameters.build());
122 // This needs to consider member type declarations inherited from supertypes and interfaces.
  /hardware/interfaces/drm/1.0/default/
Android.mk 43 hardware/interfaces/drm
  /libcore/luni/src/test/java/tests/security/interfaces/
Util.java 16 package tests.security.interfaces;
  /prebuilts/go/darwin-x86/src/encoding/gob/
example_encdec_test.go 16 // to send and receive the type with the gob package. These interfaces are
19 // interfaces.
  /prebuilts/go/linux-x86/src/encoding/gob/
example_encdec_test.go 16 // to send and receive the type with the gob package. These interfaces are
19 // interfaces.
  /prebuilts/tools/common/api-generator/
api-generator-22.9.1.jar 
api-generator-22.9.2.jar 
api-generator-22.9.3.jar 
  /system/connectivity/wificond/tests/
mock_netlink_utils.h 56 std::vector<InterfaceInfo>* interfaces));

Completed in 863 milliseconds

<<11121314151617181920>>