HomeSort by relevance Sort by last modified time
    Searched refs:typedefs (Results 1 - 25 of 32) sorted by null

1 2

  /external/webrtc/src/system_wrappers/interface/
cpu_features_wrapper.h 18 #include <typedefs.h>
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_cons.h 23 #include <typedefs.h>
sdiovar.h 25 #include <typedefs.h>
bcm_mpool_pub.h 58 #include <typedefs.h> /* needed for uint16 */
dhdioctl.h 28 #include <typedefs.h>
hndrte_armtrap.h 55 #include <typedefs.h>
trxhdr.h 24 #include <typedefs.h>
bcmendian.h 27 #include <typedefs.h>
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_definitions.py 76 def resolve_typedefs(self, typedefs):
77 """Resolve typedefs to actual types in the object."""
83 if base_type in typedefs:
84 replacement_type = typedefs[base_type]
95 def __init__(self, callback_functions=None, enumerations=None, exceptions=None, file_name=None, interfaces=None, typedefs=None):
101 # Typedefs are not exposed by bindings; resolve typedefs with the
102 # actual types and then discard the Typedefs.
103 # http://www.w3.org/TR/WebIDL/#idl-typedefs
104 if typedefs
    [all...]
deprecated_idl_parser.pm 127 my %typedefs = ();
185 my $typedef = $typedefs{$name};
389 if (!%typedefs) {
395 if (exists $typedefs{$constant->type}) {
396 my $typedef = $typedefs{$constant->type};
427 if (exists $typedefs{$type}) {
428 my $typedef = $typedefs{$type};
434 foreach my $name (%typedefs) {
435 if (!exists $typedefs{$name}) {
438 my $typedef = $typedefs{$name}
    [all...]
idl_definitions_builder.py 52 typedefs = {}
68 typedefs[type_name] = typedef_node_to_idl_typedef(child)
81 return IdlDefinitions(callback_functions=callback_functions, enumerations=enumerations, exceptions=exceptions, file_name=file_name, interfaces=interfaces, typedefs=typedefs)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmeth.h 29 #include <typedefs.h>
vlan.h 25 #include <typedefs.h>
802.11e.h 25 #include <typedefs.h>
wpa.h 24 #include <typedefs.h>
eapol.h 23 #include <typedefs.h>
bcmip.h 25 #include <typedefs.h>
bcmevent.h 33 #include <typedefs.h>
p2p.h 25 #include <typedefs.h>
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
isacfix_unittest.cc 10 #include <typedefs.h>
  /external/webrtc/src/
typedefs.h 11 // This file contains platform-specific typedefs and defines.
83 #error Please add support for your architecture in typedefs.h
142 #error "No platform defined for WebRTC type definitions (typedefs.h)"
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
ir.py 850 self.typedefs = {} # map names to Typedef's
858 typedefs = tuple( [ (key,repr(val)) for key,val in self.typedefs.items() ] )
859 return nodes, typedefs
862 nodes, typedefs = state
865 typedefs = [ (key,eval(val)) for key,val in typedefs ]
866 self.typedefs = dict(typedefs)
952 for key, value in self.typedefs.items()
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
miniopt.c 23 #include <typedefs.h>
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
th-lock.c 64 #include <typedefs.h>
  /external/openssl/crypto/threads/
th-lock.c 64 #include <typedefs.h>

Completed in 1219 milliseconds

1 2