/external/libxml2/result/ |
D | slashdot16.xml.rdr | 32 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 …]
|
D | slashdot16.xml.rde | 32 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 …]
|
D | slashdot.xml.rde | 32 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 …]
|
D | slashdot.xml.rdr | 32 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 …]
|
D | slashdot16.xml.sax | 34 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 …]
|
D | slashdot.xml.sax | 34 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 …]
|
D | slashdot16.xml.sax2 | 34 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 …]
|
D | slashdot.xml.sax2 | 34 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/ |
D | sr.txt | 32 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" }
|
D | root.txt | 30 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" }
|
D | en.txt | 31 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/ |
D | atest.py | 43 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/ |
D | selfCheck.cpp | 50 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/ |
D | index.py | 143 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/ |
D | slashdot16.xml.sax2 | 34 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 …]
|
D | slashdot.xml.sax2 | 34 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/ |
D | MAINTAINERS | 2 M: Mike Looijmans <mike.looijmans@topic.nl> 4 F: board/topic/zynq/ 5 F: include/configs/topic*.h
|
/external/autotest/site_utils/ |
D | pubsub_utils_unittest.py | 29 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)
|
D | pubsub_utils.py | 76 def publish_notifications(self, topic, messages=None): argument 93 topic=topic, body=body).execute(
|
/external/u-boot/configs/ |
D | topic_miami_defconfig | 2 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"
|
D | topic_miamilite_defconfig | 2 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"
|
D | topic_miamiplus_defconfig | 2 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/ |
D | mqtt.uts | 15 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/ |
D | HelpTopicActivity.java | 39 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/ |
D | pubsub_demo.rb | 94 @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 }
|