HomeSort by relevance Sort by last modified time
    Searched refs:common_args (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/scripts/
destination 15 common_args = ['<certificate>', '<public_key>', '<nonce>',
18 print cmd, 'encrypt', ' '.join(common_args)
19 print cmd, 'verify', ' '.join(common_args), '<data to encrypt>'
  /external/autotest/server/cros/
factory_install_test.py 167 common_args = "cgpt show -i %d %s" % (index, image)
168 offset = int(utils.system_output(common_args + " -b")) * 512
169 size = int(utils.system_output(common_args + " -s")) * 512
  /ndk/build/lib/
build_support.py 143 common_args = [
151 subprocess.check_call(cmd + common_args, env=build_env)
  /frameworks/base/tools/apilint/
apilint.py 848 common_args = cluster(methods[0].args)
850 common_args = common_args & cluster(m.args)
852 if len(common_args) == 0: continue
857 sig = m.args[0:len(common_args)]
858 if not common_args.issubset(cluster(sig)):
859 warn(clazz, m, "M2", "Expected common arguments [%s] at beginning of overloaded method" % (", ".join(common_args)))
    [all...]

Completed in 415 milliseconds