HomeSort by relevance Sort by last modified time
    Searched full:_interface (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/tools/json_schema_compiler/test/
idl_reserved_words.idl 21 DOMString _interface;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 32 template<typename _Interface,const IID *_IID >
35 typedef _Interface Interface;
36 static _Interface *GetInterfacePtr() throw() { return NULL; }
37 static _Interface& GetInterface() throw() { return *GetInterfacePtr(); }
337 template<typename _Interface,typename _InterfacePtr> bool operator==(_Interface *i,_com_ptr_t<_InterfacePtr> &p) { return p==i; }
339 template<typename _Interface> bool operator!=(int null,_com_ptr_t<_Interface> &p) {
344 template<typename _Interface,typename _InterfacePtr> bool operator!=(_Interface *i,_com_ptr_t<_InterfacePtr> &p) { return p!=i;
    [all...]
ks.h 853 #define DEFINE_KSPIN_INTERFACE_ITEM(guid,_interFace) \
856 (_interFace), \
    [all...]
  /external/chromium_org/media/tools/constrained_network_server/
traffic_control_test.py 22 _INTERFACE = 'myeth'
31 command = ['ip', 'link', 'add', 'name', self._INTERFACE, 'type', 'dummy']
33 self._INTERFACE)
38 command = ['ip', 'link', 'del', self._INTERFACE]
58 config = {'interface': self._INTERFACE}
73 'interface': self._INTERFACE,
108 'interface': self._INTERFACE,
141 'interface': self._INTERFACE,
cns_test.py 19 _INTERFACE = 'lo'
172 cmd = ['python', 'cns.py', '--interface=%s' % _INTERFACE]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_element_type_helpers.py 71 tag['interface'] = self._interface(tag)
81 def _interface(self, tag): member in class:MakeElementTypeHelpersWriter
make_element_factory.py 79 tag['interface'] = self._interface(tag)
106 def _interface(self, tag): member in class:MakeElementFactoryWriter
122 return self._interface(tag)
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.cc 38 s_##x = static_cast<const PPB_##x*>(PSGetInterface(PPB_ ## y ##_INTERFACE));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
miniport.h 120 typedef struct _INTERFACE {
wdm.h     [all...]
  /external/chromium_org/extensions/common/api/
usb.idl 13 enum Recipient {device, _interface, endpoint, other};
  /external/chromium_org/ppapi/
PRESUBMIT.py 81 RE_UNVERSIONED_PPB = re.compile(r'\bPPB_\w+_INTERFACE\b')

Completed in 368 milliseconds