/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)) {
|
/cts/apps/CameraITS/tools/ |
run_all_tests.py | 222 out_arg = "out=" + camera_ids_path 224 os.path.join(os.getcwd(), "tools/get_camera_ids.py"), out_arg, 271 out_arg = "out=" + out_path 296 camera_id_arg, 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])
|
/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])
|