/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/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | exposure_compensate.hpp | 70 void feed(const std::vector<Point> &corners, const std::vector<UMat> &images, 73 virtual void feed(const std::vector<Point> &corners, const std::vector<UMat> &images, 90 void feed(const std::vector<Point> &/*corners*/, const std::vector<UMat> &/*images*/, in feed() function in cv::detail::NoExposureCompensator 101 void feed(const std::vector<Point> &corners, const std::vector<UMat> &images, 118 void feed(const std::vector<Point> &corners, const std::vector<UMat> &images,
|
D | blenders.hpp | 80 virtual void feed(InputArray img, InputArray mask, Point tl); 104 void feed(InputArray img, InputArray mask, Point tl); 131 void feed(InputArray img, InputArray mask, Point tl);
|
/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/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
D | _lxml.py | 102 def feed(self, markup): member in LXMLTreeBuilderForXML 113 self.parser.feed(data) 118 self.parser.feed(data) 221 def feed(self, markup): member in LXMLTreeBuilder 225 self.parser.feed(markup)
|
D | __init__.py | 122 def feed(self, markup): member in TreeBuilder 178 def feed(self, markup): member in SAXTreeBuilder
|
D | _htmlparser.py | 155 def feed(self, markup): member in HTMLParserTreeBuilder 160 parser.feed(markup)
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | spreadsheet.py | 234 self.feed = None 286 self.feed = gdata.spreadsheets.data.build_batch_cells_update( 288 self.feed.add_set_cell(1, 1, SHEET_DESCRIPTION) 299 self.feed.add_set_cell(self.START_ROW_NUMBER + row, 310 self.feed.add_set_cell(row, col, pressure_dict[size]) 350 self.ss_client.batch(self.feed, force=True)
|
D | noise_summary.py | 233 c.feed(html) 235 p.feed(html)
|
/external/opencv3/modules/stitching/src/ |
D | exposure_compensate.cpp | 61 void ExposureCompensator::feed(const std::vector<Point> &corners, const std::vector<UMat> &images, in feed() function in cv::detail::ExposureCompensator 67 feed(corners, images, level_masks); in feed() 71 void GainCompensator::feed(const std::vector<Point> &corners, const std::vector<UMat> &images, in feed() function in cv::detail::GainCompensator 163 void BlocksGainCompensator::feed(const std::vector<Point> &corners, const std::vector<UMat> &images, in feed() function in cv::detail::BlocksGainCompensator 200 compensator.feed(block_corners, block_images, block_masks); in feed()
|
/external/opencv3/modules/stitching/test/ |
D | test_blenders.cpp | 68 blender.feed(image1s, mask1, Point(0,0)); in TEST() 69 blender.feed(image2s, mask2, Point(0,0)); in TEST()
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/ |
D | htmlutil.py | 121 extractor.feed(contents) 144 strip.feed(str)
|
/external/autotest/frontend/afe/ |
D | urls.py | 3 from autotest_lib.frontend.afe.feeds import feed 7 '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);
|
/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 | 445 feed = self.list_issues(q=search_text, can=search_space, 452 for t_issue in self._get_property_values(feed):
|
/external/markdown/docs/extensions/ |
D | RSS.txt | 29 * **TITLE** : The title for the feed.
|