HomeSort by relevance Sort by last modified time
    Searched defs:findOption (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libpopt/
popt.c 472 findOption(const struct poptOption * opt, /*@null@*/ const char * longName,
497 opt2 = findOption(arg, longName, shortName, callback,
801 opt = findOption(con->options, optString, '\0', &cb, &cbData,
838 opt = findOption(con->options, NULL, *origOptString, &cb,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.c 109 static GLuint findOption (const driOptionCache *cache, const char *name) {
565 opt = findOption (cache, attrVal[OA_NAME]);
813 GLuint opt = findOption (cache, name);
1018 GLuint i = findOption (cache, name);
1023 GLuint i = findOption (cache, name);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 109 static GLuint findOption (const driOptionCache *cache, const char *name) {
565 opt = findOption (cache, attrVal[OA_NAME]);
813 GLuint opt = findOption (cache, name);
1018 GLuint i = findOption (cache, name);
1023 GLuint i = findOption (cache, name);
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 619 milliseconds