HomeSort by relevance Sort by last modified time
    Searched defs:type_str (Results 1 - 25 of 27) sorted by null

1 2

  /external/adhd/cras/src/server/
cras_alsa_mixer_name.c 130 const char *type_str = local
132 syslog(LOG_DEBUG, " %s %s", m_name->name, type_str);
  /external/strace/tests/
net-packet_mreq.c 65 const char *const type_str; member in struct:__anon39571
80 optname_str, pmreq->mr_ifindex, a[i].type_str, pmreq->mr_alen);
  /external/strace/tests-m32/
net-packet_mreq.c 65 const char *const type_str; member in struct:__anon39667
80 optname_str, pmreq->mr_ifindex, a[i].type_str, pmreq->mr_alen);
  /external/strace/tests-mx32/
net-packet_mreq.c 65 const char *const type_str; member in struct:__anon39763
80 optname_str, pmreq->mr_ifindex, a[i].type_str, pmreq->mr_alen);
  /external/selinux/libsemanage/src/
fcontexts_file.c 23 static const char *type_str(int type) function
54 const char *print_str = type_str(type);
fcontexts_local.c 100 const char *type_str = semanage_fcontext_get_type_str(type); local
113 str, expr, type_str);
117 expr, type_str);
  /external/icu/icu4c/source/i18n/
gender.cpp 162 char type_str[256]; local
163 u_UCharsToChars(s, type_str, resLen + 1);
164 if (uprv_strcmp(type_str, gNeutralStr) == 0) {
167 if (uprv_strcmp(type_str, gMixedNeutralStr) == 0) {
170 if (uprv_strcmp(type_str, gMailTaintsStr) == 0) {
  /external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
amdgcn_glslc.c 226 char type_str[16], name[128]; local
236 if (sscanf(s + 8, "%s %s", type_str, name) != 2) {
241 if (!strcmp(type_str, "vs"))
243 else if (!strcmp(type_str, "tcs"))
245 else if (!strcmp(type_str, "tes"))
247 else if (!strcmp(type_str, "gs"))
249 else if (!strcmp(type_str, "fs"))
251 else if (!strcmp(type_str, "cs"))
  /external/tensorflow/tensorflow/python/framework/
python_op_gen_internal.cc 188 const string type_str = TypeString(dtype, is_ref); local
189 return strings::StrCat("A `Tensor` of type ", type_str, ".");
  /art/libdexfile/dex/
art_dex_file_loader_test.cc 235 const char* type_str = java_lang_dex_file_->StringByTypeIdx(dex::TypeIndex(i)); local
236 const dex::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str);
240 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str));
  /external/v8/src/objects/
js-list-format.cc 143 std::unique_ptr<char[]> type_str = nullptr; local
146 isolate, options, "type", type_values, "Intl.ListFormat", &type_str);
150 DCHECK_NOT_NULL(type_str.get());
151 type_enum = get_type(type_str.get());
js-plural-rules.cc 126 std::unique_ptr<char[]> type_str = nullptr; local
129 "Intl.PluralRules", &type_str);
132 type_cstr = type_str.get();
  /external/deqp/external/openglcts/modules/glesext/
esextcTestCaseBase.cpp 1027 const char* type_str = NULL; local
    [all...]
  /external/selinux/libselinux/src/
label_file.h 45 char *type_str; /* type string for diagnostic messages */ member in struct:spec
485 spec_arr[nspec].type_str = type;
  /art/compiler/optimizing/
graph_checker.cc 913 std::stringstream type_str; local
920 std::stringstream type_str; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/net/
psock_tpacket.c 815 static const char *type_str[] = { variable
826 type_str[type]);
833 tpacket_str[version], type_str[type]);
  /art/runtime/
class_loader_context.cc 297 const char* type_str = GetClassLoaderTypeName(type); local
298 if (class_loader_spec.compare(0, strlen(type_str), type_str) == 0) {
    [all...]
  /external/selinux/libsepol/cil/src/
cil_write_ast.c 345 char *user_str, *role_str, *type_str; local
350 type_str = context->type_str;
363 len = strlen(user_str) + strlen(role_str) + strlen(type_str)
366 if (sprintf(*out_str, "(%s %s %s %s)", user_str, role_str, type_str, range_str) < 0) {
609 fprintf(cil_out, "(%s %s %s)\n", CIL_KEY_ROLETYPE, roletype->role_str, roletype->type_str);
627 fprintf(cil_out, "(%s %s)\n", CIL_KEY_TYPEPERMISSIVE, type->type_str);
    [all...]
cil_internal.h 515 char *type_str; member in struct:cil_roletype
551 char *type_str; member in struct:cil_typepermissive
717 char *type_str; member in struct:cil_context
  /external/u-boot/arch/arm/mach-omap2/
emif-common.c 1076 const char *type_str; local
1088 type_str = get_lpddr2_type(device->type);
1096 if (mfg_str && type_str)
1097 debug("%s\t\t%s\t%s\n", mfg_str, type_str, density_str);
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cMultiBindTests.cpp 69 const GLchar* type_str = "Unknown"; local
99 type_str = "DEPRECATED_BEHAVIOR";
102 type_str = "ERROR";
105 type_str = "MARKER";
108 type_str = "OTHER";
111 type_str = "PERFORMANCE";
114 type_str = "POP_GROUP";
117 type_str = "PORTABILITY";
120 type_str = "PUSH_GROUP";
123 type_str = "UNDEFINED_BEHAVIOR"
    [all...]
gl3cTextureSwizzleTests.cpp 1214 const glw::GLchar* type_str = "Unknown"; local
    [all...]
  /external/webrtc/talk/session/media/
mediasession.cc 1169 std::string type_str; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 392 char type_str[] = "a?"; /* ? will be replaced with subtype letter; */ local
403 type_str[1] = sub_type_str[0];
406 type_str, &variant_iter) ||
485 char type_str[] = "aa?"; local
497 type_str[2] = sub_type_str[0];
501 type_str, &variant_iter) ||
    [all...]
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp 3705 const char *type_str = object_string[obj_type]; local
    [all...]

Completed in 752 milliseconds

1 2