HomeSort by relevance Sort by last modified time
    Searched full:argstr (Results 1 - 13 of 13) sorted by null

  /external/oprofile/libpopt/
poptparse.c 132 char * argstr; local
152 argstr = calloc(maxargvlen, sizeof(*argstr));
153 if (argstr == NULL) return POPT_ERROR_MALLOC;
186 argstr = realloc(argstr, maxargvlen);
187 if (argstr == NULL) return POPT_ERROR_MALLOC;
189 strcat(argstr, " --");
190 strcat(argstr, p);
215 argstr = realloc(argstr, maxargvlen)
    [all...]
  /external/chromium_org/tools/site_compare/
command_line.py 300 (arg.argstr, mutex.argstr))
305 (arg.argstr, depend.names[0]))
343 argstr = self.cmdline.rargs.pop(0)
346 if argstr.lower() in self.arg_dict:
347 arg = self.arg_dict[argstr.lower()]
357 pos = argstr.find(delimiter)
363 testarg = argstr[:delimiter_pos]
364 testval = argstr[delimiter_pos+1:]
368 argstr = testar
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 155 if (O->ArgStr[0])
156 OptionNames.push_back(O->ArgStr);
249 if (O->ArgStr[0])
250 OptionNames.push_back(O->ArgStr);
364 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, nullptr, Dummy);
800 } else if (UnboundedFound && !Opt->ArgStr[0]) {
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/
TargetControlOptions.cpp 69 mcld::warning(mcld::diag::warn_unsupported_option) << m_FIXCA8.ArgStr;
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 212 jstring argStr = env->NewString(arg, argLen);
213 if (!argStr) {
216 env->SetObjectArrayElement(argsArray, i, argStr);
217 env->DeleteLocalRef(argStr);
    [all...]
AndroidRuntime.cpp 309 jstring argStr = env->NewStringUTF(args[i].string());
310 env->SetObjectArrayElement(strArray, i, argStr);
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 136 std::string ArgStr;
137 llvm::raw_string_ostream Stream(ArgStr);
  /external/llvm/unittests/Support/
CommandLineTest.cpp 100 ASSERT_STREQ(ArgString, Retrieved->ArgStr) <<
  /external/llvm/include/llvm/Support/
CommandLine.h 194 const char *ArgStr; // The argument string itself (ex: "help", "o")
218 // hasArgStr - Return true if the argstr != ""
219 bool hasArgStr() const { return ArgStr[0] != 0; }
224 void setArgStr(const char *S) { ArgStr = S; }
242 ArgStr(""), HelpStr(""), ValueStr(""), Category(&GeneralCategory) {
588 // argstr field should be stable, copy it down now.
594 // If there has been no argstr specified, that means that we need to add an
604 // If there is an ArgStr specified, then we are of the form:
750 const char *ArgStr;
758 ArgStr = O.ArgStr
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 2317 char *argstr = 0; local
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 

Completed in 994 milliseconds