OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocks
(Results
1526 - 1550
of
5464
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/ndk/sources/cxx-stl/stlport/src/
allocators.cpp
187
* allocator instances might exchange memory
blocks
making the implementation
255
// Header of
blocks
of memory that have been allocated as part of
282
// List of
blocks
of free memory
536
//We are going to add a small memory block to keep all the allocated
blocks
587
// We couldn't satisfy it from the list of free
blocks
, get new memory.
602
// Not enough to put into list of free
blocks
, divvy it up here.
614
// Add node to list of available
blocks
and recursively allocate from it.
644
// Push excess memory allocated in this chunk into list of free memory
blocks
670
// Clear the free
blocks
and all freelistst. This makes sure that if
[
all
...]
/prebuilts/tools/common/proguard/proguard4.7/docs/
downloads.html
79
<li>Fixed preverification of returning try
blocks
with finally
blocks
, inside
80
try
blocks
, when compiled with JDK 1.4.
173
<li>Fixed inlining of finally
blocks
surrounded by large try
blocks
, compiled
175
<li>Fixed optimization of complex finally
blocks
, compiled with JDK 1.4 or
361
<li>Fixed optimization of subsequent try/catch/finally
blocks
with return
367
<li>Fixed overflows of offsets in long code
blocks
.
382
<li>Fixed optimization of nested try/catch/finally
blocks
with return
/dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java
33
* in SSA form. Will be converted to moves in predecessor
blocks
before
293
* Returns the list of predecessor
blocks
associated with all operands
298
* @return list of predecessor
blocks
, empty if none
/dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp
261
* The following are building
blocks
to construct low-level IRs with 0 - 4
391
* The following are building
blocks
to insert constants into the pool or
439
*
blocks
.
/dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp
269
* The following are building
blocks
to construct low-level IRs with 0 - 4
363
* The following are building
blocks
to insert constants into the pool or
402
*
blocks
.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
AST.stg
152
referencedElements, // elements in immediately block; no nested
blocks
166
referencedElements, // elements in immediately block; no nested
blocks
180
referencedElements, // elements in immediately block; no nested
blocks
/external/bluetooth/bluedroid/stack/gap/
gap_utils.c
318
** Description Look through the GAP Control
Blocks
for a free one.
341
/* If here, no free control
blocks
found */
369
** Description Look through the GAP Control
Blocks
that are in use
/external/ceres-solver/internal/ceres/
linear_solver.h
107
// Hints about the order in which the parameter
blocks
should be
112
// parameter
blocks
0 ... elimination_groups[0] - 1 first, and
115
// choose how the parameter
blocks
are ordered. Different linear
visibility_based_preconditioner_test.cc
90
// vector<int>
blocks
(num_col_blocks - num_eliminate_blocks_, 0);
92
//
blocks
[i - num_eliminate_blocks_] = bs->cols[i].size;
101
// schur_complement_.reset(new BlockRandomAccessDenseMatrix(
blocks
));
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwTestBase.java
101
* Loads url on the UI thread and
blocks
until onPageFinished is called.
139
* Posts url on the UI thread and
blocks
until onPageFinished is called.
170
* Loads data on the UI thread and
blocks
until onPageFinished is called.
/external/chromium_org/net/disk_cache/
block_files_unittest.cc
73
// Now delete all the
blocks
, so that we can delete the two extra files.
221
header->empty[2] = 50; // 50 free
blocks
of size 3.
302
// Tests that we add and remove
blocks
correctly.
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2speed.c
254
printf("Doing RC2_cbc_encrypt on %ld byte
blocks
for 10 seconds\n",
258
printf("Doing RC2_cbc_encrypt %ld times on %ld byte
blocks
\n",cc,
266
printf("%ld RC2_cbc_encrypt's of %ld byte
blocks
in %.2f second\n",
/external/chromium_org/third_party/smhasher/src/
Spooky.cpp
153
// handle all whole sc_blockSize
blocks
of bytes
260
// handle all whole
blocks
of sc_blockSize bytes
329
// m_data can contain two
blocks
; handle any whole first block
/external/chromium_org/v8/src/arm/
lithium-gap-resolver-arm.cc
115
// as this one's destination
blocks
this one so recursively perform all
119
if (other_move.
Blocks
(destination) && !other_move.IsPending()) {
135
if (other_move.
Blocks
(destination)) {
/external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.cc
116
// as this one's destination
blocks
this one so recursively perform all
120
if (other_move.
Blocks
(destination) && !other_move.IsPending()) {
136
if (other_move.
Blocks
(destination)) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
PhiInsn.java
29
* in SSA form. Will be converted to moves in predecessor
blocks
before
289
* Returns the list of predecessor
blocks
associated with all operands
294
* @return list of predecessor
blocks
, empty if none
/external/e2fsprogs/misc/
findsuper.c
27
* of
blocks
...
67
* offset in 1024-byte
blocks
, the size of the ext2 partition in fs
68
*
blocks
, the filesystem blocksize (in bytes), the block group number
tune2fs.c
800
_("bad reserved
blocks
count - %s"),
1003
"\tstride=<RAID per-disk chunk size in
blocks
>\n"
1004
"\tstripe_width=<RAID stride*data disks in
blocks
>\n"
1016
*
blocks
to be moved
[
all
...]
/external/jpeg/
change.log
11
copying all APPn
blocks
as well, or to suppress comments. (Formerly it
12
always suppressed comments and APPn
blocks
.) jpegtran now also preserves
36
Handling of truncated data streams is more robust:
blocks
beyond the one in
/external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c
27
// This is used to figure out a context for the ref
blocks
. The code flattens
201
// The nearest 2
blocks
are treated differently
229
// as before except we don't need to keep track of sub
blocks
or
/external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h
88
// All
blocks
in postorder.
192
// number of loop iterations. The loop
blocks
will be revisited so they all
289
// Travel over all
blocks
in postorder.
/external/llvm/lib/CodeGen/
InterferenceCache.cpp
83
Blocks
.resize(MF->getNumBlockIDs());
130
BlockInterference *BI = &
Blocks
[MBBNum];
182
BI = &
Blocks
[MBBNum];
/external/llvm/lib/Target/X86/
X86VZeroUpper.cpp
56
// Machine Basic
Blocks
are classified according this pass:
151
/// runOnMachineFunction - Loop over all of the basic
blocks
, inserting
186
// Process all basic
blocks
.
/external/openssl/crypto/rc2/
rc2speed.c
254
printf("Doing RC2_cbc_encrypt on %ld byte
blocks
for 10 seconds\n",
258
printf("Doing RC2_cbc_encrypt %ld times on %ld byte
blocks
\n",cc,
266
printf("%ld RC2_cbc_encrypt's of %ld byte
blocks
in %.2f second\n",
/external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java
197
// Evaluate the target instruction
blocks
.
229
// Evaluate the target instruction
blocks
.
376
// Restore the stack size for possible subsequent instruction
blocks
.
Completed in 1839 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>