/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
i2c.h | 75 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
i2c.h | 75 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
i2c.h | 75 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
i2c.h | 75 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
i2c.h | 75 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/ |
i2c.h | 63 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/ |
i2c.h | 63 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/ |
i2c.h | 63 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/ |
i2c.h | 63 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/ |
i2c.h | 63 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
i2c.h | 63 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
i2c.h | 63 __u8 block[I2C_SMBUS_BLOCK_MAX + 2]; member in union:i2c_smbus_data
|
/system/core/libsparse/ |
backed_block.c | 27 unsigned int block; member in struct:backed_block 72 return bb->block; 181 if (!bb->next || bb->next->block > start->block) { 196 /* Block doesn't exist (possible if one block is the last block) */ 201 assert(a->block < b->block); 210 if (a->block + block_len != b->block) [all...] |
sparse_read.c | 102 int fd, int64_t offset, unsigned int blocks, unsigned int block, 117 ret = sparse_file_add_fd(s, fd, offset, len, block); 140 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) 158 ret = sparse_file_add_fill(s, fill_val, len, block); 182 unsigned int block __unused, uint32_t *crc32) 237 verbose_error(s->verbose, ret, "data block at %" PRId64, offset); 245 verbose_error(s->verbose, ret, "fill block at %" PRId64, offset); 254 verbose_error(s->verbose, ret, "skip block at %" PRId64, offset); 262 verbose_error(s->verbose, -EINVAL, "crc block at %" PRId64, 268 verbose_error(s->verbose, -EINVAL, "unknown block %04X at %" PRId64 361 unsigned int block = 0; local [all...] |
/system/update_engine/payload_generator/ |
inplace_generator_unittest.cc | 49 using Block = InplaceGenerator::Block; 143 // Tests that a Block is initialized with the default values as a 145 Block block; local 146 EXPECT_EQ(Vertex::kInvalidIndex, block.reader); 147 EXPECT_EQ(Vertex::kInvalidIndex, block.writer); 185 vector<Block> blocks(9); 369 // Supplier of temp block: 596 // We can't produce MOVE operations with a source or destination in the block 0 [all...] |
/frameworks/base/core/java/android/content/res/ |
AssetManager.java | 180 final int block = loadResourceBagValue(resId, bagEntryId, outValue, true); local 181 if (block < 0) { 185 return mStringBlocks[block].get(outValue.data); 217 final int block = loadResourceValue(resId, (short) densityDpi, outValue, resolveRefs); local 218 if (block < 0) { 222 outValue.string = mStringBlocks[block].get(outValue.data); 237 int block; local 241 block = rawInfoArray[i]; 243 retArray[j] = index >= 0 ? mStringBlocks[block].get(index) : null; 263 final int block = loadThemeAttributeValue(theme, resId, outValue, resolveRefs) local 487 XmlBlock block = openXmlBlockAsset(cookie, fileName); local [all...] |
/frameworks/base/core/java/android/os/ |
RecoverySystem.java | 81 * of an OTA package on the /data partition. The block map file is 86 public static final File BLOCK_MAP_FILE = new File(RECOVERY_DIR, "block.map"); 223 PKCS7 block = local 228 X509Certificate[] certificates = block.getCertificates(); 235 SignerInfo[] signerInfos = block.getSignerInfos(); 260 SignerInfo verifyResult = block.verify(signerInfo, new InputStream() { 460 + "the block map file."); 461 throw new IOException("Failed to find block map file"); 480 // If the package is on the /data partition, use the block map 482 filename = "@/cache/recovery/block.map" [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ForkJoinPoolTest.java | 102 public boolean block() { method in class:ForkJoinPoolTest.ManagedLocker 148 locker.block(); [all...] |
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
ImageBackend.java | 457 protocol.block(); 884 public void block() throws InterruptedException { method in class:ImageBackend.BlockSignalProtocol [all...] |
/art/compiler/optimizing/ |
bounds_check_elimination_test.cc | 306 HBasicBlock* block = new (&allocator_) HBasicBlock(graph_); local 307 graph_->AddBlock(block); 308 entry->AddSuccessor(block); 316 block->AddInstruction(null_check); 317 block->AddInstruction(array_length); 318 block->AddInstruction(bounds_check6); 319 block->AddInstruction(array_set); 327 block->AddInstruction(null_check); 328 block->AddInstruction(array_length); 329 block->AddInstruction(bounds_check5) 374 HBasicBlock* block = new (allocator) HBasicBlock(graph); local 490 HBasicBlock* block = new (allocator) HBasicBlock(graph); local 596 HBasicBlock* block = new (allocator) HBasicBlock(graph); local 703 HBasicBlock* block = new (allocator) HBasicBlock(graph); local 805 HBasicBlock* block = new (&allocator_) HBasicBlock(graph_); local [all...] |
codegen_test.cc | 674 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; 676 block->InsertInstructionBefore(move, block->GetLastInstruction()); 722 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; 724 block->InsertInstructionBefore(move, block->GetLastInstruction()); 790 HBasicBlock* block = graph_in->GetEntryBlock()->GetSuccessors()[0]; 792 block->InsertInstructionBefore(move, block->GetLastInstruction()); 833 HBasicBlock* block = new (&allocator) HBasicBlock(graph) local [all...] |
graph_checker.cc | 34 static bool IsExitTryBoundaryIntoExitBlock(HBasicBlock* block) { 35 if (!block->IsSingleTryBoundary()) { 39 HTryBoundary* boundary = block->GetLastInstruction()->AsTryBoundary(); 40 return block->GetPredecessors().size() == 1u && 45 void GraphChecker::VisitBasicBlock(HBasicBlock* block) { 46 current_block_ = block; 48 // Check consistency with respect to predecessors of `block`. 52 sorted_predecessors.assign(block->GetPredecessors().begin(), block->GetPredecessors().end()); 61 std::count(p->GetSuccessors().begin(), p->GetSuccessors().end(), block); 865 HBasicBlock* block = instruction->GetBlock(); local 995 HBasicBlock* block = instruction->GetBlock(); local [all...] |
ssa_liveness_analysis.cc | 46 static void AddToListForLinearization(ArenaVector<HBasicBlock*>* worklist, HBasicBlock* block) { 47 HLoopInformation* block_loop = block->GetLoopInformation(); 55 // The block can be processed immediately. 59 worklist->insert(insert_pos.base(), block); 65 // - Back-edge is the last block before loop exits. 67 // (1): Record the number of forward predecessors for each block. This is to 75 HBasicBlock* block = it.Current(); local 76 size_t number_of_forward_predecessors = block->GetPredecessors().size(); 77 if (block->IsLoopHeader()) { 78 number_of_forward_predecessors -= block->GetLoopInformation()->NumberOfBackEdges() 118 HBasicBlock* block = it.Current(); local 161 HBasicBlock* block = it.Current(); local 213 HBasicBlock* block = it.Current(); local 332 const HBasicBlock& block = *it.Current(); local 394 HBasicBlock* block = liveness.GetBlockFromPosition(GetStart() \/ 2); local [all...] |
/bootable/recovery/uncrypt/ |
uncrypt.cpp | 19 // to be read directly from the block device without mounting the 22 // If the filesystem is using an encrypted block device, it will also 24 // (unencrypted) block device, so the file contents can be read 27 // The output of this program is a "block map" which looks like this: 29 // /dev/block/platform/msm_sdcc.1/by-name/userdata # block device 30 // 49652 4096 # file size in bytes, block size 31 // 3 # count of block ranges 32 // 1000 1008 # block range 0 33 // 2100 2102 # ... block range 308 int block = head_block; local 344 int block = head_block; local [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestTreeNodeStream.java | 338 Tree block = nodes[4]; local 348 rule1.addChild(block); 349 block.addChild(alt);
|