HomeSort by relevance Sort by last modified time
    Searched full:stash (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /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...]
  /external/chromium_org/ios/public/consumer/base/
supports_user_data.h 12 // This is a helper for classes that want to allow users to stash random data by
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
BorderView.java 61 // we want to stash the height values for for the
63 // Additionally, we stash the total height of the view
  /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
  /external/chromium_org/base/
supports_user_data.h 17 // This is a helper for classes that want to allow users to stash random data by
  /external/chromium_org/net/base/
upload_data.h 27 // SupportsUserData to allow users to stash random data by
  /external/harfbuzz_ng/
TODO 60 - SFNT api? get_num_faces? get_table_tags? (there's something in stash)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
intercal.php 54 'STASH', 'RETRIEVE', 'NEXT', 'RESUME', 'FORGET', 'ABSTAIN', 'ABSTAINING',
  /external/markdown/markdown/
postprocessors.py 44 """ Iterate over html stash and restore "safe" html. """
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpsEngine.java 32 * Stash of HttpsEngine.connection.socket to implement requests like {@code
  /sdk/eclipse/
dictionary.txt 278 stash
  /dalvik/vm/interp/
Interp.h 24 * Stash the dalvik PC in the frame. Called during interpretation.
  /external/chromium_org/ppapi/proxy/
resource_message_test_sink.cc 124 // Stash a copy of the message for inspection later.
  /external/chromium_org/sandbox/win/src/
shared_handles.h 20 // SharedHandles is a simple class to stash and find windows object handles
  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.cpp 56 // We stash a pointer to the block header, just before the allocated space,
  /external/linux-tools-perf/util/
hist.h 29 * sample_event.period and stash the result in total_period.
  /external/skia/src/gpu/
GrMemoryPool.cpp 56 // We stash a pointer to the block header, just before the allocated space,
  /frameworks/av/media/libnbaio/
MonoPipeReader.cpp 54 // with no discontinuities. We stash this value so it can be used by the
  /external/clang/utils/
clang-completion-mode.el 94 (defun clang-completion-stash-filter (proc string)
169 (set-process-filter cc-proc 'clang-completion-stash-filter)
  /external/chromium/chrome/browser/ui/gtk/
js_modal_dialog_gtk.cc 20 // We stash pointers to widgets on the gtk_dialog so we can refer to them
  /external/chromium_org/base/threading/
platform_thread_posix.cc 70 // Stash the id in the handle so the calling thread has a complete
  /external/chromium_org/chrome/browser/ui/gtk/
javascript_app_modal_dialog_gtk.cc 20 // We stash pointers to widgets on the gtk_dialog so we can refer to them
  /external/chromium_org/chrome/browser/ui/gtk/tab_contents/
chrome_web_contents_view_delegate_gtk.cc 60 // Stash this in the WebContents.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_lifecycle.html 167 You should stash data to prevent data loss.
  /external/chromium_org/content/browser/geolocation/
location_arbitrator_impl.cc 56 // Stash options as OnAccessTokenStoresLoaded has not yet been called.

Completed in 1041 milliseconds

1 2 3 4 5 6 7 8 910