Home
last modified time | relevance | path

Searched defs:topic (Results 1 – 19 of 19) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/
Dconnection.py120 def get_topic_attributes(self, topic): argument
131 def set_topic_attributes(self, topic, attr_name, attr_value): argument
152 def add_permission(self, topic, label, account_ids, actions): argument
178 def remove_permission(self, topic, label): argument
194 def create_topic(self, topic): argument
205 def delete_topic(self, topic): argument
216 def publish(self, topic=None, message=None, subject=None, target_arn=None, argument
292 def subscribe(self, topic, protocol, endpoint): argument
322 def subscribe_sqs_queue(self, topic, queue): argument
374 def confirm_subscription(self, topic, token, argument
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DHelpTopicActivity.java39 String topic = getIntent().getStringExtra(Intent.EXTRA_TITLE); in onCreate() local
DHelpActivity.java68 final String topic = name.substring(0, name.length() - SUFFIX.length()); in onCreate() local
/external/autotest/cli/
Dsite_suite.py27 topic = msg_topic = 'suite' variable in site_suite
Duser.py25 topic = msg_topic = 'user' variable in user
Dtest.py27 topic = msg_topic = 'test' variable in test
Dstable_version.py28 topic = msg_topic = 'stable_version' variable in stable_version
Dshard.py24 topic = msg_topic = 'shard' variable in shard
Dlabel.py27 topic = msg_topic = 'label' variable in label
Dacl.py27 topic = 'acl_group' variable in acl
Datomicgroup.py26 topic = 'atomic_group' variable in atomicgroup
Dserver.py39 topic = msg_topic = 'server' variable in server
Dhost.py33 topic = msg_topic = 'host' variable in host
Djob.py28 topic = msg_topic = 'job' variable in job
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DHelpTopicView.java52 public HelpTopicView setTopic(String topic) { in setTopic()
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcmdline.py176 def help_noop(self, error=None, topic=None, parser=None): argument
539 def help(self, error=None, topic=None, parser=None): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dgroup.py309 def put_notification_configuration(self, topic, notification_types): argument
323 def delete_notification_configuration(self, topic): argument
D__init__.py738 def put_notification_configuration(self, autoscale_group, topic, notification_types): argument
771 def delete_notification_configuration(self, autoscale_group, topic): argument
/external/regex-re2/lib/codereview/
Dcodereview.py3347 def formatter(self, topic, opts): argument