HomeSort by relevance Sort by last modified time
    Searched defs:type_names (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 48 std::unique_ptr<Value> type_names = DumpAndReadBack(*dedup); local
49 ASSERT_NE(nullptr, type_names);
52 ASSERT_TRUE(type_names->GetAsDictionary(&dictionary));
  /external/selinux/libsepol/include/sepol/policydb/
constraint.h 62 struct type_set *type_names; member in struct:constraint_expr
  /external/selinux/libsepol/src/
module_to_cil.c 1417 char **type_names = NULL; local
1433 rc = process_typeset(pdb, ts, type_attr_list, &type_names, &num_type_names);
1445 role_names[role], type_names[type],
1453 names_destroy(&type_names, &num_type_names);
1458 names_destroy(&type_names, &num_type_names);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 904 const char *type_names[] = {"f32", "v2f32", "v4f32"}; local
918 type_names[func]);
937 const char *type_names[] = {"i32", "v2i32", "v4i32"}; local
949 type_names[func], arg_type);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386.c 2773 const type_names[] = variable
    [all...]

Completed in 564 milliseconds