HomeSort by relevance Sort by last modified time
    Searched full:opts (Results 176 - 200 of 1066) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter_ipv6/
ip6t_opts.h 22 u_int16_t opts[IP6T_OPTS_OPTSNR]; member in struct:ip6t_opts
  /external/openfst/src/include/fst/
fst.h 206 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) {
207 FstReadOptions ropts(opts);
210 hdr = *opts.header;
212 if (!hdr.Read(strm, opts.source))
244 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
677 // return the header. If opts.header is non-null, skip read-in and
678 // use the option value. If opts.[io]symbols is non-null, read-in
680 bool ReadHeader(istream &strm, const FstReadOptions& opts,
684 // If a opts.header is false, skip writing header.
685 // If opts.[io]symbols is false, skip writing those symbols
    [all...]
const-fst.h 90 static ConstFstImpl<A, U> *Read(istream &strm, const FstReadOptions &opts);
205 const FstReadOptions &opts) {
208 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
221 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
227 impl->states_region_ = MappedFile::Map(&strm, opts, b);
229 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
236 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
242 impl->arcs_region_ = MappedFile::Map(&strm, opts, b);
244 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
282 static ConstFst<A, U> *Read(istream &strm, const FstReadOptions &opts) {
    [all...]
  /external/qemu/android/
qemulator.c 22 static double get_default_scale( AndroidOptions* opts );
48 AndroidOptions* opts = emulator->opts; local
50 if ( !emulator->window && !opts->no_window ) {
52 double scale = get_default_scale(emulator->opts);
102 if (emulator->opts->no_window)
136 AndroidOptions* opts )
141 emulator->keyboard = skin_keyboard_create(opts->charmap, opts->raw_keys);
145 emulator->opts[0] = opts[0]
    [all...]
  /external/chromium_org/tools/
bisect_utils.py 209 def RunGClientAndCreateConfig(opts, custom_deps=None, cwd=None):
213 opts: The options parsed from the command line through parse_args().
230 if 'android' in opts.target_platform:
333 def SetupGitDepot(opts, custom_deps):
338 opts: The options parsed from the command line through parse_args().
347 if opts.output_buildbot_annotations:
352 if not RunGClientAndCreateConfig(opts, custom_deps):
372 if opts.output_buildbot_annotations:
427 def SetupAndroidBuildEnvironment(opts, path_to_src=None):
431 opts: The options parsed from the command line through parse_args()
    [all...]
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 48 namespace opts { namespace
131 } // namespace opts
206 if (opts::FileHeaders)
208 if (opts::Sections)
210 if (opts::Relocations)
212 if (opts::Symbols)
214 if (opts::DynamicSymbols)
216 if (opts::UnwindInfo)
218 if (opts::DynamicTable)
220 if (opts::NeededLibraries
    [all...]
  /external/chromium_org/skia/
skia_opts_neon.target.darwin-arm.mk 25 third_party/skia/src/opts/memset16_neon.S \
26 third_party/skia/src/opts/memset32_neon.S \
27 third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp \
28 third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp \
29 third_party/skia/src/opts/SkBlitMask_opts_arm_neon.cpp \
30 third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp \
31 third_party/skia/src/opts/SkXfermode_opts_arm_neon.cpp \
32 third_party/skia/src/opts/SkBlurImage_opts_neon.cpp \
33 third_party/skia/src/opts/SkMorphology_opts_neon.cpp
107 $(LOCAL_PATH)/third_party/skia/src/opts \
    [all...]
skia_opts_neon.target.linux-arm.mk 25 third_party/skia/src/opts/memset16_neon.S \
26 third_party/skia/src/opts/memset32_neon.S \
27 third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp \
28 third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp \
29 third_party/skia/src/opts/SkBlitMask_opts_arm_neon.cpp \
30 third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp \
31 third_party/skia/src/opts/SkXfermode_opts_arm_neon.cpp \
32 third_party/skia/src/opts/SkBlurImage_opts_neon.cpp \
33 third_party/skia/src/opts/SkMorphology_opts_neon.cpp
107 $(LOCAL_PATH)/third_party/skia/src/opts \
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
BitmapUtil.java 46 final BitmapFactory.Options opts = new BitmapFactory.Options(); local
47 opts.inJustDecodeBounds = true;
48 BitmapFactory.decodeByteArray(src, 0, src.length, opts);
49 if (opts.mCancel || opts.outWidth == -1 || opts.outHeight == -1) {
52 opts.inSampleSize = Math.min(opts.outWidth / w, opts.outHeight / h);
53 opts.inJustDecodeBounds = false
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
Animation.java 98 ActivityOptions opts = ActivityOptions.makeCustomAnimation(Animation.this,
101 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
112 ActivityOptions opts = ActivityOptions.makeCustomAnimation(Animation.this,
115 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
123 ActivityOptions opts = ActivityOptions.makeScaleUpAnimation(
126 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
142 ActivityOptions opts = ActivityOptions.makeThumbnailScaleUpAnimation(
145 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
  /external/chromium_org/content/renderer/p2p/
ipc_socket_factory.h 36 int opts) OVERRIDE;
42 int opts) OVERRIDE;
  /external/chromium_org/remoting/client/plugin/
pepper_packet_socket_factory.h 26 int opts) OVERRIDE;
32 int opts) OVERRIDE;
  /external/chromium_org/tools/grit/grit/tool/
interface.py 42 def SetOptions(self, opts):
43 self.o = opts
  /external/chromium_org/tools/json_schema_compiler/
compiler.py 149 (opts, filenames) = parser.parse_args()
155 if opts.generator != 'cpp-bundle' and len(filenames) > 1:
160 result = GenerateSchema(opts.generator, filenames, opts.root, opts.destdir,
161 opts.namespace, opts.dart_overrides_dir)
162 if not opts.destdir:
  /external/llvm/test/CodeGen/X86/
personality_size.ll 1 ; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=x86_64-pc-solaris2.11 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X64
2 ; RUN: llc < %s -relocation-model=pic -disable-cfi -mtriple=i386-pc-solaris2.11 -disable-cgp-branch-opts | FileCheck %s -check-prefix=X32
  /external/llvm/utils/git/
find-rev 11 (opts, args) = parser.parse_args()
24 p = subprocess.Popen(['git', 'rev-list', opts.branch, '--pretty'],
  /external/openfst/src/script/
determinize.cc 26 const DeterminizeOptions& opts) {
29 DeterminizeArgs args(ifst, ofst, opts);
randgen.cc 25 const RandGenOptions<RandArcSelection> &opts) {
28 RandGenArgs args(ifst, ofst, seed, opts);
shortest-distance.cc 26 const ShortestDistanceOptions &opts) {
27 ShortestDistanceArgs1 args(fst, distance, opts);

Completed in 787 milliseconds

1 2 3 4 5 6 78 91011>>