OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:each
(Results
26 - 50
of
26099
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/protobuf/editors/
README.txt
4
See
each
file's header comment for directions on how to use it with the
/external/valgrind/main/massif/tests/
one.c
3
// A test for a single allocation. There are two .post.exp* files, for
each
/prebuilts/misc/common/swig/include/2.0.11/octave/
stl.i
1
/* initial STL definition. extended as needed in
each
language */
/prebuilts/misc/common/swig/include/2.0.11/python/
stl.i
1
/* initial STL definition. extended as needed in
each
language */
/prebuilts/misc/common/swig/include/2.0.11/r/
stl.i
1
/* initial STL definition. extended as needed in
each
language */
/external/junit/src/org/junit/internal/runners/
MethodValidator.java
71
for (Method
each
: methods) {
72
if (Modifier.isStatic(
each
.getModifiers()) != isStatic) {
74
fErrors.add(new Exception("Method " +
each
.getName() + "() "
77
if (!Modifier.isPublic(
each
.getDeclaringClass().getModifiers()))
78
fErrors.add(new Exception("Class " +
each
.getDeclaringClass().getName()
80
if (!Modifier.isPublic(
each
.getModifiers()))
81
fErrors.add(new Exception("Method " +
each
.getName()
83
if (
each
.getReturnType() != Void.TYPE)
84
fErrors.add(new Exception("Method " +
each
.getName()
86
if (
each
.getParameterTypes().length != 0
[
all
...]
/dalvik/dx/tests/024-code-bytecode/
info.txt
7
one instance of
each
interesting variant of
each
possible bytecode.
/dalvik/dx/tests/028-class-attrib-EnclosingMethod/
info.txt
5
The salient bit of parsing tested here is that
each
class has a single
8
of
each
.
/external/doclava/res/assets/templates/
jd_lists.cs
3
each
:page = docs.pages
7
/
each
?>
lists.cs
2
<?cs
each
:page = docs.pages
4
<?cs /
each
?>
keywords.cs
14
<div class="jd-letterlist"><?cs
each
:letter=keywords ?>
15
<a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /
each
?>
18
<?cs
each
:letter=keywords ?>
22
<?cs
each
:entry=letter
25
<?cs /
each
28
<?cs /
each
?>
classes.cs
15
<div class="jd-letterlist"><?cs
each
:letter=docs.classes ?>
16
<a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /
each
?>
19
<?cs
each
:letter=docs.classes ?>
24
<?cs
each
:cl = letter ?>
30
<?cs /
each
?>
32
<?cs /
each
?>
/hardware/libhardware/tests/camera2/
TestExtensions.h
23
// Use at the beginning of
each
Test::SetUp() impl
33
// Use at the beginning of
each
Test::TearDown() impl
36
// Use at the beginning of
each
Test::Test constructor
39
// Use at the beginning of
each
Test::~Test destructor
42
// Use at the beginning of
each
test body, e.g. TEST(x,y), TEST_F(x,y), etc
49
// Are we running
each
test by forking it?
/external/junit/src/org/junit/runner/notification/
RunNotifier.java
49
abstract protected void notifyListener(RunListener
each
) throws Exception;
58
protected void notifyListener(RunListener
each
) throws Exception {
59
each
.testRunStarted(description);
70
protected void notifyListener(RunListener
each
) throws Exception {
71
each
.testRunFinished(result);
86
protected void notifyListener(RunListener
each
) throws Exception {
87
each
.testStarted(description);
99
protected void notifyListener(RunListener
each
) throws Exception {
100
each
.testFailure(failure);
116
protected void notifyListener(RunListener
each
) throws Exception
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
contexts.xml
10
Typically, the Eclipse builder runs performance tests for
each
component after the build is made on several performance test machines.
Each
component defines one or several specific performance test suites made of several test (aka scenario). Several performance numbers (e.g. Elapsed Process Time and CPU Time) are stored for
each
scenario and all build results are available in the performance results database.
23
<description>This view show for
each
of the performance machine the entire results since the beginning.
25
Each
tab of this view represent a performance machine (also named config).
27
a table where
each
column represents a scenario and
each
line a build.
/external/junit/src/org/junit/experimental/theories/
ParameterSignature.java
72
for (Annotation
each
: annotations) {
73
if (annotationType.isInstance(
each
))
74
return annotationType.cast(
each
);
75
Annotation candidate= findDeepAnnotation(
each
.annotationType()
85
for (Annotation
each
: getAnnotations())
86
if (annotationType.isInstance(
each
))
87
return annotationType.cast(
each
);
/development/tools/findunused/
find_unused_resources.rb
92
Dir.glob(glob).
each
{ |filename|
94
file.
each
{ |line|
95
@@javaIdPatterns.
each
{ |re|
96
findAllOccurrences(re, line).
each
{ |id|
111
Dir.glob("#{dir}/res/**/*.xml").
each
{ |filename|
114
file.
each
{ |line|
115
findAllOccurrences(@@stringIdPattern, line).
each
{|id|
118
findAllOccurrences(@@layoutIdPattern, line).
each
{|id|
121
@@stringXmlPatterns.
each
{ |re|
122
findAllOccurrences(re, line).
each
{|id
[
all
...]
/external/chromium_org/ui/gfx/geometry/
point_conversions.h
13
// Returns a Point with
each
component from the input PointF floored.
16
// Returns a Point with
each
component from the input PointF ceiled.
19
// Returns a Point with
each
component from the input PointF rounded.
size_conversions.h
13
// Returns a Size with
each
component from the input SizeF floored.
16
// Returns a Size with
each
component from the input SizeF ceiled.
19
// Returns a Size with
each
component from the input SizeF rounded.
vector2d_conversions.h
13
// Returns a Vector2d with
each
component from the input Vector2dF floored.
16
// Returns a Vector2d with
each
component from the input Vector2dF ceiled.
19
// Returns a Vector2d with
each
component from the input Vector2dF rounded.
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
README
4
PNaCl shim for
each
architecture. Running gyp will also run the
5
python script in this directory once for
each
architecture, and set up
/external/doclava/res/assets/templates/components/
api_filter.cs
12
each
:since = since ?>'<?cs
15
/
each
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TEach.java
12
super.setText("
each
");
17
super.setText("
each
");
/external/junit/src/org/junit/rules/
RunRules.java
23
for (TestRule
each
: rules)
24
result=
each
.apply(result, description);
/development/samples/browseable/BasicTransition/
_index.jd
10
Select
each
of the radio buttons to switch between the
Completed in 406 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>