Searched defs:types (Results 1 - 25 of 456) 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/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dmeta_class.py5 import types namespace
13 if isinstance(attr_value, types.FunctionType):
/external/toybox/toys/other/
H A Dreboot.c27 int types[] = {RB_AUTOBOOT, RB_HALT_SYSTEM, RB_POWER_OFF}, local
33 if (toys.optflags & FLAG_f) toys.exitval = reboot(types[idx]);
H A Dvconfig.c43 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]);
/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.h4 #include <linux/types.h>
8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
/external/python/cpython2/Lib/test/
H A Dtest_sqlite.py6 from sqlite3.test import (dbapi, types, userfunctions, py25tests, namespace
11 run_unittest(dbapi.suite(), types.suite(), userfunctions.suite(),
/external/python/cpython2/Tools/compiler/
H A Dstacktest.py3 import types namespace
8 if type(const) == types.CodeType:
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
H A DMapTagTest.java16 package org.yaml.snakeyaml.types;
29 YamlDocument document = new YamlDocument("types/map.yaml");
51 YamlDocument document = new YamlDocument("types/map_mixed_tags.yaml");
H A DMergeTagTest.java16 package org.yaml.snakeyaml.types;
30 YamlDocument document = new YamlDocument("types/merge.yaml");
H A DOmapTagTest.java16 package org.yaml.snakeyaml.types;
29 YamlDocument document = new YamlDocument("types/omap.yaml");
H A DPairsTagTest.java16 package org.yaml.snakeyaml.types;
30 YamlDocument document = new YamlDocument("types/pairs.yaml", false);
H A DSetTagTest.java16 package org.yaml.snakeyaml.types;
30 YamlDocument document = new YamlDocument("types/set.yaml");
H A DValueTagTest.java16 package org.yaml.snakeyaml.types;
38 YamlDocument.ROOT + "types/value.yaml");
H A DIntTagTest.java16 package org.yaml.snakeyaml.types;
H A DSeqTagTest.java16 package org.yaml.snakeyaml.types;
33 YamlDocument document = new YamlDocument("types/seq.yaml");
/external/trappy/tests/trappy/stats/
H A DTrigger.py27 import types namespace
/external/trappy/trappy/stats/
H A DTrigger.py27 import types namespace
/external/brotli/enc/
H A Dblock_splitter.h12 #include <brotli/types.h>
23 size_t num_types; /* Amount of distinct types */
24 size_t num_blocks; /* Amount of values in types and length */
25 uint8_t* types; member in struct:BlockSplit
/external/clang/include/clang/Driver/
H A DTypes.h18 namespace types { namespace in namespace:clang::driver
57 /// types).
93 } // end namespace types
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DTableResultX.java30 this.types = tr.types;
36 if (tr.types != null) {
37 for (int i = 0; i < tr.types.length; i++) {
38 sql_type[i] = JDBCDatabaseMetaData.mapSqlType(tr.types[i]);
43 void sql_types(int types[]) { argument
44 sql_type = types;
/external/libbrillo/brillo/
H A Dmime_utils.h19 namespace types { namespace in namespace:brillo::mime
28 } // namespace types
36 // Common image MIME types
45 // Common text MIME types
52 // Common application MIME types
64 // Common multipart MIME types
/external/python/cpython2/Lib/lib2to3/tests/
H A D__init__.py9 import types namespace
/external/autotest/client/site_tests/network_CDMAActivate/files/
H A Dmodems.py6 import dbus.types namespace
42 'ActivateCount' : dbus.types.UInt32(self.activate_count)

Completed in 524 milliseconds

1234567891011>>