Home
last modified time | relevance | path

Searched refs:state_name (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcst.pl62 $state_name = @fields[0];
63 $state_name =~ s/://; # strip off the colon from the state name.
65 if ($states{$state_name} != 0) {
66 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
68 $states{$state_name} = $num_states;
69 $stateNames[$num_states] = $state_name;
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcst.pl62 $state_name = @fields[0];
63 $state_name =~ s/://; # strip off the colon from the state name.
65 if ($states{$state_name} != 0) {
66 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
68 $states{$state_name} = $num_states;
69 $stateNames[$num_states] = $state_name;
/third_party/icu/icu4c/source/i18n/
Dregexcst.pl62 $state_name = @fields[0];
63 $state_name =~ s/://; # strip off the colon from the state name.
65 if ($states{$state_name} != 0) {
66 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
68 $states{$state_name} = $num_states;
69 $stateNames[$num_states] = $state_name;
/third_party/node/deps/icu-small/source/i18n/
Dregexcst.pl62 $state_name = @fields[0];
63 $state_name =~ s/://; # strip off the colon from the state name.
65 if ($states{$state_name} != 0) {
66 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
68 $states{$state_name} = $num_states;
69 $stateNames[$num_states] = $state_name;
/third_party/node/deps/icu-small/source/common/
Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/third_party/skia/third_party/externals/icu/source/common/
Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/third_party/icu/icu4c/source/common/
Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbicst.pl63 $state_name = @fields[0];
64 $state_name =~ s/://; # strip off the colon from the state name.
66 if ($states{$state_name} != 0) {
67 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
69 $states{$state_name} = $num_states;
70 $stateNames[$num_states] = $state_name;
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.c92 gchar *state_name = NULL; in debug_dump_get_element_state() local
99 state_name = g_strdup_printf ("\\n[%c]%s", state_icons[state], in debug_dump_get_element_state()
102 state_name = g_strdup_printf ("\\n[%c] -> [%c]", state_icons[state], in debug_dump_get_element_state()
105 return state_name; in debug_dump_get_element_state()
625 gchar *state_name = NULL; in debug_dump_element() local
639 state_name = debug_dump_get_element_state (GST_ELEMENT (element)); in debug_dump_element()
655 (state_name ? state_name : ""), (param_name ? param_name : "") in debug_dump_element()
657 if (state_name) { in debug_dump_element()
658 g_free (state_name); in debug_dump_element()
659 state_name = NULL; in debug_dump_element()
[all …]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_state.c286 #define EMIT_STATE(state_name, src_value) \ argument
287 etna_coalsence_emit(stream, &coalesce, VIVS_##state_name, src_value)
289 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
290 etna_coalsence_emit_fixp(stream, &coalesce, VIVS_##state_name, src_value)
292 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
293 etna_coalsence_emit_reloc(stream, &coalesce, VIVS_##state_name, src_value)
Detnaviv_emit.c85 #define EMIT_STATE(state_name, src_value) \ argument
86 etna_coalsence_emit(stream, &coalesce, VIVS_##state_name, src_value)
88 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
89 etna_coalsence_emit_fixp(stream, &coalesce, VIVS_##state_name, src_value)
91 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
92 etna_coalsence_emit_reloc(stream, &coalesce, VIVS_##state_name, src_value)
Detnaviv_rs.c189 #define EMIT_STATE(state_name, src_value) \ argument
190 etna_coalsence_emit(stream, &coalesce, VIVS_##state_name, src_value)
192 #define EMIT_STATE_FIXP(state_name, src_value) \ argument
193 etna_coalsence_emit_fixp(stream, &coalesce, VIVS_##state_name, src_value)
195 #define EMIT_STATE_RELOC(state_name, src_value) \ argument
196 etna_coalsence_emit_reloc(stream, &coalesce, VIVS_##state_name, src_value)