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

  /external/icu/icu4c/source/i18n/
regexcst.pl 60 $state_name = @fields[0];
61 $state_name =~ s/://; # strip off the colon from the state name.
63 if ($states{$state_name} != 0) {
64 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
66 $states{$state_name} = $num_states;
67 $stateNames[$num_states] = $state_name;
  /external/icu/icu4c/source/common/
rbbicst.pl 59 $state_name = @fields[0];
60 $state_name =~ s/://; # strip off the colon from the state name.
62 if ($states{$state_name} != 0) {
63 print " rbbicst: at line $line-num duplicate definition of state $state_name\n";
65 $states{$state_name} = $num_states;
66 $stateNames[$num_states] = $state_name;
  /system/bt/tools/bdtool/
adapter.c 100 const char *state_name = "Bond state unknown"; local
103 state_name = "Bond state none";
107 state_name = "Bond state bonding";
111 state_name = "Bond state bonded";
116 fprintf(stdout, "Bond state changed callback addr:%s state:%s\n", bdaddr_to_string(bdaddr, buf, sizeof(buf)), state_name);
131 const char *state_name = "Unknown"; local
136 state_name = "Discovery stopped";
140 state_name = "Discovery started";
145 fprintf(stdout, "Discover state %s\n", state_name);
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 984 static const char *state_name[PortBase::OMX_PortEnabled+2] = { variable
995 return state_name[state];
    [all...]
componentbase.cpp 1335 static const char *state_name[OMX_StateWaitForResources+2] = { variable
    [all...]

Completed in 235 milliseconds