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

  /external/elfutils/tests/
run-nm-self.sh 27 for out_arg in --numeric-sort --no-sort --reverse-sort; do
31 testrun ${abs_top_builddir}/src/nm $what_arg $format_arg $out_arg $self_file > /dev/null
  /build/kati/
flags.cc 30 const char** out_arg) {
36 *out_arg = argv[*index];
40 *out_arg = arg + option.size() + 1;
45 *out_arg = arg + option.size();
  /external/strace/tests/
quotactl.c 84 long out_arg = (long) arg; local
86 if (((rc != 0) && out_arg) || (out_arg > 1)) {
114 long out_arg = (long) arg; local
116 if (((rc != 0) && out_arg) || (out_arg > 1)) {
147 long out_arg = (long) arg; local
149 if (((rc != 0) && out_arg) || (out_arg > 1)) {
quotactl-xfs.c 93 long out_arg = (long) arg; local
95 if (((rc != 0) && out_arg) || (out_arg > 1)) {
133 long out_arg = (long) arg; local
135 if (((rc != 0) && out_arg) || (out_arg > 1)) {
167 long out_arg = (long) arg; local
169 if (((rc != 0) && out_arg) || (out_arg > 1)) {
  /external/strace/tests-m32/
quotactl.c 84 long out_arg = (long) arg; local
86 if (((rc != 0) && out_arg) || (out_arg > 1)) {
114 long out_arg = (long) arg; local
116 if (((rc != 0) && out_arg) || (out_arg > 1)) {
147 long out_arg = (long) arg; local
149 if (((rc != 0) && out_arg) || (out_arg > 1)) {
quotactl-xfs.c 93 long out_arg = (long) arg; local
95 if (((rc != 0) && out_arg) || (out_arg > 1)) {
133 long out_arg = (long) arg; local
135 if (((rc != 0) && out_arg) || (out_arg > 1)) {
167 long out_arg = (long) arg; local
169 if (((rc != 0) && out_arg) || (out_arg > 1)) {
  /external/strace/tests-mx32/
quotactl.c 84 long out_arg = (long) arg; local
86 if (((rc != 0) && out_arg) || (out_arg > 1)) {
114 long out_arg = (long) arg; local
116 if (((rc != 0) && out_arg) || (out_arg > 1)) {
147 long out_arg = (long) arg; local
149 if (((rc != 0) && out_arg) || (out_arg > 1)) {
quotactl-xfs.c 93 long out_arg = (long) arg; local
95 if (((rc != 0) && out_arg) || (out_arg > 1)) {
133 long out_arg = (long) arg; local
135 if (((rc != 0) && out_arg) || (out_arg > 1)) {
167 long out_arg = (long) arg; local
169 if (((rc != 0) && out_arg) || (out_arg > 1)) {
  /external/tensorflow/tensorflow/core/framework/
op_gen_lib.cc 280 if (!api_def->out_arg(i).description().empty()) {
392 for (const auto& new_arg : new_api_def.out_arg()) {
524 for (const auto& out_arg : api_def.out_arg()) {
525 if (out_arg.name() != out_arg.rename_to()) {
526 RenameInDocs(out_arg.name(), out_arg.rename_to(), &api_def);
op_gen_lib_test.cc 56 out_arg {
202 out_arg {
236 out_arg {
332 out_arg {
353 EXPECT_EQ("arg_cc", api_def->out_arg(0).rename_to());
488 out_arg {
511 api_map.GetApiDef("testop")->out_arg(0).description());
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 614 const auto& api_def_arg(api_def.out_arg(i));
633 if (api_def.out_arg(0).description().empty()) {
634 strings::StrAppend(&comment, "The ", api_def.out_arg(0).name(),
638 strings::StrAppend(&comment, api_def.out_arg(0).description(), "\n");
648 if (api_def.out_arg(i).description().empty()) {
652 strings::StrAppend(&comment, ": ", api_def.out_arg(i).description(),
    [all...]
  /cts/apps/CameraITS/tools/
run_all_tests.py 306 out_arg = "out=" + out_path
332 camera_id_arg, out_arg,
  /external/tensorflow/tensorflow/go/genop/internal/
genop_test.go 222 out_arg: <
480 out_arg: <
  /external/tensorflow/tensorflow/core/api_def/
api_test.cc 115 for (const auto& api_def_arg : api_def.out_arg()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 674 out_arg = '-outputresource:%s;%s' % (output_filename, mfid)
677 temp_manifest, out_arg])
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 664 out_arg = '-outputresource:%s;%s' % (output_filename, mfid)
667 mffilename, out_arg])
  /external/python/cpython3/Lib/distutils/
msvc9compiler.py 654 out_arg = '-outputresource:%s;%s' % (output_filename, mfid)
657 mffilename, out_arg])
  /external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.cc 425 DCHECK_EQ(op_def_.output_arg(i).name(), api_def_.out_arg(i).name());
426 ref_arg = api_def_.out_arg(i).rename_to();
    [all...]
  /external/tensorflow/tensorflow/python/framework/
python_op_gen.cc 710 if (!api_def_.out_arg(i).rename_to().empty()) {
711 out_names[i] = api_def_.out_arg(i).rename_to();
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvc9compiler.py 664 out_arg = '-outputresource:%s;%s' % (output_filename, mfid)
667 mffilename, out_arg])
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvc9compiler.py 664 out_arg = '-outputresource:%s;%s' % (output_filename, mfid)
667 mffilename, out_arg])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 664 out_arg = '-outputresource:%s;%s' % (output_filename, mfid)
667 mffilename, out_arg])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 664 out_arg = '-outputresource:%s;%s' % (output_filename, mfid)
667 mffilename, out_arg])

Completed in 785 milliseconds