HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 251 - 275 of 744) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesm.h 105 inline void options_on (Item_Options opts) {
106 OnError (::item_opts_on (item, opts));
110 inline void options_off (Item_Options opts) {
111 OnError (::item_opts_off (item, opts));
120 inline void set_options (Item_Options opts) {
121 OnError (::set_item_opts (item, opts));
447 inline void options_on (Menu_Options opts) {
448 OnError (::menu_opts_on (menu,opts));
451 inline void options_off(Menu_Options opts) {
452 OnError (::menu_opts_off(menu,opts));
    [all...]
  /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/chromium_org/skia/
skia_opts.target.darwin-arm.mk 25 third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp \
26 third_party/skia/src/opts/memset.arm.S \
27 third_party/skia/src/opts/SkBlitMask_opts_arm.cpp \
28 third_party/skia/src/opts/SkBlitRow_opts_arm.cpp \
29 third_party/skia/src/opts/opts_check_arm.cpp \
30 third_party/skia/src/opts/SkXfermode_opts_none.cpp
104 $(LOCAL_PATH)/third_party/skia/src/opts \
196 $(LOCAL_PATH)/third_party/skia/src/opts \
skia_opts.target.linux-arm.mk 25 third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp \
26 third_party/skia/src/opts/memset.arm.S \
27 third_party/skia/src/opts/SkBlitMask_opts_arm.cpp \
28 third_party/skia/src/opts/SkBlitRow_opts_arm.cpp \
29 third_party/skia/src/opts/opts_check_arm.cpp \
30 third_party/skia/src/opts/SkXfermode_opts_none.cpp
104 $(LOCAL_PATH)/third_party/skia/src/opts \
196 $(LOCAL_PATH)/third_party/skia/src/opts \
  /external/chromium_org/tools/mac/
dump-static-initializers.py 58 opts, args = parser.parse_args()
  /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/llvm/tools/llvm-readobj/
llvm-readobj.h 29 namespace opts { namespace
41 } // namespace 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);

Completed in 1241 milliseconds

<<11121314151617181920>>