HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 1151 - 1175 of 1336) sorted by null

<<41424344454647484950>>

  /frameworks/native/include/binder/
Parcel.h 70 status_t writeInterfaceToken(const String16& interface);
72 // Parses the RPC header, returning true if the interface name
73 // in the header matches the expected interface from the caller.
79 bool enforceInterface(const String16& interface,
  /hardware/qcom/display/liboverlay/
overlayMdp.cpp 67 mParams.params.conv_params.interface = interface_rec601;
318 mParams.params.conv_params.interface =
  /system/core/adb/
Android.mk 12 # Default to a virtual (sockets) usb interface
  /external/chromium/net/base/
net_util.cc     [all...]
  /external/v8/src/
parser.cc 1452 Interface* interface = Interface::NewUnknown(); local
1525 Interface* interface = top_scope_->interface(); local
3632 Interface* interface = Interface::NewUnknown(); local
    [all...]
ast.h 44 #include "interface.h"
594 Interface* interface() const { return interface_; } function in class:v8::internal::Module
597 Module() : interface_(Interface::NewModule()) {}
598 explicit Module(Interface* interface) : interface_(interface) {}
601 Interface* interface_;
614 ModuleLiteral(Block* body, Interface* interface)
1479 Interface* interface() const { return interface_; } function in class:v8::internal::VariableProxy
    [all...]
  /external/dnsmasq/src/
lease.c 507 void lease_set_interface(struct dhcp_lease *lease, int interface)
509 if (lease->last_interface == interface)
512 lease->last_interface = interface;
  /external/libusb_aah/libusb/
libusb.h 56 /* 'interface' might be defined as a macro on Windows, so we need to
58 * libusb_config_descriptor has an 'interface' member
63 #if defined(interface)
64 #undef interface macro
142 * Device and/or Interface Class codes */
145 * this bDeviceClass value indicates that each interface specifies its
156 /** Human Interface Device class */
215 /** Interface descriptor. See libusb_interface_descriptor. */
308 /** Return the selected alternate setting for the specified interface */
311 /** Select an alternate interface for the specified interface *
595 const struct libusb_interface *interface; member in struct:libusb_config_descriptor
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 36 interface
51 IHashList<TKey, TValue> = interface(IDictionary<TKey, TValue>)
55 /// Stack abstraction that also supports the IList interface
57 IStackList<T> = interface(IList<T>)
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 3 interface
  /external/libusb/libusb/os/
linux_usbfs.c 1144 "claim interface failed, error %d errno %d", r, errno);
1159 "release interface failed, error %d errno %d", r, errno);
1172 setintf.interface = iface;
1226 int interface)
1232 getdrv.interface = interface;
    [all...]
  /external/libusb_aah/libusb/os/
linux_usbfs.c     [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 1 (*===-- llvm_target.mli - LLVM Ocaml Interface -----------------*- OCaml -*-===*
12 This interface provides an ocaml API for LLVM target information,
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrcreatetextnode.js 85 from the NamedNodeMap interface.
hc_attrcreatetextnode2.js 85 from the NamedNodeMap interface.
hc_attreffectivevalue.js 81 from the NamedNodeMap interface.
hc_attrnextsiblingnull.js 81 "getNamedItem(name)" method from the NamedNodeMap interface.
hc_attrparentnodenull.js 81 method from the NamedNodeMap interface.
hc_attrprevioussiblingnull.js 81 "getNamedItem(name)" method from the NamedNodeMap interface.
hc_attrspecifiedvalue.js 85 interface.
hc_elementassociatedattribute.js 83 interface.
hc_elementcreatenewattribute.js 85 interface.
hc_elementgetelementempty.js 88 interface.
hc_elementnotfounderr.js 86 interface.
hc_elementreplaceexistingattribute.js 89 method from the Document interface.

Completed in 593 milliseconds

<<41424344454647484950>>