HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 1 - 25 of 1563) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
signalbar.cpp 30 QStyleOptionProgressBar opts; local
43 opts.minimum = -95;
44 opts.maximum = -35;
45 if (signal < opts.minimum)
46 opts.progress = opts.minimum;
47 else if (signal > opts.maximum)
48 opts.progress = opts.maximum;
50 opts.progress = signal
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
call_options_test.cc 24 CallOptions opts; local
25 opts.StartCancel();
27 opts.SetCancelCallback([&num_calls]() { num_calls++; });
29 opts.StartCancel();
31 opts.StartCancel();
33 opts.ClearCancelCallback();
35 opts.StartCancel();
  /external/ltp/scripts/
safe_rm.sh 31 opts=
44 opts="$opts $1"
67 rm ${opts:--f} "$abspath_file"
  /packages/apps/Messaging/tools/
buglesql 20 opts='-column -header'
26 opts='-column -header'
30 opts='-line'
43 adb shell su -c sqlite3 $opts data/data/com.android.messaging/databases/bugle_db "$1"
mmssql 20 opts='-column -header'
26 opts='-column -header'
30 opts='-line'
43 adb shell su -c sqlite3 $opts data/data/com.android.providers.telephony/databases/mmssms.db "$1"
  /external/ppp/pppd/
mppe.h 43 /* unsupported opts */
67 /* Build a CI from mppe opts (see RFC 3078) */
68 #define MPPE_OPTS_TO_CI(opts, ci) \
73 if (opts & MPPE_OPT_STATEFUL) \
82 if (opts & MPPE_OPT_128) \
84 if (opts & MPPE_OPT_40) \
90 #define MPPE_CI_TO_OPTS(ci, opts) \
94 opts = 0; \
98 opts |= MPPE_OPT_STATEFUL; \
102 opts |= MPPE_OPT_128;
    [all...]
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_show_multi.cc 31 const Options& opts) {
32 if (opts.output_type == kOutput[0]) {
33 Timeline timeline(opts.step, opts.output_options.at(kTimelineOpts[0]));
34 return ShowInternal(opts, &timeline)->proto();
36 const ShowMultiNode* ret = ShowInternal(opts, nullptr);
37 if (opts.output_type == kOutput[1]) {
40 } else if (opts.output_type == kOutput[2]) {
42 opts.output_options.at(kFileOpts[0]),
47 } else if (opts.output_type == kOutput[3] |
    [all...]
tfprof_show.cc 28 const GraphNodeProto& TFShow::Show(const string& prefix, const Options& opts) {
29 if (opts.output_type == kOutput[0]) {
30 Timeline timeline(opts.step, opts.output_options.at(kTimelineOpts[0]));
31 return ShowInternal(opts, &timeline)->proto();
33 const ShowNode* ret = ShowInternal(opts, nullptr);
34 if (opts.output_type == kOutput[1]) {
37 } else if (opts.output_type == kOutput[2]) {
39 opts.output_options.at(kFileOpts[0]),
44 } else if (opts.output_type == kOutput[3] |
    [all...]
tfprof_show_multi.h 49 const Options& opts) final;
52 virtual const ShowMultiNode* ShowInternal(const Options& opts,
59 virtual bool ShouldShowIfExtra(const ShowMultiNode* node, const Options& opts,
64 bool ShouldShow(const ShowMultiNode* node, const Options& opts,
70 bool ReAccount(ShowMultiNode* node, const Options& opts);
72 string FormatLegend(const Options& opts) const;
75 const Options& opts) const;
78 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) {
79 if (opts.order_by.empty() || nodes.empty()) {
84 [&opts](const T* n1, const T* n2)
    [all...]
  /external/strace/tests/
group_req.c 85 } opts[] = { local
112 for (i = 0; i < ARRAY_SIZE(opts); ++i) {
114 set_opt(0, opts[i].level, opts[i].name, opts[i].val, -1U);
116 opts[i].str_level, opts[i].str_name,
117 opts[i].val, errstr);
120 set_opt(0, opts[i].level, opts[i].name, opts[i].val
    [all...]
ip_mreq.c 74 } opts[] = { local
117 for (i = 0; i < ARRAY_SIZE(opts); ++i) {
119 rc = setsockopt(0, opts[i].level, opts[i].name,
120 opts[i].val, -1);
122 opts[i].str_level, opts[i].str_name,
123 opts[i].val, sprintrc(rc));
126 rc = setsockopt(0, opts[i].level, opts[i].name
    [all...]
  /external/strace/tests-m32/
group_req.c 85 } opts[] = { local
112 for (i = 0; i < ARRAY_SIZE(opts); ++i) {
114 set_opt(0, opts[i].level, opts[i].name, opts[i].val, -1U);
116 opts[i].str_level, opts[i].str_name,
117 opts[i].val, errstr);
120 set_opt(0, opts[i].level, opts[i].name, opts[i].val
    [all...]
ip_mreq.c 74 } opts[] = { local
117 for (i = 0; i < ARRAY_SIZE(opts); ++i) {
119 rc = setsockopt(0, opts[i].level, opts[i].name,
120 opts[i].val, -1);
122 opts[i].str_level, opts[i].str_name,
123 opts[i].val, sprintrc(rc));
126 rc = setsockopt(0, opts[i].level, opts[i].name
    [all...]
  /external/strace/tests-mx32/
group_req.c 85 } opts[] = { local
112 for (i = 0; i < ARRAY_SIZE(opts); ++i) {
114 set_opt(0, opts[i].level, opts[i].name, opts[i].val, -1U);
116 opts[i].str_level, opts[i].str_name,
117 opts[i].val, errstr);
120 set_opt(0, opts[i].level, opts[i].name, opts[i].val
    [all...]
ip_mreq.c 74 } opts[] = { local
117 for (i = 0; i < ARRAY_SIZE(opts); ++i) {
119 rc = setsockopt(0, opts[i].level, opts[i].name,
120 opts[i].val, -1);
122 opts[i].str_level, opts[i].str_name,
123 opts[i].val, sprintrc(rc));
126 rc = setsockopt(0, opts[i].level, opts[i].name
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_stream_util.cc 30 Status AssignStreams(const Graph* graph, const AssignStreamsOpts& opts,
42 if ((opts.max_streams < 1) || (opts.send_stream >= opts.max_streams) ||
43 (opts.recv_stream >= opts.max_streams) ||
44 (opts.const_stream >= opts.max_streams) ||
45 (opts.compute_stream >= opts.max_streams))
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
runner.py 77 def run(opts):
91 command = opts.pop('command')
94 opts.update(classify_parameters(command))
96 return arch_check(opts)
104 def report_failure(opts):
111 def extension(opts):
115 return mapping.get(opts['language'], '.i')
117 def destination(opts):
120 name = os.path.join(opts['output_dir'], 'failures')
125 error = opts['error_type'
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_def_builder_util.cc 24 GraphConstructorOptions opts; local
25 return ConvertGraphDefToGraph(opts, graph_def, graph);
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/
p1.go 5 func (opts O) RemoveOption(sect, opt string) bool {
6 if _, ok := opts[sect]; !ok {
9 _, ok := opts[sect][opt]
10 delete(opts[sect], opt)
  /prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/
p1.go 5 func (opts O) RemoveOption(sect, opt string) bool {
6 if _, ok := opts[sect]; !ok {
9 _, ok := opts[sect][opt]
10 delete(opts[sect], opt)
  /external/jcommander/src/test/java/com/beust/jcommander/
DefaultValueTest.java 37 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); local
38 JCommander cmd = new JCommander(opts);
40 Assert.assertEquals(opts.list.size(), 1);
41 Assert.assertEquals(opts.list.get(0), "anotherValue");
42 Assert.assertEquals(opts.set.size(), 0);
47 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); local
48 JCommander cmd = new JCommander(opts);
50 Assert.assertEquals(opts.list.size(), 1);
51 Assert.assertEquals(opts.list.get(0), "anotherValue");
52 Assert.assertEquals(opts.set.size(), 1)
58 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); local
64 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 438 static void validate(Options opts) {
439 if (opts == null) return;
441 if (opts.inBitmap != null && opts.inBitmap.getConfig() == Bitmap.Config.HARDWARE) {
445 if (opts.inMutable && opts.inPreferredConfig == Bitmap.Config.HARDWARE) {
450 if (opts.inPreferredColorSpace != null) {
451 if (!(opts.inPreferredColorSpace instanceof ColorSpace.Rgb)) {
455 if (((ColorSpace.Rgb) opts.inPreferredColorSpace).getTransferParameters() == null) {
468 * @param opts null-ok; Options that control downsampling and whether th
    [all...]
  /external/tensorflow/tensorflow/core/util/
equal_graph_def_test.cc 35 Node* Input(const GraphDefBuilder::Options& opts) {
36 return ops::SourceOp("Input", opts);
39 Node* Alternate(const GraphDefBuilder::Options& opts) {
40 return ops::SourceOp("Alternate", opts);
44 const GraphDefBuilder::Options& opts) {
45 return ops::BinaryOp("Combine", std::move(a), std::move(b), opts);
79 Input(e_.opts().WithName("A"));
80 Input(a_.opts().WithName("A"));
85 Input(e_.opts().WithName("A"));
86 Input(a_.opts().WithName("B"))
    [all...]
  /external/mesa3d/
common.py 78 def AddOptions(opts):
87 opts.Add(EnumOption('build', 'build type', 'debug',
90 opts.Add(BoolOption('verbose', 'verbose output', 'no'))
91 opts.Add(EnumOption('machine', 'use machine-specific assembly code',
94 opts.Add(EnumOption('platform', 'target platform', host_platform,
97 opts.Add(BoolOption('embedded', 'embedded build', 'no'))
98 opts.Add(BoolOption('analyze',
100 opts.Add(BoolOption('asan', 'enable Address Sanitizer', 'no'))
101 opts.Add('toolchain', 'compiler toolchain', default_toolchain)
102 opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support'
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/lib/
gas-defs.exp 456 set opts(addr2line) {}
457 set opts(as) {}
458 set opts(objdump) {}
459 set opts(nm) {}
460 set opts(objcopy) {}
461 set opts(readelf) {}
462 set opts(name) {}
463 set opts(PROG) {}
464 set opts(source) {}
465 set opts(dump) {
    [all...]

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>