Searched refs:t (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/edify/ |
D | lexer.ll | 64 \\t { gColumn += yyleng; gPos += yyleng; string_buffer.push_back('\t'); } 108 [ \t]+ ADVANCE;
|
D | README.md | 12 - String literals appear in double quotes. \n, \t, \", and \\ are 16 underscores, slashes, and periods don't need to be in double quotes.
|
/bootable/recovery/tools/image_generator/ |
D | README.md | 5 under recovery mode. And thus we don't need to do the manual work by running
|
/bootable/recovery/tests/component/ |
D | imgdiff_test.cpp | 683 for (auto& t : info) { in construct_store_entry() local 685 ASSERT_EQ(0, writer->StartEntry(std::get<0>(t).c_str(), 0)); in construct_store_entry() 686 const std::string content(std::get<1>(t) * 4096, std::get<2>(t)); in construct_store_entry() 694 for (auto& t : info) { in construct_deflate_entry() local 696 ASSERT_EQ(0, writer->StartEntry(std::get<0>(t).c_str(), ZipWriter::kCompress)); in construct_deflate_entry() 697 ASSERT_EQ(0, writer->WriteBytes(data.data() + std::get<1>(t) * 4096, std::get<2>(t) * 4096)); in construct_deflate_entry() 733 for (const auto& t : info) { in ConstructImageChunks() local 734 size_t length = std::get<1>(t); in ConstructImageChunks() 735 chunks.emplace_back(CHUNK_NORMAL, start, &content, length, std::get<0>(t)); in ConstructImageChunks()
|
/bootable/recovery/ |
D | README.md | 63 ### `adb devices` doesn't show the device. 108 recovery image doesn't honor the USB debugging toggle and the authorizations added under normal boot 109 (because such authorization data stays in /data, which recovery doesn't mount), nor does it support
|
/bootable/recovery/update_verifier/ |
D | Android.bp | 105 // Soong won't add "libprotobuf-python" to the dependencies if
|
D | update_verifier.cpp | 183 for (auto& t : threads) { in ReadBlocks() local 184 ret = t.get() && ret; in ReadBlocks()
|
/bootable/recovery/tests/ |
D | Android.bp | 74 // librecovery_defaults uses many shared libs that we want to avoid using in tests (e.g. we don't
|
/bootable/recovery/updater_sample/ |
D | README.md | 62 app doesn't receive onStatusUpdate and onPayloadApplicationCompleted notifications. 69 When `cancel` is called, status is set to `IDLE`, which doesn't allow 76 If they doesn't match, sample app calls `applyPayload` again with the same 135 can't be canceled after it was done.
|