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
  /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)) {
168 long out_arg = (long) arg local
    [all...]
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)) {
168 long out_arg = (long) arg local
    [all...]
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)) {
168 long out_arg = (long) arg local
    [all...]
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)) {
  /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/tensorflow/tensorflow/core/framework/
op_gen_lib.cc 282 if (!api_def->out_arg(i).description().empty()) {
391 for (const auto& new_arg : new_api_def.out_arg()) {
530 for (const auto& out_arg : api_def.out_arg()) {
531 if (out_arg.name() != out_arg.rename_to()) {
532 RenameInDocs(out_arg.name(), out_arg.rename_to(), &api_def);
op_gen_lib_test.cc 57 out_arg {
202 out_arg {
236 out_arg {
332 out_arg {
353 EXPECT_EQ("arg_cc", api_def->out_arg(0).rename_to());
500 out_arg {
523 api_map.GetApiDef("testop")->out_arg(0).description());
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.cc 633 const auto& api_def_arg(api_def.out_arg(i));
652 if (api_def.out_arg(0).description().empty()) {
653 strings::StrAppend(&comment, "The ", api_def.out_arg(0).name(),
657 strings::StrAppend(&comment, api_def.out_arg(0).description(), "\n");
667 if (api_def.out_arg(i).description().empty()) {
671 strings::StrAppend(&comment, ": ", api_def.out_arg(i).description(),
    [all...]
  /external/tensorflow/tensorflow/go/genop/internal/
genop_test.go 222 out_arg: <
480 out_arg: <
  /external/tensorflow/tensorflow/core/api_def/
api_test.cc 114 for (const auto& api_def_arg : api_def.out_arg()) {
  /cts/apps/CameraITS/tools/
run_all_tests.py 433 out_arg = "out=" + out_path
459 camera_id_arg, out_arg,
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_specs.cc 383 CreateOutput(op_def.output_arg(i), api_def.out_arg(i), &type_resolver));
  /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 652 out_arg = '-outputresource:%s;%s' % (output_filename, mfid)
655 mffilename, out_arg])
  /external/tensorflow/tensorflow/core/grappler/utils/
functions.cc 738 for (const OutputArgExpansion& out_arg : item->outputs()) {
739 DCHECK(out_arg.output_nodes.size() == 1)
    [all...]
  /external/tensorflow/tensorflow/python/framework/
python_op_gen_internal.cc 767 if (!api_def_.out_arg(i).rename_to().empty()) {
768 out_names[i] = api_def_.out_arg(i).rename_to();
python_op_gen.cc 420 DCHECK_EQ(op_def_.output_arg(i).name(), api_def_.out_arg(i).name());
421 ref_arg = api_def_.out_arg(i).rename_to();
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.cc 696 for (auto const& out_arg : grappler_function_item.outputs()) {
697 if (out_arg.output_nodes.size() > 1) {
706 TensorId out_tensor = ParseTensorName(out_arg.output_nodes[0]);
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
function_optimizer.cc     [all...]

Completed in 4025 milliseconds