OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runtime
(Results
801 - 825
of
1107
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
Dbg.stg
33
import org.antlr.
runtime
.debug.*;
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
RuntimeInstrument.java
63
* The instrument responsible for measuring the
runtime
of {@link Benchmark} methods.
167
//
Runtime
measurements are currently believed to be too sensitive to system performance to
412
+ "The granularity of the timer (%s) is less than 0.1%% of the measured
runtime
. "
458
ShortDuration
runtime
= ShortDuration.of(BigDecimal.valueOf(nanos), NANOSECONDS);
local
462
+ "is greater than 0.1%% of the measured
runtime
(%s). "
464
nanoTimeGranularity,
runtime
));
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
NativeLogRedirector.cs
23
using System.
Runtime
.InteropServices;
95
/// the iOS
runtime
just checks for the type name.
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
ProbeArrayStrategyFactoryTest.java
22
import org.jacoco.core.
runtime
.IExecutionDataAccessorGenerator;
23
import org.jacoco.core.
runtime
.OfflineInstrumentationAccessGenerator;
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
PartialClasses.cs
40
// is really a proto2 file, but the
runtime
doesn't know about proto2 semantics...
/external/strace/m4/
mpers.m4
115
AC_CACHE_CHECK([for mpers_name personality
runtime
support],
/external/tensorflow/tensorflow/contrib/mpi/
README.md
20
##
Runtime
options
22
The following environment variables can be set to modify the behavior at
runtime
:
/external/v8/tools/torque/vim-torque/syntax/
torque.vim
29
syn keyword torqueFunction macro builtin
runtime
/external/guice/lib/build/
bnd-0.0.384.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar
/art/openjdkjvmti/
art_jvmti.h
72
// A structure that is a jvmtiEnv with additional information for the
runtime
.
109
ArtJvmTiEnv(art::JavaVMExt*
runtime
, EventHandler* event_handler, jint ti_version);
/art/runtime/gc/collector/
semi_space.cc
48
#include "
runtime
.h"
181
// Store the stack traces into the
runtime
fault string in case we Get a heap corruption
185
Runtime
*
runtime
=
Runtime
::Current();
local
186
runtime
->GetThreadList()->DumpForSigQuit(oss);
187
runtime
->GetThreadList()->DumpNativeStacks(oss);
188
runtime
->SetFaultMessage(oss.str());
254
Runtime
::Current()->BroadcastForNewSystemWeaks();
255
Runtime
::Current()->GetClassLinker()->CleanupClassLoaders()
[
all
...]
/art/runtime/native/
dalvik_system_VMDebug.cc
78
Runtime
::Current()->SetStatsEnabled(true);
82
Runtime
::Current()->SetStatsEnabled(false);
86
return
Runtime
::Current()->GetStat(kind);
90
Runtime
::Current()->ResetStats(kinds);
180
return
Runtime
::Current()->GetRuntimeCallbacks()->IsDebuggerConfigured();
224
return
Runtime
::Current()->GetClassLinker()->VisitClasses(&visitor);
229
return
Runtime
::Current()->GetClassLinker()->NumLoadedClasses();
285
LOG(FATAL) << "Crashing
runtime
on request";
297
gc::Heap* const heap =
Runtime
::Current()->GetHeap();
315
gc::Heap* const heap =
Runtime
::Current()->GetHeap()
595
Runtime*
runtime
= Runtime::Current();
local
614
Runtime*
runtime
= Runtime::Current();
local
[
all
...]
/build/blueprint/bootstrap/bpdoc/
reader.go
25
"
runtime
"
63
f :=
runtime
.FuncForPC(factory.Pointer())
/build/soong/dexpreopt/dexpreopt_gen/
dexpreopt_gen.go
23
"
runtime
"
102
case
runtime
.Error:
/build/soong/java/
dexpreopt_config.go
92
filepath.Join("/apex/com.android.
runtime
/javalib", m+".jar"))
147
filepath.Join("/apex/com.android.
runtime
/javalib", m+".jar"))
/cts/tools/dasm/src/dasm/
ReservedWords.java
21
import java_cup.
runtime
.token;
/device/linaro/poplar/
device.mk
55
##
runtime
configs
122
##
runtime
configs
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
BitSet.as
28
package org.antlr.
runtime
{
31
* good enough to handle
runtime
requirements such as FOLLOW sets
CommonTokenStream.as
28
package org.antlr.
runtime
{
Lexer.as
28
package org.antlr.
runtime
{
304
* argument. This differs from the Java
runtime
so that an exception variable
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
BitSet.java
28
package org.antlr.
runtime
;
33
* good enough to handle
runtime
requirements such as FOLLOW sets
BufferedTokenStream.java
29
package org.antlr.
runtime
;
LegacyCommonTokenStream.java
28
package org.antlr.
runtime
;
Lexer.java
28
package org.antlr.
runtime
;
Completed in 1102 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>