/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
base64.py | 335 opts, args = getopt.getopt(sys.argv[1:], 'deut') 345 for o, a in opts:
|
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:
|
timeit.py | 254 opts, args = getopt.getopt(args, "n:s:r:tcvh", 268 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/ |
base64.py | 335 opts, args = getopt.getopt(sys.argv[1:], 'deut') 345 for o, a in opts:
|
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:
|
timeit.py | 254 opts, args = getopt.getopt(args, "n:s:r:tcvh", 268 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/libion/ |
ion_test.c | 203 static struct option opts[] = { local 215 c = getopt_long(argc, argv, "af:h:l:mr:st", opts, &i);
|
/external/iptables/iptables/ |
iptables.c | 186 #define opts iptables_globals.opts macro [all...] |
ip6tables.c | 185 #define opts ip6tables_globals.opts macro [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 253 BitmapFactory.Options opts = new BitmapFactory.Options(); local 254 opts.inPurgeable = TEST_PURGEABLE; 255 opts.inInputShareable = TEST_PURGEABLE; 269 Bitmap b = BitmapFactory.decodeFileDescriptor(fd, null, opts); 280 b = BitmapFactory.decodeFileDescriptor(fd, null, opts);
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_test.cc | 276 Options opts; local 278 opts = *options; 280 opts = CurrentOptions(); 281 opts.create_if_missing = true; 283 last_options_ = opts; 285 return DB::Open(opts, dbname_, &db_); 1486 Options opts; local 2070 Options opts; local [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCaseView.java | 166 final BitmapFactory.Options opts = new BitmapFactory.Options(); local 168 opts.inSampleSize = 2; 170 opts.inMutable = true; 174 opts.inBitmap = loaded; 175 loaded = BitmapFactory.decodeResource(res, resid, opts);
|
/external/openfst/src/include/fst/ |
arc-map.h | 303 ArcMapFstOptions(const CacheOptions& opts) : CacheOptions(opts) {} 333 const ArcMapFstOptions& opts) 334 : CacheImpl<B>(opts), 344 const ArcMapFstOptions& opts) 345 : CacheImpl<B>(opts), 562 ArcMapFst(const Fst<A> &fst, const C &mapper, const ArcMapFstOptions& opts) 563 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {} 565 ArcMapFst(const Fst<A> &fst, C* mapper, const ArcMapFstOptions& opts) 566 : ImplToFst<Impl>(new Impl(fst, mapper, opts)) {} [all...] |
cache.h | 131 explicit CacheBaseImpl(const CacheOptions &opts, C *allocator = 0) 134 cache_first_state_(0), cache_gc_(opts.gc), cache_size_(0), 135 cache_limit_(opts.gc_limit > kMinCacheLimit || opts.gc_limit == 0 ? 136 opts.gc_limit : kMinCacheLimit), 640 explicit CacheImpl(const CacheOptions &opts) 641 : CacheBaseImpl< CacheState<A> >(opts) {}
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channelmanager.cc | 430 std::string* out_name, int* opts) { 433 *opts = audio_options_; 438 const std::string& out_name, int opts) { 450 AudioOptions options(opts, &in_dev, &out_dev); 456 audio_options_ = opts; 463 bool ChannelManager::SetAudioOptions_w(int opts, const Device* in_dev, 469 bool ret = media_engine_->SetAudioOptions(opts);
|
/external/openfst/src/include/fst/extensions/pdt/ |
shortest-path.h | 394 const PdtShortestPathOptions<Arc, Queue> &opts) 398 keep_parens_(opts.keep_parentheses), 400 sp_data_(opts.path_gc), 780 const PdtShortestPathOptions<Arc, Queue> &opts) { 781 PdtShortestPath<Arc, Queue> psp(ifst, parens, opts); 791 PdtShortestPathOptions<Arc, Queue> opts; local 792 PdtShortestPath<Arc, Queue> psp(ifst, parens, opts);
|
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | 256 UColOptionSet opts; local 260 src.opts = &opts; 1068 UColOptionSet opts; local 1171 UColOptionSet opts; local [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 256 UColOptionSet opts; local 260 src.opts = &opts; 1067 UColOptionSet opts; local 1170 UColOptionSet opts; local [all...] |
/external/mksh/src/ |
misc.c | 155 int opts[NELEM(options)]; member in struct:options_info 168 oi->opt_width, options[oi->opts[i]].name, 169 Flag(oi->opts[i]) ? "on" : "off"); 188 oi.opts[n++] = i; 303 char *opts; local 351 opts = cmd_opts; 353 opts = cmd_opts; 355 opts = set_opts; 357 while ((optc = ksh_getopt(argv, &go, opts)) != -1) { [all...] |
/cts/tests/src/android/content/cts/ |
MockContentProvider.java | 374 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeTypeFilter, Bundle opts) 393 return super.openTypedAssetFile(uri, mimeTypeFilter, opts); 398 public void writeDataToPipe(ParcelFileDescriptor output, Uri uri, String mimeType, Bundle opts,
|
/development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
GameView.java | 445 Options opts = new Options();
446 opts.inDither = false;
449 Bitmap bmp = BitmapFactory.decodeResource(res, bmpResId, opts);
|