HomeSort by relevance Sort by last modified time
    Searched refs:stash (Results 1 - 6 of 6) sorted by null

  /external/markdown/
regression-tests.py 99 self.stash = markdown.preprocessors.HtmlStash()
100 self.placeholder = self.stash.store('foo')
106 self.assertEqual(self.stash.html_counter, 1)
107 self.assertEqual(self.stash.rawHtmlBlocks, [('foo', False)])
111 placeholder = self.stash.store('bar')
114 self.assertEqual(self.stash.html_counter, 2)
115 self.assertEqual(self.stash.rawHtmlBlocks,
120 self.stash.store('bar', True)
121 self.assertEqual(self.stash.rawHtmlBlocks,
126 self.stash.reset(
    [all...]
  /build/core/
product.mk 258 # Stash vaues of the variables in _product_stash_var_list.
261 define stash-product-vars
268 # Assert that the the variable stashed by stash-product-vars remains untouched.
269 # $(1): The prefix as supplied to stash-product-vars
main.mk 449 # Before we go and include all of the module makefiles, stash away
453 $(call stash-product-vars, __STASHED)
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/
JSON.pm     [all...]
  /external/chromium_org/third_party/JSON/out/lib/perl5/
JSON.pm     [all...]

Completed in 139 milliseconds