/external/deqp/framework/common/ |
D | tcuSeedBuilder.cpp | 67 void SeedBuilder::feed (size_t size, const void* ptr) in feed() function in tcu::SeedBuilder 76 builder.feed(sizeof(val), &val); in operator <<() 84 builder.feed(sizeof(val), &val); in operator <<() 92 builder.feed(sizeof(val), &val); in operator <<() 105 builder.feed(sizeof(data), data); in operator <<() 118 builder.feed(sizeof(data), data); in operator <<() 133 builder.feed(sizeof(data), data); in operator <<() 148 builder.feed(sizeof(data), data); in operator <<() 168 builder.feed(sizeof(data), data); in operator <<() 188 builder.feed(sizeof(data), data); in operator <<() [all …]
|
D | tcuSeedBuilder.hpp | 44 void feed (size_t size, const void* ptr);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
D | _README.txt | 10 To do feed manipulation, like creating a feed, adding a entry to a feed, querying 11 for attribute values in a feed, or changing attribute values in a feed, look at 16 To publish a feed, use a script similar to feedPublish.sh (and .xml). 20 To validate a feed against the latest schema, you can use one of two EMF-based ant tasks. 22 In the Dynamic case, the schema is used to validate the feed xml; in the Generated case, the 24 validation code, which is then used to validate the feed xml. Because the two techniques yield 25 slightly different error messages when validating invalid feed data, they are both provided for 32 To watch a feed for changes or the appearance of specific attribute values (like 37 a feed change. You can customize the response to suit your needs.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
D | feedWatch.uml2.properties | 19 # required URL for the feed to check 24 feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); null; null 39 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()" 56 # this will depend on what you run in response to a feed change, and if that process produces co… 57 …alue.0 - The original value of the node you asked for, from the previous cached version of the feed 58 …ion.NewValue.0 - The changed value of the node you asked for, from the latest version of the feed; 60 # if you asked for any changes to the feed, this will be the XML datestamp of the last update, e… 68 # If you only want to check for changes to the feed and handle the response yourself within Ant ins… 73 # If the node is found and the feed has been changed, the property feedWatchAction.NewValue.0 80 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em… [all …]
|
D | feedWatch.emf.properties | 19 # required URL for the feed to check 42 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()" 59 # this will depend on what you run in response to a feed change, and if that process produces co… 60 …alue.0 - The original value of the node you asked for, from the previous cached version of the feed 61 …ion.NewValue.0 - The changed value of the node you asked for, from the latest version of the feed; 63 # if you asked for any changes to the feed, this will be the XML datestamp of the last update, e… 71 # If you only want to check for changes to the feed and handle the response yourself within Ant ins… 76 # If the node is found and the feed has been changed, the property feedWatchAction.NewValue.0 83 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an em… 84 # feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.…
|
D | _README.txt | 10 calls RSSFeedCreateFeedTask if no existing feed file already exists.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
D | messages.properties | 11 RSSFeedCommon.FileError=Error: no output file specified for feed, eg., ./feed.xml\! 16 RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\! 54 RSSFeedPublisherTask.ErrorInvalidFile=Error: invalid feed file specified 64 RSSFeedPublisherTask.ErrorNothingToDo=Error\! Must specify SCP and/or CVS options to publish a feed… 68 RSSFeedWatcherTask.ErrorNoWatchActions=Error\! Must specify for which feed changes to watch and wha… 72 RSSFeedWatcherTask.ToTheLatestVersion=to latest version of feed in
|
/external/autotest/frontend/afe/ |
D | urls.py | 3 from autotest_lib.frontend.afe.feeds import feed 6 'jobs' : feed.JobFeed
|
/external/tpm2/generator/ |
D | generator.py | 134 html_parser.feed(open(structures_file).read()) 140 html_parser.feed(open(commands_file).read())
|
/external/deqp/executor/ |
D | xeXMLParser.cpp | 82 void Tokenizer::feed (const deUint8* bytes, int numBytes) in feed() function in xe::xml::Tokenizer 373 void Parser::feed (const deUint8* bytes, int numBytes) in feed() function in xe::xml::Parser 375 m_tokenizer.feed(bytes, numBytes); in feed()
|
D | xeXMLParser.hpp | 91 void feed (const deUint8* bytes, int numBytes); 147 void feed (const deUint8* bytes, int numBytes);
|
D | xeContainerFormatParser.hpp | 61 void feed (const deUint8* bytes, size_t numBytes);
|
D | xeTestCaseListParser.cpp | 82 m_xmlParser.feed(bytes, numBytes); in parse()
|
D | xeTestLogParser.cpp | 54 m_containerParser.feed(bytes, numBytes); in parse()
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | noise_summary.py | 233 c.feed(html) 235 p.feed(html)
|
/external/clang/www/ |
D | libstdc++4.4-clang0x.patch | 126 * std::swap(d1,d2) will feed to this function. 231 * that std::swap(m1,m2) will feed to this function. 246 * std::swap(m1,m2) will feed to this function. 261 * std::swap(s1,s2) will feed to this function. 354 * std::swap(s1,s2) will feed to this function. 408 * std::swap(v1,v2) will feed to this function.
|
/external/autotest/site_utils/ |
D | phapi_lib.py | 458 feed = self.list_issues(q=search_text, can=search_space, 465 for t_issue in self._get_property_values(feed):
|
/external/markdown/docs/extensions/ |
D | RSS.txt | 29 * **TITLE** : The title for the feed.
|
/external/skia/tools/ |
D | compare_codereview.py | 51 parser.feed(urllib2.urlopen(url).read()) 172 parser.feed(urllib2.urlopen(url).read())
|
/external/swiftshader/third_party/LLVM/test/Transforms/DeadArgElim/ |
D | keepalive.ll | 7 ; Check if the pass doesn't modify anything that doesn't need changing. We feed
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | default.css | 3897 .feed ul { 3900 .feed .feed-nav { 3904 .feed .feed-nav li { 3907 height: 21px; /* +4px bottom border = 25px; same as .feed-nav */ 3911 .feed .feed-nav li.active { 3915 .feed .feed-container { 3919 .feed .feed-container .feed-frame { 3922 .feed .feed-container .feed-frame ul { 3926 .feed .feed-container .feed-frame ul ul { 3930 .feed .feed-container .feed-frame li { [all …]
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | keepalive.ll | 5 ; Check if the pass doesn't modify anything that doesn't need changing. We feed
|
/external/jline/src/src/main/resources/jline/ |
D | windowsbindings.properties | 37 # CTRL-L: Form feed - on windows, we'll move to the end of the history
|
/external/clang/test/Analysis/ |
D | PR3991.m | 57 …tFetchTicket:(GDataServiceTicket *)ticket finishedWithFeed:(GDataFeedDocList *)feed {
|
/external/selinux/gui/ |
D | html_util.py | 136 parser.feed(html)
|