OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:executionmode
(Results
1 - 9
of
9
) sorted by null
/libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java
319
for (
ExecutionMode
m :
ExecutionMode
.values())
371
final
ExecutionMode
m;
372
CheckedAction(
ExecutionMode
m) { this.m = m; }
383
CheckedIntegerAction(
ExecutionMode
m) { super(m); }
394
IntegerSupplier(
ExecutionMode
m, Integer value) {
412
NoopConsumer(
ExecutionMode
m) { super(m); }
422
IncFunction(
ExecutionMode
m) { super(m); }
440
SubtractAction(
ExecutionMode
m) { super(m); }
450
SubtractFunction(
ExecutionMode
m) { super(m);
[
all
...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java
179
* @param
executionMode
The mode of graph execution. Currently this can be either
183
public GraphRunner getRunner(int graphId, int
executionMode
) {
184
switch (
executionMode
) {
193
"Invalid execution mode " +
executionMode
+ " specified in getRunner()!");
/external/v8/src/third_party/vtune/
jitprofiling.cc
102
static iJIT_IsProfilingActiveFlags
executionMode
= iJIT_NOTHING_RUNNING;
192
(
executionMode
!= iJIT_CALLGRAPH_ON))
293
return
executionMode
;
410
executionMode
= (iJIT_IsProfilingActiveFlags)FUNC_Initialize();
411
if (
executionMode
!= iJIT_SAMPLING_ON)
412
executionMode
= iJIT_SAMPLING_ON;
421
if (
executionMode
== iJIT_CALLGRAPH_ON )
/external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.frag.h
19
ExecutionMode
4 OriginLowerLeft
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c
64
static iJIT_IsProfilingActiveFlags
executionMode
= iJIT_NOTHING_RUNNING;
156
(
executionMode
!= iJIT_CALLGRAPH_ON))
270
return
executionMode
;
394
executionMode
= (iJIT_IsProfilingActiveFlags)FUNC_Initialize();
403
if (
executionMode
== iJIT_CALLGRAPH_ON )
/external/mesa3d/src/gallium/drivers/radeon/
AMDILDeviceInfo.h
24
enum
ExecutionMode
{
AMDILDevice.cpp
96
AMDGPUDeviceInfo::
ExecutionMode
AMDILDevice.h
110
AMDGPUDeviceInfo::
ExecutionMode
/frameworks/base/core/jni/
AndroidRuntime.cpp
624
}
executionMode
= kEMDefault;
655
executionMode
= kEMIntPortable;
657
executionMode
= kEMIntFast;
659
executionMode
= kEMJitCompiler;
737
if (
executionMode
== kEMIntPortable) {
739
} else if (
executionMode
== kEMIntFast) {
741
} else if (
executionMode
== kEMJitCompiler) {
[
all
...]
Completed in 1067 milliseconds