Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 61) sorted by relevance

123

/aosp14/frameworks/base/libs/androidfw/
H A DBigBuffer.cpp29 Block& block = blocks_.back(); in NextBlockImpl() local
40 Block block = {}; in NextBlockImpl() local
56 Block& block = blocks_.back(); in NextBlock() local
68 Block block = {}; in NextBlock() local
81 for (const Block& block : blocks_) { in to_string() local
/aosp14/frameworks/base/libs/androidfw/tests/
H A DAppAsLib_test.cpp38 ssize_t block = table.getResource(app::R::integer::number1, &val); in TEST() local
57 ssize_t block = table.getResource(lib::R::integer::number1, &val); in TEST() local
76 ssize_t block = table.getResource(lib::R::integer::number1, &val); in TEST() local
H A DSplit_test.cpp87 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local
115 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local
164 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local
219 ssize_t block = table.getResource(R::string::test3, &val, MAY_NOT_BE_BAG); in TEST_F() local
H A DResTable_test.cpp154 ssize_t block = in TEST() local
175 ssize_t block = in TEST() local
208 ssize_t block = in TEST() local
338 ssize_t block = in TEST() local
409 ssize_t block = table.getResource(0x7f010001, &val, MAY_NOT_BE_BAG); in TEST() local
H A DTestHelpers.cpp62 ssize_t block = table.getResource(resource_id, &val, MAY_NOT_BE_BAG); in IsStringEqual() local
H A DBenchmarkHelpers.cpp48 ssize_t block = table.getResource(resid, &value, false /*may_be_bag*/, 0u /*density*/, &flags, in GetResourceBenchmarkOld() local
/aosp14/frameworks/base/core/java/android/os/
H A DConditionVariable.java92 public void block() in block() method in ConditionVariable
117 public boolean block(long timeoutMs) in block() method in ConditionVariable
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_reader_test.cpp56 std::string block(kBlockSize, 0); in WriteBaseDevice() local
86 std::string block(kBlockSize, 0); in TestBlockReads() local
104 std::string block(kBlockSize, 0); in TestBlockReads() local
H A Dsnapshotctl.cpp154 for (uint64_t block = 0; block < system_source_size / 4096; block++) { in CreateTestUpdate() local
/aosp14/system/core/libsparse/
H A Dsparse.cpp53 int sparse_file_add_data(struct sparse_file* s, void* data, uint64_t len, unsigned int block) { in sparse_file_add_data()
58 unsigned int block) { in sparse_file_add_fill()
63 uint64_t len, unsigned int block) { in sparse_file_add_file()
68 unsigned int block) { in sparse_file_add_fd()
188 unsigned int block; member
201 unsigned int block, unsigned int nr_blocks), in sparse_file_foreach_chunk()
H A Dbacked_block.cpp27 unsigned int block; member
274 unsigned int block) { in backed_block_add_fill()
291 unsigned int block) { in backed_block_add_data()
308 uint64_t len, unsigned int block) { in backed_block_add_file()
330 unsigned int block) { in backed_block_add_fd()
H A Dsparse_read.cpp102 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile()
167 int AddToSparseFile(struct sparse_file* s, int64_t len, unsigned int block) override { in AddToSparseFile()
213 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_raw_chunk()
247 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_fill_chunk()
463 unsigned int block = offset / s->block_size; in do_sparse_file_read_normal() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/utils/
H A DRequestThrottle.java80 public RequestThrottle(@NonNull Handler handler, @NonNull Supplier<Boolean> block) { in RequestThrottle()
99 int backoffBase, @NonNull Supplier<Boolean> block) { in RequestThrottle()
/aosp14/frameworks/base/tools/preload/
H A Dsorttable.js449 Array.forEach = function(array, block, context) { argument
466 String.forEach = function(string, block, context) { argument
473 var forEach = function(object, block, context) { argument
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DBinderIdentityChecker.java102 final BlockTree block = state.findEnclosing(BlockTree.class); in nextStatement() local
/aosp14/system/core/fastboot/
H A Dsuper_flash_helper.cpp93 unsigned int block = extent.offset / block_size; in GetSparseLayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlphaOptimizedButton.java61 public void setShouldBlockVisibilityChanges(boolean block) { in setShouldBlockVisibilityChanges()
H A DAlphaOptimizedFrameLayout.java64 public void setShouldBlockVisibilityChanges(boolean block) { in setShouldBlockVisibilityChanges()
/aosp14/system/core/init/
H A Ddevices.cpp282 void DeviceHandler::MakeDevice(const std::string& path, bool block, int major, int minor, in MakeDevice()
471 void DeviceHandler::HandleDevice(const std::string& action, const std::string& devpath, bool block, in HandleDevice()
542 bool block = false; in HandleUevent() local
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DBigBuffer.h159 Block& block = blocks_.back(); in BackUp() local
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_MediaCodecLinearBlock.h53 C2ConstLinearBlock block = mBuffer->data().linearBlocks().front(); in toC2Buffer() local
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlDom_test.cpp86 auto block = android::util::Copy(buffer); in TEST() local
/aosp14/frameworks/base/tests/JankBench/scripts/
H A Dadbutil.py50 def __call_adb(serial, args, block): argument
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DTarBackupReader.java680 private boolean readTarHeader(byte[] block) throws IOException { in readTarHeader()
783 private static void hexLog(byte[] block) { in hexLog()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
H A DUsbMidiBlockParser.java127 GroupTerminalBlock block = new GroupTerminalBlock(); in parseRawDescriptors() local

123