Searched defs:group_name (Results 1 - 14 of 14) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb99 RULE_METHODS = [ :group_spec, :group_name, :member, :parameter_declaration,
170 # 79:1: group_spec[ namespace ] returns [ group ] : ( group_name[ $namespace ] | ) ( member[ $group ] )* ;
179 # at line 80:5: ( group_name[ $namespace ] | ) ( member[ $group ] )*
180 # at line 80:5: ( group_name[ $namespace ] | )
193 # at line 80:7: group_name[ $namespace ]
195 group_name1 = group_name( namespace )
244 # parser rule group_name
247 # 86:1: group_name[ namespace ] returns [ group ] : 'group' (mod= CONSTANT '::' )* name= CONSTANT ( ';' )? ;
249 def group_name( namespace ) method in class:ANTLR3.Template.GroupFile.Parser
/external/libchrome/base/
H A Dsys_info.cc40 const std::string group_name = local
45 if (StartsWith(group_name, "Enabled", CompareCase::SENSITIVE))
/external/autotest/tko/
H A Ddisplay.py343 def group_name(group): function
/external/libchrome/base/metrics/
H A Dfield_trial.h111 std::string group_name; member in struct:base::FieldTrial::ActiveGroup
118 StringPiece group_name; member in struct:base::FieldTrial::State
158 const std::string& group_name();
161 // the trial as active - so its state will not be reported until group_name()
241 void SetGroupChoice(const std::string& group_name, int number);
263 // Returns the group_name. A winner need not have been chosen.
340 const std::string& group_name) = 0;
472 // |group_name|. This is commonly used in a non-browser process, to carry
475 // the same |name| but has different finalized group string (|group_name|).
477 const std::string& group_name);
[all...]
H A Dfield_trial_unittest.cc60 const std::string& group_name() const { return group_name_; } function in class:base::__anon9044::TestFieldTrialObserver
133 EXPECT_EQ(winner, trial_true->group_name());
161 EXPECT_EQ(winner, trial->group_name());
239 EXPECT_EQ(winner_name, trial->group_name());
247 EXPECT_EQ(trial->group_name(), winner_name);
267 EXPECT_EQ(default_group_name, trial->group_name());
289 EXPECT_EQ(winner, active_group.group_name);
303 EXPECT_EQ(multi_group_trial->group_name(), active_group.group_name);
313 winner == active_groups[i].group_name);
408 std::string group_name = trial->GetGroupNameWithoutActivation(); local
[all...]
H A Dfield_trial.cc99 entry.group_name =
184 const std::string& FieldTrial::group_name() { function in class:base::FieldTrial
251 void FieldTrial::SetGroupChoice(const std::string& group_name, int number) { argument
253 if (group_name.empty())
256 group_name_ = group_name;
275 active_group->group_name = group_name_;
284 field_trial_state->group_name = group_name_;
425 return field_trial->group_name();
450 it->group_name.find(kPersistentStringSeparator));
453 output->append(it->group_name);
530 const std::string group_name = entry.group_name.as_string(); local
549 CreateFieldTrial( const std::string& name, const std::string& group_name) argument
[all...]
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc269 const std::string group_name = local
272 if (group_name == "Disabled") {
/external/protobuf/python/
H A Dmox.py664 def _CheckAndCreateNewGroup(self, group_name, group_class):
670 group_name: the name of the group.
676 if isinstance(group, group_class) and group.group_name() == group_name:
681 new_group = group_class(group_name)
686 def InAnyOrder(self, group_name="default"):
697 group_name: the name of the unordered group.
702 return self._CheckAndCreateNewGroup(group_name, UnorderedGroup)
704 def MultipleTimes(self, group_name="default"):
711 group_name
1188 def group_name(self): member in class:MethodGroup
[all...]
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
H A Dmox.py1238 def _CheckAndCreateNewGroup(self, group_name, group_class):
1245 group_name: the name of the group.
1251 if isinstance(group, group_class) and group.group_name() == group_name:
1256 new_group = group_class(group_name)
1261 def InAnyOrder(self, group_name="default"):
1272 group_name: the name of the unordered group.
1277 return self._CheckAndCreateNewGroup(group_name, UnorderedGroup)
1279 def MultipleTimes(self, group_name="default"):
1286 group_name
1939 def group_name(self): member in class:MethodGroup
[all...]
/external/chromium-trace/catapult/third_party/mox3/mox3/
H A Dmox.py1238 def _CheckAndCreateNewGroup(self, group_name, group_class):
1245 group_name: the name of the group.
1251 if isinstance(group, group_class) and group.group_name() == group_name:
1256 new_group = group_class(group_name)
1261 def InAnyOrder(self, group_name="default"):
1272 group_name: the name of the unordered group.
1277 return self._CheckAndCreateNewGroup(group_name, UnorderedGroup)
1279 def MultipleTimes(self, group_name="default"):
1286 group_name
1939 def group_name(self): member in class:MethodGroup
[all...]
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml24 let group_name = ref "" var
39 group_name := !suite_name ^ "/" ^ name;
51 prerr_endline ("FAILED: " ^ !suite_name ^ "/" ^ !group_name ^ " #" ^ (string_of_int !case_num))
/external/dbus/bus/
H A Dconfig-parser.c1040 DBusString group_name; local
1041 _dbus_string_init_const (&group_name, group);
1043 if (_dbus_parse_unix_group_from_config (&group_name,
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c1171 char group_name[3]; local
1177 os_memcpy(group_name, ssid->ssid + P2P_WILDCARD_SSID_LEN, 2);
1178 group_name[2] = '\0';
1182 wpa_s->dbus_new_path, group_name);
/external/toybox/generated/
H A Dglobals.h306 struct group *group_name; member in struct:stat_data
897 char *owner_name, *group_name; member in struct:chgrp_data

Completed in 2367 milliseconds