HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 351 - 375 of 4734) sorted by null

<<11121314151617181920>>

  /frameworks/support/navigation/common/ktx/src/main/java/androidx/navigation/
NavGraphBuilder.kt 27 block: NavGraphBuilder.() -> Unit
28 ) = NavGraphBuilder(this, id, startDestination).apply(block).build()
36 block: NavGraphBuilder.() -> Unit
37 ) = destination(NavGraphBuilder(provider, id, startDestination).apply(block))
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
FrameDecorator.py 262 block = self.frame.block()
264 block = None
266 while block != None:
267 if block.is_global or block.is_static:
269 for sym in block:
275 block = block.superblock
287 block = self.frame.block(
    [all...]
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
FrameDecorator.py 262 block = self.frame.block()
264 block = None
266 while block != None:
267 if block.is_global or block.is_static:
269 for sym in block:
275 block = block.superblock
287 block = self.frame.block(
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ctr.go 7 // CTR converts a block cipher into a stream cipher by
16 b Block
31 // NewCTR returns a Stream which encrypts/decrypts using the given Block in
32 // counter mode. The length of iv must be the same as the Block's block size.
33 func NewCTR(block Block, iv []byte) Stream {
34 if ctr, ok := block.(ctrAble); ok {
37 if len(iv) != block.BlockSize() {
38 panic("cipher.NewCTR: IV length must equal block size"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/cipher/
ctr.go 7 // CTR converts a block cipher into a stream cipher by
16 b Block
31 // NewCTR returns a Stream which encrypts/decrypts using the given Block in
32 // counter mode. The length of iv must be the same as the Block's block size.
33 func NewCTR(block Block, iv []byte) Stream {
34 if ctr, ok := block.(ctrAble); ok {
37 if len(iv) != block.BlockSize() {
38 panic("cipher.NewCTR: IV length must equal block size"
    [all...]
  /system/tools/hidl/docs/src/writer/files/
TypesFileWriter.kt 33 <div id="api-info-block">
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
itblock.s 1 # All-true IT block macro.
  /external/kotlinc/lib/
kotlin-test.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pyarena.c 4 /* A simple arena block structure.
8 block.
20 /* Total number of bytes owned by this block available to pass out.
37 /* Pointer to the first allocatable byte owned by this block. Read-
41 } block; typedef in typeref:struct:_block
49 /* Pointer to the first block allocated for the arena, never NULL.
50 It is used only to find the first block when the arena is
53 block *a_head;
55 /* Pointer to the block currently used for allocation. It's
57 call to block_alloc(), it means a new block has been allocated
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pyarena.c 4 /* A simple arena block structure.
8 block.
20 /* Total number of bytes owned by this block available to pass out.
37 /* Pointer to the first allocatable byte owned by this block. Read-
41 } block; typedef in typeref:struct:_block
49 /* Pointer to the first block allocated for the arena, never NULL.
50 It is used only to find the first block when the arena is
53 block *a_head;
55 /* Pointer to the block currently used for allocation. It's
57 call to block_alloc(), it means a new block has been allocated
    [all...]
  /external/eigen/test/
product.h 160 VERIFY_IS_APPROX(res.block(0,0,1,rows).noalias() = m1.col(0).transpose() * square.transpose(), (ref.row(0) = m1.col(0).transpose() * square.transpose()));
161 VERIFY_IS_APPROX(res.block(0,0,1,rows).noalias() = m1.block(0,0,rows,1).transpose() * square.transpose(), (ref.row(0) = m1.col(0).transpose() * square.transpose()));
162 VERIFY_IS_APPROX(res.block(0,0,1,rows).noalias() = m1.col(0).transpose() * square, (ref.row(0) = m1.col(0).transpose() * square));
163 VERIFY_IS_APPROX(res.block(0,0,1,rows).noalias() = m1.block(0,0,rows,1).transpose() * square, (ref.row(0) = m1.col(0).transpose() * square));
165 VERIFY_IS_APPROX(res2.block(0,0,1,cols).noalias() = m1.row(0) * square2.transpose(), (ref2.row(0) = m1.row(0) * square2.transpose()));
166 VERIFY_IS_APPROX(res2.block(0,0,1,cols).noalias() = m1.block(0,0,1,cols) * square2.transpose(), (ref2.row(0) = m1.row(0) * square2.transpose()));
167 VERIFY_IS_APPROX(res2.block(0,0,1,cols).noalias() = m1.row(0) * square2, (ref2.row(0) = m1.ro (…)
    [all...]
  /external/python/cpython2/Python/
pyarena.c 4 /* A simple arena block structure.
8 block.
20 /* Total number of bytes owned by this block available to pass out.
37 /* Pointer to the first allocatable byte owned by this block. Read-
41 } block; typedef in typeref:struct:_block
49 /* Pointer to the first block allocated for the arena, never NULL.
50 It is used only to find the first block when the arena is
53 block *a_head;
55 /* Pointer to the block currently used for allocation. It's
57 call to block_alloc(), it means a new block has been allocate
    [all...]
  /external/python/cpython3/Python/
pyarena.c 3 /* A simple arena block structure.
7 block.
17 /* Total number of bytes owned by this block available to pass out.
34 /* Pointer to the first allocatable byte owned by this block. Read-
38 } block; typedef in typeref:struct:_block
46 /* Pointer to the first block allocated for the arena, never NULL.
47 It is used only to find the first block when the arena is
50 block *a_head;
52 /* Pointer to the block currently used for allocation. It's
54 call to block_alloc(), it means a new block has been allocate
    [all...]
  /system/nfc/src/adaptation/
libmain.cc 33 std::string getFilenameForBlock(const unsigned block) {
35 return StringPrintf("%s/%s%u", nfc_storage_path.c_str(), bin.c_str(), block);
84 extern void nfa_nv_co_read(uint8_t* pBuffer, uint16_t nbytes, uint8_t block) {
85 std::string filename = getFilenameForBlock(block);
98 nfa_nv_ci_read(actualReadData, NFA_NV_CO_OK, block);
101 nfa_nv_ci_read(0, NFA_NV_CO_FAIL, block);
106 nfa_nv_ci_read(0, NFA_NV_CO_FAIL, block);
130 uint8_t block) {
131 std::string filename = getFilenameForBlock(block);
203 for (auto block : verify_blocks)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 41 /** {@code non-null;} block output order */
44 /** {@code non-null;} address objects for each block */
52 * @param order {@code non-null;} block output order
53 * @param addresses {@code non-null;} address objects for each block
85 BasicBlock block = blocks.get(i); local
86 TypeList catches = block.getLastInsn().getCatches();
102 BasicBlock block = blocks.get(i); local
103 TypeList catches = block.getLastInsn().getCatches();
118 * @param order {@code non-null;} block output order
119 * @param addresses {@code non-null;} address objects for each block
133 BasicBlock block = blocks.labelToBlock(order[i]); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
StdCatchBuilder.java 40 /** {@code non-null;} block output order */
43 /** {@code non-null;} address objects for each block */
51 * @param order {@code non-null;} block output order
52 * @param addresses {@code non-null;} address objects for each block
86 BasicBlock block = blocks.get(i); local
87 TypeList catches = block.getLastInsn().getCatches();
104 BasicBlock block = blocks.get(i); local
105 TypeList catches = block.getLastInsn().getCatches();
120 * @param order {@code non-null;} block output order
121 * @param addresses {@code non-null;} address objects for each block
135 BasicBlock block = blocks.labelToBlock(order[i]); local
    [all...]
  /external/nos/test/system-test-harness/src/test-data/NIST-CAVP/
nist2h.py 22 """Parse a HEADER block, of form:
38 raise Exception('Invalid header block line: %s' % line)
43 """Parse a DATA block, of form:
52 # Block not started, ignore blank line.
58 # Read a block.
59 block = {}
63 # End of block.
68 block[key.strip()] = value.strip()
69 blocks.append(block)
108 def _format32(block)
    [all...]
  /art/compiler/optimizing/
block_builder.cc 53 HBasicBlock* block = branch_targets_[store_dex_pc]; local
54 if (block == nullptr) {
55 block = new (allocator_) HBasicBlock(graph_, semantic_dex_pc);
56 branch_targets_[store_dex_pc] = block;
58 DCHECK_EQ(block->GetDexPc(), semantic_dex_pc);
59 return block;
63 // Create the first block for the dex instructions, single successor of the entry block.
68 // places where the program might fall through into/out of the a block and
76 // TODO: Do not create block if the last instruction cannot fall through
147 HBasicBlock* block = graph_->GetEntryBlock(); local
    [all...]
  /external/python/cpython3/Modules/_blake2/impl/
blake2b.c 185 /* init xors IV with input parameter block */
202 /* Some sort of default parameter block initialization, for sequential blake2b */
250 uint8_t block[BLAKE2B_BLOCKBYTES]; local
251 memset( block, 0, BLAKE2B_BLOCKBYTES );
252 memcpy( block, key, keylen );
253 blake2b_update( S, block, BLAKE2B_BLOCKBYTES );
254 secure_zero_memory( block, BLAKE2B_BLOCKBYTES ); /* Burn the key from stack */
259 BLAKE2_LOCAL_INLINE(int) blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] )
272 const __m128i m0 = LOADU( block + 00 );
273 const __m128i m1 = LOADU( block + 16 )
    [all...]
  /external/valgrind/none/tests/arm/
v8fpsimd_a.c 124 //static void showBlock ( const char* msg, V128* block, Int nBlock )
130 // showV128(&block[i]);
204 V128 block[4+1]; \
205 memset(block, 0x55, sizeof(block)); \
206 randV128(&block[0], ty); \
207 randV128(&block[1], ty); \
208 randV128(&block[2], ty); \
209 randV128(&block[3], ty); \
219 : : "r"(&block[0])
    [all...]
v8fpsimd_t.c 124 //static void showBlock ( const char* msg, V128* block, Int nBlock )
130 // showV128(&block[i]);
204 V128 block[4+1]; \
205 memset(block, 0x55, sizeof(block)); \
206 randV128(&block[0], ty); \
207 randV128(&block[1], ty); \
208 randV128(&block[2], ty); \
209 randV128(&block[3], ty); \
219 : : "r"(&block[0])
    [all...]
  /external/skia/src/gpu/
GrTRecorder.h 74 * Removes and destroys the last block added to the recorder. It may not be called when the
115 /** Allocates a new block and appends it to prev if not nullptr. The length param is in units
118 MemBlock* block = reinterpret_cast<MemBlock*>( local
120 block->fLength = length;
121 block->fBack = 0;
122 block->fNext = nullptr;
123 block->fPrev = prev;
126 prev->fNext = block;
128 return block;
131 // Frees from this block forward. Also adjusts prev block's next ptr
    [all...]
GrBufferAllocPool.cpp 32 #define UNMAP_BUFFER(block) \
38 (float)((block).fBytesFree) / (block).fBuffer->gpuMemorySize()); \
39 (block).fBuffer->unmap(); \
88 BufferBlock& block = fBlocks.back(); local
89 if (block.fBuffer->isMapped()) {
90 UNMAP_BUFFER(block);
92 size_t flushSize = block.fBuffer->gpuMemorySize() - block.fBytesFree;
210 // Give caller all remaining space in this block (but aligned correctly
251 BufferBlock& block = fBlocks.back(); local
280 BufferBlock& block = fBlocks.push_back(); local
326 BufferBlock& block = fBlocks.back(); local
    [all...]
  /external/skqp/src/gpu/
GrTRecorder.h 74 * Removes and destroys the last block added to the recorder. It may not be called when the
115 /** Allocates a new block and appends it to prev if not nullptr. The length param is in units
118 MemBlock* block = reinterpret_cast<MemBlock*>( local
120 block->fLength = length;
121 block->fBack = 0;
122 block->fNext = nullptr;
123 block->fPrev = prev;
126 prev->fNext = block;
128 return block;
131 // Frees from this block forward. Also adjusts prev block's next ptr
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/applications/
resnet50.py 59 def identity_block(input_tensor, kernel_size, filters, stage, block):
60 """The identity block is the block that has no conv layer at shortcut.
67 block: 'a','b'..., current block label, used for generating layer names
70 Output tensor for the block.
77 conv_name_base = 'res' + str(stage) + block + '_branch'
78 bn_name_base = 'bn' + str(stage) + block + '_branch'
98 def conv_block(input_tensor, kernel_size, filters, stage, block, strides=(2,
100 """A block that has a conv layer at shortcut
    [all...]

Completed in 344 milliseconds

<<11121314151617181920>>