HomeSort by relevance Sort by last modified time
    Searched refs:target_type (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/valgrind/none/tests/s390x/
fpconv.c 16 #define I2F(insn, initial, target_type) \
19 target_type target; \
24 #define DO_INSN_I32_TO_F(insn, target_type) \
26 printf("\n----- int32_t -> " #target_type "\n");\
27 I2F(insn, 0, target_type); \
28 I2F(insn, 1, target_type); \
29 I2F(insn, -1, target_type); \
30 I2F(insn, 42, target_type); \
31 I2F(insn, SHRT_MAX, target_type); \
32 I2F(insn, SHRT_MIN, target_type); \
    [all...]
  /test/vts/utils/python/mirror/
mirror_object.py 89 target_type,
104 target_type: string, the target type name (e.g., light, camera).
111 handler_name: string, the name of the handler. target_type is used
123 handler_name = target_type
128 logging.info("Init the driver service for %s", target_type)
130 target_type_id = COMPONENT_TYPE_DICT[target_type.lower()]
138 target_type=target_type_id,
147 (target_type, target_filename))
lib_mirror.py 36 def InitLibDriver(self, target_type, target_version, target_package,
42 target_type: string, the target type name (e.g., light, camera).
49 handler_name: string, the name of the handler. target_type is used
68 if target_type in name:
74 "No file found for target type %s." % target_type)
79 target_type,
94 target_type)
mirror_tracker.py 91 target_type,
105 target_type: string, the target type name (e.g., light, camera).
110 handler_name: string, the name of the handler. target_type is used
117 handler_name = target_type
123 mirror.InitHalDriver(target_type, target_version, target_package,
126 self._registered_mirrors[target_type] = mirror
129 target_type,
142 target_type: string, the target type name (e.g., light, camera).
149 handler_name: string, the name of the handler. target_type is used
154 handler_name = target_type
    [all...]
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
target_type.pass.cpp 14 // const std::type_info& target_type() const;
55 assert(f.target_type() == typeid(A));
59 assert(f.target_type() == typeid(void));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
target_type.pass.cpp 14 // const std::type_info& target_type() const;
55 assert(f.target_type() == typeid(A));
59 assert(f.target_type() == typeid(void));
  /system/sepolicy/tools/sepolicy-analyze/
dups.c 27 if (k->source_type == k->target_type)
34 tattr = &policydb->type_attr_map[k->target_type - 1];
36 ttype = policydb->type_val_to_struct[k->target_type - 1];
45 avkey.target_type = j + 1;
47 avkey.target_type == k->target_type)
49 if (avkey.source_type == avkey.target_type)
52 ttype2 = policydb->type_val_to_struct[avkey.target_type - 1];
typecmp.c 24 k->target_type < c->key.target_type)
27 k->target_type == c->key.target_type &&
34 k->target_type == c->key.target_type &&
68 if (k->source_type == k->target_type) {
70 key.target_type = 0;
75 if (k->source_type == k->target_type)
86 key.target_type = 0
    [all...]
utils.c 17 key->target_type == key->source_type ? "self" :
18 policydb->p_type_val_to_name[key->target_type
19 ? key->target_type - 1 : idx],
  /external/tensorflow/tensorflow/compiler/tf2xla/
literal_util.h 33 // type <target_type>.
35 // DataTypeToPrimitiveType(target_type). Note that <target_type> is not
39 Status LiteralToHostTensor(const xla::Literal& literal, DataType target_type,
literal_util.cc 66 Status LiteralToHostTensor(const xla::Literal& literal, DataType target_type,
70 *host_tensor = Tensor(target_type, shape);
  /external/selinux/libsepol/src/
avtab.c 77 mix(keyp->target_type);
149 key->target_type == cur->key.target_type &&
160 key->target_type < cur->key.target_type)
163 key->target_type == cur->key.target_type &&
193 key->target_type == cur->key.target_type &&
200 key->target_type < cur->key.target_type
    [all...]
  /test/vts/agents/hal/
SocketClientToDriver.h 43 int32_t LoadHal(const string& file_path, int target_class, int target_type,
54 int target_type, float target_version,
SocketClientToDriver.cpp 41 int target_class, int target_type,
51 command_message.set_target_type(target_type);
86 int target_type,
94 command_message.set_target_type(target_type);
  /test/vts/drivers/hal/common/include/binder/
VtsFuzzerBinderService.h 53 virtual int32_t LoadHal(const string& path, int target_class, int target_type,
73 int32_t LoadHal(const string& path, int target_class, int target_type,
  /test/vts/drivers/hal/server/
SocketServer.h 45 int32_t LoadHal(const string& path, int target_class, int target_type,
51 int target_type, float target_version,
BinderServer.cpp 70 const int target_type = data.readInt32(); local
73 int32_t result = LoadHal(string(path), target_class, target_type,
143 int32_t LoadHal(const string& path, int target_class, int target_type,
147 path.c_str(), lib_path_, target_class, target_type, target_version, "",
SocketServer.cpp 44 int target_type, float target_version,
51 path.c_str(), lib_path_, target_class, target_type, target_version,
60 const string& name, int target_class, int target_type, float target_version,
64 target_class, target_type, target_version, target_package, name, &msg);
123 command_message.target_type(), command_message.target_version(),
162 command_message.target_type(), command_message.target_version(),
  /external/annotation-tools/asmx/src/org/objectweb/asm/
TypeAnnotationVisitor.java 31 * @param target_type the target type of the extended annotation
33 void visitXTargetType(int target_type);
  /test/vts/testcases/fuzz/lib_bionic/
LibBionicLibmFuzzTest.py 30 target_type="bionic_libm",
  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
TypeAnnotationConstantsCollector.java 56 public void visitXTargetType(int target_type) {
57 xav.visitXTargetType(target_type);
  /system/sepolicy/tools/
sepolicy-check.c 64 int t_op, uint32_t target_type,
87 match &= check(t_op, target_type, cur->key.target_type);
128 key.source_type = key.target_type = key.target_class = 0;
169 key.target_type = tgt->s.value;
175 t_op, key.target_type,
183 t_op, key.target_type,
  /test/vts-testcase/hal/radio/V1_0/host/
VtsHalRadioV1_0HostTest.py 34 target_type="radio",
  /test/vts-testcase/hal/tv/input/V1_0/host/
VtsHalTvInputV1_0HostTest.py 37 target_type="tv_input",
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 99 CARD16 target_type B16; /* X screen or GPU */
157 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
162 int *target_type, int *target_id)
182 /* We need to swap the target_type and target_id */
185 tmp = *target_type;
186 *target_type = *target_id;
273 int target_type,
291 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id);
297 req->target_type = target_type;
    [all...]

Completed in 488 milliseconds

1 2 3 4 5