Home
last modified time | relevance | path

Searched refs:pile (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Dcanvasevents.py39 self.pile = None
65 def transfer(self, pile): argument
66 if self.pile:
67 self.pile.delete(self)
68 self.pile = None
69 self.pile = pile
70 if self.pile:
71 self.pile.add(self)
/external/llvm/test/CodeGen/WebAssembly/
Dlegalize.ll55 ; Check that big shifts work. This generates a big pile of code from the
/external/icu/icu4c/source/data/locales/
Dda.txt890 arrows{"pile"}
902 downwards_arrows{"pile, der peger nedad"}
903 downwards_upwards_arrows{"pile, der peger opad og nedad"}
928 leftwards_arrows{"pile, der peger mod venstre"}
929 leftwards_rightwards_arrows{"pile, der peger mod venstre og højre"}
951 rightwards_arrows{"pile, der peger mod højre"}
965 upwards_arrows{"pile, der peger opad"}
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dobjsize.ll1 ; Test a pile of objectsize bounds checking.
/external/llvm/test/Transforms/InstCombine/
Dobjsize.ll1 ; Test a pile of objectsize bounds checking.
/external/icu/icu4c/source/data/unit/
Dto.txt557 dnam{"sēpuni tēpile"}
558 other{"sēpuni tēpile ʻe {0}"}
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt120 have turned into a pile of dust.",
/external/curl/docs/
DCONTRIBUTE.md86 within the huge pile of source, and that gives a lot of extra work.
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt210 enough to simply block it, because that will cause a pile of queued
/external/libevent/
Dwhatsnew-2.0.txt17 growing pile of APIs. As of this writing, it covers everything except the
DChangeLog558 o Add a huge pile of tests for the new URI functions, and make them pass. (a5a76e6)
/external/pcre/dist2/doc/
Dpcre2test.txt720 pile() when compiling the regular expression. The same tables are used
1494 pile time.
Dpcre2.txt427 pile() and PCRE2_SPTR. These macros use the value of the macro
1171 pile():
1209 pile time error (Perl uses \U to upper case subsequent characters).
1768 pile(), return the size of the JIT compiled code, otherwise return
6795 pile time. (Duplicate names are also always permitted for subpatterns
8008 pile(), or by starting the pattern with (*NO_START_OPT). There is more
9124 pile(), and just-in-time compiling was successful, and the options
9825 pile time or at match time, PCRE2 assumes that the pattern or subject
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt836 㢦 < wooden\-post\-or\-pile\-for\-tethering\-animals;
1560 䂧 < rocks\-clustered\-pile\-up\-togethers;
3208 㞚 < to\-pile\-up\-layer\-by\-layer;
3471 䇏 < to\-pile\-one\-upon\-another;
3567 磊 < pile\-of\-rocks\-or\-stones;
4894 㙣 < to\-pile\-a\-sand\-hills;
8296 砢 < pile\-of\-stones;
11610 摞 < to\-pile\-up;
12458 㩹 < to\-pile\-on;
12511 板樁 < sheet\-pile;
[all …]
/external/python/cpython2/Objects/
Dlistsort.txt702 triggers a large pile of C-level pointer dereferences, conditionals, and
/external/selinux/policycoreutils/po/
Dfr.po3092 msgstr "Déterminer si mplayer peut rendre sa pile exécutable."
3397 "Si vous souhaitez autoriser des exécutables non-confinés à rendre leur pile "
3666 "la pile exécutable"
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.pat.txt6003 3pile
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt3602 磊>'[pile of rocks or stones]';
/external/valgrind/
DNEWS.old1499 unloaded at run-time is no longer dumped into a single "discard" pile,
/external/brotli/tests/testdata/
Dplrabn12.txt792 In wealth and luxury. Th' ascending pile
1465 Of ancient pile; all else deep snow and ice,
9453 Of grassy turf, and pile up every stone
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DHISTORY2964 - A large pile of datetime field-extraction macros is now documented,