HomeSort by relevance Sort by last modified time
    Searched full:opts (Results 651 - 675 of 1454) sorted by null

<<21222324252627282930>>

  /external/clang/utils/
token-delta.py 237 (opts, args) = parser.parse_args()
244 md = tokenBasedMultiDelta(program, files, log=opts.debugLevel)
  /external/libdrm/tests/kms/
kms-universal-planes.c 122 static const char opts[] = "chopv"; local
144 while ((opt = getopt_long(argc, argv, opts, options, &idx)) != -1) {
  /external/skia/bench/
check_bench_regressions.py 196 opts, _ = getopt.getopt(sys.argv[1:],
211 for option, value in opts:
  /external/skia/src/core/
SkNx.h 203 #include "../opts/SkNx_sse.h"
205 #include "../opts/SkNx_neon.h"
  /hardware/ti/omap4-aah/ion/
ion_test.c 235 static struct option opts[] = { local
251 c = getopt_long(argc, argv, "af:h:l:mr:st", opts, &i);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 157 opts, args = getopt.getopt(sys.argv[1:], 'lfqd:x:i:')
190 for o, a in opts:
quopri.py 196 opts, args = getopt.getopt(sys.argv[1:], 'td')
206 for o, a in opts:
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 156 opts, args = getopt.getopt(sys.argv[1:], "rqvu:x:")
163 for flag, value in opts:
  /prebuilts/gdb/linux-x86/lib/python2.7/
compileall.py 157 opts, args = getopt.getopt(sys.argv[1:], 'lfqd:x:i:')
190 for o, a in opts:
quopri.py 196 opts, args = getopt.getopt(sys.argv[1:], 'td')
206 for o, a in opts:
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 156 opts, args = getopt.getopt(sys.argv[1:], "rqvu:x:")
163 for flag, value in opts:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 157 opts, args = getopt.getopt(sys.argv[1:], 'lfqd:x:i:')
190 for o, a in opts:
quopri.py 196 opts, args = getopt.getopt(sys.argv[1:], 'td')
206 for o, a in opts:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 156 opts, args = getopt.getopt(sys.argv[1:], "rqvu:x:")
163 for flag, value in opts:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 157 opts, args = getopt.getopt(sys.argv[1:], 'lfqd:x:i:')
190 for o, a in opts:
quopri.py 196 opts, args = getopt.getopt(sys.argv[1:], 'td')
206 for o, a in opts:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 156 opts, args = getopt.getopt(sys.argv[1:], "rqvu:x:")
163 for flag, value in opts:
  /system/core/adb/daemon/
main.cpp 229 static struct option opts[] = { local
236 int c = getopt_long(argc, argv, "", opts, &option_index);
  /system/core/libion/
ion_test.c 220 static struct option opts[] = { local
232 c = getopt_long(argc, argv, "af:h:l:mr:st", opts, &i);
  /toolchain/binutils/binutils-2.25/gas/doc/
c-ppc.texi 17 * PowerPC-Opts:: Options
22 @node PowerPC-Opts
c-xgate.texi 16 * XGATE-Opts:: XGATE Options
23 @node XGATE-Opts
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
avx512bw-opts.d 3 #name: i386 AVX512BW opts insns
4 #source: avx512bw-opts.s
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 37 namespace opts { namespace
41 } // namespace opts
534 if (opts::InputFilenames.size() == 0)
535 opts::InputFilenames.push_back("-");
537 std::for_each(opts::InputFilenames.begin(), opts::InputFilenames.end(),
  /external/skia/src/codec/
SkBmpRLECodec.cpp 39 const Options& opts,
43 if (opts.fSubset) {
52 Result result = this->prepareToDecode(dstInfo, opts, inputColorPtr, inputColorCount);
58 int rows = this->decodeRows(dstInfo, dst, dstRowBytes, opts);
301 const Options& opts) {
320 SkSampler::Fill(dstInfo, dst, dstRowBytes, SK_ColorTRANSPARENT, opts.fZeroInitialized);
  /external/v8/samples/
process.cc 100 virtual bool Initialize(map<string, string>* opts,
111 bool InstallMaps(map<string, string>* opts, map<string, string>* output);
166 bool JsHttpRequestProcessor::Initialize(map<string, string>* opts,
191 if (!InstallMaps(opts, output))
254 bool JsHttpRequestProcessor::InstallMaps(map<string, string>* opts,
259 Local<Object> opts_obj = WrapMap(opts);

Completed in 1316 milliseconds

<<21222324252627282930>>