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

1 2 3 4 5 6

  /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>
  /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>
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 9 // typedefs, because their definitions rely on the preprocessor. For
14 // 1. Types: long / unsigned long (but not typedefs to)
15 // 2. Typedefs: intmax_t, uintmax_t, intptr_t, uintptr_t, wint_t,
17 // time_t, suseconds_t (including typedefs to)
72 llvm::SmallVector<const clang::TypedefType*, 5> typedefs; member in struct:chrome_checker::CheckIPCVisitor::CheckDetails
CheckIPCVisitor.cpp 192 details->typedefs.push_back(tdef);
248 details->typedefs.push_back(tdef);
283 for (const TypedefType* tdef: details.typedefs) {
  /external/webrtc/webrtc/
typedefs.h 11 // This file contains platform-specific typedefs and defines.
51 #error Please add support for your architecture in typedefs.h
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue17537.go 32 // Test that conversions between typedefs work as they used to.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue17537.go 32 // Test that conversions between typedefs work as they used to.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
miniopt.c 23 #include <typedefs.h>
  /external/libxml2/doc/
apibuild.py 201 self.typedefs = {}
256 self.typedefs[name] = d
301 for id in list(idx.typedefs.keys()):
302 if id in self.typedefs:
304 id, self.typedefs[id].header, idx.typedefs[id].header))
306 self.typedefs[id] = idx.typedefs[id]
307 self.identifiers[id] = idx.typedefs[id]
368 self.analyze_dict("typedefs", self.typedefs
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 282 // type cache, appends new typedef types to typedefs, and computes the
283 // sizes of types. Callers should pass nil for typedefs; this is used
285 func (d *Data) readType(name string, r typeReader, off Offset, typeCache map[Offset]Type, typedefs *[]*TypedefType) (Type, error) {
304 if typedefs == nil {
311 typedefs = &typedefList
365 if t, err = d.readType(name, r.clone(), toff, typeCache, typedefs); err != nil {
697 *typedefs = append(*typedefs, t)
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 282 // type cache, appends new typedef types to typedefs, and computes the
283 // sizes of types. Callers should pass nil for typedefs; this is used
285 func (d *Data) readType(name string, r typeReader, off Offset, typeCache map[Offset]Type, typedefs *[]*TypedefType) (Type, error) {
304 if typedefs == nil {
311 typedefs = &typedefList
365 if t, err = d.readType(name, r.clone(), toff, typeCache, typedefs); err != nil {
697 *typedefs = append(*typedefs, t)
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 79 // Extend overrides using typedefs:
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 79 // Extend overrides using typedefs:

Completed in 536 milliseconds

1 2 3 4 5 6