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

1 2 3 4 5 6 78 91011>>

  /external/libnl/lib/route/qdisc/
tbf.c 49 struct tc_tbf_qopt opts; local
52 nla_memcpy(&opts, tb[TCA_TBF_PARMS], sizeof(opts));
53 tbf->qt_limit = opts.limit;
55 rtnl_copy_ratespec(&tbf->qt_rate, &opts.rate);
56 tbf->qt_rate_txtime = opts.buffer;
57 bufsize = rtnl_tc_calc_bufsize(nl_ticks2us(opts.buffer),
58 opts.rate.rate);
61 rtnl_copy_ratespec(&tbf->qt_peakrate, &opts.peakrate);
62 tbf->qt_peakrate_txtime = opts.mtu
134 struct tc_tbf_qopt opts; local
    [all...]
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 91 namespace opts { namespace
318 opts::yaml2pdb::YamlPdbOutputFile, YamlObj.Headers->FileSize);
321 opts::yaml2pdb::YamlPdbOutputFile));
397 if (opts::pretty::LoadAddress)
398 Session->setLoadAddress(opts::pretty::LoadAddress);
435 if (opts::pretty::Compilands) {
443 if (opts::pretty::Lines)
450 if (opts::pretty::Types) {
459 if (opts::pretty::Symbols) {
470 if (opts::pretty::Globals)
    [all...]
  /external/lua/src/
lbaselib.c 174 static const char *const opts[] = {"stop", "restart", "collect", local
180 int o = optsnum[luaL_checkoption(L, 1, "collect", opts)];
  /external/mesa3d/src/mesa/main/
debug.c 148 static const struct option opts[] = { local
168 for (i = 0; i < ARRAY_SIZE(opts); i++) {
169 if (strstr(str, opts[i].name) || strcmp(str, "all") == 0)
170 MESA_VERBOSE |= opts[i].flag;
189 static const struct option opts[] = { local
202 for (i = 0; i < ARRAY_SIZE(opts); i++) {
203 if (strstr(str, opts[i].name))
204 MESA_DEBUG_FLAGS |= opts[i].flag;
  /external/openssh/
auth-options.c 99 char *opts = *optsp; local
102 if (allow_negate && strncasecmp(opts, "no-", 3) == 0) {
103 opts += 3;
106 if (strncasecmp(opts, opt, opt_len) == 0) {
107 *optsp = opts + opt_len;
122 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum)
131 if (!opts)
134 while (*opts && *opts != ' ' && *opts != '\t')
    [all...]
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContentProviderClientTest.java 109 final Bundle opts = new Bundle(); local
110 client.openTypedAssetFileDescriptor(URI, MIME_TYPE, opts);
111 verify(provider).openTypedAssetFile(URI, MIME_TYPE, opts);
  /external/selinux/policycoreutils/setfiles/
setfiles.c 173 const char *opts; local
211 opts = sopts;
234 opts = ropts;
244 while ((opt = getopt(argc, argv, opts)) > 0) {
  /external/skia/tests/
GLProgramsTest.cpp 421 GrContextOptions opts = options; local
422 opts.fSuppressPrints = true;
423 sk_gpu_test::GrContextFactory debugFactory(opts);
425 opts);
GrPorterDuffTest.cpp 979 GrContextOptions opts = options; local
    [all...]
  /external/skqp/tests/
GLProgramsTest.cpp 419 GrContextOptions opts = options; local
420 opts.fSuppressPrints = true;
421 sk_gpu_test::GrContextFactory debugFactory(opts);
423 opts);
GrPorterDuffTest.cpp 976 GrContextOptions opts = options; local
    [all...]
  /external/strace/
filter_qualify.c 332 struct inject_opts opts = { local
342 parse_inject_expression(copy, &opts, pdata, fault_tokens_only);
353 if (!(opts.data.flags & INJECT_ACTION_FLAGS)) {
356 opts.data.rval_idx = retval_new(ENOSYS);
357 opts.data.flags |= INJECT_F_ERROR;
384 inject_vec[p][i] = opts;
msghdr.c 157 const unsigned char *opts = cmsg_data; local
168 tprintf("0x%02x", opts[i]);
nlattr.c 290 const struct decode_nla_xlat_opts * const opts = opaque_data; local
296 if (len > sizeof(data) || len < opts->size)
299 if (opts->size)
300 len = MIN(len, opts->size);
305 if (opts->process_fn)
306 data.val = opts->process_fn(data.val);
307 if (opts->prefix)
308 tprints(opts->prefix);
309 printxval_dispatch_ex(opts->xlat, opts->xlat_size, data.val
330 const struct decode_nla_xlat_opts opts = { local
350 const struct decode_nla_xlat_opts opts = { local
399 const struct decode_nla_xlat_opts * const opts = opaque_data; local
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 94 static cl::list<std::string> PostLinkOpts("post-link-opts",
614 std::vector<std::string> opts = PostLinkOpts; local
615 for (std::vector<std::string>::iterator I = opts.begin(),
616 E = opts.end(); I != E; ++I) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 36 namespace opts { namespace
  /external/tensorflow/tensorflow/c/
c_api_internal.h 145 tensorflow::ImportGraphDefOptions opts; member in struct:TF_ImportGraphDefOptions
147 // Backing memory for TensorId fields in opts.
  /external/tensorflow/tensorflow/compiler/xla/service/
dump.cc 36 explicit CanonicalDebugOptions(const DebugOptions& opts)
37 : dump_to(opts.xla_dump_to()),
38 dump_as_text(opts.xla_dump_hlo_as_text()),
39 dump_as_proto(opts.xla_dump_hlo_as_proto()),
40 dump_as_dot(opts.xla_dump_hlo_as_dot()),
41 dump_as_html(opts.xla_dump_hlo_as_html()),
42 dump_as_url(opts.xla_dump_hlo_as_url()),
43 dump_snapshots(opts.xla_dump_hlo_snapshots()) {
44 // This constructor examines the values in `opts` and turns on other flags
48 // `opts`
192 opts); local
202 DumpToFileInDirImpl(StrCat(filename, ".hlo.pb"), pb, opts); local
218 render_graph(RenderedGraphFormat::kDot), opts); local
223 render_graph(RenderedGraphFormat::kHtml), opts); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tools/
replay_computation.cc 73 // Command-line opts to this tool. See main() for descriptions of these
112 const Options& opts) {
145 is_infeed ? opts.fake_infeed_shape : opts.fake_outfeed_shape;
147 is_infeed ? opts.generate_fake_infeed : opts.generate_fake_outfeed;
198 LocalClient* client, const Options& opts) {
208 if (opts.use_fake_data) {
234 /*is_infeed=*/true, computation.proto(), opts)) {
245 /*is_infeed=*/false, computation.proto(), opts)) {
424 xla::tools::Options opts; local
    [all...]
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops_test.cc 490 SessionOptions opts; local
491 opts.config.set_intra_op_parallelism_threads(1);
492 opts.config.set_inter_op_parallelism_threads(1);
495 test::Benchmark("cpu", g, &opts).Run(iters);
  /external/tensorflow/tensorflow/core/common_runtime/
placer_test.cc 229 GraphConstructorOptions opts; local
230 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(opts, graph_def, out_graph));
321 Node* input = ops::SourceOp("TestInput", b.opts().WithName("in"));
322 ops::UnaryOp("TestRelu", ops::NodeOut(input, 0), b.opts().WithName("n1"));
323 ops::UnaryOp("TestRelu", ops::NodeOut(input, 1), b.opts().WithName("n2"));
340 Node* input = ops::SourceOp("TestInput", b.opts().WithName("in"));
342 b.opts().WithName("n1"));
344 b.opts().WithName("n2"));
359 Node* input = ops::SourceOp("TestGPUOutput", b.opts().WithName("in"));
361 b.opts().WithName("n1"))
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
graph_mgr.cc 148 GraphConstructorOptions opts; local
149 opts.allow_internal_ops = true;
150 opts.expect_device_spec = true;
151 TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(opts, gdef, &graph));
392 WorkerSession* session, const ExecutorOpts& opts,
417 if (opts.record_partition_graphs()) {
  /external/tensorflow/tensorflow/core/graph/
quantize_training_test.cc 316 GraphConstructorOptions opts; local
318 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph));
348 GraphConstructorOptions opts; local
350 TF_ASSERT_OK(ConvertGraphDefToGraph(opts, result_graphdef, &result_graph));
  /external/tensorflow/tensorflow/core/grappler/optimizers/
scoped_allocator_optimizer_test.cc 117 ScopedAllocatorOptions opts; local
118 opts.add_enable_op("Abs");
119 ScopedAllocatorOptimizer sao(RewriterConfig::ON, opts);
176 OptimizerOptions* opts = gopt->mutable_optimizer_options(); local
177 opts->set_do_common_subexpression_elimination(false);
178 opts->set_do_constant_folding(false);
179 opts->set_do_function_inlining(false);
180 opts->set_opt_level(OptimizerOptions::L0);
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils_test.cc 347 ImportGraphDefOptions opts; local
350 Status status = ImportGraphDef(opts, def, &graph, &shape_refiner);
    [all...]

Completed in 1464 milliseconds

1 2 3 4 5 6 78 91011>>