OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PARALLEL
(Results
1 - 13
of
13
) sorted by null
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialSchedulingPolicy.java
20
* <p>TODO(lukes): Currently this is extremely simple. Trials can be scheduled in
parallel
with
24
PARALLEL
,
AllocationInstrument.java
128
// Assuming there is enough memory it should be fine to run these in
parallel
.
129
return TrialSchedulingPolicy.
PARALLEL
;
ExperimentingCaliperRun.java
210
if (scheduledTrial.policy() == TrialSchedulingPolicy.
PARALLEL
) {
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
Timeline.java
9
*
parallel
sets of Tweens.
16
* 2. Then, opacity and scale are animated in
parallel
.<br/>
90
* Creates a new timeline with a '
parallel
' behavior. Its children will be
95
tl.setup(Modes.
PARALLEL
);
103
private enum Modes {SEQUENCE,
PARALLEL
}
192
* Starts a nested timeline with a '
parallel
' behavior. Don't forget to
201
tl.mode = Modes.
PARALLEL
;
251
case
PARALLEL
:
/external/testng/src/main/java/org/testng/
CommandLineArgs.java
59
public static final String
PARALLEL
= "-
parallel
";
60
@Parameter(names =
PARALLEL
, description = "
Parallel
mode (methods, tests or classes)")
69
"in
parallel
")
TestNGAntTask.java
59
* <li>
parallel
(attribute)</li>
170
public void setParallel(String
parallel
) {
171
m_parallelMode=
parallel
;
557
addStringIfNotNull(argv, CommandLineArgs.
PARALLEL
, m_parallelMode);
[
all
...]
TestNG.java
472
* Define whether this run will be run in
parallel
mode.
476
public void setParallel(String
parallel
) {
477
if (
parallel
== null) {
480
setParallel(XmlSuite.ParallelMode.getValidParallel(
parallel
));
484
public void setParallel(XmlSuite.ParallelMode
parallel
) {
485
m_parallelMode =
parallel
;
499
* If used together with threadCount,
parallel
, groups, excludedGroups than this one must be set first.
[
all
...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MultipartBuilder.java
57
* semantics are different. In particular, in a
parallel
entity, the order
60
public static final MediaType
PARALLEL
= MediaType.parse("multipart/
parallel
");
77
//
Parallel
lists of nullable headers and non-null bodies.
97
* default), {@link #ALTERNATIVE}, {@link #DIGEST}, {@link #
PARALLEL
} and
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def
171
/* Several operations to be done in
parallel
(perhaps under COND_EXEC). */
172
DEF_RTL_EXPR(
PARALLEL
, "
parallel
", "E", RTX_EXTRA)
204
UNSPEC can occur all by itself in a PATTERN, as a component of a
PARALLEL
,
206
UNSPEC by itself or as a component of a
PARALLEL
210
of a
PARALLEL
with USE.
258
At the top level of an instruction (perhaps under
PARALLEL
).
266
under
PARALLEL
. */
273
USE can not appear as an operand of other rtx except for
PARALLEL
.
282
CLOBBER can not appear as an operand of other rtx except for
PARALLEL
[
all
...]
genrtl.h
889
gen_rtx_fmt_E (
PARALLEL
, (MODE), (ARG0))
[
all
...]
rtl.h
331
/* 1 in a REG or
PARALLEL
that is the current function's return value.
383
PARALLEL
expressions. */
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar
Completed in 482 milliseconds