HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 251 - 275 of 10128) sorted by null

<<11121314151617181920>>

  /external/protobuf/examples/
add_person.cc 39 string type; local
40 getline(cin, type);
41 if (type == "mobile") {
43 } else if (type == "home") {
45 } else if (type == "work") {
48 cout << "Unknown phone type. Using default." << endl;
  /external/python/cpython2/PC/VS7.1/
make_buildinfo.c 27 DWORD type, size; local
39 if (RegQueryValueEx(hTortoise, "Directory", 0, &type, command+1, &size) != ERROR_SUCCESS ||
40 type != REG_SZ)
  /external/python/cpython2/PC/VS8.0/
make_buildinfo.c 29 DWORD type, size; local
41 if (RegQueryValueEx(hTortoise, "Directory", 0, &type, command+1, &size) != ERROR_SUCCESS ||
42 type != REG_SZ)
  /external/python/cpython2/PC/VS9.0/
make_buildinfo.c 29 DWORD type, size; local
41 if (RegQueryValueEx(hTortoise, "Directory", 0, &type, command+1, &size) != ERROR_SUCCESS ||
42 type != REG_SZ)
  /external/selinux/libselinux/src/
selinux_check_securetty_context.c 21 const char *type = context_type_get(con); local
39 if (!strcmp(type, start)) {
  /external/selinux/libsepol/tests/
test-linker-types.c 34 * - type in appropriate symtab (global and decl)
35 * - datum in the decl symtab has correct type bitmap (if attr)
39 * - type in base, no modules
40 * - type in base optional, no modules
41 * - type a in base, b in module
42 * - type a in base optional, b in module
43 * - type a in base, b in module optional
44 * - type a in base optional, b in module optional
63 * - alias in base of primary type in base, no modules
64 * - alias in base optional of primary type in base, no module
104 type_datum_t *type; local
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
ParameterDescriptor.java 19 import java.lang.reflect.Type;
27 private final Type type; field in class:ParameterDescriptor
29 public ParameterDescriptor(String value, Type type) {
31 this.type = type;
38 public Type getType() {
39 return type;
  /external/swiftshader/src/D3D9/
Direct3DQuery9.hpp 31 Direct3DQuery9(Direct3DDevice9 *device, D3DQUERYTYPE type);
50 const D3DQUERYTYPE type; member in class:D3D9::Direct3DQuery9
52 // TODO: create a union, or subclasses for each type.
  /external/syslinux/com32/gpllib/dmi/
dmi_chassis.c 35 static const char *type[] = { local
68 return type[code - 0x01];
dmi_processor.c 35 static const char *type[] = { local
45 return type[code - 0x01];
411 "MTRR (Memory type range registers)",
  /external/syslinux/gpxe/src/include/gpxe/
icmp.h 14 /** Type */
15 uint8_t type; member in struct:icmp_header
  /external/syslinux/memdisk/
e820test.c 42 ranges[i + 1].start - ranges[i].start, ranges[i].type);
49 uint32_t type; local
58 if (sscanf(p, " %llx %llx %d", &start, &len, &type) == 3) {
60 printf("%016llx %016llx %d <-\n", start, len, type);
62 insertrange(start, len, type);
76 insertrange(dos_mem - 2048, 2048, 2, 1); /* Type 2 = reserved */
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
reduction_ops.cc 65 xla::PrimitiveType type; variable
66 TF_CHECK_OK(DataTypeToPrimitiveType(input_type(0), &type));
67 return builder->ConstantLiteral(xla::Literal::MaxValue(type));
85 xla::PrimitiveType type; variable
86 TF_CHECK_OK(DataTypeToPrimitiveType(input_type(0), &type));
87 return builder->ConstantLiteral(xla::Literal::MinValue(type));
  /external/tensorflow/tensorflow/contrib/boosted_trees/examples/
binary_mnist.py 127 type=str, variable
132 type=int, variable
137 type=int, variable
142 type=int, variable
147 "--depth", type=int, default=4, help="Maximum depth of weak learners.")
149 "--l2", type=float, default=1.0, help="l2 regularization per batch.")
152 type=float, variable
158 type=int, variable
163 type=int, variable
boston.py 137 type=int, variable
142 type=str, variable
147 type=int, variable
152 "--depth", type=int, default=4, help="Maximum depth of weak learners.")
154 "--l2", type=float, default=1.0, help="l2 regularization per batch.")
157 type=float, variable
163 type=int, variable
boston_combined.py 123 type=int, variable
128 type=str, variable
133 type=int, variable
139 type=str, variable
144 type=int, variable
148 "--tree_depth", type=int, default=4, help="Maximum depth of trees.")
150 "--tree_l2", type=float, default=1.0, help="l2 regularization per batch.")
153 type=float, variable
159 type=int, variable
mnist.py 129 type=str, variable
134 type=int, variable
139 type=int, variable
144 type=int, variable
149 "--depth", type=int, default=4, help="Maximum depth of weak learners.")
151 "--l2", type=float, default=1.0, help="l2 regularization per batch.")
154 type=float, variable
160 type=int, variable
165 type=int, variable
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
convert_to_records.py 87 type=str, variable
93 type=int, variable
  /external/tensorflow/tensorflow/examples/tutorials/estimators/
abalone.py 174 parser.register("type", "bool", lambda v: v.lower() == "true")
176 "--train_data", type=str, default="", help="Path to the training data.")
178 "--test_data", type=str, default="", help="Path to the test data.")
181 type=str, variable
  /external/tensorflow/tensorflow/python/client/
notebook.py 105 type=str, variable
113 type=str, variable
  /external/tensorflow/tensorflow/tools/dist_test/server/
grpc_tensorflow_server.py 119 parser.register("type", "bool", lambda v: v.lower() == "true")
122 type=str, variable
134 type=str, variable
140 type=int, variable
146 type=float, variable
151 type="bool", variable
  /external/tensorflow/tensorflow/tools/test/
run_and_gather_logs.py 102 "type", "bool", lambda v: v.lower() in ("true", "t", "y", "yes"))
104 "--name", type=str, default="", help="Benchmark target identifier.")
106 "--test_name", type=str, default="", help="Test target to run.")
109 type=str, variable
111 help="BenchmarkType enum string (benchmark type).")
114 type=str, variable
119 type="bool", variable
126 type=str, variable
131 type=str, variable
136 type=str variable
141 type=str, variable
    [all...]
  /external/turbine/java/com/google/turbine/binder/bound/
ClassValue.java 20 import com.google.turbine.type.Type;
25 private final Type type; field in class:ClassValue
27 public ClassValue(Type type) {
28 this.type = type;
33 return String.format("%s.class", type);
42 public Type type() method in class:ClassValue
    [all...]
  /external/valgrind/coregrind/
pub_core_libcprint.h 49 /* An output file descriptor wrapped up with its type and expanded name. */
53 VgLogTo type; member in struct:__anon42538
62 /* Initializes normal log and xml sinks (of type fd, file, or socket).
  /external/valgrind/none/tests/s390x/
ecag.c 41 char *type, *scope; local
44 case 0: type = "separate data and instruction"; break;
45 case 1: type = "instruction"; break;
46 case 2: type = "data"; break;
47 case 3: type = "unified data and instruction"; break;
57 printf("L%u topology: %s; %s\n", level+1, type, scope);

Completed in 540 milliseconds

<<11121314151617181920>>