/external/llvm/utils/llvm-build/llvmbuild/ |
main.py | 636 def add_magic_target_components(parser, project, opts): 637 """add_magic_target_components(project, opts) -> None 657 'Unknown' : None }.get(opts.native_target, 658 opts.native_target) 665 opts.native_target,)) 668 opts.native_target,)) 671 if opts.enable_targets is None: 675 if ' ' in opts.enable_targets: 676 enable_target_names = opts.enable_targets.split() 678 enable_target_names = opts.enable_targets.split(';' [all...] |
/development/ndk/platforms/android-9/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/external/clang/bindings/python/examples/cindex/ |
cindex-includes.py | 25 (opts, args) = parser.parse_args()
|
/external/dropbear/ |
runopts.h | 42 extern runopts opts;
|
/external/libselinux/include/selinux/ |
label.h | 61 * @opts: array of selabel_opt structures specifying label options or NULL. 62 * @nopts: number of elements in opts array or zero for no options. 65 * listed above. Options may be provided via the opts parameter; available 71 const struct selinux_opt *opts,
|
/external/openfst/src/extensions/pdt/ |
pdtscript.cc | 56 MutableFstClass *ofst, const PdtExpandOptions &opts) { 57 PdtExpandArgs args(ifst, parens, ofst, opts); 95 const PdtShortestPathOptions &opts) { 96 PdtShortestPathArgs args(ifst, parens, ofst, opts);
|
/external/openfst/src/include/fst/ |
expanded-fst.h | 46 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) { 47 FstReadOptions ropts(opts); 50 hdr = *opts.header; 52 if (!hdr.Read(strm, opts.source))
|
map.h | 61 MapFst(const Fst<A> &fst, const C &mapper, const MapFstOptions& opts) 62 : ArcMapFst<A, B, C>(fst, mapper, opts) {} 64 MapFst(const Fst<A> &fst, C* mapper, const MapFstOptions& opts) 65 : ArcMapFst<A, B, C>(fst, mapper, opts) {}
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
mutable-fst.h | 71 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) { 72 FstReadOptions ropts(opts); 75 hdr = *opts.header; 77 if (!hdr.Read(strm, opts.source))
|
/frameworks/native/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/ |
NaughtySuggestionProvider.java | 59 public AssetFileDescriptor openTypedAssetFile(Uri uri, String mimeTypeFilter, Bundle opts) {
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/ |
looper.h | 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0. 65 ALooper* ALooper_prepare(int opts);
|
/external/openfst/src/include/fst/extensions/pdt/ |
pdtscript.h | 117 MutableFstClass *ofst, const PdtExpandOptions &opts); 210 const PdtShortestPathOptions &opts = args->arg4; local 219 switch (opts.queue_type) { 221 FSTERROR() << "Unknown queue type: " << opts.queue_type; 224 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, 225 opts.path_gc); 231 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, 232 opts.path_gc); 238 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses, 239 opts.path_gc) [all...] |