/prebuilts/go/linux-x86/src/crypto/x509/ |
root_plan9.go | 16 func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
|
/external/clang/utils/analyzer/ |
CmpRuns.py | 183 def loadResults(path, opts, root = "", deleteEmpty=True): 184 return loadResultsFromSingleRun(SingleRunInfo(path, root, opts.verboseLog), 256 def dumpScanBuildResultsDiff(dirA, dirB, opts, deleteEmpty=True): 258 resultsA = loadResults(dirA, opts, opts.rootA, deleteEmpty) 259 resultsB = loadResults(dirB, opts, opts.rootB, deleteEmpty) 262 if opts.verboseLog: 263 auxLog = open(opts.verboseLog, "wb") 318 (opts, args) = parser.parse_args( [all...] |
/external/selinux/libselinux/src/ |
label.c | 21 const struct selinux_opt *opts, 140 (const struct selinux_opt *opts, 147 if (opts[n].type == SELABEL_OPT_DIGEST && 148 opts[n].value == (char *)1) { 194 static inline int selabel_is_validate_set(const struct selinux_opt *opts, 198 if (opts[n].type == SELABEL_OPT_VALIDATE) 199 return !!opts[n].value; 318 const struct selinux_opt *opts, 334 rec->validating = selabel_is_validate_set(opts, nopts); 338 rec->digest = selabel_is_digest_set(opts, nopts, rec->digest) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
Animation.java | 111 ActivityOptions opts = ActivityOptions.makeCustomAnimation(Animation.this, 114 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle()); 126 ActivityOptions opts = ActivityOptions.makeCustomAnimation(Animation.this, 129 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle()); 138 ActivityOptions opts = ActivityOptions.makeScaleUpAnimation( 141 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle()); 158 ActivityOptions opts = ActivityOptions.makeThumbnailScaleUpAnimation( 161 startActivity(new Intent(Animation.this, AlertDialogSamples.class), opts.toBundle());
|
/external/autotest/server/ |
autoupdate_utils.py | 49 opts = '--image %s' % image_path 50 cmd = 'python devserver.py %s >%s 2>&1 &' % (opts, DEVSERVER_LOG)
|
/external/libvpx/libvpx/test/android/ |
scrape_gtest_log.py | 29 opts, _ = \ 37 for opt, arg in opts:
|
/external/tlsdate/src/events/ |
route_up.c | 60 if (state->opts.should_netlink) 84 if (state->opts.should_netlink)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs) 36 self.assertEqual(opts, wanted)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_ccompiler.py | 33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs) 36 self.assertEqual(opts, wanted)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/ |
symver.exp | 20 proc run_error_test { name opts } { 24 gas_run ${name}.s $opts ">&dump.out"
|
/external/iproute2/tipc/ |
media.c | 95 struct opt opts[] = { local 114 if (parse_opts(opts, cmdl) < 0) 122 if (!(opt = get_opt(opts, "media"))) { 175 struct opt opts[] = { local 200 if (parse_opts(opts, cmdl) < 0) 209 if (!(opt = get_opt(opts, "media"))) {
|
/external/libweave/examples/daemon/common/ |
daemon.h | 67 Daemon(const Options& opts) 70 new weave::examples::FileConfigStore(opts.model_id_, 75 if (!opts.disable_privet_) { 76 network_->SetSimulateOffline(opts.force_bootstrapping_); 90 if (!opts.registration_ticket_.empty()) { 91 device_->Register(opts.registration_ticket_,
|
/external/toybox/lib/ |
args.c | 96 struct opts { struct 97 struct opts *next; 115 struct opts *opt; 125 struct opts *opts; member in struct:getoptflagstate 132 static int gotflag(struct getoptflagstate *gof, struct opts *opt) 144 struct opts *clr; 148 for (clr=gof->opts, i=1; clr; clr = clr->next, i<<=1) 159 struct opts *bad; 162 for (bad=gof->opts, i=1; ;bad = bad->next, i<<=1) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/ |
RecentsTvTransitionHelper.java | 52 final ActivityOptions opts = ActivityOptions.makeBasic(); local 54 opts.setLaunchBounds(bounds.isEmpty() ? null : bounds); 82 startTaskActivity(stack, task, taskView, opts, animStartedListener); 86 startTaskActivity(stack, task, taskView, opts, animStartedListener); 91 ActivityOptions opts,final ActivityOptions.OnAnimationStartedListener animStartedListener) { 93 if (ssp.startActivityFromRecents(mContext, task.key, task.title, opts)) {
|
/prebuilts/go/darwin-x86/src/crypto/ |
crypto.go | 114 // PKCS#1 v1.5 or PSS signature (as indicated by opts). For an (EC)DSA 118 // simply pass in the hash function used as opts. Sign may also attempt 119 // to type assert opts to other types in order to obtain algorithm 121 Sign(rand io.Reader, msg []byte, opts SignerOpts) (signature []byte, err error) 140 // Decrypt decrypts msg. The opts argument should be appropriate for 143 Decrypt(rand io.Reader, msg []byte, opts DecrypterOpts) (plaintext []byte, err error)
|
/prebuilts/go/linux-x86/src/crypto/ |
crypto.go | 114 // PKCS#1 v1.5 or PSS signature (as indicated by opts). For an (EC)DSA 118 // simply pass in the hash function used as opts. Sign may also attempt 119 // to type assert opts to other types in order to obtain algorithm 121 Sign(rand io.Reader, msg []byte, opts SignerOpts) (signature []byte, err error) 140 // Decrypt decrypts msg. The opts argument should be appropriate for 143 Decrypt(rand io.Reader, msg []byte, opts DecrypterOpts) (plaintext []byte, err error)
|
/external/webrtc/tools/autoroller/ |
roll_chromium_revision.py | 394 opts = p.parse_args() 396 if opts.verbose: 405 if opts.clean: 406 _RemovePreviousRollBranch(opts.dry_run) 408 _EnsureUpdatedMasterBranch(opts.dry_run) 410 new_cr_rev = opts.revision 427 if new_commit_pos > current_commit_pos or opts.allow_reverse: 442 _CreateRollBranch(opts.dry_run) 444 _LocalCommit(commit_msg, opts.dry_run) 445 _UploadCL(opts.dry_run, opts.rietveld_email [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
ld-lib.exp | 591 set opts(as) {} 592 set opts(ld) {} 593 set opts(ld_after_inputfiles) {} 594 set opts(xfail) {} 595 set opts(target) {} 596 set opts(notarget) {} 597 set opts(objdump) {} 598 set opts(nm) {} 599 set opts(objcopy) {} 600 set opts(readelf) { [all...] |
/external/iproute2/tc/ |
m_xt_old.c | 65 static struct option *opts = original_opts; variable in typeref:struct:option 86 opts = original_opts; 240 c = getopt_long(argc, argv, "j:", opts, NULL); 252 opts = 253 merge_options(opts, m->extra_opts, 282 free_opts(opts); 340 free_opts(opts); 395 opts = 396 merge_options(opts, m->extra_opts, 426 free_opts(opts); [all...] |
/external/v8/tools/ |
perf-to-html.py | 346 def Render(opts, args): 347 if opts.filename: 348 with open(opts.filename) as json_data: 354 if opts.title: 355 title = opts.title 356 elif opts.filename: 357 title = opts.filename 360 renderer = BenchmarkRenderer(opts.output) 377 (opts, args) = parser.parse_args() 378 Render(opts, args [all...] |
/system/sepolicy/tools/ |
checkfc.c | 229 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *paths[]) 235 opts[0].value = NULL; /* not validating against a policy when comparing */ 238 opts[1].value = paths[i]; 239 global_state.sepolicy.sehnd[i] = selabel_open(backend, opts, 2); 250 static void do_fc_check_and_die_on_error(struct selinux_opt opts[], unsigned int backend, filemode mode, 310 opts[1].value = context_file; 312 global_state.sepolicy.sehnd[0] = selabel_open(backend, opts, 2); 321 struct selinux_opt opts[] = { local 370 do_compare_and_die_on_error(opts, backend, &(argv[index])); 376 do_fc_check_and_die_on_error(opts, backend, mode, sepolicy_file, context_file, allow_empty) [all...] |
/external/clang/lib/Basic/ |
Targets.cpp | 45 const LangOptions &Opts) { 50 if (Opts.GNUMode) 76 virtual void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, 80 void getTargetDefines(const LangOptions &Opts, 82 TgtInfo::getTargetDefines(Opts, Builder); 83 getOSDefines(Opts, TgtInfo::getTriple(), Builder); 92 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, 110 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, 119 if (Opts.Sanitize.has(SanitizerKind::Address)) 123 if (!Opts.ObjC1) [all...] |
/external/deqp/executor/tools/ |
xeCommandLineExecutor.cpp | 144 de::cmdline::CommandLine opts; local 150 if (!parser.parse(argc-1, argv+1, &opts, std::cerr)) 157 if (opts.hasOption<opt::StartServer>() && opts.hasOption<opt::Host>()) 162 else if (!opts.hasOption<opt::StartServer>() && !opts.hasOption<opt::Host>()) 168 if (!opts.hasOption<opt::TestSet>()) 174 if (opts.hasOption<opt::StartServer>()) 177 cmdLine.serverBinOrAddress = opts.getOption<opt::StartServer>(); 182 cmdLine.serverBinOrAddress = opts.getOption<opt::Host>() [all...] |
/external/libnl/lib/route/sch/ |
netem.c | 69 struct tc_netem_qopt *opts; local 71 if (qdisc->q_opts->d_size < sizeof(*opts)) 78 opts = (struct tc_netem_qopt *) qdisc->q_opts->d_data; 79 netem->qnm_latency = opts->latency; 80 netem->qnm_limit = opts->limit; 81 netem->qnm_loss = opts->loss; 82 netem->qnm_gap = opts->gap; 83 netem->qnm_duplicate = opts->duplicate; 84 netem->qnm_jitter = opts->jitter; 90 len = qdisc->q_opts->d_size - sizeof(*opts); 174 struct tc_netem_qopt opts; local [all...] |
/external/llvm/include/llvm/CodeGen/ |
RegAllocPBQP.h | 84 AllowedRegVector() : NumOpts(0), Opts(nullptr) {} 87 : NumOpts(OptVec.size()), Opts(new unsigned[NumOpts]) { 88 std::copy(OptVec.begin(), OptVec.end(), Opts.get()); 92 : NumOpts(Other.NumOpts), Opts(new unsigned[NumOpts]) { 93 std::copy(Other.Opts.get(), Other.Opts.get() + NumOpts, Opts.get()); 97 : NumOpts(std::move(Other.NumOpts)), Opts(std::move(Other.Opts)) {} 101 Opts.reset(new unsigned[NumOpts]) [all...] |