OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:targetinstance
(Results
1 - 4
of
4
) sorted by null
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java
131
final Runnable
targetInstance
= (Runnable) targetClass.newInstance();
132
targetInstance
.run();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiatlprov.h
174
hr = pEvtInstance->Put(L"
TargetInstance
",0,&var,0);
196
hr = pEvtInstance->Put(L"
TargetInstance
",0,&var,0);
218
hr = pEvtInstance->Put(L"
TargetInstance
",0,&var,0);
/external/testng/src/main/java/org/testng/internal/
Invoker.java
470
* @param
targetInstance
the instance to invoke the configuration method on
477
private void invokeConfigurationMethod(Object
targetInstance
,
487
InvokedMethod invokedMethod= new InvokedMethod(
targetInstance
,
504
(IConfigurable)
targetInstance
: m_configuration.getConfigurable();
506
MethodInvocationHelper.invokeConfigurable(
targetInstance
, params, configurableInstance, method,
514
MethodInvocationHelper.invokeMethod(method,
targetInstance
, params);
517
MethodInvocationHelper.invokeWithTimeout(tm,
targetInstance
, params, testResult);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp
707
interfaceBlock.instanceName = (named) ? ("
targetInstance
") : ("");
[
all
...]
Completed in 112 milliseconds