HomeSort by relevance Sort by last modified time
    Searched refs:groups (Results 601 - 625 of 1215) sorted by null

<<21222324252627282930>>

  /external/autotest/client/cros/netprotos/
cros_p2p.py 187 file_name, size = m.groups()
  /external/autotest/server/cros/dynamic_suite/
tools.py 96 devserver_build_tuple = re.search(re_pattern, package_url).groups()
  /external/autotest/server/cros/
goofy_client.py 416 factory_bug_log).groups(1)[0]
  /external/autotest/server/cros/servo/
chrome_ec.py 200 sp, raw = m.groups()
  /external/autotest/server/hosts/
moblab_host.py 196 ip = re.match('lease (?P<ip>.*) {', lease).groups('ip')
  /external/autotest/server/
site_autotest.py 197 pkg_name, dest_path, fifo_path = fetch_package_match.groups()
  /external/autotest/site_utils/
devserver_history.py 239 devservers.append(match.groups(0)[0] if match else url)
  /external/bison/darwin-lib/
unistd.h     [all...]
  /external/bison/lib/
unistd.in.h 680 /* Return the supplemental groups that the current process belongs to.
683 entries are available in GROUPS. Return -1 and set errno if N is
690 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
691 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
694 _GL_FUNCDECL_SYS (getgroups, int, (int n, gid_t *groups));
696 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
    [all...]
  /external/bison/linux-lib/
unistd.h     [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 886 CObjectVector<CSolidGroup> groups; local
888 groups.AddNew();
891 // ---------- Split files to groups ----------
909 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i);
1038 const CSolidGroup &group = groups[groupIndex];
    [all...]
  /external/skia/tools/
parse_llvm_coverage.py 82 match_filename = _file_in_repo(m.groups()[0], all_files)
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 55 * <li>groups (attribute)</li>
402 public void setGroups(String groups) {
403 m_includedGroups= groups;
406 public void setExcludedGroups(String groups) {
407 m_excludedGroups= groups;
550 addStringIfNotBlank(argv, CommandLineArgs.GROUPS, m_includedGroups);
879 throw new BuildException("No class filesets or xml file sets specified while using groups");
    [all...]
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 40 result, path, variant = fields.groups()
  /external/toolchain-utils/crosperf/
experiment_file.py 77 append, name, _, text_value = match.groups()
results_organizer.py 71 new_key, index_str = match.groups()
  /external/toolchain-utils/user_activity_benchmarks/
utils.py 4 """Utility functions for parsing pprof, CWP data and Chrome OS groups files."""
177 """Parses the contents of the function groups file.
181 function groups file. A line contains the group name and the file path
187 # The order of the groups mentioned in the cwp_function_groups file
216 flat, flat_p, sum_p, cum, cum_p = function_statistic_match.groups()
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 190 if (p2p_group_go_discover(p2p->groups[g], msg.device_id, sa,
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
IntNodeTest.java 141 @Test(dataProvider = "nodes", groups = { "serialization-hostile" })
LongNodeTest.java 141 @Test(dataProvider = "nodes", groups = { "serialization-hostile" })
NodeTest.java 119 @Test(dataProvider = "nodes", groups = { "serialization-hostile" })
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
SequentialOpTest.java 52 groups = { "serialization-hostile" })
StreamCloseTest.java 39 @Test(groups = { "serialization-hostile" })
StreamSpliteratorTest.java 288 groups = { "serialization-hostile" })
384 groups = { "serialization-hostile" })
477 groups = { "serialization-hostile" })
570 groups = { "serialization-hostile" })
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 26 #include <gnu/option-groups.h>
407 for `max (RE_NREGS, re_nsub + 1)' groups.

Completed in 762 milliseconds

<<21222324252627282930>>