Home
last modified time | relevance | path

Searched refs:topic (Results 1 – 25 of 222) sorted by relevance

123456789

/external/libxml2/result/
Dslashdot16.xml.rdr32 2 1 topic 0 0
34 2 15 topic 0 0
83 2 1 topic 0 0
85 2 15 topic 0 0
134 2 1 topic 0 0
136 2 15 topic 0 0
185 2 1 topic 0 0
187 2 15 topic 0 0
236 2 1 topic 0 0
238 2 15 topic 0 0
[all …]
Dslashdot16.xml.rde32 2 1 topic 0 0
34 2 15 topic 0 0
83 2 1 topic 0 0
85 2 15 topic 0 0
134 2 1 topic 0 0
136 2 15 topic 0 0
185 2 1 topic 0 0
187 2 15 topic 0 0
236 2 1 topic 0 0
238 2 15 topic 0 0
[all …]
Dslashdot.xml.rde32 2 1 topic 0 0
34 2 15 topic 0 0
83 2 1 topic 0 0
85 2 15 topic 0 0
134 2 1 topic 0 0
136 2 15 topic 0 0
185 2 1 topic 0 0
187 2 15 topic 0 0
236 2 1 topic 0 0
238 2 15 topic 0 0
[all …]
Dslashdot.xml.rdr32 2 1 topic 0 0
34 2 15 topic 0 0
83 2 1 topic 0 0
85 2 15 topic 0 0
134 2 1 topic 0 0
136 2 15 topic 0 0
185 2 1 topic 0 0
187 2 15 topic 0 0
236 2 1 topic 0 0
238 2 15 topic 0 0
[all …]
Dslashdot16.xml.sax34 SAX.startElement(topic)
36 SAX.endElement(topic)
85 SAX.startElement(topic)
87 SAX.endElement(topic)
136 SAX.startElement(topic)
138 SAX.endElement(topic)
187 SAX.startElement(topic)
189 SAX.endElement(topic)
238 SAX.startElement(topic)
240 SAX.endElement(topic)
[all …]
Dslashdot.xml.sax34 SAX.startElement(topic)
36 SAX.endElement(topic)
85 SAX.startElement(topic)
87 SAX.endElement(topic)
136 SAX.startElement(topic)
138 SAX.endElement(topic)
187 SAX.startElement(topic)
189 SAX.endElement(topic)
238 SAX.startElement(topic)
240 SAX.endElement(topic)
[all …]
Dslashdot16.xml.sax234 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
36 SAX.endElementNs(topic, NULL, NULL)
85 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
87 SAX.endElementNs(topic, NULL, NULL)
136 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
138 SAX.endElementNs(topic, NULL, NULL)
187 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
189 SAX.endElementNs(topic, NULL, NULL)
238 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
240 SAX.endElementNs(topic, NULL, NULL)
[all …]
Dslashdot.xml.sax234 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
36 SAX.endElementNs(topic, NULL, NULL)
85 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
87 SAX.endElementNs(topic, NULL, NULL)
136 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
138 SAX.endElementNs(topic, NULL, NULL)
187 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
189 SAX.endElementNs(topic, NULL, NULL)
238 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
240 SAX.endElementNs(topic, NULL, NULL)
[all …]
/external/icu/icu4c/source/samples/uresb/
Dsr.txt32 udata { "This is udata help topic" }
33 resourcebundles { "This is resource bundle help topic" }
34 collation { "This is collation help topic" }
35 breakit { "This is break iterator help topic" }
36 translit { "This is transliteration help topic" }
37 unicode { "This is unicode help topic" }
38 format { "This is format help topic" }
Droot.txt30 udata { "ROOT udata help topic" }
31 resourcebundles { "ROOT resource bundle help topic" }
32 collation { "ROOT collation help topic" }
33 breakit { "ROOT break iterator help topic" }
34 translit { "ROOT transliteration help topic" }
35 unicode { "ROOT unicode help topic" }
36 format { "ROOT format help topic" }
Den.txt31 udata { "This is udata help topic" }
32 resourcebundles { "This is resource bundle help topic" }
33 collation { "This is collation help topic" }
34 breakit { "This is break iterator help topic" }
35 translit { "This is transliteration help topic" }
36 unicode { "This is unicode help topic" }
37 format { "This is format help topic" }
/external/autotest/cli/
Datest.py43 topic = match.group(1)
46 topic = sys.argv.pop(1)
51 if topic == '-h':
57 if not os.path.exists(os.path.join(cli_dir, '%s.py' % topic)):
58 syntax_obj.invalid_syntax('Invalid topic %s' % topic)
59 topic_module = common.setup_modules.import_module(topic,
64 topic_class = getattr(topic_module, topic)
81 action_class = getattr(topic_module, topic + '_' + action)
/external/skqp/tools/bookmaker/
DselfCheck.cpp50 for (const auto& topic : fBmhParser.fTopicMap) { in check() local
51 Definition* topicDef = topic.second; in check()
72 void checkMethod(string topic, const Definition* csChild, vector<string>* reported) { in checkMethod() argument
75 checkMethod(topic, child, reported); in checkMethod()
92 string fullname = topic + '_' + subtopic; in checkMethod()
114 const Definition* topic = cs->fParent; in checkRelatedFunctions() local
115 SkASSERT(topic); in checkRelatedFunctions()
116 SkASSERT(MarkType::kTopic == topic->fMarkType); in checkRelatedFunctions()
117 string topicName = topic->fName; in checkRelatedFunctions()
/external/libxml2/doc/examples/
Dindex.py143 for topic in info.keys():
144 if topic != "purpose" and topic != "usage" and \
145 topic != "author" and topic != "copy" and \
146 topic != "section" and topic != "synopsis" and topic != "test":
147 str = info[topic]
149 escape(topic), escape(str)))
/external/libxml2/result/noent/
Dslashdot16.xml.sax234 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
36 SAX.endElementNs(topic, NULL, NULL)
85 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
87 SAX.endElementNs(topic, NULL, NULL)
136 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
138 SAX.endElementNs(topic, NULL, NULL)
187 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
189 SAX.endElementNs(topic, NULL, NULL)
238 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
240 SAX.endElementNs(topic, NULL, NULL)
[all …]
Dslashdot.xml.sax234 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
36 SAX.endElementNs(topic, NULL, NULL)
85 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
87 SAX.endElementNs(topic, NULL, NULL)
136 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
138 SAX.endElementNs(topic, NULL, NULL)
187 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
189 SAX.endElementNs(topic, NULL, NULL)
238 SAX.startElementNs(topic, NULL, NULL, 0, 0, 0)
240 SAX.endElementNs(topic, NULL, NULL)
[all …]
/external/u-boot/board/topic/zynq/
DMAINTAINERS2 M: Mike Looijmans <mike.looijmans@topic.nl>
4 F: board/topic/zynq/
5 F: include/configs/topic*.h
/external/autotest/site_utils/
Dpubsub_utils_unittest.py29 def __init__(self, test, topic, msg, retry, ret_val=None, argument
32 self.topic = topic
46 def publish(self, topic, body): argument
52 self.test.assertEquals(self.topic, topic)
Dpubsub_utils.py76 def publish_notifications(self, topic, messages=None): argument
93 topic=topic, body=body).execute(
/external/u-boot/configs/
Dtopic_miami_defconfig2 CONFIG_SYS_VENDOR="topic"
12 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miami/ps7_regs.txt"
34 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miami"
Dtopic_miamilite_defconfig2 CONFIG_SYS_VENDOR="topic"
12 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt"
34 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamilite"
Dtopic_miamiplus_defconfig2 CONFIG_SYS_VENDOR="topic"
12 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamiplus/ps7_regs.txt"
33 CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamiplus"
/external/scapy/scapy/contrib/
Dmqtt.uts15 p = MQTT()/MQTTPublish(topic='test1',value='test2')
17 assert(p.topic == b'test1')
31 assert(publish[MQTTPublish].topic == b'test')
73 sb = MQTT()/MQTTSubscribe(msgid=1,topic='newtopic',QOS=0,length=0)
76 assert(sb.topic == b'newtopic')
85 assert(subscribe.topic == b'test')
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DHelpTopicActivity.java39 String topic = getIntent().getStringExtra(Intent.EXTRA_TITLE); in onCreate() local
42 getResources().getText(R.string.title_help), topic)); in onCreate()
46 helpTopic.setTopic(topic); in onCreate()
/external/grpc-grpc/examples/ruby/pubsub/
Dpubsub_demo.rb94 @pub.delete_topic(DeleteTopicRequest.new(topic: name))
114 list_project_topics.topic.each { |t| p t.name }
135 topic: topic_name))
139 @pub.publish(PublishRequest.new(topic: topic_name, message: msg))
177 topics = list_project_topics.topic.map { |t| t.name }

123456789