OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stash
(Results
1 - 5
of
5
) 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
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java
115
mPocket.
stash
(event.getClipData());
139
private void
stash
(ClipData clipping) {
method in class:ShirtPocket
184
stash
(null);
232
stash
(null);
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c
776
HV *
stash
;
local
778
stash
=SvSTASH(SvRV(obj));
781
GV *gv=*(GV**)hv_fetch(
stash
, "OWNER", 5, TRUE);
783
gv_init(gv,
stash
, "OWNER", 5, FALSE);
792
sv_bless(sv,
stash
);
/build/core/
product.mk
242
#
Stash
vaues of the variables in _product_stash_var_list.
245
define
stash
-product-vars
252
# Assert that the the variable stashed by
stash
-product-vars remains untouched.
253
# $(1): The prefix as supplied to
stash
-product-vars
main.mk
493
# Before we go and include all of the module makefiles,
stash
away
497
$(call
stash
-product-vars, __STASHED)
Completed in 66 milliseconds