HomeSort by relevance Sort by last modified time
    Searched refs:type_a (Results 1 - 10 of 10) sorted by null

  /frameworks/base/tools/aapt2/cmd/
Diff.cpp 92 ResourceTablePackage* pkg_a, ResourceTableType* type_a,
101 str_stream << "value " << pkg_a->name << ":" << type_a->type << "/" << entry_a->name
113 ResourceTablePackage* pkg_a, ResourceTableType* type_a,
122 str_stream << "missing " << pkg_a->name << ":" << type_a->type << "/" << entry_a->name
128 EmitResourceConfigValueDiff(context, apk_a, pkg_a, type_a, entry_a, config_value_a.get(),
148 ResourceTablePackage* pkg_a, ResourceTableType* type_a,
152 for (std::unique_ptr<ResourceEntry>& entry_a : type_a->entries) {
156 str_stream << "missing " << pkg_a->name << ":" << type_a->type << "/" << entry_a->name;
162 str_stream << pkg_a->name << ":" << type_a->type << "/" << entry_a->name
181 str_stream << pkg_a->name << ":" << type_a->type << "/" << entry_a->nam
270 ResourceTableType* type_a = pkg_a->FindType(type_b->type); local
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
kullback_leibler.py 38 def _registered_kl(type_a, type_b):
40 hierarchy_a = tf_inspect.getmro(type_a)
  /external/mesa3d/src/compiler/
glsl_types.cpp     [all...]
glsl_types.h 303 * Get the type resulting from a multiplication of \p type_a * \p type_b
305 static const glsl_type *get_mul_type(const glsl_type *type_a,
  /external/mesa3d/src/compiler/glsl/
ast_to_hir.cpp 330 const glsl_type *type_a = value_a->type; local
339 if (!type_a->is_numeric() || !type_b->is_numeric()) {
350 if (!apply_implicit_conversion(type_a, value_b, state)
357 type_a = value_a->type;
369 if (type_a->base_type != type_b->base_type) {
383 if (type_a->is_scalar() && type_b->is_scalar())
384 return type_a;
391 if (type_a->is_scalar()) {
395 return type_a;
402 assert(!type_a->is_scalar())
503 const glsl_type *type_a = value_a->type; local
590 const glsl_type *type_a = value_a->type; local
657 const glsl_type *type_a = value_a->type; local
6371 const glsl_type *type_a = label_const->type; local
    [all...]
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 428 u8 type_a, type_b; local
432 status = acpi_get_sleep_type_data(i, &type_a, &type_b);
435 i, type_a, type_b);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.h 168 unsigned type_a:3; member in struct:nv50_format::__anon29654
nv50_tex.c 108 (fmt->tic.type_a << G80_TIC_0_A_DATA_TYPE__SHIFT) |
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.h 175 unsigned type_a:3; member in struct:nvc0_format::__anon29666
nvc0_tex.c 111 tic[0] |= fmt->tic.type_a << GM107_TIC2_0_A_DATA_TYPE__SHIFT;
325 (fmt->tic.type_a << G80_TIC_0_A_DATA_TYPE__SHIFT) |
    [all...]

Completed in 501 milliseconds