OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocks
(Results
1926 - 1950
of
5464
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/db/
SelectionBuilder.java
68
* // + "LEFT OUTER JOIN
blocks
ON sessions.block_id=
blocks
.block_id "
78
* .map(
Blocks
.NUM_STARRED_SESSIONS, Subquery.BLOCK_NUM_STARRED_SESSIONS)
/developers/samples/android/common/src/java/com/example/android/common/db/
SelectionBuilder.java
68
* // + "LEFT OUTER JOIN
blocks
ON sessions.block_id=
blocks
.block_id "
78
* .map(
Blocks
.NUM_STARRED_SESSIONS, Subquery.BLOCK_NUM_STARRED_SESSIONS)
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
SelectionBuilder.java
68
* // + "LEFT OUTER JOIN
blocks
ON sessions.block_id=
blocks
.block_id "
78
* .map(
Blocks
.NUM_STARRED_SESSIONS, Subquery.BLOCK_NUM_STARRED_SESSIONS)
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java
128
* list queue that
blocks
when the queue is empty.
134
* list queue that
blocks
when the queue is empty.
140
* decoding, using a linked list queue that
blocks
when the queue is empty.
/external/bluetooth/bluedroid/stack/include/
mca_api.h
33
#define MCA_NUM_CCBS ((MCA_NUM_REGS)*(MCA_NUM_LINKS)) /* Number of control channel control
blocks
*/
34
#define MCA_NUM_DCBS ((MCA_NUM_REGS)*(MCA_NUM_LINKS)*(MCA_NUM_MDLS)) /* Number of data channel control
blocks
*/
221
** Description Initialize MCAP internal control
blocks
.
/external/chromium_org/media/cast/rtcp/
rtcp_receiver.cc
199
// We filter out all report
blocks
that are not for us.
200
// Each packet has max 31 RR
blocks
.
209
// Filter out all report
blocks
that are not for us.
/external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc
473
// Check if the energy of candidate
blocks
of each channel computed correctly.
537
// Check the energy of the candidate
blocks
of the first channel.
548
// Check the energy of the candidate
blocks
of the second channel.
/external/chromium_org/third_party/lcov/man/
lcovrc.5
179
# Use gcov's --all-
blocks
option if non-zero
619
If non\-zero, call the gcov tool with option --all-
blocks
.
621
Using --all-
blocks
will produce more detailed branch coverage information for
/external/chromium_org/third_party/libwebp/dec/
vp8i.h
75
// and two 8x8 chroma
blocks
(u/v). These are better be 16-bytes aligned,
77
// top-left samples (from previously decoded
blocks
), along with four
266
// bit-wise info about the content of each sub-4x4
blocks
: there are 16 bits
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c
51
* @param packed is a <n x i32> vector with the packed UYVY
blocks
119
* @param packed is a <n x i32> vector with the packed YUYV
blocks
440
* @param packed is a <n x i32> vector with the packed YUYV
blocks
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_arm.c
65
#define
blocks
openssl_poly1305_neon2_blocks
macro
69
extern int
blocks
(fe1305x2 *h, const fe1305x2 *precomp, const unsigned char *in, unsigned int inlen);
268
tlen -=
blocks
(h, precomp, in, tlen);
/external/chromium_org/v8/src/
hydrogen-bce.cc
308
// Eliminates checks in bb and recursively in the dominated
blocks
.
317
zone()->NewArray<HBoundsCheckEliminationState>(graph()->
blocks
()->length());
332
// Recursively visit children
blocks
.
hydrogen-check-elimination.cc
505
engine.AnalyzeDominatedBlocks(graph()->
blocks
()->at(0), table);
508
for (int i = 0; i < graph()->
blocks
()->length(); i++) {
510
engine.AnalyzeOneBlock(graph()->
blocks
()->at(i), table);
hydrogen-load-elimination.cc
500
engine.AnalyzeDominatedBlocks(graph()->
blocks
()->at(0), table);
503
for (int i = 0; i < graph()->
blocks
()->length(); i++) {
505
engine.AnalyzeOneBlock(graph()->
blocks
()->at(i), table);
/external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h
105
/// Inline C functions and
blocks
when their definitions are available.
363
// Returns the size of the functions (in basic
blocks
), which should be
369
// Returns the bound on the number of basic
blocks
in an inlined function
/external/e2fsprogs/lib/ext2fs/
undo_io.c
223
* Data is stored in tdb database as
blocks
of tdb_data_size size
226
* We divide the disk to
blocks
of tdb_data_size.
510
* the size specified may spread across multiple
blocks
/external/eigen/Eigen/src/Core/products/
TriangularMatrixMatrix.h
139
// align
blocks
with the end of the triangular part for trapezoidal lhs
269
// align
blocks
with the end of the triangular part for trapezoidal rhs
285
// pack the triangular part of the rhs padding the unrolled
blocks
with zeros
/external/elfutils/lib/
md5.c
1
/* Functions to compute MD5 message digest of files or memory
blocks
.
140
/* We read the file in
blocks
of BLOCKSIZE bytes. One call of the
233
/* Process available complete
blocks
. */
/external/grub/stage2/
fsys_minix.c
33
/* indirect
blocks
*/
342
/* reset indirect
blocks
! */
386
/* Read the necessary
blocks
, and reset the file pointer. */
/external/jpeg/
jdinput.c
85
/* Size in DCT
blocks
*/
175
/* Sampling factors give # of
blocks
of component in each MCU */
180
/* Figure number of non-dummy
blocks
in last MCU column & row */
/external/libvpx/libvpx/test/
sad_test.cc
75
// Handle
blocks
up to 4
blocks
64x64 with stride up to 128
90
// Sum of Absolute Differences. Given two
blocks
, calculate the absolute
/external/llvm/docs/tutorial/
OCamlLangImpl5.rst
198
to either the "then" or "else"
blocks
, which contain the expressions for
201
Once the then/else
blocks
are finished executing, they both branch back
274
basic
blocks
bottom up since we can't have dangling BasicBlocks. We
283
into the function's list of
blocks
.
350
Once the
blocks
are created, we can emit the conditional branch that
351
chooses between them. Note that creating new
blocks
does not implicitly
367
To finish off the
blocks
, we create an unconditional branch to the merge
369
that it `requires all basic
blocks
to be
526
several expressions, and some basic
blocks
. Lets see how this fits
546
of multiple
blocks
(e.g. if it contains an if/then/else or a for/i
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
Local.h
88
/// instructions in other
blocks
as well in this block.
135
/// eliminates unreachable basic
blocks
, and does other "peephole" optimization
268
/// \brief Remove all
blocks
that can not be reached from the function's entry.
/external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp
328
// Mark all
blocks
as to visit.
350
// Remember number of open
blocks
, this is later used to check if progress
354
// Try to calculate all
blocks
in turn.
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.h
155
///
blocks
for the function.
180
/// BlockAddrFwdRefs - These are blockaddr references to basic
blocks
. These
190
/// Once the old style function
blocks
have been phased out, we would
Completed in 1401 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>