OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:each
(Results
51 - 75
of
23250
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Preprocessor/
cxx_oper_spelling.cpp
5
// C++'03 2.5p2: "In all respects of the language,
each
alternative
/external/eigen/doc/snippets/
PartialRedux_count.cpp
3
cout << "Here is the count of elements larger or equal than 0.5 of
each
row:" << endl << (m.array() >= 0.5).rowwise().count() << endl;
/external/iptables/extensions/
libxt_quota.man
1
Implements network quotas by decrementing a byte counter with
each
/external/junit/src/org/junit/internal/builders/
NullBuilder.java
11
public Runner runnerForClass(Class<?>
each
) throws Throwable {
/external/junit/src/org/junit/internal/runners/
ErrorReportingRunner.java
26
for (Throwable
each
: fCauses)
27
description.addChild(describeCause(
each
));
33
for (Throwable
each
: fCauses)
34
runCause(
each
, notifier);
/external/llvm/test/YAMLParser/
spec-02-26.data
5
#
each
mapping having one key
/external/oprofile/daemon/liblegacy/
opd_parse_proc.h
18
* Read information on
each
process and its mappings from the /proc
/sdk/testapps/
README.txt
5
Each
project represents a different test case. For more information, read
/external/chromium/chrome/browser/autofill/
autofill_metrics.h
28
//
each
set is logged for
each
fillable field in a submitted form.
50
// Logged for
each
potentially fillable field in a submitted form.
53
// A simple successs metric, logged for
each
field that returns true for
57
// A simple failure metric, logged for
each
field that returns false for
72
//
Each
of these is logged at most once per query to the server, which in turn
110
// This should be called
each
time a page containing forms is loaded.
113
// This should be called
each
time a new profile is launched.
116
// This should be called
each
time a new profile is launched.
/external/doclava/res/assets/templates/
diff.cs
127
<?cs
each
:site = sites ?>
129
<?cs /
each
?>
131
<?cs
each
:package = packages ?>
140
<?cs
each
:site = package.sites ?>
148
<?cs /
each
?>
151
<?cs
each
:class = package.classes ?>
160
<?cs
each
:site = class.sites ?>
168
<?cs /
each
?>
170
<?cs
each
:method = class.methods ?>
174
<?cs
each
:site = method.sites ?
[
all
...]
todo.cs
49
<?cs
each
:pkg=packages ?>
56
<?cs /
each
?>
69
<?cs
each
:cl=classes ?>
76
<?cs /
each
?>
81
<?cs
each
:cl=classes ?>
87
<?cs
each
:err=cl.errors ?>
93
<?cs /
each
?>
96
<?cs /
each
?>
/build/tools/droiddoc/templates-ds/
classes.cs
21
<div class="jd-letterlist"><?cs
each
:letter=docs.classes ?>
22
<a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a> <?cs /
each
?>
25
<?cs
each
:letter=docs.classes ?>
30
<?cs
each
:cl = letter ?>
36
<?cs /
each
?>
38
<?cs /
each
?>
/build/tools/droiddoc/templates-sac/
classes.cs
21
<div class="jd-letterlist"><?cs
each
:letter=docs.classes ?>
22
<a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a> <?cs /
each
?>
25
<?cs
each
:letter=docs.classes ?>
30
<?cs
each
:cl = letter ?>
36
<?cs /
each
?>
38
<?cs /
each
?>
/build/tools/droiddoc/templates-sdk/
classes.cs
21
<div class="jd-letterlist"><?cs
each
:letter=docs.classes ?>
22
<a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a> <?cs /
each
?>
25
<?cs
each
:letter=docs.classes ?>
30
<?cs
each
:cl = letter ?>
36
<?cs /
each
?>
38
<?cs /
each
?>
/external/junit/src/org/junit/experimental/categories/
Categories.java
104
for (Description
each
: description.getChildren())
105
if (shouldRun(
each
))
114
for (Class<?>
each
: categories)
115
if (fExcluded != null && fExcluded.isAssignableFrom(
each
))
117
for (Class<?>
each
: categories)
118
if (fIncluded == null || fIncluded.isAssignableFrom(
each
))
172
for (Description
each
: description.getChildren())
173
assertNoCategorizedDescendentsOfUncategorizeableParents(
each
);
177
for (Description
each
: description.getChildren()) {
178
if (
each
.getAnnotation(Category.class) != null
[
all
...]
/external/junit/src/org/junit/experimental/max/
MaxCore.java
104
for (Description
each
: leaves)
105
runners.add(buildRunner(
each
));
118
private Runner buildRunner(Description
each
) {
119
if (
each
.toString().equals("TestSuite with 0 tests"))
121
if (
each
.toString().startsWith(MALFORMED_JUNIT_3_TEST_CLASS_PREFIX))
126
return new JUnit38ClassRunner(new TestSuite(getMalformedTestClass(
each
)));
127
Class<?> type=
each
.getTestClass();
129
throw new RuntimeException("Can't build a runner from description [" +
each
+ "]");
130
String methodName=
each
.getMethodName();
136
private Class<?> getMalformedTestClass(Description
each
) {
[
all
...]
/build/core/
copy_headers.mk
10
# Create a rule to copy
each
header, and make the
11
# all_copied_headers phony target depend on
each
/cts/libs/commonutil/src/com/android/cts/util/
MeasureRun.java
20
* interface for measuring time for
each
run.
24
* called before
each
run. not included to time measurement.
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/helpers/
spec-helper.js
7
if
each
element of both arrays is within 0.000001 of
each
other.
/external/chromium_org/base/process/
process_handle_posix.cc
27
// On POSIX permissions are checked for
each
operation on process,
35
// On POSIX permissions are checked for
each
operation on process,
/external/chromium_org/chrome/test/mini_installer/
verifier.py
11
A property dictionary is a dictionary where
each
key is a verifier's name and
13
input format for
each
verifier, take a look at http://goo.gl/1P85WL
/external/chromium_org/third_party/WebKit/ManualTests/
flipped-text-rendering.html
7
<p>Try dragging
each
of the following links. In
each
case, the link text should appear correctly (not flipped) in the
/external/chromium_org/tools/gyp/test/library_dirs/
gyptest-library-dirs.py
21
# Must build
each
target independently, since they are not in
each
others'
/external/junit/src/junit/framework/
TestResult.java
42
for (TestListener
each
: cloneListeners())
43
each
.addError(test, t);
51
for (TestListener
each
: cloneListeners())
52
each
.addFailure(test, t);
78
for (TestListener
each
: cloneListeners())
79
each
.endTest(test);
159
for (TestListener
each
: cloneListeners())
160
each
.startTest(test);
/external/junit/src/org/junit/experimental/theories/
Theories.java
37
for (Field
each
: fields)
38
if (
each
.getAnnotation(DataPoint.class) != null && !Modifier.isStatic(
each
.getModifiers()))
39
errors.add(new Error("DataPoint field " +
each
.getName() + " must be static"));
49
for (FrameworkMethod
each
: computeTestMethods())
50
if(
each
.getAnnotation(Theory.class) != null)
51
each
.validatePublicVoid(false, errors);
53
each
.validatePublicVoidNoArg(false, errors);
Completed in 328 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>