/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
TestService.java | 817 BitmapFactory.Options opts = new BitmapFactory.Options(); local 818 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE; 836 BitmapFactory.Options opts = new BitmapFactory.Options(); local 837 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE; 856 BitmapFactory.Options opts = new BitmapFactory.Options(); local 857 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE; 859 R.drawable.stat_sample, opts); 876 BitmapFactory.Options opts = new BitmapFactory.Options(); local 877 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE; 879 R.drawable.stat_sample, opts); 897 BitmapFactory.Options opts = new BitmapFactory.Options(); local 917 BitmapFactory.Options opts = new BitmapFactory.Options(); local 938 BitmapFactory.Options opts = new BitmapFactory.Options(); local 958 BitmapFactory.Options opts = new BitmapFactory.Options(); local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
replace.h | 40 ReplaceFstOptions(const CacheOptions &opts, int64 r) 41 : CacheOptions(opts), root(r), epsilon_on_replace(false) {} 99 const ReplaceFstOptions &opts) 100 : CacheImpl<A>(opts), opts_(opts) { 111 SetRoot(opts.root); 114 explicit ReplaceFstImpl(const ReplaceFstOptions &opts) 115 : CacheImpl<A>(opts), opts_(opts), root_(kNoLabel) { 551 const ReplaceFstOptions &opts) [all...] |
rmepsilon.h | 64 const RmEpsilonOptions<Arc, Queue> &opts) 65 : fst_(fst), distance_(distance), sd_state_(fst_, distance, opts, true) { 204 const RmEpsilonOptions<Arc, Queue> &opts) { 244 rmeps_state(*fst, distance, opts); 263 if (opts.connect) 296 opts(&state_queue, kDelta, connect); 298 RmEpsilon(fst, &distance, opts); 305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta) 306 : CacheOptions(opts), delta(delta) {} 331 RmEpsilonFstImpl(const Fst<A>& fst, const RmEpsilonFstOptions &opts) [all...] |
/external/chromium_org/content/renderer/p2p/ |
ipc_socket_factory.cc | 429 int opts) { 431 if (opts & talk_base::PacketSocketFactory::OPT_SSLTCP) 434 P2PSocketType type = (opts & talk_base::PacketSocketFactory::OPT_STUN) ? 450 const std::string& user_agent, int opts) { 452 if (opts & talk_base::PacketSocketFactory::OPT_SSLTCP) { 453 type = (opts & talk_base::PacketSocketFactory::OPT_STUN) ? 455 } else if (opts & talk_base::PacketSocketFactory::OPT_TLS) { 456 type = (opts & talk_base::PacketSocketFactory::OPT_STUN) ? 459 type = (opts & talk_base::PacketSocketFactory::OPT_STUN) ?
|
/external/chromium_org/content/browser/geolocation/ |
geolocation_dispatcher_host.cc | 217 RendererGeolocationOptions opts = { local 221 geolocation_renderers_[render_view_id] = opts; 251 RendererGeolocationOptions* opts = &(it->second); local 252 if (opts->is_paused != should_pause) 253 opts->is_paused = should_pause;
|
/external/chromium_org/third_party/re2/re2/testing/ |
filtered_re2_test.cc | 17 RE2::Options opts; member in struct:re2::FilterTestVars 32 v.f.Add("(foo|bar)", v.opts, &id); 47 v.opts.set_utf8(false); 48 v.f.Add("\xde\xadQ\xbe\xef", v.opts, &id); 138 v->f.Add(regexps[i], v->opts, &id);
|
/external/iptables/iptables/ |
xshared.c | 152 gl->opts = xtables_options_xfrm(gl->orig_opts, 153 gl->opts, 157 gl->opts = xtables_merge_options(gl->orig_opts, 158 gl->opts, 161 if (gl->opts == NULL)
|
/external/libselinux/src/ |
label_android_property.c | 143 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, 156 switch (opts[n].type) { 158 path = opts[n].value; 285 const struct selinux_opt *opts, 300 return init(rec, opts, nopts);
|
/external/regex-re2/re2/testing/ |
filtered_re2_test.cc | 17 RE2::Options opts; member in struct:re2::FilterTestVars 32 v.f.Add("(foo|bar)", v.opts, &id); 47 v.opts.set_utf8(false); 48 v.f.Add("\xde\xadQ\xbe\xef", v.opts, &id); 138 v->f.Add(regexps[i], v->opts, &id);
|
/external/ppp/pppd/ |
auth.c | 1693 struct wordlist *addrs, *opts; local 1921 struct wordlist *addrs, *opts; local 1986 struct wordlist *addrs, *opts; local [all...] |
/external/emma/core/java12/com/vladium/util/args/ |
OptsParser.java | 40 // TODO: support marking opts as for displayable in full usage only 122 final Opts opts = new Opts (); local 166 opts.addError (formatMessage ("unknown option \'" + optName + "\'")); 177 opt = opts.getOpt (canonicalName); 184 opts.addOpt (opt, optdef, optName); 192 opts.addOpt (opt, optdef, optName); 196 opts.addError (formatMessage ("option \'" + optName + "\' cannot be specified more than once")); 234 opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept values: \'" + value + (…) [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channelmanager.h | 130 std::string* wave_out_device, int* opts); 132 const std::string& wave_out_device, int opts); 175 bool SetAudioOptions_w(int opts, const Device* in_dev,
|
/external/chromium_org/chrome/browser/ui/sync/ |
profile_signin_confirmation_helper.cc | 143 history::QueryOptions opts; local 144 opts.max_count = max_entries; 146 base::string16(), opts, &request_consumer_, local
|
/external/chromium_org/tools/ |
sort-headers.py | 174 opts, filenames = parser.parse_args() 181 DiffAndConfirm(filename, opts.should_confirm, opts.perform_safety_checks)
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerRegistry.cpp | 95 SmallVectorImpl<CheckerOptInfo> &opts) const { 102 i = opts.begin(), e = opts.end(); i != e; ++i) {
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 54 typedef struct Opts 59 Opts; 104 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout, Opts* opts) 113 if (opts->do_check_all_ids) 116 Opts myopts; 117 memcpy(&myopts, opts, sizeof(myopts)); 136 if (!opts->use_parse_by_string_ids) 286 Opts opts = { 0, 0 } local [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
BitmapsActivity.java | 69 BitmapFactory.Options opts = new BitmapFactory.Options(); local 70 opts.inMutable = true; 71 Bitmap bitmap = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1, opts);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesf.h | 267 inline void options_on (Field_Options opts) { 268 OnError (::field_opts_on (field, opts)); 272 inline void options_off (Field_Options opts) { 273 OnError (::field_opts_off (field, opts)); 282 inline void set_options (Field_Options opts) { 283 OnError (::set_field_opts (field, opts)); 562 inline void options_on (Form_Options opts) { 563 OnError (::form_opts_on (form, opts)); 567 inline void options_off (Form_Options opts) { 568 OnError (::form_opts_off (form, opts)); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesf.h | 267 inline void options_on (Field_Options opts) { 268 OnError (::field_opts_on (field, opts)); 272 inline void options_off (Field_Options opts) { 273 OnError (::field_opts_off (field, opts)); 282 inline void set_options (Field_Options opts) { 283 OnError (::set_field_opts (field, opts)); 562 inline void options_on (Form_Options opts) { 563 OnError (::form_opts_on (form, opts)); 567 inline void options_off (Form_Options opts) { 568 OnError (::form_opts_off (form, opts)); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesf.h | 267 inline void options_on (Field_Options opts) { 268 OnError (::field_opts_on (field, opts)); 272 inline void options_off (Field_Options opts) { 273 OnError (::field_opts_off (field, opts)); 282 inline void set_options (Field_Options opts) { 283 OnError (::set_field_opts (field, opts)); 562 inline void options_on (Form_Options opts) { 563 OnError (::form_opts_on (form, opts)); 567 inline void options_off (Form_Options opts) { 568 OnError (::form_opts_off (form, opts)); [all...] |
/external/iproute2/tc/ |
m_xt.c | 72 .opts = original_opts, 149 c = getopt_long(argc, argv, "j:", tcipt_globals.opts, NULL); 161 tcipt_globals.opts = 166 tcipt_globals.opts, 312 tcipt_globals.opts = 317 tcipt_globals.opts,
|
/external/chromium_org/jingle/glue/ |
fake_socket_factory.h | 107 int opts) OVERRIDE; 113 int opts) OVERRIDE;
|
/external/chromium_org/ppapi/generators/ |
idl_option.py | 96 opts, filenames = getopt.getopt(args, short_opts, long_opts) 98 for opt, val in opts:
|
/external/chromium_org/tools/grit/grit/tool/ |
diff_structures.py | 51 (opts, args) = getopt.getopt(args, 's:e:t:', 53 for key, val in opts:
|
/external/libvpx/libvpx/test/android/ |
get_files.py | 66 opts, args = \ 73 for opt, arg in opts:
|