Searched refs:append (Results 201 - 225 of 1452) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dremote-exec.py117 remoteCommands.append('chmod +x {}'.format(pathOnRemote(exe)))
126 remoteCommands.append('cd {}'.format(tmp))
128 remoteCommands.append('export {}'.format(' '.join(args.env)))
129 remoteCommands.append(subprocess.list2cmdline(commandLine))
H A Dupdate_mca_test_checks.py116 run_infos.append((check_prefixes, tool_cmd_args))
160 result.append((common_prefix, line[0]))
175 lresult[prefix].append((prefix, l))
334 block_infos[block_num][block_text].append(set(prefixes))
349 pruned_sets.append([s - other_set_values for s in setlist])
417 output.append('')
422 output.append(
430 output.append('')
456 output_lines.append(input_line)
466 output_lines.append(input_lin
[all...]
H A Dabtest.py195 functions.append((in_function, text))
259 files_a.append(gooddir + "/" + obj)
260 files_b.append(baddir + "/" + obj)
285 skipped.append(basename)
289 choices.append(choice)
303 files.append(x)
305 files.append(picked)
341 skipped.append(name)
344 choices.append(choice)
355 files.append(combined_fil
[all...]
H A Dunicode-case-fold.py105 current_block.append(m)
115 current_block.append(m)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py29 test.requires.append(required_feature)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tcp/ans6/
H A Dans.py70 errors.append(sock)
72 queued.append(sock)
86 errors.append(sock)
89 active_conns.append(sock)
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DExpGroup.cc55 ExpGroup::append (Experiment *exp) function in class:ExpGroup
63 exps->append (exp);
95 expList->append (exp);
116 loadObjs->append (lo);
H A Dcount.cc204 sb.append (NTXT ("Exec argv[] = "));
210 sb.append (NTXT (" "));
211 sb.append (narglist[ret]);
213 sb.append (NTXT ("\n\n"));
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dfilter-clang-warnings.py68 messages.append(l)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
H A Dtestresult.py39 self.results[parameter].append(result)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-frame-args.py75 gdb.pretty_printers.append (lookup_function)
H A Dpy-nested-maps.py134 gdb.pretty_printers.append (lookup_function)
135 gdb.pretty_printers.append (lookup_typedefs_function)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A Dprinting.py200 self.subprinters.append(self.RegexpSubprinter(name, regexp,
236 flag_list.append(e_name)
241 flag_list.append('<unknown: 0x%x>' % v)
263 self.enumerators.append((field.name, field.enumval))
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dfilter-clang-warnings.py82 messages.append(line)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-frame-args.py78 gdb.pretty_printers.append(lookup_function)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
H A Dtestresult.py41 self.results[parameter].append(result)
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dprinting.py198 self.subprinters.append(self.RegexpSubprinter(name, regexp, gen_printer))
234 flag_list.append(e_name)
239 flag_list.append("<unknown: 0x%x>" % v)
262 self.enumerators.append((field.name, field.enumval))
/netbsd-current/external/mpl/bind/dist/bin/tests/system/resolver/ans10/
H A Dans.py64 r.answer.append(dns.rrset.from_text(qname, 1, IN, A, "10.53.0.10"))
66 r.answer.append(dns.rrset.from_text(qname, 1, IN, NS, "."))
68 r.answer.append(dns.rrset.from_text(qname, 1, IN, SOA, ". . 0 0 0 0 0"))
70 r.authority.append(dns.rrset.from_text(qname, 1, IN, SOA, ". . 0 0 0 0 0"))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptinfo-emit-json.cc60 m_root_tuple->append (metadata);
76 m_root_tuple->append (passes);
87 m_root_tuple->append (records);
163 m_scopes[m_scopes.length () - 1]->append (obj);
263 optgroups->append (new json::string (optgroup->name));
321 array->append (obj);
351 message->append (new json::string (item->get_text ()));
364 message->append (json_item);
377 message->append (json_item);
389 message->append (json_ite
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptinfo-emit-json.cc60 m_root_tuple->append (metadata);
76 m_root_tuple->append (passes);
87 m_root_tuple->append (records);
163 m_scopes[m_scopes.length () - 1]->append (obj);
263 optgroups->append (new json::string (optgroup->name));
321 array->append (obj);
351 message->append (new json::string (item->get_text ()));
364 message->append (json_item);
377 message->append (json_item);
389 message->append (json_ite
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dgen-errorlist.py95 trans.append([start, end - start + 1, desc, [t]])
99 trans.append([int(m.group(1), 0x10), 1, m.group(2), [t]])
/netbsd-current/games/atc/
H A Dextern.h75 void append(LIST *, PLANE *);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormattedStream.cpp60 // append what we have.
61 PartialUTF8Char.append(StringRef(Ptr, Size));
67 PartialUTF8Char.append(StringRef(Ptr, BytesFromBuffer));
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
H A Dproject_tree.py85 projects.append(
92 projects.append(
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py27 child_trees.append(getDirTree(child_dir, dirname))
29 child_trees.append((filename, None))
38 filelines.append(stdin_bin.readlines())
41 filelines.append(file_bin.readlines())
81 lines.append(line)
82 filelines.append(lines)
238 dir_trees.append(getDirTree(file))
240 filepaths.append(file)

Completed in 214 milliseconds

1234567891011>>