HomeSort by relevance Sort by last modified time
    Searched refs:xopt (Results 1 - 10 of 10) sorted by null

  /external/python/cpython2/Modules/
makexp_aix 76 xopt=-X32_64
77 $NM -e $xopt $1 >/dev/null 2>&1 || xopt=""
79 $NM -Bex $xopt $inputFiles \
  /external/python/cpython3/Modules/
makexp_aix 76 xopt=-X32_64
77 $NM -e $xopt $1 >/dev/null 2>&1 || xopt=""
79 $NM -Bex $xopt $inputFiles \
main.c 1887 const wchar_t *xopt = config_get_xoption(config, L"utf8"); local
    [all...]
  /external/libpng/contrib/gregbook/
makevms.com 60 $ open/write xopt x11.opt
61 $ write xopt "sys$library:decw$xlibshr.exe/share"
62 $ close xopt
  /external/libpng/contrib/pngminus/
makevms.com 35 $ open/write xopt x11.opt
36 $ write xopt "sys$library:decw$xlibshr.exe/share"
37 $ close xopt
  /external/scapy/scapy/modules/
p0f.py 265 xopt = x[4].split(",")
267 if len(xopt) == len(yopt):
269 for i in range(len(xopt)):
270 if not (xopt[i] == yopt[i] or
271 (len(yopt[i]) == 2 and len(xopt[i]) > 1 and
272 yopt[i][1] == "*" and xopt[i][0] == yopt[i][0]) or
273 (len(yopt[i]) > 2 and len(xopt[i]) > 1 and
274 yopt[i][1] == "%" and xopt[i][0] == yopt[i][0] and
275 int(xopt[i][1:]) % int(yopt[i][2:]) == 0)):
279 d += len(xopt)
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 385 final Opt xopt = opts.getOpt (excludes [x]); local
386 if (xopt != null)
387 opts.addError (formatMessage ("option \'" + opt.getName () + "\' cannot be used with option \'" + xopt.getName () + "\'"));
1562 final OptDef xopt = result.getOptDef (excludes [x], null); local
    [all...]
  /external/kmod/libkmod/
libkmod-module.c 1042 static char *module_options_concat(const char *opt, const char *xopt)
1044 // TODO: we might need to check if xopt overrides options on opt
1046 size_t xoptlen = xopt == NULL ? 0 : strlen(xopt);
1060 if (xopt != NULL)
1061 memcpy(r + optlen, xopt, xoptlen);
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 2201 milliseconds