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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
sizeof_test.go 7 package types package
etype_string.go 3 package types package
  /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
object_test.go 5 package types package
16 // predeclared types
24 // various other types
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
209 // types of interface methods consist of signatures only
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
sizeof_test.go 7 package types package
etype_string.go 3 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
object_test.go 5 package types package
16 // predeclared types
24 // various other types
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
209 // types of interface methods consist of signatures only
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/types/
UInt8.java 16 package org.tensorflow.types;
package-info.java 17 * Defines classes that represent TensorFlow data types. For each possible data type that can be
21 * element types and the latter is used for run-time checking of element types. Classes appearing in
22 * this package, such as UInt8, represent TensorFlow data types for which there is no existing Java
25 * <p>TensorFlow element types are also separately represented by the {@link
29 package org.tensorflow.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]);
  /bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6t_mh.h 21 #include <linux/types.h>
23 __u8 types[2]; member in struct:ip6t_mh
  /dalvik/libdex/
DexDataMap.h 30 u2* types; /* corresponding array of item types */ member in struct:DexDataMap
  /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/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
ResolvedTypeTransformer.java 22 package com.github.javaparser.resolution.types;
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_mh.h 5 #include <linux/types.h>
9 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh

Completed in 506 milliseconds

1 2 3 4 5 6 7 8 91011>>