OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:each
(Results
276 - 300
of
23250
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ui/base/clipboard/
custom_data_helper.h
5
// Due to restrictions of most operating systems, we don't directly map
each
7
//
each
key-value pair into the pickle as a pair of string objects, and then
/external/doclava/res/assets/templates/
packages.cs
22
<?cs
each
:pkg = docs.packages ?>
28
<?cs /
each
?>
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
properties.html
12
Properties view contents is different for
each
select element of the component hierarchy.
24
It's also possible to add a text into the survey comment on
each
properties:
/external/guava/guava/src/com/google/common/io/
LineProcessor.java
26
* <p>{@link #processLine} will be called for
each
line that is read, and
36
* This method will be called once for
each
line.
/external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java
36
* <p>To use, create a new EqualsTester and add equality groups where
each
group
37
* contains objects that are supposed to be equal to
each
other, and objects of
48
* <li>comparing
each
object against itself returns true
49
* <li>comparing
each
object against null returns false
50
* <li>comparing
each
object an instance of an incompatible class returns false
51
* <li>comparing
each
pair of objects within the same equality group returns
53
* <li>comparing
each
pair of objects from different equality groups returns
86
*
each
other and not equal to any other equality groups added to this tester.
/external/icu4c/i18n/unicode/
ugender.h
21
* whole given the gender of
each
element.
71
* @param genders the gender of
each
element in the list.
/external/icu4c/test/perf/
icuperf2report.xsl
13
<xsl:for-
each
select="perfTestResult">
27
</xsl:for-
each
>
/external/iproute2/man/man8/
tc-pfifo_fast.8
6
pfifo_fast is the default qdisc of
each
interface.
29
Each
band can be txqueuelen packets long, as configured with
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
SpatialTrack.java
48
* a float array with the time of
each
frame
50
* the translation of the bone for
each
frame
52
* the rotation of the bone for
each
frame
54
* the scale of the bone for
each
frame
138
* a float array with the time of
each
frame
140
* the translation of the bone for
each
frame
142
* the rotation of the bone for
each
frame
144
* the scale of the bone for
each
frame
/external/junit/src/org/junit/internal/
ArrayComparisonFailure.java
43
for (int
each
: fIndices) {
45
builder.append(
each
);
/external/kernel-headers/original/linux/mtd/
nftl.h
35
__u16 *EUNtable; /* [numvunits]: First EUN for
each
virtual unit */
36
__u16 *ReplUnitTable; /* [numEUNs]: ReplUnitNumber for
each
*/
/external/libsepol/include/sepol/policydb/
flask_types.h
20
* associated with
each
subject and object controlled
40
*
Each
object class is identified by a fixed-size value.
/external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h
44
/// JTEntryKind - This enum indicates how
each
entry of the jump table is
47
/// EK_BlockAddress -
Each
entry is a plain address of block, e.g.:
51
/// EK_GPRel64BlockAddress -
Each
entry is an address of block, encoded
56
/// EK_GPRel32BlockAddress -
Each
entry is an address of block, encoded
61
/// EK_LabelDifference32 -
Each
entry is the address of the block minus
74
/// EK_Custom32 -
Each
entry is a 32-bit value that is custom lowered by the
86
/// getEntrySize - Return the size of
each
entry in the jump table.
88
/// getEntryAlignment - Return the alignment of
each
entry in the jump table.
/external/llvm/test/Transforms/LoopRotate/
alloca.ll
5
; We expect a different value for %ptr
each
iteration (according to the
6
; definition of alloca). I.e.
each
@use must be paired with an alloca.
/external/mockito/src/org/mockito/runners/
MockitoJUnit44Runner.java
22
* Mocks are initialized before
each
test method.
24
* validates framework usage after
each
test method. See javadoc for {@link Mockito#validateMockitoUsage()}.
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentIntersectionFinder.java
27
* in
each
fragment.
31
* @return an array containing the ordinal of
each
fragment's first sample
/external/oprofile/libutil++/
path_filter.h
23
* This class gives glob-based matches on
each
pattern, as with fnmatch(3),
24
* where
each
component of the candidate path is considered separately.
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateSemaphore.3
12
\fBSDL_CreateSemaphore()\fP creates a new semaphore and initializes it with the value \fBinitial_value\fR\&.
Each
locking operation on the semaphore by \fISDL_SemWait\fR, \fISDL_SemTryWait\fR or \fISDL_SemWaitTimeout\fR will atomically decrement the semaphore value\&. The locking operation will be blocked if the semaphore value is not positive (greater than zero)\&.
Each
unlock operation by \fISDL_SemPost\fR will atomically increment the semaphore value\&.
SDL_EnableUNICODE.3
13
To obtain the character codes corresponding to received keyboard events, Unicode translation must first be turned on using this function\&. The translation incurs a slight overhead for
each
keyboard event and is therefore disabled by default\&. For
each
subsequently received key down event, the \fBunicode\fR member of the \fI\fBSDL_keysym\fR\fR structure will then contain the corresponding character code, or zero for keysyms that do not correspond to any character code\&.
SDL_SetGammaRamp.3
11
Sets the gamma lookup tables for the display for
each
color component\&.
Each
table is an array of 256 Uint16 values, representing a mapping between the input and output for that channel\&. The input is the index into the array, and the output is the 16-bit gamma value at that index, scaled to the output color precision\&. You may pass NULL to any of the channels to leave them unchanged\&.
SDL_UpdateRects.3
18
It is adviced to call this function only once per frame, since
each
call has some processing overhead\&. This is no restriction since you can pass any number of rectangles
each
time\&.
/external/regex-re2/re2/testing/
null_walker.cc
30
// value from
each
of the children's PostVisits (i.e., whether
each
child
/external/skia/bench/
TimerData.h
53
* @param itersPerTiming the number of test/bench iterations that correspond to
each
54
* appendTimes() call, 1 when appendTimes is called for
each
iteration.
/external/skia/include/utils/
SkPathUtils.h
24
and will add
each
run of 1's to the path as a rectangular path. Upon parsing
32
each
run of 1's to the SkRegion as an SkIRect. Upon parsing the entirety
/external/skia/src/gpu/gl/
GrGLEffect.cpp
31
GrAssert(0 == (value & key)); // keys for
each
access ought not to overlap
45
GrAssert(0 == (value & key)); // keys for
each
attribute ought not to overlap
Completed in 2295 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>