HomeSort by relevance Sort by last modified time
    Searched refs:cmdline (Results 151 - 175 of 197) sorted by null

1 2 3 4 5 67 8

  /external/fio/profiles/
act.c 463 .cmdline = act_opts,
  /toolchain/binutils/binutils-2.25/gold/
incremental.h     [all...]
options.h 218 // CMDLINE: the global Command_line object. Used by DEFINE_special.
222 Command_line* cmdline, General_options* options) = 0;
242 Command_line* cmdline, General_options* options)
243 { (options->*(this->parse))(option, arg, cmdline); }
    [all...]
incremental.cc 403 const Command_line& cmdline,
435 this->input_args_map_.resize(cmdline.number_of_input_files());
436 check_input_args(this->input_args_map_, cmdline.begin(), cmdline.end());
    [all...]
  /system/extras/simpleperf/
cmd_report.cpp 646 std::vector<std::string> cmdline = record_file_reader_->ReadCmdlineFeature(); local
647 if (!cmdline.empty()) {
648 record_cmdline_ = android::base::Join(cmdline, ' ');
698 fprintf(report_fp_, "Cmdline: %s\n", record_cmdline_.c_str());
  /external/autotest/frontend/afe/
models.py 1044 cmdline = dbmodels.CharField(max_length=255, blank=True) variable in class:Kernel
    [all...]
models_test.py 248 self.assertEqual(kernel.cmdline, '')
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 338 private JSONArray getKernelParams(String kernel_list, String cmdline) {
345 // if there is a cmdline part, put it for all versions in the map
346 if (cmdline.length() > 0) {
347 item.put("cmdline", cmdline);
    [all...]
  /external/libxml2/
Makefile.am     [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 1306 char *cmdline = argv[0]; local
    [all...]
main.c 663 LPSTR cmdline = GetCommandLine();
664 LPSTR prg = strtok(cmdline, " ");
659 LPSTR cmdline = GetCommandLine(); local
    [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 37 namespace cmdline namespace in namespace:de
151 // Generic implementation for cmdline.
426 } // cmdline
deCommandLine.cpp 34 namespace cmdline namespace in namespace:de
355 CommandLine cmdLine;
356 const bool parseOk = parser.parse(0, DE_NULL, &cmdLine, err);
364 CommandLine cmdLine;
365 const bool parseOk = parser.parse(DE_LENGTH_OF_ARRAY(args), &args[0], &cmdLine, err);
374 CommandLine cmdLine;
375 const bool parseOk = parser.parse(DE_LENGTH_OF_ARRAY(args), &args[0], &cmdLine, err);
384 CommandLine cmdLine;
385 const bool parseOk = parser.parse(DE_LENGTH_OF_ARRAY(args), &args[0], &cmdLine, err);
388 DE_TEST_ASSERT(cmdLine.getArgs().size() == DE_LENGTH_OF_ARRAY(args))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 48 char cmdline[1024]; variable
  /external/fio/tools/plot/
fio2gnuplot 412 print "Error: One of the options passed to the cmdline was not supported"
  /frameworks/native/cmds/atrace/
atrace.cpp 536 static bool setAppCmdlineProperty(const char* cmdline)
540 const char* start = cmdline;
    [all...]
  /build/core/
Makefile 521 INTERNAL_BOOTIMAGE_ARGS += --cmdline "$(BOARD_KERNEL_CMDLINE)"
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 396 const char* cmdline; member in struct:CommandParameters
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java 1246 String cmdline = ""; local
    [all...]
  /external/autotest/client/virt/
kvm_vm.py 366 def add_kernel_cmdline(help, cmdline):
367 return " -append '%s'" % cmdline
    [all...]
  /external/jemalloc/bin/
jeprof.in 114 my $PROGRAM_NAME_PAGE = "/pprof/cmdline";
    [all...]
  /art/runtime/
utils.cc 1091 std::string cmdline(StringPrintf("addr2line --functions --inlines --demangle -e %s %zx",
1093 RunCommand(cmdline.c_str(), &os, prefix);
    [all...]
Android.mk 527 LOCAL_C_INCLUDES += art/cmdline

Completed in 1625 milliseconds

1 2 3 4 5 67 8