HomeSort by relevance Sort by last modified time
    Searched refs:stash (Results 1 - 20 of 20) 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...]
  /external/u-boot/include/fsl-mc/
fsl_qbman_portal.h 40 * the caller provides in 'storage_phys'), and 'stash' controls whether or not
45 int stash);
130 int stash);
  /external/fec/
ssebfly29.s 115 movl %ebx,(%edx) # stash first 32 decisions
119 movl %ebx,4(%edx) # stash second 32 decisions
123 movl %ebx,8(%edx) # stash first 32 decisions
127 movl %ebx,12(%edx) # stash second 32 decisions
131 movl %ebx,16(%edx) # stash first 32 decisions
135 movl %ebx,20(%edx) # stash second 32 decisions
139 movl %ebx,24(%edx) # stash first 32 decisions
143 movl %ebx,28(%edx) # stash second 32 decisions
254 # stash metric pointers
257 movl %edx,DP(%ebx) # stash incremented value of vp->d
    [all...]
ssebfly27.s 117 movl %ebx,(%edx) # stash first 32 decisions
121 movl %ebx,4(%edx) # stash second 32 decisions
185 # stash metric pointers
188 movl %edx,DP(%ebx) # stash incremented value of vp->dp
  /bootable/recovery/updater/include/private/
commands.h 66 // Represents the stash info used in a Command.
90 friend std::ostream& operator<<(std::ostream& os, const StashInfo& stash);
92 // The id (i.e. hash) of the stash.
94 // The matching location of the stash.
98 std::ostream& operator<<(std::ostream& os, const StashInfo& stash);
112 for (const auto& stash : stashes_) {
113 blocks_ += stash.ranges().blocks();
153 // blocks represented by the object, or empty if all the data should be loaded from stash.
156 // (i.e. nothing needs to be loaded from stash).
272 // stash <stash_id> <src_ranges
349 const StashInfo& stash() const { function in class:Command
    [all...]
  /external/u-boot/cmd/
bootstage.c 46 printf("No bootstage stash area defined\n");
50 if (0 == strcmp(argv[0], "stash"))
62 U_BOOT_CMD_MKENT(stash, 4, 0, do_bootstage_stash, "", ""),
92 "stash [<start> [<size>]] - Stash data into memory\n"
  /bootable/recovery/tests/unit/
commands_test.cpp 35 ASSERT_EQ(Command::Type::STASH, Command::ParseType("stash"));
177 ASSERT_EQ(StashInfo(), command.stash());
209 ASSERT_EQ(StashInfo(), command.stash());
225 ASSERT_EQ(StashInfo(), command.stash());
241 ASSERT_EQ(StashInfo("hash1", RangeSet()), command.stash());
265 ASSERT_EQ(StashInfo(), command.stash());
288 ASSERT_EQ(StashInfo(), command.stash());
304 ASSERT_EQ(StashInfo(), command.stash());
309 const std::string input{ "stash hash1 2,5,10" }
    [all...]
  /bootable/recovery/updater/
commands.cpp 69 } else if (type_str == "stash") {
70 return Type::STASH;
153 // Each word is a an index into the stash table, a colon, and then a RangeSet describing where
157 *err = "invalid stash info";
162 *err = "invalid stash location";
207 } else if (op == Type::STASH) {
208 // stash <stash_id> <src_ranges>
350 for (const StashInfo& stash : stashes_) {
351 std::vector<uint8_t> stash_buffer(stash.blocks() * block_size);
352 if (stash_reader(stash.id(), &stash_buffer) != 0)
    [all...]
blockimg.cpp 574 // Source blocks in stash only, no work to do.
612 // If the calculated hash for the whole stash doesn't match the stash id, print the SHA-1
630 // If the stash file doesn't exist, read the source blocks this stash contains and print the
634 LOG(ERROR) << "No stash saved for id: " << id;
638 LOG(INFO) << "print hash in hex for source blocks in missing stash: " << id;
642 LOG(ERROR) << "failed to read source blocks for stash: " << id;
680 // Does a best effort enumeration of stash files. Ignores possible non-file items in the stash
1035 std::vector<uint8_t> stash; local
    [all...]
  /external/u-boot/drivers/net/fsl-mc/dpio/
qbman_portal.c 210 int stash)
215 qb_attr_code_encode(&code_eq_rsp_stash, cl, !!stash);
284 int stash)
296 qb_attr_code_encode(&code_pull_stash, cl, !!stash);
  /external/u-boot/common/
board_f.c 697 const void *stash = map_sysmem(CONFIG_BOOTSTAGE_STASH_ADDR, local
700 ret = bootstage_unstash(stash, CONFIG_BOOTSTAGE_STASH_SIZE);
  /art/runtime/interpreter/mterp/x86_64/
main.S 711 movl %eax, rINST # stash return value
  /art/runtime/interpreter/mterp/arm/
main.S 740 mov rINST, r0 @ stash return value
  /art/runtime/interpreter/mterp/mips64/
main.S 686 move rINST, v0 # stash return value
  /art/runtime/interpreter/mterp/x86/
main.S 757 movl %eax, rINST # stash return value
  /external/syzkaller/vendor/golang.org/x/net/http2/
http2.go 369 // stash it away while we sort the user's buffer.
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 522 stash = re.findall(ptrn, src)
523 if len(stash) == 1:
525 objExt.name = stash[0]
    [all...]
  /art/runtime/interpreter/mterp/mips/
main.S     [all...]
  /external/boringssl/src/util/fipstools/delocate/
delocate.go 500 w.WriteString("\tmflr " + dest + "\n") // Stash the link register.
502 // The TOC loader will use r3, so stash it if necessary.
    [all...]
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 935 milliseconds