HomeSort by relevance Sort by last modified time
    Searched refs:types (Results 176 - 200 of 12640) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_tcpmss.h 4 #include <linux/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_pkttype.h 4 #include <linux/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ah.h 4 #include <linux/types.h>
ipt_ttl.h 7 #include <linux/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_hl.h 8 #include <linux/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
times.h 4 #include <linux/types.h>
uio.h 5 #include <linux/types.h>
virtio_config.h 32 #include <linux/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netatalk/
at.h 23 #include <asm/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ist.h 20 #include <linux/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ustat.h 23 #include <sys/types.h>
xtitypes.h 1 /* bits/xtitypes.h -- Define some types used by <bits/stropts.h>. x86-64.
27 #include <bits/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zlibdefs.h 6 #include <sys/types.h> /* for off_t */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
param.h 33 #include <sys/types.h>
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_common.i 9 %types(std::size_t);
13 %types(std::ptrdiff_t);
  /system/core/libpixelflinger/codeflinger/
mips64_disassem.h 42 #include <sys/types.h>
mips_disassem.h 42 #include <sys/types.h>
  /system/core/libutils/include/utils/
SystemClock.h 21 #include <sys/types.h>
  /system/core/trusty/libtrusty/
tipc_ioctl.h 21 #include <linux/types.h>
  /system/security/keystore/include/keystore/
keystore_get.h 20 #include <sys/types.h>
  /toolchain/binutils/binutils-2.27/include/
sort.h 25 #include <sys/types.h> /* For size_t */
  /prebuilts/go/darwin-x86/src/cmd/vet/
types.go 5 // This file contains the pieces of the tool that use typechecking from the go/types package.
14 "go/types"
19 var stdImporter types.Importer
22 errorType *types.Interface
23 stringerType *types.Interface // possibly nil
24 formatterType *types.Interface // possibly nil
28 errorType = types.Universe.Lookup("error").Type().Underlying().(*types.Interface)
31 stringerType = typ.Underlying().(*types.Interface)
34 formatterType = typ.Underlying().(*types.Interface
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/
types.go 5 // This file contains the pieces of the tool that use typechecking from the go/types package.
14 "go/types"
19 var stdImporter types.Importer
22 errorType *types.Interface
23 stringerType *types.Interface // possibly nil
24 formatterType *types.Interface // possibly nil
28 errorType = types.Universe.Lookup("error").Type().Underlying().(*types.Interface)
31 stringerType = typ.Underlying().(*types.Interface)
34 formatterType = typ.Underlying().(*types.Interface
    [all...]
  /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/type/
TypesMap.kt 25 * Contains all the mappings needed to rewrite java types.
30 data class TypesMap(private val types: Map<JavaType, JavaType>) {
39 val containsNestedTypes = types.any { it.key.hasInnerType() || it.value.hasInnerType() }
41 throw IllegalArgumentException("Types map does not support nested types!")
45 constructor(vararg types: Pair<JavaType, JavaType>) : this(types.toMap())
49 return JsonData(types.map { it.key.fullName to it.value.fullName }.toMap().toSortedMap())
58 for ((from, to) in types) {
67 if (types.size != typesReversed.size)
    [all...]
  /external/clang/lib/Driver/
Types.cpp 1 //===--- Types.cpp - Driver input & temporary type information ------------===//
10 #include "clang/Driver/Types.h"
17 using namespace clang::driver::types;
29 #include "clang/Driver/Types.def"
39 const char *types::getTypeName(ID Id) {
43 types::ID types::getPreprocessedType(ID Id) {
47 const char *types::getTypeTempSuffix(ID Id, bool CLMode) {
57 bool types::onlyAssembleType(ID Id) {
61 bool types::onlyPrecompileType(ID Id)
    [all...]

Completed in 739 milliseconds

1 2 3 4 5 6 78 91011>>