Searched refs:types (Results 1 - 25 of 5487) sorted by relevance

1234567891011>>

/external/python/cpython2/Lib/test/crashers/
H A Dbogus_code_obj.py15 import types namespace
17 co = types.CodeType(0, 0, 0, 0, '\x04\x71\x00\x00', (),
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/types/
H A Dpackage-info.java17 * 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;
H A DUInt8.java16 package org.tensorflow.types;
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dtypes.h1 #include <asm-generic/types.h>
H A Dsetup.h23 #include <linux/types.h>
/external/python/cpython3/Lib/test/crashers/
H A Dbogus_code_obj.py15 import types namespace
17 co = types.CodeType(0, 0, 0, 0, 0, b'\x04\x71\x00\x00',
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dtypes.h5 #include <asm-generic/types.h>
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D5-1-buildonly.c5 #include <sys/types.h>
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D7-1-buildonly.c11 #include <sys/types.h>
H A D7-2-buildonly.c11 #include <sys/types.h>
H A D7-3-buildonly.c11 #include <sys/types.h>
H A D7-4-buildonly.c11 #include <sys/types.h>
H A D7-5-buildonly.c11 #include <sys/types.h>
/external/e2fsprogs/include/mingw/sys/
H A Dtypes.h4 #include_next <sys/types.h>
6 #include <linux/types.h>
/external/python/cpython2/Lib/
H A Dnew.py1 """Create new objects of various types. Deprecated.
4 Objects of most types can now be created by calling the type object.
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
11 from types import ClassType as classobj
12 from types import FunctionType as function
13 from types import InstanceType as instance
14 from types import MethodType as instancemethod
15 from types import ModuleType as module
17 from types import CodeType as code
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DComparison.java31 Rop rop(TypeList types) {
32 return Rops.opIfLt(types);
39 Rop rop(TypeList types) {
40 return Rops.opIfLe(types);
44 /** {@code a == b}. Supports int and reference types. */
47 Rop rop(TypeList types) {
48 return Rops.opIfEq(types);
55 Rop rop(TypeList types) {
56 return Rops.opIfGe(types);
63 Rop rop(TypeList types) {
76 rop(TypeList types) argument
[all...]
H A DBinaryOp.java43 Rop rop(TypeList types) {
44 return Rops.opAdd(types);
51 Rop rop(TypeList types) {
52 return Rops.opSub(types);
59 Rop rop(TypeList types) {
60 return Rops.opMul(types);
67 Rop rop(TypeList types) {
68 return Rops.opDiv(types);
75 Rop rop(TypeList types) {
76 return Rops.opRem(types);
128 rop(com.android.dx.rop.type.TypeList types) argument
[all...]
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_mh.h4 #include <linux/types.h>
8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
/external/javasqlite/src/main/java/SQLite/
H A DCallback.java53 * @param types string array holding column types
56 public void types(String types[]); argument
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_mh.h5 #include <linux/types.h>
9 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dclosedir.c3 #include <sys/types.h>
/external/dhcpcd-6.8.2/compat/
H A Dstrlcpy.h31 #include <sys/types.h>
/external/iptables/include/linux/netfilter/
H A Dxt_CLASSIFY.h4 #include <linux/types.h>
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_CLASSIFY.h5 #include <linux/types.h>
/external/wayland/cursor/
H A Dos-compatibility.h29 #include <sys/types.h>

Completed in 664 milliseconds

1234567891011>>