HomeSort by relevance Sort by last modified time
    Searched defs:block (Results 201 - 225 of 1844) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/vboot_reference/tests/
vb20_verify_fw.c 92 uint8_t block[8192]; local
109 size = sizeof(block);
113 /* Read next body block */
114 size = fread(block, 1, size, f);
119 rv = vb2api_extend_hash(ctx, block, size);
  /external/webrtc/webrtc/video/
report_block_stats_unittest.cc 22 // kSsrc1: block 1-3.
38 // kSsrc2: block 1,2.
60 RtcpStatistics block; local
61 block.cumulative_lost = stats.cumulativeLost;
62 block.fraction_lost = stats.fractionLost;
63 block.extended_max_sequence_number = stats.extendedHighSeqNum;
64 block.jitter = stats.jitter;
65 return block;
134 // First block.
  /frameworks/base/libs/androidfw/tests/
Idmap_test.cpp 64 ssize_t block = target_table_.getResource(R::string::test2, &val, false); local
65 ASSERT_GE(block, 0);
67 const ResStringPool* pool = target_table_.getTableStringBlock(block);
81 ASSERT_NE(block, new_block);
117 ssize_t block = table.getResource(kNonOverlaidResourceId, &val, false /*mayBeBag*/); local
118 ASSERT_GE(block, 0);
123 block = target_table_.getResource(kNonOverlaidResourceId, &val, false /*mayBeBag*/);
124 ASSERT_LT(block, 0);
  /frameworks/base/tools/aapt2/util/
BigBuffer.h 35 * block is allocated and appended to the end of the list.
40 * A contiguous block of allocated memory.
42 struct Block {
58 * The size of the memory block allocation.
63 typedef std::vector<Block>::const_iterator const_iterator;
66 * Create a BigBuffer with block allocation sizes
86 * Returns the next block available and puts the size in out_count.
106 * Pads the block with 'bytes' bytes of zero values.
111 * Pads the block so that it aligns on a 4 byte boundary.
133 std::vector<Block> blocks_
157 Block& block = blocks_.back(); local
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
ContentLock.java 28 * ContentLock provides a mechanism to block content from reloading while selection
39 * Increment the block count by 1
42 public synchronized void block() { method in class:ContentLock
48 * Decrement the block count by 1; If no other object is trying to block and there exists some
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
ContentLockTest.java 56 mLock.block();
64 mLock.block();
71 mLock.block();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 31 const CFGBlock *block; member in class:clang::ento::WorkListUnit
39 block(B),
45 block(nullptr),
51 /// Returns the block counter map associated with the worklist unit.
55 const CFGBlock *getBlock() const { return block; }
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 40 const blockSize = 64 // A DCT block is 8x8.
42 type block [blockSize]int32 type
72 func idct(src *block) {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug273.go 17 type block [1<<19]byte type
19 var g1 []block
32 g1 = make([]block, minus1)
36 g1 = make([]block, big)
40 g1 = make([]block, 10, minus1)
44 g1 = make([]block, 10, five)
48 g1 = make([]block, 10, big)
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 40 const blockSize = 64 // A DCT block is 8x8.
42 type block [blockSize]int32 type
72 func idct(src *block) {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug273.go 17 type block [1<<19]byte type
19 var g1 []block
32 g1 = make([]block, minus1)
36 g1 = make([]block, big)
40 g1 = make([]block, 10, minus1)
44 g1 = make([]block, 10, five)
48 g1 = make([]block, 10, big)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuTreePage.java 64 UiTreeBlock block = new UiTreeBlock(mEditor, rootNode, local
69 block.createContent(managedForm);

Completed in 1270 milliseconds

1 2 3 4 5 6 7 891011>>