/aosp14/frameworks/base/libs/androidfw/ |
H A D | BigBuffer.cpp | 29 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 D | AppAsLib_test.cpp | 38 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 D | Split_test.cpp | 87 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 D | ResTable_test.cpp | 154 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 D | TestHelpers.cpp | 62 ssize_t block = table.getResource(resource_id, &val, MAY_NOT_BE_BAG); in IsStringEqual() local
|
H A D | BenchmarkHelpers.cpp | 48 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 D | ConditionVariable.java | 92 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 D | snapshot_reader_test.cpp | 56 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 D | snapshotctl.cpp | 154 for (uint64_t block = 0; block < system_source_size / 4096; block++) { in CreateTestUpdate() local
|
/aosp14/system/core/libsparse/ |
H A D | sparse.cpp | 53 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 D | backed_block.cpp | 27 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 D | sparse_read.cpp | 102 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 D | RequestThrottle.java | 80 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 D | sorttable.js | 449 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 D | BinderIdentityChecker.java | 102 final BlockTree block = state.findEnclosing(BlockTree.class); in nextStatement() local
|
/aosp14/system/core/fastboot/ |
H A D | super_flash_helper.cpp | 93 unsigned int block = extent.offset / block_size; in GetSparseLayout() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AlphaOptimizedButton.java | 61 public void setShouldBlockVisibilityChanges(boolean block) { in setShouldBlockVisibilityChanges()
|
H A D | AlphaOptimizedFrameLayout.java | 64 public void setShouldBlockVisibilityChanges(boolean block) { in setShouldBlockVisibilityChanges()
|
/aosp14/system/core/init/ |
H A D | devices.cpp | 282 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 D | BigBuffer.h | 159 Block& block = blocks_.back(); in BackUp() local
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaCodecLinearBlock.h | 53 C2ConstLinearBlock block = mBuffer->data().linearBlocks().front(); in toC2Buffer() local
|
/aosp14/frameworks/base/tools/aapt2/xml/ |
H A D | XmlDom_test.cpp | 86 auto block = android::util::Copy(buffer); in TEST() local
|
/aosp14/frameworks/base/tests/JankBench/scripts/ |
H A D | adbutil.py | 50 def __call_adb(serial, args, block): argument
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
H A D | TarBackupReader.java | 680 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 D | UsbMidiBlockParser.java | 127 GroupTerminalBlock block = new GroupTerminalBlock(); in parseRawDescriptors() local
|