HomeSort by relevance Sort by last modified time
    Searched defs:types (Results 1 - 25 of 1451) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/types/
eval.go 5 package types package
31 // types and values, but in addition to Check. Eval will re-evaluate
objset.go 11 package types package
token_test.go 8 package types package
builtins.go 7 package types package
104 if check.Types != nil {
132 if check.Types != nil {
181 if check.Types != nil && mode != constant_ {
198 if check.Types != nil {
255 // both argument types must be identical
257 check.invalidArg(x.pos(), "mismatched types %s and %s", x.typ, y.typ)
261 // the argument types must be of floating-point type
288 if check.Types != nil && x.mode != constant_ {
322 check.invalidArg(x.pos(), "arguments to copy %s and %s have different element types %s and %s", x, &y, dst, src
    [all...]
exprstring.go 7 package types package
205 // types of interface methods consist of signatures only
conversions.go 7 package types package
46 // The conversion argument types are final. For untyped values the
53 // - For conversions of untyped constants to non-constant types, also
72 // "x's type and T have identical underlying types if tags are ignored"
80 // "x's type and T are unnamed pointer types and their pointer base types
81 // have identical underlying types if tags are ignored"
90 // "x's type and T are both integer or floating point types"
95 // "x's type and T are both complex types"
labels.go 5 package types package
return.go 7 package types package
  /prebuilts/go/linux-x86/src/go/types/
eval.go 5 package types package
31 // types and values, but in addition to Check. Eval will re-evaluate
objset.go 11 package types package
token_test.go 8 package types package
builtins.go 7 package types package
104 if check.Types != nil {
132 if check.Types != nil {
181 if check.Types != nil && mode != constant_ {
198 if check.Types != nil {
255 // both argument types must be identical
257 check.invalidArg(x.pos(), "mismatched types %s and %s", x.typ, y.typ)
261 // the argument types must be of floating-point type
288 if check.Types != nil && x.mode != constant_ {
322 check.invalidArg(x.pos(), "arguments to copy %s and %s have different element types %s and %s", x, &y, dst, src
    [all...]
exprstring.go 7 package types package
205 // types of interface methods consist of signatures only
conversions.go 7 package types package
46 // The conversion argument types are final. For untyped values the
53 // - For conversions of untyped constants to non-constant types, also
72 // "x's type and T have identical underlying types if tags are ignored"
80 // "x's type and T are unnamed pointer types and their pointer base types
81 // have identical underlying types if tags are ignored"
90 // "x's type and T are both integer or floating point types"
95 // "x's type and T are both complex types"
  /external/javasqlite/src/main/java/SQLite/
Callback.java 53 * @param types string array holding column types
56 public void types(String types[]); method in interface:Callback
  /external/toybox/toys/other/
reboot.c 27 int types[] = {RB_AUTOBOOT, RB_HALT_SYSTEM, RB_POWER_OFF}, local
33 if (toys.optflags & FLAG_f) toys.exitval = reboot(types[idx]);
vconfig.c 43 char *types[] = {"VLAN_PLUS_VID", "DEV_PLUS_VID", "VLAN_PLUS_VID_NO_PAD", local
45 int i, j = sizeof(types)/sizeof(*types);
47 for (i=0; i<j; i++) if (!strcmp(toys.optargs[1], types[i])) break;
49 for (i=0; i<j; i++) puts(types[i]);
  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6t_mh.h 21 #include <linux/types.h>
24 __u8 types[2]; member in struct:ip6t_mh
  /dalvik/libdex/
DexDataMap.h 30 u2* types; /* corresponding array of item types */ member in struct:DexDataMap
  /development/ndk/platforms/android-21/include/linux/netfilter_ipv6/
ip6t_mh.h 21 #include <linux/types.h>
24 __u8 types[2]; member in struct:ip6t_mh
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_mh.h 4 #include <linux/types.h>
8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_mh.h 4 #include <linux/types.h>
8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
  /libcore/luni/src/test/java/tests/support/
MockCallback.java 41 public void types(String[] types) { method in class:MockCallback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_mh.h 7 u_int8_t types[2]; /* MH type range */ member in struct:ip6t_mh
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_mh.h 4 #include <linux/types.h>
8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh

Completed in 3761 milliseconds

1 2 3 4 5 6 7 8 91011>>