/external/chromium_org/components/usb_service/ |
usb_device_handle_impl.cc | 192 scoped_refptr<UsbConfigDescriptor> interfaces) 195 interfaces_(interfaces), 199 DCHECK(interfaces_) << "Unabled to list interfaces"; 676 // Attempt-release all the interfaces.
|
/external/chromium_org/third_party/WebKit/Source/core/ |
core_event_interfaces.target.darwin-arm.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.darwin-arm64.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.darwin-mips.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.darwin-x86.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.darwin-x86_64.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.linux-arm.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.linux-arm64.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.linux-mips.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.linux-x86.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
core_event_interfaces.target.linux-x86_64.mk | 25 $(hide)cd $(gyp_local_path)/third_party/WebKit/Source/core; mkdir -p $(gyp_shared_intermediate_dir)/blink/core; python ../bindings/scripts/generate_event_interfaces.py --event-idl-files-list event_idl_files_list.tmp --event-interfaces-file "$(gyp_shared_intermediate_dir)/blink/core/EventInterfaces.in" --write-file-only-if-changed 0
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
network_unittest.cc | 75 struct ifaddrs* interfaces, 78 network_manager.ConvertIfAddrs(interfaces, include_ignored, networks); 255 // Four networks are added - public and link local, for two interfaces. 576 // Verify that we correctly handle interfaces with no address.
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_program_debug.spec | 78 clear how terminal and GUI-based interfaces would work, for
|
/external/chromium_org/third_party/webrtc/base/ |
network_unittest.cc | 58 struct ifaddrs* interfaces, 61 network_manager.ConvertIfAddrs(interfaces, include_ignored, networks); 238 // Four networks are added - public and link local, for two interfaces. 559 // Verify that we correctly handle interfaces with no address.
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 78 clear how terminal and GUI-based interfaces would work, for
|
/external/wpa_supplicant_8/src/wps/ |
wps_upnp_ssdp.c | 135 iface = dl_list_first(&sm->interfaces, 589 &sm->interfaces,
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
AsmAnalyzer.java | 521 String signature, String superName, String[] interfaces) { 523 // one, and does not extend or implement generic classes or interfaces. 530 // For interfaces, the super class is Object. May be null but only for the Object class. 533 // interfaces is the internal names of the class's interfaces (see getInternalName). 535 considerNames(interfaces); [all...] |
DependencyFinder.java | 397 String signature, String superName, String[] interfaces) { 399 // one, and does not extend or implement generic classes or interfaces. 406 // For interfaces, the super class is Object. May be null but only for the Object class. 409 // interfaces is the internal names of the class's interfaces (see getInternalName). 411 considerNames(interfaces);
|
/art/runtime/ |
class_linker.cc | 449 // Sanity check Class[] and Object[]'s interfaces. 2263 auto interfaces = hs.NewHandle<mirror::ObjectArray<mirror::Class>>(nullptr); local 4453 const DexFile::TypeList* interfaces = dex_file.GetInterfacesList(class_def); local [all...] |
/build/tools/droiddoc/templates-ds/ |
customizations.cs | 250 <?cs call:list("Interfaces", class.package.interfaces) ?> 258 <?cs call:class_link_list("Interfaces", package.interfaces) ?>
|
/external/chromium_org/content/shell/renderer/test_runner/ |
web_test_proxy.cc | 300 std::string DumpAllBackForwardLists(TestInterfaces* interfaces, 303 const std::vector<WebTestProxyBase*>& window_list = interfaces->windowList(); 323 void WebTestProxyBase::SetInterfaces(WebTestInterfaces* interfaces) { 324 test_interfaces_ = interfaces->testInterfaces(); [all...] |
/external/chromium_org/mojo/public/tools/bindings/generators/ |
mojom_cpp_generator.py | 81 raise Exception("Arrays of interfaces not yet supported!") 267 "interfaces": self.module.interfaces,
|
/frameworks/base/tools/aidl/ |
AST.h | 347 vector<Type*> interfaces; member in struct:Class
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexToSigConverter.java | 349 Set<ITypeReference> interfaces = new HashSet<ITypeReference>(); local 356 interfaces.add(new SigClassReference(interfaze)); 358 sigClass.setInterfaces(interfaces); [all...] |
/cts/tools/signature-tools/src/signature/converter/doclet/ |
DocletToSigConverter.java | 160 Set<ITypeReference> interfaces = new HashSet<ITypeReference>();
local 162 interfaces.add(convertTypeReference(interfaceType));
164 c.setInterfaces(interfaces);
|